@charset "utf-8";
/* CSS Document */

html, body { height: 90%; }
body{
	margin:0px;
	background-color:#D9ECFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:11px;
}


input{
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
select {
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

body a{
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	}

@media print{
  .oculto-impresion *{
    display: none !important;
  }
}

#encabezado{
	
	width:100%;
	background-color:#97CBFF;
	background-repeat:no-repeat;
	float:left;
	text-align:center;
	}
#content_menu{
	width:15%;
	background-color:#6CC;
	float:left;
	border-right: 1px solid #000;
	/*padding-bottom:20%;*/
	height:100%;
	font-family: Tahoma, Arial, sans-serif;
	font-size : 10px;
	background-color: #90bade;
	color: #333;
		}
	
#content_botones{
	/*width:250px;*/
	
	float:left;
	height:33px;
	text-align:center;}
	
#content_iframe{
	width:82%;
	text-align:center;
	height:100%;
	float:right;}
	
#footer{float:left;
clear:both;
background:#97CBFF;
width:100%;
}
	
h4{
	
	color:#FFF;
	margin:0;
	padding-top:5px;
	text-align:center;
}

.login{
	background-color:#6CC;
	border:solid 1px #036;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#036;

}

/*ESTILOS PARA LOS ENLACES DE MENU*/

#tablist li {
	
	list-style:none;
	
	
}

#content_menu ul {
	padding-left:10px;
	
}



#tablist li a{
		text-decoration: none;
		padding: 3px 7px;
		margin-right: 2px;
		font-weight: bold;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: #033;
		
		font-size:11px;
		
}

#tablist li a:hover{
		/*background: #cccccc; /*url(../imagenes/corner.gif) no-repeat top right;*/
		color: #fff;
	}

.tablas_formularios{
	border:solid 1px #036;
background:#B7DBFF;
color:#000;
font-size:11px;
}
.tablas_formularios th{
	border-bottom:solid 1px #000;
background:#004080;
color:#FFF;
}

.alinear_etiquetas{
	text-align:right;
}

/*******RECIBO PARA ESTUDIANTES********/

#content_recibo{background-color:#FFF;
}

#datos li{list-style:none;
display:inline;
padding:0 20px 0 0;}


.tbl_recibo th{
	text-align:left;
}

.tbl_recibo td{
border-bottom:solid 1px #000;
}

#firmas ul{
	margin:0;
	padding:0;}
	
	
#firmas ul li{
	margin:0 px;
	padding:0 35px 0 0;
	/*border-top:solid 1px #000;*/
	list-style:none;
	display:inline;}
	
/*******MENU PREMATRICULA********/

#menu_prematricula li{
	
	display:inline;
	list-style:none;
	padding:3px 7px;
	}

/*********MENU PRINCIPAL******************/

/*#button {
        width: 12em;
        border-right: 1px solid #000;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
        font-family: Tahoma, Arial, sans-serif;
        font-size : 10px;
        background-color: #90bade;
        color: #333;
        }*/

        #content_menu ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

       #content_menu li {
                border-bottom: 1px solid #90bade;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

       #content_menu li a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #1958b7;
                border-right: 10px solid #508fc4;
                background-color: #2175bc;
                color: #fff;
                text-decoration: none;
                width: 100%;
                }

        html>body #content_menu li a {
                width: auto;
                }

        #content_menu li a:hover {
                border-left: 10px solid #1c64d1;
                border-right: 10px solid #5ba3e0;
                background-color: #2586d7;
                color: #fff;
                }

        #content_menu li #active {
                border-left: 10px solid #1c64d1;
                border-right: 10px solid #5ba3e0;
                background-color: #2586d7;
                color: #fff;
                }