/** CSS - Theme
==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}

/** CUERPO
==============================================================================*/
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 18px;
color:#666666;
background-color:#243559;
margin: 0 auto;
}

/**/

/** CABECERAS Y PARRAFO
==============================================================================*/

h1 {
	font-size: 26px;
	line-height: 28px;
	color:#2f4576;
	margin: 0 0 28px 0;
	font-weight:normal;
}

h2 {
font-size: 20px;
line-height: 22px;
color: #333333;
margin: 0 0 22px 0;
font-weight: bold;
}

h3 {
font-size: 16px;
line-height:18px;
color: #333333;
margin: 0 0 18px 0;
font-weight:normal;
}

p {
margin: 0px 0px 10px 0px;
}

.left {
float: left;
}

.right {
float: right;

}

.LetraAzul{
color:#2f4576;
font-weight:bold;
}

/** MENU LINK
==============================================================================*/
.menuLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.LinkActivo {
	font-size: 9pt;
	font-weight: bold;
}
a.menuLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menuLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

/** PIE DE PAGINA
==============================================================================*/
#pie p {
color: #666666;
font-size: 11px;
line-height:11px;
}

#pie a:link {
color: #666666;
text-decoration: none;
}

#pie a:visited {
color: #666666;
text-decoration: none;
}

#pie a:hover {
color: #888888;
text-decoration:none;
}

#pie a:active {
color: #888888;
text-decoration: none;
}
