@charset "utf-8";
/* CSS Document */

.titulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #003B7C;
}
.subtitulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #E95E25;
	font-size: 0.7em;
	font-weight: normal;
	text-align: justify;
}
.texto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
.texto a {
	color: #003B7C;
	text-decoration: none;
}
.texto a:hover {
	text-decoration: underline;
	color: #F60;
}

.enlaces {
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 5px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(../imagenes/fondo_enlaces.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 170px;
	height: 17px;
}
.enlaces:hover {
	color: #FFF;
	background-position: left bottom;
}
.enlace_boton {
	background-image: url(../imagenes/fondo_boton.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 25px;
	width: 159px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 7px;
	margin-top: 010px;
}
.enlace_boton:hover {
	background-position: left bottom;
	color: #FFF;
}
.titulo2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #003B7C;
}

