@charset "utf-8";
/* CSS Document */

.portada{
	width:100%; 
	height:281px;
}


.titulotextocaja{
	/*position:absolute;*/
	/*top:40%;*/
	font-weight:bolder;
	font-size:16px;
	
/*	width: 100%; 
	height: 55px;
	margin-left: -50%;
	margin-top: -25px;
	position:absolute;
	left: 50%;
	top: 25%;	
*/	
}


.contenidotextocaja{
	width: 60%; /*400px;*/
/*	height: 55px;
	margin-left: -35%; /*la mitad del ancho de la imagen*/
	/*margin-top: -15px*/;  /*la mitad del alto de la imagen*/
	/*position:absolute;
	left: 50%;
	top: 35%;*/	
*/	
	
}

/*elementos de las paginas de productos*/

.contenedor_productos{
	width:100%;
	height:300px;
	padding:20px 0 0 0;
	background-color:#FFF;
}

.cuadro_productos_margen{
/*	width:20%; 
	height:100%;
	background-color:#FFF;
	float:left;	*/
	display:none;
}
.cuadro_productos_foto{
/*	width:200px;
	height:150px;
	background-color:#FFF;
	float:left;
	border-style:solid;
	border-color:#FFF;
	cursor:pointer;	
	overflow:hidden;
*/
	width:200px;
	height:150px;
	float:none;
	margin:0 auto;
	
}
.cuadro_productos_foto img{
	width:200px;
	height:150px;
}

.cuadro_productos_texto{
/*	width:20%; 
	height:138px;
	background-color:#fff;
	float:left;	
	padding:5px 20px;
	border-style:solid;
	border-color:rgb(156, 186, 59);
	margin-top:2px;
*/
	width:60%;
	float:none;
	margin:0 auto;
	height:auto;
	border-color:#FFF;
}
