@charset "utf-8";
.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;
	bottom:5%;
  	left:3%;
  	color: #ffffff;
  	text-align: left;
  	font-size: 40px;
  	text-shadow: 0 0 3px #ffffff, 0 0 5px #c7c7c7;
}
.table{
	width: 90%;
	margin-top: 25px;
	margin-bottom: 25px;
}
.moduloIzq{
	float: left;
	width: 49%;
	font-size: 20px;
	color: #0f0f0f;	
}
.moduloIzqImg{
	float: left;
	width: 49%;
	height: 630px;
	max-width: 700px;
	margin-left:auto;
	margin-right: auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
  	background-position: 0% 0%; 
  	position:relative; 	
}
.moduloDer{
	float: right;
	width: 49%;
	font-size: 20px;
	color: #0f0f0f;	
}
.button_sesion{
	width:100%; 
	font-size:17px; 
	font-weight:300;	
	text-align: center; 
	height: 32px; 
	color:#ffffff;
	background: #000000;
	border:0px solid #e11fab;
	margin-bottom:5px;
	margin-left: auto;
	margin-right: auto;
}
.button_sesion:hover{
	background: #b7bbc3;
	color:#000000; 
	border:1px solid #acadb0;
	cursor:pointer;
}
.linkA{
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #5f0143;
}
@media (min-width: 1441px){

	.recuadro_imagen{
		height: 220px;
	}

}

@media (max-width: 1440px) and (min-width: 1081px){

	.recuadro_imagen{
		height: 180px;
	}

}

@media (max-width: 1080px) and (min-width: 801px){
	.recuadro_imagen{
		height: 140px;
	}	
	.txt_imagen{
	  	left:2%;
	}
	.table{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.moduloIzq{
		float: left;
		width: 100%;
	}
	.moduloDer{
		float: left;
		width: 100%;
	}
	.moduloIzqImg{
		display: none;
	}
}

@media (max-width: 800px) and (min-width: 561px){

	.recuadro_imagen{
		display: none;
	}
	.table{
		width: 98%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.moduloIzq{
		float: left;
		width: 100%;
	}
	.moduloDer{
		float: left;
		width: 100%;
	}
	.moduloIzqImg{
		display: none;
	}

}

@media (max-width: 560px){

	.recuadro_imagen{
		display: none;
	}
	.table{
		width: 98%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.moduloIzq{
		float: left;
		width: 100%;
	}
	.moduloDer{
		float: left;
		width: 100%;
	}
	.moduloIzqImg{
		display: none;
	}

}





/*Estos son los estilos del menu anterios*/
.zona_registro_sesion{
	float: left;
	width: 50%;
	padding-top:10px;
}
.cuadroerror{
	font-size: 13px;
	color: #3a3a3a;
	width: 95%;
	max-width:1100px;
	min-width: 300px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	background: #e8bcbc;
	border: 2px solid #971b1b;
}
.msj_error{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
	color: #3a3a3a;
	width: 98%;
	max-width:1100px;
	min-width: 300px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	background: #e8bcbc;
	border: 2px solid #971b1b;
}

.msj_ok{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
	color: #152538;
	width: 98%;
	max-width:1100px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	background: #d9eaff;
	border: 2px solid #3390ff;
}
.msj_info{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
	color: #000000;
	width: 98%;
	max-width:1100px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	background: #d9ffdb;
	border: 2px solid #4d971b;
}

.Panel_titulo{
	background: #6c6c6c;
	width: 95%;
	text-align:left;
	padding-top: 10px;
	padding-left: 5%;
	height: 35px;
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
}
.Panel_Left{
	/*background: #e4d7d7;*/
	float: left;
	width: 20%;
	display:inline-block;
	padding-bottom: 0px;
	border:1px solid #6c6c6c;
	margin-top: 14px;
}
.Panel_Right{
	/*background: #c5c5c5;*/
	float: right;
	width: 79.2%;
	overflow: auto;
	display:inline-block;
	border:1px solid #6c6c6c;
	margin-top: 14px;
}
.Paneles{
	width: 97%;
	margin-left:auto;
	margin-rigth:auto;
	/*background: #fe9494;*/
	display:inline-block;
	margin-bottom: 10px;
	margin-top:10px;
	padding-left:1.5%;
	padding-right: 1.5%;
}
.Btn_SubPanel{
	text-decoration: none;
	text-align: left;
	padding-top: 6px;
	padding-left: 5%;
	width: 95%;
	height: 25px;
	font-size: 15px;
	font-weight: 300;
	/*background: #e5eaf0;*/
	color: #333333;
}
.Btn_SubPanel:hover{
	background: #3b3b3b;
	color: #eaeaea;
	cursor:pointer;
	font-weight: 700; 
}
.Btn_SubPanel_Selec{
	
	text-decoration: none;
	text-align: left;
	padding-top: 6px;
	padding-left: 5%;
	width: 95%;
	height: 25px;
	font-size: 15px;
	font-weight: 300;
	/*background: #e5eaf0;*/
	color: #1c2130;
	background: #bababa;
}


@media (max-width: 800px) {
	.zona_registro_sesion{
		float: left;
		width: 100%;
	}
	
	.Panel_Left{
		float: left;
		width: 100%;
		overflow: auto;
		margin-left:auto;
		margin-right:auto;
		margin-top: 15px;
	}
	.Panel_Right{
		margin-left:auto;
		margin-right:auto;
		float: left;
		width: 100%;
		overflow: auto;
		margin-top: 15px;
	}
	.Btn_SubPanel{
		float:left;
		text-decoration: none;
		text-align: left;
		padding-top: 7px;
		width: 45%;
		height: 23px;
		font-size: 13px;
		font-weight: 300;
	}
	.Btn_SubPanel_Selec{
		float:left;
		text-decoration: none;
		text-align: left;
		padding-top: 7px;
		width: 45%;
		height: 23px;
		font-size: 14px;
		font-weight: 700;
	}
}
	
	