@charset "utf-8";
.fuente {
	font-family: "Trebuchet ms";
	font-size: 14px;
	color:#333333
}
.h1 {
	font-family: "Trebuchet ms";
	font-size: 28px;
	color:#ffffff;
}
.h2 {
	font-family: "Trebuchet ms";
	font-size: 20px;
	color:#01265d;
}
.h3Especial {
	font-family: "Trebuchet ms";
	font-size: 15px;
	color:#01265d;
	margin-right:5px;
	margin-left:35px;
}
.h4Especial {
	font-family: "Trebuchet ms";
	font-size: 12px;
	color:#01265d;
	margin-right:5px;
	margin-left:35px;
	margin-bottom:25px;
}
.label {
	font-family: "Trebuchet ms";
	font-size: 14px;
	color:#01265d;
	margin-right:5px;
	margin-left:35px;
	margin-bottom:25px;
}
.link {
	font-family: "Trebuchet ms";
	font-size: 14;
	color:#01265d;
}

.link_p {
	font-family: "Trebuchet ms";
	font-size: 12;
	color:#01265d;
}


.linkMapa {
	font-family: "Trebuchet ms";
	font-size: 14;
	color:#01265d;
	text-decoration:none
}
.linkMapa:hover {
	font-family: "Trebuchet ms";
	font-size: 14;
	color:#FF0000;
}
.letraBlanca {
	font-family: "Trebuchet ms";
	font-size: 10;
	color:#ffffff;
	text-decoration:none
}
.letraAzul {
	font-family: "Trebuchet ms";
	font-size: 14px;
	color:#006;
	text-decoration:none
}

.fondoCeleste{
	background-color:#E6E6FF;
}

.linkInternoBlanco {
	font-family: "Trebuchet ms";
	font-size: 10;
	color:#ffffff;
	text-decoration:none
}
.linkInternoBlanco:hover {
	font-family: "Trebuchet ms";
	font-size: 10;
	color:#ffffff;
	text-decoration:underline;
}
