/* CSS Document */
/* Estilos para listado de productos */

#contenedor-ficha {
	width: 520px;
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: left;
	font-size: 100%;
	
}

	#contenedor-ficha h1 {
	text-align: left;
	font-size: 110%;
	line-height: 14px;
	height: 14px;
	}

	#contenedor-ficha h2 {
	text-align: left;
	font-size: 105%;
	line-height: 14px;
	height: 14px;
	}
	
	#contenedor-ficha h3 {
	text-align: left;
	font-size: 95%;
	line-height: 14px;
	height: 14px;
	color: #666666;
	}
	

#ficha-envases {
	width: 210px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	float: right;
	padding:5px;
	font-size: 90%;
	height: 300px;	
}

#ficha-formula {
	
	font-size: 90%;
}

#ficha-envases span.leyendas {
	width: 40px;
	text-align: left;
	color: #993366;
	font-size: 90%;
	height:50px;
	display: table-cell;
	float: left;
	vertical-align: middle;
	
	}
	
	
	#ficha-envases span.valores {
	text-align: left;
	color: #666666;
	font-size: 90%;
	width: 150px;
	height: 50px;
	display: table-cell;
	float: none;
	vertical-align: top;
	line-height: 12px;
	}
	

#ficha-separator {
	clear: both;	
}



#ficha-separator-codigos {
	clear: both;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 2px;
}
	
#ficha-codigos {
	width: 280px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	text-align: left;
	float: left;
	padding-top: 5;
	padding-right: 5;
	padding-bottom: 5;
	padding-left: 5;
	text-align: left;
	height: 300px;	
}

	#ficha-codigos span.leyendas {
	width: 60px;
	text-align: left;
	color: #993366;
	font-size: 90%;
	line-height: 30px;
	height: 30px;
	display: table-cell;
	float: left;
	
	}
	
	
	#ficha-codigos span.valores {
	text-align: left;
	color: #993366;
	line-height: 30px;
	font-size: 90%;
	width: 200px;	
	height: 30px;
	display: table-caption;
	float: right;	
	}
	
	
#contenedor-fila {

	background-color: #F4EEF7;
	border: 1px solid #CCCCCC;
	padding: 0px;

}

#contenedor-fila {
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 0px;
}

#contenedor-fila-impar {
	background-color: #F4EEF7;
	padding: 0px;
}



div.cabtitulo {
	background-color: #663366;
	color: #F4F4F4;
	text-align: left;
	padding: 0;
  }


div.cabtitulo span.codigo {
	float: left;
	width: 100px;
	background-color: #663366;
	
  }

div.cabtitulo span.descripcion {
	float: left;
	width: 250px;
	background-color: #663366;
	
  } 
  
div.cabtitulo span.formula {
	float: left;
	width: 158px;	
	background-color: #663366;

  } 




div.fila {
	clear: both;
	padding-top: 0px;
  }


div.fila span.codigo {
	float: left;
	width: 100px;
	text-align: left;
	font-size: 90%;
	font-weight: normal;
	color: #782778;
	height: 37px;
	vertical-align: text-top;
  }

div.fila span.descripcion {
	float: left;
	width: 250px;
	text-align: left;
	font-size: 90%;
	font-weight: normal;
	color: #785578;
  } 
  
div.fila span.formula {
	float: left;
	width: 154px;
	text-align: left;
	float: left;
	text-align: left;
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	height: 37px;
  } 
  

#contenedor-impresion {
	width: auto;
	margin: 0px auto;
	padding: 0px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;

}

