/* CSS Document */

/* COLOR PARA INDEX Y GENERAL #4A83AC; */

h1 { background-color: #4A83AC; }
h2, h3, #nav_sup p { color: #4A83AC; }

hr {
	background-position: center;
	width:100%;
	height: 1px;
	color: #4A83AC;
	background-color: #4A83AC;
}
.texto a:link  {color: #4A83AC; }

#caja_encab {
	background-color: #4A83AC;
	height: 225px;
	width: 760px;
	margin-top:0;
	padding-bottom: 10px;
}
.texto_index {
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 10px;
	text-align: justify;
	margin-right: 165px;
	text-indent: 10px;
}
.texto_index a:link{
	font-size: 10px;
	color: #665544;
	text-decoration: none;
	text-align: right;	
}
.texto_index a:visited {font-size: 10px;}

#contenido a:link { color: #4A83AC; }


#form { /* estilo para formularios  */
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	height: auto;
	width: 500px;
	border: 1px solid #4A83AC;
	padding-right: 60px;
}

.lista_izq {
	float: left;
	width: 250px;
	list-style-type: none;
}
.lista_der {
	float: right;
	width: 250px;
}
.fecha {
	font-size: 10px;
	color: #8C8A2D;
	margin-top: 3px;
	margin-bottom:0;
}

.indice {
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #4A83AC;
}
.indice ul{
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	list-style-type: circle;
	margin-top:0;
	padding-top: 5px;
	margin-bottom:0;
}

#pie {
	background-color:#4A83AC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	text-align: center;
	padding: 0px;
}



