body {
	font-family: Arial, sans-serif;
	line-height: 140%;
	font-size: 9.5pt;
	background-color: White;
	color: #343434;
	margin: 0 auto;
}
a{
	color:#333;
	text-decoration:none;
	font-weight: bolder;
}

a:hover{
	color:#58585a;
	text-decoration:underline;
	font-weight: bolder;
}
.titulo{
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 9.5pt;
}


.titulo_azul{
	font-family: Arial, sans-serif;
	color: #1186ce;
	font-weight: bold;
	font-size: 12.5pt;
	word-spacing: normal;
	line-height: 24px;
}
.normal{
	font-family: Arial, sans-serif;
	color: #343434;
	font-weight: normal;
	font-size: 9.5pt;
}
.normal_azul{
	font-family: Arial, sans-serif;
	color: #1186ce;
	font-weight: normal;
	font-size: 9.5pt;
}
.normal_azul_s{
	font-family: Arial, sans-serif;
	color: #1186ce;
	font-weight: normal;
	font-size: 8.5pt;
}

.normal_blanco_s{
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 7.5pt;
}

.normal_s{
	font-family: Arial, sans-serif;
	color: #343434;
	font-weight: normal;
	font-size: 8.5pt;
}
.espacio{
	font-family: Arial, sans-serif;
	color: #343434;
	font-weight: lighter;
	font-size: 1pt;
}
.espacio_05{
	font-family:  Arial, sans-serif;
	color: #343434;
	font-weight: lighter;
	font-size: 0.5pt;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
h1, h2, h3, h4,h5,h6{
	font-weight:bold;
}
hr, .hide {
	display:none;
}
.hide2 {
    position:absolute;
    display:block;
    width:0;
    height:0;
    overflow:hidden;
}

.globalNav ul{
	background:#fe0000;
}
.globalNav li{
	float:left;
	border-right: 1px solid #E70000;
	font-weight:bold;
	line-height:2.2em; 
}
.globalNav li a{
	padding: 0.36em 1.09em 0.36em 1.09em;
	background:#fe0000;
	height:2.9em; 
	color:#fff;
	display:block;
	font-size: 1.1em;
}
.globalNav li a:hover{
	background:#C80000;
	color:#FFFFFF;
}
.menu a{
	font-family: Arial, sans-serif;
	line-height: 140%;
	font-size: 76%;
	color:#007dcb;
	margin:0;
	display:block;
}
