/* menu de servicios*/
A.menulink {
display: block;
width: 125px;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:10px;
color: #000000;
border: solid 1px #576986;
}
A.menulink:hover {
border-top: solid 1px #576986;
border-bottom: solid 1px #576986;
background-color:#ffffff;
}


/* formato del cuerpo(letra, tamaņo, color, margenes y lineas hr)*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
hr { margin-bottom: 0;}


/*Link comun de la pagina */
A.spongebob {
	font-size: 11px;
	color: #006699;
	font-weight: normal;
	text-decoration: none;
}
A.spongebob:visited {
	text-decoration: none;
	color: #006699;
}
A.spongebob:hover {
	text-decoration: underline;
	color: #000000;
}
A.spongebob:active {
	text-decoration: none;
	color: #006699;
}

A.news {
	font-size: 11px;
	color: #006699;
	font-weight: normal;
	text-decoration: none;
}
A.news:visited {
	text-decoration: none;
	color: #006699;
}
A.news:hover {
	text-decoration: underline;
	color: #000000;
}
A.news:active {
	text-decoration: none;
	color: #006699;
}


/* Formato de listas */
#navlist
{
margin-left: 5px;
padding-left: 0px;
list-style: none;
}

#navlist li 
{
padding-left: 9px;
background-image: url(imagenes/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
}


/* Estilos comunes(color, justificacion de texto)*/
.Estilo1 {color: #FFFFFF}
.Estilo2 {color: #FFFFFF; font-weight: bold;}
.par {text-align: justify}


/* Formato de tabla */
#td {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 20px;
 }
 

/* Pie de pagina */
A.footer {
	font-size: 9px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
A.footer:visited {
	text-decoration: none;
	color: #ffffff;
}
A.footer:hover {
	text-decoration: underline;
	color: #ffffff;
}
A.footer:active {
	text-decoration: none;
	color: #ffffff;
}
