
#encabezado, #pie, #cuerpo, #navegacion, #izquierda, #contorno
{
	
	box-sizing: border-box;
   
}

ul
{
   list-style-type: none;
}

ol
{
   list-style-position: inside;
}

html, body
{
   height: 100%;
}

body
{
   padding: 0;
   margin:0;
   min-width: 920px;
/*   color: #1C5924;*/
}

table{
   font-size: 13px;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
   margin: 0;
   padding: 0;
}

form
{
   padding: 0 !important;
   margin: 0 !important;
}

table.position
{
   position: relative;
   width: 100%;
   table-layout: fixed;
}

	#exterior{
/*	background: url('../img/fondoAfuera.png') no-repeat fixed;*/
	  margin:0 auto;
   font-size: 13px;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
    width: 100%;
	height: 100%;
   left: 0;
   top: 0;
   cursor:default;

	}
	#contorno{
	 background: #fff;
/*   background: rgba(255, 255, 255, 0.4);*/
   -webkit-border-radius:0 0 15px 15px;
   -moz-border-radius:0 0 15px 15px;
   border-radius:0 0 15px 15px;
   border:3px solid  #2f428e;
   border-top:none;
   padding:10px;
   margin:1px auto;
    cursor:auto;
   width:920px;

   min-height:700px;
	
	}

	#encabezado{
	height:150px;
	
		margin-right:5px;

	}
  #navegacion{

    margin: 5px;
  
  }
	#cuerpo{
	height:700px;
	margin:5px;


	}

   #informacion {

  float: left;
  width: 370px;
  height:142px;
    
} 
#logo{
		   -webkit-border-radius:0 0 3px 3px;
   -moz-border-radius:0 0 3px 3px;
   border-radius:0 0 3px 3px;
  background-image: url('../img/logo2023.png');
    background-size:     180px 120px;
   background-position: 7px 10px;
   background-repeat: no-repeat;
width:220px;
height:140px;

float:left;

/* Primer resplandor */
    -webkit-box-shadow:  0px 0px 15px #FFF;
  -moz-box-shadow:  0px 0px 15px #FFF;
    box-shadow: 0px 0px 30px #FFF;


}
#seccion {
  width: 450px;
  height:100px;
     float:right;
  text-align: right;
  
}
#usuario{padding:5px;
 margin:5px;
 border-top:#1A50B8 solid 1px;
color: #009F49;
font-weight:bold;}



#menuSeccion {
	float: right;
	padding-top: 20px;
}

#titulo{

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
	transform: rotate(0deg);
	float: left;
	color: #38B249;
	font-size: 24px;
	padding-top: 58px;
	margin-left:5px;
}
#izquierda{

min-height:150px;
width:230px;

   -webkit-border-radius:0 0 5px 5px;
   -moz-border-radius:0 0 5px 5px;
   border-radius:0 0 5px 5px;
   border-right:3px solid rgba(170, 228, 178, 0.4);
   float:left;
}
#derecha{

float:right;
min-height:150px;
width:580px;
margin-left:5px;
}
/*inicio pie************************************************************************************************************/
#pie 
{

   background:#1A50B8;
   margin:50px auto 0;
   position: relative;
   color: #fff;
   font-size: 13px;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   line-height: 175%;
   text-align: center;
   padding: 0;
}

#pie a,
#pie a:link,
#pie a:visited,
#pie a:hover,
#pie td, 
#pie th,
#pie caption
{
   color: #33A342;
   font-size: 13px;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   line-height: 175%;
}
#izquierda {
}

#pie p 
{
   padding:0;
   text-align: center;
}

#pie  a,
#pie  a:link
{
   color: #36AB45;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: none;
}

#pie  a:visited
{
   color: #2A8436;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: none;
}

#pie  a:hover
{
   color: #3638AB;
   font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
   text-decoration: underline;
}

#pie  img
{
   border: none;
   margin: 5px;
}


#logoIEESL {
	background-image: url('../img/logotipo-ieels.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 148px;
	width: 119px;
}
/*fin pie****************************************************************************************************************/
.tabla_registro{
	margin: 0 auto;
	text-align:left;

}
.tabla_registro th{ text-align:right;}

#mensajes{
font-weight:bold;
color:#ff0000;
margin-top:5px;
 
}
