@import url('reset.css');

body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #999999;
	background: #000066;
}
	
a:visited {
	color: #336633;
	font-weight: 10px;
}	
	
#container {
	width: 803px;
	background: #FFFFFF;
	margin: 10px auto;
	text-align: left;
	border:   10px solid #ECE9D8;
	border-bottom: 5px solid #ECE9D8;
    } 

#header {
	background: #ece9d8; 
} 

#header .fila1 {
	height: auto;
	width: 800px;
	background-image: url(imagenes/fondo_fila1a2.png);
	border-bottom: solid 7px #ECE9D8; 
	background-color: #FFFFFF;
}

#header .fila2 {
	height: 170px;
	margin-right: 620px;
	border-bottom: solid 7px #ECE9D8;
}

#header .fila2 .fondo {
	background-color: #DCD7B6;
}

#header .flash  {
	float: right;
	width: 620px;
}

#header h1 {
    	margin: 0; 
    	padding: 10px 0;
}

#mainContent {
	margin: 0 0 10px 0; /* el margen izquierdo debe ser igual al margen del encabezado y el pie para lograr una alineación correcta. */
	border-top-width: 7px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	color: #666666;
	text-align: justify;
	line-height: 150%;	
}
.entrelinea {
	line-height: 200%;
}

#mainContent h2{
	font-size: 160%;
	padding-bottom: 10px;
	color: #000099;	
    }
	
#mainContent h3{
	font-size: 260%;
	color: #FFFFFF;
	padding: 5px 0px 100px 0px;
	border: 1px solid #0033CC;
	display: inline;
}

#mainContent .imagen {
	float: left;
}

#mainContent a {
	color:#333333;
	text-decoration: none;
}

#mainContent a:hover {
	color:#000000;
	}
	
#mainContent ol {
	text-indent: 8em;	
	}
	
#sidebar1 {
	float: right; 
	width: 200px;
	background: #FAFBF7;
	font-size: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #ECE9D8;
	text-align: center;
}
	
#sidebar1 .fi1 {
	background-color: #ece9d8;
	height: 20px;
	width: 100%;
	color: #736A37;
	text-align: center;
	line-height: normal;
}

#sidebar1 .fi2 {
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
}
#sidebar1 .fi2 .bold {
	font-weight: bold;
}
#sidebar1 .fi3 {
	width: 100%;
}
    


#footer {
	padding: 0 10px;
	background-color: #FFFFFF;
	color:#000099;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ECE9D8;
	font-size: 11px;
	text-align: center;
 } 
#footer p {
	margin: 0;
	padding: 0 2px;
    }
    
.fltrt {
	float: right;
	margin-left: 8px;
	background: #EDEDED;
	padding: 5px;
	border: 1px solid #333333;
    }
.fltlft {
	float: left;
	margin-right: 8px;
	background: #EDEDED;
	padding: 5px;
	border: 1px solid #333333;
    }
	
.fltrts {
	float: right;
	margin-left: 8px;
    }

.fltlft {
	float: left;
	margin-right: 8px;
    }
	
.clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
.Estilo4 {
	color: #336633;
	font-size: 18px;
}



.nombre {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
}
.Estilo7 {color: #993333}
.Estilo8 {color: #336633; font-size: 18px; font-weight: bold; }
    
.titulo_hv {
	color: #FFFFFF;
	background: #990000;
	padding: 5px;
	font: bold 14px Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
}
.rotulo {
	font: bold 12px Tahoma, Verdana, Arial, sans-serif;
	width: 300px;
	border: thin dotted #00FF00;
	display: inline;
}
.texto {
	font-weight: normal;
	display: inline;
}
.textofin {
	font-weight: normal;
}
.tablaHV {
	background: #FFFFFF;
}
.marco {
	border: thin solid #99645F;
}
th {
	font-weight: bold;
	padding-left: 5px;
}
.ingreso {
	font-size: large;
	background: #FFFF99;
	border: thin dotted #990000;
	text-decoration: none;
	padding: 2px 5px;
}

#menuint {
	font-size: 9px;
	text-align:right;
	padding: 5px;
}

#menuint a{
	text-decoration:none;
	padding: 2px;
	}
	
#menuint a:hover {
	background-color:#000099;
	color:#FFFFFF;
}

#caja {
	background: #000000;
/*	border: thin dotted #FF3300;  */
	padding: 0px;
	margin: 0px 70px;
	display: block;
/*	width: 650px; */
	height: 280px;
	position: relative;
}
#caja p {
	font: 12px "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 220%;
	color: #FFFFFF;
	position: absolute;
	width: 260px;
	top: 85px;
	margin: 0px;
	left: 10px;
	text-align: right;
}
#caja .texto{
/*	width: 700; */
	position: relative;
	top: 180px;
	text-align: center;
	left: 40px;
/*	border: thin dotted #0066CC; */
}
#caja .grande {
	font-size: 200%;
}
#caja .dos {
	left: 420px;
	position: relative;
	width: 200px;
	top: 85px;
	text-align: left;
}

#caja img {
	left: 280px;
	position: absolute;
	top: 46px;
	height: 130px;
	width: 130px;
}
.finfloat {
	clear: both;
}
