@charset "utf-8";

/*
COLORES UTILIZADOS
Principal ( Bordes - FondoMenus - FondoTitulos )	-> #0D7ABF
Menu_SinSeleccion & PiePagina						-> #0D7ABF
Menu_CursorSobre									-> #27C6BE
*/


/*WEB RESPONSIBLE*/
/*CONTENEDOR PRINCIPAL*/
.contenedorPrincipal{
    width: 100%;
    max-width: 802px;
    margin: 0 auto;
    overflow: hidden;
}

/*BANNER*/
.cabeza{
        width: 100%; 
        max-width:802px;
	height: auto; 
}

/*ENCABEZADO DONDE SE COLOCA FECHA*/
#encabezado {
	float:left;
	width:100%;  
	background:#0D7ABF repeat-x bottom;
 	line-height:normal;
	display:block;clear:both;
}

#fondo_encabezado
{
	float:left;
	padding:20px 0 0 20px;
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	font-weight:bold;	
}

#cerrar_sesion
{
	font: 11px sans-serif, Geneva,  Helvetica;
	float:right; 
	padding:22px 5px 10px 10px;
	color:#FFFFFF;
	font-weight:bold;
}

/*CONTENEDOR SECUNDARIO*/
.main {
/*    margin-left: 25%;
    margin-right: 0%;*/
    float:right; 
    width: 75%;
    background: #fff;
    box-sizing: border-box;
    border-style:solid;
    border:2px solid #0D7ABF;
}

/*CONTENEDOR MENU*/
.aside{
    width: 23%;
    float: left;
    padding: 2px;
    background: #fff;
    box-sizing: border-box;
    border-style:solid;
    border:2px solid #0D7ABF;
}

/*MENU*/
nav{
   width: 100%;
   max-width: 175px;  
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 185px; 
  background-color: #0D7ABF;
}

li a {
  display: block;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

/* Change the link color on hover */
li a:hover {
  background-color: #ACCFE8;
  color: white;
}
 
.menu_bar{
    display :none;
}

/*LOGIN*/
#login
{
	text-align:center;
	background-image:url(../img/login_SanIgnacio_1.png);
        width:100%;
	max-width: 542px;
	height:auto;
	float:none;
	overflow: auto; 
	text-align:justify;
}

#letralogin
{
	float: left;  
	display: inline; 
	margin-top:90px; 
	margin-left:25px; 
        width: 40%;
	max-width:190px;
	height:auto;
	padding:0 0 0 8px;
	color:#fff;
	font: 14px sans-serif, Geneva,  Helvetica;
	text-align:justify;
	font-weight:bold;
}

/*TABLAS*/
.TitulosTabla
{
	color: #FFFFFF;
	background-color: #546C8E;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.Contenido1Tabla
{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.Contenido2Tabla
{
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

/*TABLA MENU SELECCION*/

.ContenidoNormalTabla
{
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.ContenidoFondo
{
	background-color: #0D7ABF;
	color:#FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}


/*PIE DE PAG*/
div#footer {
	clear:both;
 	color: #fff;
	background-color: #0D7ABF;
        height: 30%; 
        width: 100%;
        font-size: .9em;
}

div#footer p {
	font-size: 0.9em;   
	text-align: center; 
}


@media (max-width: 800px){
    .contenedorPrincipal{
        width: 100%;
    }
    
    .main{
        width: 75%;
    }       
        
}

    
    @media (max-width: 700px){
    .contenedorPrincipal{
        width: 100%;
    }
    .main{
        width: 100%;
    } 
    
    aside{
        display: none;
    }
    
    
    nav{
        width: 80%;
        height: 100%;
        margin:0;
        position: fixed;
        
    }
    
    nav ul il{
        display: block;
        float: none;
        border-bottom: 1px solid rgba(255,255,255, .3);
    }
    .menu_bar{
        display: block;
        width: 100%;
        background: #ccc;
    }
    
    .menu_bar .bt-menu{
        display: block;
        padding: 10px;
        background: #0D7ABF;
        color:#fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    }
    