@charset "ISO-8859-1";

.texto_general {
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 12px;
	line-height:110%;
	font-style: normal;
	color: #333;
}
.text_peq {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
.text-peqgris {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
}

/* Galeria fotos PRODUCTOS*/		
.col_3b { width:16% ; /*ancho*/
         margin:0.05% ; /*margen o relleno*/
		 padding-left:1%;
		 padding-bottom:1%;
		 float:left; /*flotacion para  que se organice en columnas*/

		 }
.col_3b img{ width:100% ; 

       }
	   
#galeria { overflow:hidden; /*corregir problemas de flotantes*/
           padding:0px 2% 0px 2%;  /*top right bottom left */
           margin-bottom:50px}		 