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

.Links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0351BD;
	font-weight: normal;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #0351BD;
}
a:visited {
	text-decoration: none;
	color: #0351BD;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.destacar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff6633;
	font-weight: bold;
}

.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0351BD;
	font-weight: bold;
}

.gran {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #ff6633;
	font-weight: bold;
}
.titulos_b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.obligatorio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff6633;
	font-weight: normal;
}

.Links_foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

a.white:link {
	color: #ffffff;
	text-decoration: none;
}
a.white:visited {
	color: #ffffff;
	text-decoration: none;
}
