@charset "utf-8";

/* ------------------ FUENTES ---------------------- */
@font-face{
	font-family:"HelvNueLt";
	src:url("../fuentes/HelveticaNeueLTStd-Lt.otf");
}
@font-face{
	font-family:"HelvNueMd";
	src:url("../fuentes/HelveticaNeueLTStd-Md.otf");
}
@font-face{
	font-family:"SabonIt";
	src:url("../fuentes/SabonLTStd-Italic.otf");
}
@font-face{
	font-family:"SabonRo";
	src:url("../fuentes/SabonLTStd-Roman.otf");
}

/* ------------------ GENERALES --------------------- */
body{
	margin:0 0 0 0;
	background:rgb(229,229,229);
	font-family:HelvNueLt,Arial,Helvetica,sans-serif;
	font-size:13px;
	text-align:center;
	cursor:default;
}
button:hover{cursor:pointer;}
.clr{clear:both;}
.fltDer{float:right;}
.fltIzq{float:left;}
p,ul li{font-family:Arial, Helvetica, sans-serif; color:#444; text-align:justify; margin:0 0 0 0;}
div.hiddenLoader{height:1px; overflow:hidden; padding:0 0 0 0;}
div.hiddenLoader img{margin:2px 0 0 0; position:relative; top:2px;}

/* --------------------- SITIO ---------------------- */
#bgLogo{
	margin:0 auto 0 auto;
	background:none;
	height:1px;
	overflow:visible;
	width:1095px;
	text-align:left;
}
#bgLogo img{position:relative; left:-136px; top:50px;}

#generalContenedor{
	margin:0 auto 0 auto;
	background:url("imagenes/bgSitio.png") repeat-y;
	min-height:1050px;
	width:1095px;
	position:relative;
	top:-1px;
	text-align:center;
}
#sitio{
	margin:0 auto 0 auto;
	width:1024px;
	min-height:inherit;
	background:white;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}
/* CDMC 20210211 (55084) : SE ACTUALIZA LA IMAGEN TOP */
#header{
	background:url("imagenes/2023-2024/LOGOTIPO ESCUELA.jpg");
	background-size: 200px;
	background-repeat: no-repeat;
	width:100%;
	height:150px;
}
#imagen{
	background:#000000;
	width:100%;
	height:315px;
	overflow:hidden;
}
#imagen img{
	width:1024px;
}
#cuerpo{
	width:920px;
	min-height:700px;
	margin-left:50px;
}
#footer{
	/*CDMC 20220804 (DGE-794): Cambio logo Systelar*/
	/*background:#E31937;*/
	background-image:url('../imagenes/portal/FOOTER_SYSTELAR.jpg');
	background-repeat:no-repeat;
	width:1024px;
	height:100px;
	margin:0 auto 0 auto;
	font-weight:bold !important;
    color: white;
}

#barra_admisiones{
	background-image:url('../imagenes/barra/barra_admisiones.jpg');
	background-repeat:no-repeat;
	min-height:83px;
	height:83px;
	min-width:1024px;
	vertical-align:middle;
}

#boton_espacio_admisiones{
	min-height:82px;
	min-width:310px;
	float: left;
}

#boton_informacion_admisiones{
	margin-left:5px;
	min-height:82px;
	min-width:132px;
	float: left;
}

#boton_solicitud_admisiones{
	margin-left:5px;
	min-height:82px;
	min-width:120px;
	float: left;
}

#boton_recupera_admisiones{
	margin-left:6px;
	min-height:82px;
	min-width:170px;
	float: left;
}

#boton_temario_admisiones{
	margin-left:4px;
	min-height:82px;
	min-width:120px;
	float: left;
}

#boton_resultados_admisiones{
	margin-left:4px;
	min-height:82px;
	min-width:146px;
	float: left;
}

.etiqueta_formulario{
	text-align:right;
	vertical-align:middle;
	height:23px;
}

.campo_formulario{
	text-align:left;
	vertical-align:middle;
	height:23px;
}

.encabezadoFormulario{
	background-image:url(./imagenes/fondo_seccion.png);
	background-repeat:repeat-x;
	min-height:23px;
	height:23px;
	color:#FFF;
	vertical-align:middle;
}

.final_encabezadoFormulario{
	background-image:url(./imagenes/final_seccion.png);
	background-repeat:no-repeat;
	min-height:23px;
	height:23px;
	min-width:10px;
	vertical-align:middle;
}

#resultado{
	width:600px;
	padding-left:25px;
	text-align:justify;
	font-family: Arial,Helvetica,sans-serif;
}


.clsRowTd{
	border:1px solid #CCC;	
	font-size:9pt;
}
.clsRowTdCenter{
	border:1px solid #CCC;
}
.clsEncabezado{
	background-color:#1077D3; 
	color:#FFF;
	font-weight: bold;
	font-size:9pt;
	text-align: center; 
}
.clsEncabezadoTitulo{
	background-color:#052467; 
	color:#FFF;
	font-weight: bold;
	font-size:9pt;
}
.clsTextCenter{
	text-align: center;
}
.clsTextRight{
	text-align: right;
}
.clsTextLeft{
	text-align: left;
}
.clsDetalleModalidadNoInicial{	
	background-color:#EAE8E8; 
}
.clsDetalleModalidadInicial{	
}

.clsContenedorModalidades{
	width:100%; 
	font-size:9pt;
}

.mensaje_info{
	border-radius:6px;
	color:#585B66;
	position: relative;
	padding: 10px 10px 10px 25px;
	border: 1px solid #A2B4EE;
	background:#DBE3FF url("../imagenes/acciones/informacion.png");
	background-position: 5px 7px !important;
	background-repeat: no-repeat !important;
	font-size: small;
	text-align:left !important;
	text-align:justify;
	font-family: Arial,Helvetica,sans-serif
}

.mensaje_error{
	border-radius:6px;
	color:#665252;
	position: relative;
	padding: 10px 10px 10px 25px;
	border: 1px solid #DF8F8F;
	background:#FFCECE url("../imagenes/acciones/error.png");
	background-position: 5px 7px !important;
	background-repeat: no-repeat !important;
	font-size: small;
	text-align:left !important;
}

.mensaje_ok{
	border-radius:6px;
	color:#556652;
	position: relative;
	padding: 10px 10px 10px 25px;
	border: 1px solid #9ADF8F;
	background:#D5FFCE url("../imagenes/acciones/ok.png");
	background-position: 5px 7px !important;
	background-repeat: no-repeat !important;
	font-size: small;
	text-align:left !important;
}

.panel_info {
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
	background: #fff;
	border-radius:6px;
}

.panel_encabezado {
	background: #e5e5e5 url('../imagenes/sistema/panel/bg_panel.gif') top left repeat-x;
	margin-top: 1px;
	height: 25px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	color:#000;
}

.panel_encabezado label {
	font-size:medium;
	font-weight:bold;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	float: left;
}

.panel_contenido {
	padding: 20px;
	font-size: 13px;
	border-top: 1px solid #ccc;
}

li.clsNobullet{
	list-style-type: none;
}

.clsRowPar{
	background-color:#CCC;
}
.clsRowNon{
	background-color:#EEE;
}