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

/*elementos de las paginas de productos*/

/*.contenedor_productos{
	width:100%;
	height:200px;
	padding:25px 0 0 0;
	background-color:#FFF;
}*/

.cuadro_productos_margen{
	width:20%; 
/*	height:100%;
	background-color:#FFF;
	float:left;	*/
}
/*.cuadro_productos_foto{
	width:267px;
	height:200px;
	background-color:#FFF;
	float:left;
	border-style:solid;
	border-color:#FFF;
	cursor:pointer;	
	overflow:hidden;
}
*/<!--las fotos son de 267*200 px-->
/*.cuadro_productos_foto img{
	width:267px;
	height:200px;
}*/

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


/*seccion productos de la pagina principal*/
.contenedor_lineas{
	width:100%;
	margin:0 auto;
	height:1024px;
	position:relative;
}


.caja1, .caja2 , .caja3, .caja4, .caja5 {
	float:none;
	width:100%;
	height:20%;
	position:relative;
	cursor:pointer;
}

.textocaja{
	background-color:rgba(0, 0, 0,0.5);
	margin:0 auto;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;	
	text-align:center;
	/*line-height:20%;*/
	padding:0 0 0 0;
	color:#FFF;
	z-index:100;
}

.titulotextocaja{
	/*position:absolute;*/
	/*top:40%;*/
	font-weight:bolder;
	font-size:36px;
	
	width: 100%; /*400px;*/
	height: 55px;
	margin-left: -50%; /*la mitad del ancho de la imagen*/
	margin-top: -25px;  /*la mitad del alto de la imagen*/
	position:absolute;
	left: 50%;
	top: 25%;	
	
}

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


/*pantalla modal viene de clase login*/
.modal-content {
    /*background-color: #fefefe;*/
    /*margin: 5% auto 15% auto;*/ /* 5% from the top, 15% from the bottom and centered */
    /*border: 1px solid #888;*/
    width: 50%; /* Could be more or less, depending on screen size */
}

