@charset "utf-8";
.modulIzq{
	width: 20%;
	float: left;
}
.mondulIzqTitul{
    font-family: Arial, Helvetica, sans-serif;;
	font-size: 19px;
	color: #525252;
	width: 95%;
	height: 25px;
	font-weight: 400;
	text-align: left;
	padding-left: 1%;
	padding-top: -5px;
	border-top: 1px solid #e9e9e9;
}
.modulDer{
	width: 80%;
	float: left;
	background: #f8f8f8;
	padding-bottom: 15px;
}
.recuadro_imagen{
	max-width: 1920px;
	width: 100%;
	height: auto;
	margin-left:auto;
	margin-right: auto;
	background-size: 100% auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
  	background-position: 0% 0%; 
  	position:relative; 	
}
.txt_imagen{
	position:absolute;
	width: 80%;
	bottom:5%;
  	left:5%;
  	color: #ffffff;
  	text-align: left;
  	font-size: 40px;
  	text-shadow: 0 0 3px #000000, 0 0 5px #00ff00;
}
.input_button{
	width:96%; 
	font-size:17px; 
	font-weight:300;	
	text-align: center; 
	height: 32px; 
	color:#ffffff;
	background: #000000;
	border:0px solid #c0c0c0;
	margin-bottom:5px;
	margin-left: auto;
	margin-right: auto;
}
.input_button:hover{
	background: #c0c0c0;
	color:#000000; 
	border:1px solid #000000;
	cursor:pointer;
}
.input_button_claro{
	width:96%; 
	font-size:13px; 
	font-weight:300;	
	text-align: center; 
	height: 25px; 
	color:#000000;
	background: #808080;
	border:0px solid #000000;
	margin-bottom:5px;
	margin-left: auto;
	margin-right: auto;
}
.input_button_claro:hover{
	background: #444444;
	color:#ffffff; 
	border:1px solid #800000;
	cursor:pointer;
}
.mostrar_producto{
	background: #00ff00;
	float: left;
	width: 99%;
	margin-left: 1%;
	margin-top: 10px;	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.paginador{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
.paginador_btn_izq{
	float: left;
	width: 30%;
	font-size: 18px;
	font-weight:300;	
	text-align: left; 
	padding-top: 10px;
	padding-left: 3%;
	height: 35px; 
	color:#ffffff;
	background: #000000;
	border:0px solid #e11fab;
	margin-bottom:5px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
}
.paginador_btn_izq:hover{
	background: #808080;
	color:#000000; 
	cursor:pointer;
	font-weight:300;
}
.paginador_btn_der{
	float: right;
	width: 30%;
	font-size: 18px;
	font-weight:300;	
	text-align: right; 
	padding-top: 10px;
	padding-right: 3%;
	height: 35px; 
	color:#ffffff;
	background: #000000;
	border:0px solid #e11fab;
	margin-bottom:5px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
}
.paginador_btn_der:hover{
	background: #808080;
	color:#000000; 
	cursor:pointer;
	font-weight:300;
}

#paneau_newsol{
	background: #dfdfff;
	height: auto;
	width: 95%;
	margin-top: 0px;
	text-align: left;
	font-size: 15px;
	color: #000000;
	font-weight: 300;
	padding-left: 5%;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 10px 10px 10px 0px;
	-moz-border-radius: 10px 10px 10px 0px;
	-webkit-border-radius: 10px 10px 10px 0px;
	
}
#paneau_texto{
	width: 98%;
	padding-left: 2%;
	font-size: 21px;
	color: #6b6b6b;
	font-weight: 300;
	max-height: 30px;
	height: 30px;
	overflow: none;
}
#paneau_precio{
	width: 98%;
	padding-right: 2%;
	font-size: 30px;
	color: #3a223c;
	font-weight: 300;
	height: 45px;
	overflow: none;
	text-align: right;
}
#paneau_dispo{
	
	height: auto;
	width: 85%;
	margin-top: 0px;
	text-align: left;
	font-size: 16px;
	color: #525252;
	font-weight: 300;
	padding-left: 5%;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
}
.filtros_show{
	display: none;
}
/*<!--Para gestionar productos-->*/
@media (min-width: 1601px){
	.mostrar_producto{
		background: #ffffff;
		float: left;
		width: 23.9%;
		margin-left: 1%;
		margin-top: 10px;
	}
}
@media (max-width: 1600px) and (min-width: 1081px){
	.mostrar_producto{
		background: #ffffff;
		float: left;
		width: 32.3%;
		margin-left: 1%;
		margin-top: 10px;
	}
}
@media (max-width: 1080px) and (min-width: 561px){
	.mostrar_producto{
		background: #ffffff;
		float: left;
		width: 48.9%;
		margin-left: 1%;
		margin-top: 10px;
	}
}
@media (max-width: 560px) {
	.mostrar_producto{
		background: #ffffff;
		float: left;
		width: 99%;
		margin-left: 1%;
		margin-top: 10px;
	}
}


/*Gestionar la plataforma*/
@media (min-width: 1441px){
	.modulIzq{
		width: 20%;
		background-color: #ffffff;
	}
	.modulDer{
		width: 80%;
	}
	.recuadro_imagen{
		height: 320px;
	}
	.txt_imagen{
		font-size: 40px;
	}
	.input_button{
		font-size:19px; 
		font-weight:400;	
		height: 37px; 
	}
}

@media (max-width: 1440px) and (min-width: 1081px){
	.modulIzq{
		width: 25%;
	}
	.modulDer{
		width: 75%;
	}
	
	.recuadro_imagen{
		height: 220px;
	}
	.txt_imagen{
		font-size: 30px;
	}
	.input_button{
		font-size:18px; 
		font-weight:400;	
		height: 34px; 
	}
}

@media (max-width: 1080px) and (min-width: 801px){
	.modulIzq{
		width: 30%;
	}
	.modulDer{
		width: 70%;
	}
	.recuadro_imagen{
		height: 150px;
	}
	.txt_imagen{
		font-size: 22px;
	}
	.input_button{
		font-size:17px; 
		font-weight:300;	
		height: 31px; 
	}
}

@media (max-width: 800px) and (min-width: 561px){
	.modulIzq{
		width: 100%;
		display: none;
	}
	.modulDer{
		width: 100%;
	}
	.recuadro_imagen{
		display: none;
	}
	.input_button{
		font-size:16px; 
		font-weight:300;	
		height: 29px; 
	}
	.filtros_show{
		display: block;
		float: right;
	}
}

@media (max-width: 560px){
	.modulIzq{
		width: 100%;
		display: none;
	}
	.modulDer{
		width: 100%;
	}
	.recuadro_imagen{
		display: none;
	}
	.input_button{
		font-size:15px; 
		font-weight:300;	
		height: 28px; 
	}
	.filtros_show{
		display: block;
		float: right;
	}
}