 
		@CHARSET "UTF-8";
	
body {
	font-family:"Open Sans", sans-serif;	
}
input, textarea {
    font: normal normal normal 13px/1.4em 'Open Sans',sans-serif;
    background-color: rgba(208, 226, 176, 1);
    border: 1px solid rgba(122, 158, 30, 1);
    color: #343434;
    margin: 0 0 9px;
    font-size: 16px;
}	

textarea.alto{
    min-height: 130px;
    resize: none;
}		

.expandido {
	width: 100%;
}


.italica {
	color:rgba(122,158,30,1);
	font-family:"Open Sans", sans-serif;
	font-size: 17px;
	font-stretch:100%;
	font-style:italic;
}

.titulo {
	font-size: 30px;
	color:#e89600;
	padding-bottom: 20px;
}

.subtitulo {
	font-size: 19px;
	color:rgba(122,158,30,1);
}

.subtitulo.tipo {
	font-size: 20px;
	color:black;
	font-weight: bold;
}

.gusto_titulo{
	font-size: 14.5px;
	color:black;
}

.gusto_aclaracion{
	font-size: 14px;
	color:black;
}
.detalle_cantidades {
	color:#bc7003;
}

.detalle_alerta_docena{
	color:red;
}



.label_campo {
	font-style:italic;
		font-size: 14px;
}

.verde {
	color:rgba(122,158,30,1);
}


.chiquito, .chiquito * {
    font-size: 10px;
}	

.grande {
	font-size: 28px;
}

.centro {
	text-align: center;
	line-height: 36px;
}

button, input[type="submit"], input[type="button"], .boton  {
    background-color: rgba(122, 158, 30, 1);
    font: normal normal normal 25px/1.4em 'Open Sans',sans-serif;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0;
}

.negro {
	color:rgba(0,0,0,0);
}

input[type="radio"], .espaciado  {
	
}
    
tr {

  margin-top: 15px;
  padding-top: 15px;

}

	ul.tabs {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		height: 32px;
		border-bottom: 1px solid #999999;
		border-left: 1px solid #999999;
		width: 100%;
	}
	ul.tabs li {
		float: left;
		margin: 0;
		cursor: pointer;
		padding: 0px 10px ;
		height: 31px;
		line-height: 31px;
		border: 1px solid #999999;
		border-left: none;
		font-weight: bold;
		background: #EEEEEE;
		overflow: hidden;
		position: relative;
	}
	ul.tabs li:hover {
		background: #CCCCCC;
	}	
	ul.tabs li.active{
		background: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}
	ul {
		font-family:"Open Sans", sans-serif;
		}

input.nombre {
	width: 30px; 
	font:  40px Helvetica, sans-serif; 
	padding: 2px; 
	text-align: center; 
	background-color: #ffe084;
    color: balck;
    margin: 0;
    border: 1px solid black;
}
		
input.cantidad {
	float: left; 
	width: 10px; 
	font:  28px Helvetica, sans-serif; 
	padding: 2px; 
	text-align: center; 
	background-color: #ffe084;
    color: balck;
    margin: 0;
    border: 1px solid black;
}
.button.cantidad {
	margin: 0px 0px 0px 0px; 
	text-indent: -9999px; 
	cursor: pointer; 
	width: 50px; 
	height: 50px; 
	float: left; 
	text-align: center; 
	background: url(add.png) no-repeat;
}
.dec.cantidad {
	background: url(sub.png) no-repeat;
}

.button.demora {
	margin: 0px 0px 0px 0px; 
	text-indent: -9999px; 
	cursor: pointer; 
	width: 50px; 
	height: 50px; 
	float: left; 
	text-align: center; 
	background: url(add.png) no-repeat;
}
.dec.demora {
	background: url(sub.png) no-repeat;
}
		
		
		
		


		