@charset "UTF-8";
/* CSS Document */


.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
}

.linkcontacto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
}
.linkrojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #E22A2A;
	font-weight: bold;
}

.linkazul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #003399;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FC160E;
}
a:active {
	text-decoration: none;
	color: #FC160E;
}
.titulos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #E22A2A;
	font-weight: bold;
}
.titulosblancos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}