html, body {
margin: 0; padding: 0;
background-repeat:repeat-x;
background:#053e72;
font-family:Helvetica;
}
.header
{
	background:#183f63;
	width:100%;
	height:160px;
	position:relative;
	display:block;
	margin: 0 auto;	
	padding-top:20px;
}
.linea
{
	background-image: linear-gradient(top, #006AB3 10%, white 150%);
	background-image: -o-linear-gradient(top, #006AB3 10%, white 150%);
	background-image: -moz-linear-gradient(top, #006AB3 10%, white 150%);
	background-image: -webkit-linear-gradient(top, #006AB3 10%, white 150%);
	background-image: -ms-linear-gradient(top, #006AB3 10%, white 150%);
	width:100%;
	height:10px;
	position:relative;
	display:block;
	margin: 0 auto;	
}
.lineaChica
{
    background-image: linear-gradient(bottom, #006AB3 10%, white 150%);
	background-image: -o-linear-gradient(bottom, #006AB3 10%, white 150%);
	background-image: -moz-linear-gradient(bottom, #006AB3 10%, white 150%);
	background-image: -webkit-linear-gradient(bottom, #006AB3 10%, white 150%);
	background-image: -ms-linear-gradient(bottom, #006AB3 10%, white 150%);
	width:100%;
	height:10px;
}
.login
{
	background:#183f63;
	height:auto;
	position:relative;
	display:block;
	margin: 0 auto;	
}
.lineaLogin
{
	background:#fff; 
	width:100%;
	height:70px;
	position:relative;
	display:block;
	margin: 0 auto;	
}
.contenido
{
	width:900px;
	position:relative;
	margin: 0 auto;
	height:500px;
	background:#ffffff;
}
.lineaAzul
{
	height:7px;
	width:100%;
	background:#3B5998;
}
.menu
{
	background:#183f63;
	height:70px;
	position:relative;
	display:block;
	margin: 0 auto;	
}
.botonMenu
{
    width:135px;
    text-align:center;
    background:#9BC5E1;
    list-style:none;
    height:30px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    float:right;
    font-size:18px;
	margin-right:20px;
	color:#4c4c4c;
	padding-top:10px;
	cursor:pointer;
	padding-left:10px;
}
.informacion
{
	background:#183f63;
	height:auto;
	position:relative;
	display:block;
	margin: 0 auto;
	padding-bottom:20px;	
}
.botonMenu:hover {
cursor:pointer;
background:#fff;
margin-top:10px;
border-radius:10px 10px 10px 10px;
}
.letraAzul
{
	color:#006AB3;
	font-size:26px;
	font-weight:bolder;
}
.botonMenuSel 
{
    width:130px;
    text-align:center;
    list-style:none;
    height:30px;
    float:right;
    font-size:18px;
	margin-right:20px;
	color:#4c4c4c;
	padding-top:10px;	
    background:#fff;
    margin-top:10px;
    border-radius:10px 10px 10px 10px;
}
.mitad
{
	width:450px;
	height:380px;
	float:left;
}
.letraGris
{
	color:#4c4c4c;
	font-size:20px;
}
.texto
{
	width:300px;
    border: 1px solid #58585A; 
    color: #818181; 
    font-size:13px;	 
	height:20px;
}
.texto:focus
{
 border: 1px solid #5493C9; 
}
.footer
{
    background:#fff;
	height:auto;
	position:relative;
	display:block;
	margin: 0 auto;		
}
.contenidoInfo
{

   width:900px;
   position:relative;
   margin: 0 auto;
   height:auto;
   padding-top:10px; 
   padding-bottom:10px; 

   background:#ffffff;
}
.linea2
{
    background-image: linear-gradient(bottom, #4D5153 10%, white 170%);
	background-image: -o-linear-gradient(bottom, #4D5153 10%, white 170%);
	background-image: -moz-linear-gradient(bottom, #4D5153 10%, white 170%);
	background-image: -webkit-linear-gradient(bottom, #4D5153 10%, white 170%);
	background-image: -ms-linear-gradient(bottom, #4D5153 10%, white 170%);
	width:100%;
	height:40px;
	position:relative;
	display:block;
	margin: 0 auto;	
}
.cuadro
{
	width:247px;
	height:135px;
	border-radius:20px;
	background:#fff;
	border:#474747 dashed 2px;
	float:left;
	margin-left:20px;
	text-align:center;
	padding:10px;
	color:#006AB3;
	font-size:18px;
	font-weight:bolder;
	-moz-box-shadow: 0 0 7px #888;
   -webkit-box-shadow: 0 0 7px #888;
   box-shadow: 0 0 7px #888;

	
}
.cuadro:hover
{
	border:#fff dashed 2px;
	color:#006AB3;
		-moz-box-shadow: 0 0 7px #fff;
   -webkit-box-shadow: 0 0 7px #fff;
   box-shadow: 0 0 7px #fff;

}
.acordion
{
	width:800px;
	margin-left:50px;
	background:#006AB3;
	color:#fff;
	border-radius:10px 10px 0px 0px;
	height:25px;
	padding-left:5px;
	cursor:pointer;
}
.acordion2
{
	margin-left:50px;
	border:1px solid #006AB3; 
	border-radius:0px 0px 10px 10px;
	width:803px;
	color:#4c4c4c;
	font-size:16px;
	height:210px;
    padding-bottom:10px;
}
.letras
{
	color:#4c4c4c;
	font-size:12px;
	font-weight: bolder;
	
}
.texto
{
	width:120px;
    border: 1px solid #183f63; 
    color: #808080; 
    font-size:12px;	 
	height:18px;
}
input.texto:hover
{
	border :solid 1px  #006AB3;
	cursor:pointer;
}
.letraChida
{
    font-size:16px;
	font-weight:bold;
	color:#074672;	
	
}
.letrasAZ
{
	color:#006BB7;
	font-size:16px;
	font-weight:bolder;
}
.menuSub
{
	width:150px;
	height:400px;
	float:left;
	margin-top:30px;
	margin-left:10px;
}
.infoSub
{
	width:685px;
	height:500px;
	float:left;
	margin-top:30px;
	margin-left:30px; 
}
.botonSub
{
	width:150px;
	height:60px;
	background: #006AB3;
	margin-top:1px;
	font-size:16px;
	font-weight:bold;
	color:#fff;	
	cursor:pointer;
}
.botonSub:hover
{
	
background:#fff;	
color: #0071BA;
}
.letrasSub
{
	color:#183f63;
	font-size:20px;
	font-weight:bolder;
	margin-left:50px;
}
.letra
{
	font-size:20px;
	font-weight:bolder;
	color:#004979;	
}
.conEnc
{
	width:690px;
	height:47px;
}
.campo
{
	border:1px solid #004979;
	height:30px;
	font-size:14px;
	color:#666;
	padding-top:15px;
	text-align:center;
	font-weight:bolder;
	float:left;
}
.datos
{
	width:708px;
	height:400px;
	overflow-x:auto;
	overflow-y:auto;
}
.campoDat
{
	border:1px solid #40B2E0;
	height:30px;
	font-size:12px;
	color:#666;
	padding-top:15px;
	text-align:left;
	float:left;
	font-weight:bolder;
        overflow: hidden;
}
.registro
{
 height:35px;
 width:690px;	
}
.lineaAzul
{
    
    display: block;
    float: left;
    height: 1px;    margin: 0 auto;
    position: relative;
    width: 700px;
	border-top:#006AB3 dashed 5px ;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    margin-top:10px;
}
.lineaRoja
{
    
    display: block;
    float: left;
    margin: 0 auto;
    position: relative;
    width: 300px;
	border-top:#ff0000 solid 2px ;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}
.lineaAmarilla
{
    
    display: block;
    float: left;

    margin: 0 auto;
    position: relative;
    width: 300px;
	border-top:#FFB700 solid 2px ;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}
.lineaVerde
{
    
    display: block;
    float: left;

    margin: 0 auto;
    position: relative;
    width: 300px;
	border-top:#2BD700 solid 2px ;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}
.campoDatCom
{
	border:1px solid #40B2E0;
	height:50px;
	font-size:11px;
	color:#666;
	padding-top:5px;
	text-align:left;
	float:left;
	font-weight:bolder;
        overflow: hidden;
}
