  /***************************************************/
 /* ESTILOS DE ETIQUETAS HTML                       */
/***************************************************/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	background-color: #E6E4E4;	
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

/******* ESTILOS DE LOS ENLACES *******/
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


  /***************************************************/
 /* ESTILOS DE PARTES DE LAS PAGINAS   atributo ID  */
/***************************************************/

/******** VENTANA DEL NAVEGADOR ********/
#Ventana{
	background-color: E6E4E4;
}
/******** CONTENEDOR DE TODA LA PAGINA ********/
#Pagina{
	width: 600px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
/******** CABECERA DE LAS PAGINAS ********/
#Cabecera{
	float: right;
	width: 600px;
	margin: 0px;
}

#Cabecera #Logo {
	float: right;
	padding: 45px 0px 10px 0px;
}

/******** MENU HORIZONTAL *********/
#MenuH{
	float: right;
	width: 600px;
	height: 31px;
}

#MenuH #Barra{
	float: right;
}

.limpia {
	clear: both
}
.pro {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	font-size: 14px;
	color: #000000;
}
.jectia{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #870140;
}

/******** MENU VERTICAL *********/
#MenuV{
	visibility: hidden;
	height: 0px;
	width:: 0px;
}

#MenuV #MenuVul {
	visibility: hidden;
	height: 0px;
	width:: 0px;
}

#MenuV li {
	visibility: hidden;
	height: 0px;
	width:: 0px;
}

/******** CUERPO DE LA PAGINA ********/
#Cuerpo{

}

/******** CONTENIDO DE LAS PAGINAS ********/
#Contenido{
	float: right;
	width: 500px;
	padding: 10px 50px 20px 0px;
	font-size: 80%;
	line-height: 125%;
	text-align: justify;
	text-indent: 10px;
}
#Columna1{
	float: left;
}
#Columna2{
	float: right;
}
#Plano {
	padding: 0px 0px 0px 30px;
}

.ListaServicios {
	list-style-position: inside;
	list-style-type: disc;
	text-indent:0px;
	line-height: 150%;
}
.ListaServicios li{
	padding: 0px 0px 10px 0px;
}
#PanelIzq{
	width: 0px;
	height: 0px;
	float: left;
	top: 0px;
	left:-150px;
	position:absolute;
	background-color: #870140;
	visibility: hidden;
}

.Lista {
/*	list-style-image: url(../Img/arriba.gif);*/
	list-style-position: inside;
	list-style-type: circle;
	text-indent: -15px;
	line-height: 150%;
}

#NombrePagina{
	font-size: 130%;
	text-align: center;
	text-indent: 0px;
	color: #301030;
	font-style: italic;
	font-weight: bold;
}

#FraseCentro{
	text-align: center;
	text-indent: 0px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

/******** PIES DE LAS PAGINAS ********/
#Pie{
	height: 30px;
	width: 600px;
}

#Pie #xhtmlcss {
	float: left;
	padding: 6px 0px 0px 30px;	
}

#Pie #xhtmlcss img{
	border: 0px;
	padding: 0px 2px 0px 0px;
}

#Pie #Aviso{
	padding: 9px 25px 0px 0px;
	float: right;
	font-size: 75%;
	text-align: right;
	color: #000000;
	font-weight: bold;
}

#Pie #Aviso a{
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#Pie #Aviso a:hover{
	color: #005FA9;
}
