/********** pagina ****************/
BODY
{
	font-family:Verdana, Arial, Helvetica;
	/*font-size:x-small;*/
	font-size:70.5%;
	cursor:default;
	/*cursor:url(globe.ani)*/
}
a { 	text-decoration: none;
	color: blue;
	border:none; }
a:hover { 
	/*text-decoration: underline;*/
	background: #cccccc;
	border:2px black;
}
/*********** indice1 arriba *************/
#indice1{
	position : absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	font-size:xx-small;
	height:5em;
	width:100%;
	text-align:right;
	color: #FFFFFF;
}
#indice1left{
	position : absolute;
	top: 1em;
	left: 1em;
	background-color: #000000;
	font-size:xx-small;
	height:4em;
	width:50%;
	text-align:left;
	color: #FFFFFF;
}
#indice1 a{ 
	color: white;
	font-weight: bold;
}
#indice1 a:hover { 
	text-decoration: underline;
	background: #777777;
}
#posicion{
	position : absolute;
	left: 0;
	top: 5em;
	font-size:xx-small;
	width:99%;
	background: #dddddd;
	border: 1px inset;
	border-color: black;
}
#posicion a{ 
	color: black;
}
#posicion a:hover { 
	background: #eeeeee;
}
/********** indice2 izquierda **********/
#indice2{ 
	background : #eeeeee;
	position : absolute;
	top: 7em;
	margin: 1em 1em 0 1em;
	padding: 1em 1em 1em 1em;
	width : 13.5em;
	height: 450px;
	overflow:auto;
	border: 4px groove;
	}
#indice2 a{ 
	color: black;
	font-weight: bold;
	background: #ddd;
	border:2px black;
}
#indice2 a:hover { 
	text-decoration: underline;
	background: #cccccc;
	border:2px black;
}
#indice2 h2{
	font-size:x-small;
	text-align: center;
}
/**************************************/
#contenido{
	position : absolute;
	top: 7em;
	left: 17em;
	width: 700px;
	height: 450px;
	/*overflow:auto;*/
	background: white;
}
/******************************************/
#lineazul { /*efecto linea azul*/
	background: #0066cc; 
	margin: 0 0 0 1em;      
	padding: 0 0 0 1em;
}
#textoazul { /*texto anidado dentro de la linea azul*/
    color: black;
    background: #FFFFFF;
    margin: 0 0 0 2em; 
    padding: 0 0 0 2em;
}
#titulo{ /*titulo de cada apartado, con linea azul*/
	font-size: medium;
	margin: 1em 0 0 4px; /*margen para el icon*/
}
#titulo a {
 	text-decoration: none;
	color: black;
	border:none; }
#titulo a:hover { 
	background: white;
}
#box{   /*linea bajo el titulo de cada apartado*/
	font-size: 3px; /*alto*/
	width: 75%; /*ancho linea*/
	margin: 1.5em 0 0 0;
	background: #0066cc; /*color linea*/
}
/****************************************/
#content{ 
	position : absolute;
	top : 600px;
	left : 250px;
	width : 65%;
	padding : 10px;
	}

P { 
	text-align: justify;
}
DD {
	text-align: justify;
}
/*************** imagen inicio ***********/
#imginicio{
	position : absolute;
	left: 450;
	top: 1em;
	font-size:xx-small;
	width:99%;

}
