

/* estilos comunes */

body
{	
	font-family:Verdana;	
	margin:0 auto;	
	font-size:12px;			
}

.print
{
	/*border:1px solid blue;*/
	width:540px; 
	margin:10px auto 0 auto;	 
	text-align:right;
	
}


/* recuadros */

.cuadro
{
	color:white;
	font-weight:bold;
	padding:2px;	
	width:540px; 
	margin:20px auto;	
}

.cuadro .interior
{
	background-color:white;
	font-weight:normal;
	text-align:justify;
	font-size:12px;
	color:#39473a;
	padding:2px;
}

.petit{
	color:white;
	width:260px;	
	padding:2px;
	background-color:#507b4e;
}
.petit div{
	background-color:white;
	color:#39473a;
	font-weight:normal;
	padding:2px;
}

.rotuloF{
	/*background:url('/img/fletxa.gif') no-repeat center left;*/
	/*text-indent:10px;*/	
	font-weight:bold;
	float:left;
}

.rotuloN{
	float:left;
	font-weight:bold;
}


/* valores especificaciones técnicas */

div.spec_ret
{
	/*background:url('/img/fletxa.gif') no-repeat center left;*/
	/*text-indent:10px;*/
	font-weight:bold;	
}
div.spec_val
{
	/*margin-left:10px;*/
	font-weight:normal;
}


/* cuadro de presentación del producto */

.presProd{
	width:540px;
	margin:20px auto;
	font-weight:bold;
	color:white;
	padding:2px;
	/*border:1px solid blue;*/	
}
.presProd .img_envase{
 	background-repeat:no-repeat;
 	background-position:center right; 	
}
.presProd .clear{
	clear:both;
}
.presProd .prod{	
	width:326px;	 
	height:62px;
	background:white;
	/*padding:2px;*/	
	font-weight:normal;
	/*border:1px solid blue;*/	
}
/*
.presProdFar .prod{	
	width:326px;
	padding:2px; 
	height:62px;
	background:white;
	
	font-weight:normal;
}
*/
