/* CSS Document */

/* LINKS */
a:link {
	color: #15346D;
	text-decoration: none;
}
a:visited {
	color: #15346D;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	color: #15346D;
	text-decoration: none;
}

a.menu:link {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
a.menu:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
a.menu:hover {
	text-decoration: none;
	color: #999999;
	font-weight:bold;
	font-size:12px;
}
a.menu:active {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}

/* MENU MENU MENU MENU */

.fondomenu {
	background-color:#15346D
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #15346D;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9C3A09;
	font-weight: bold;
}
.pequena {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C3A09;	
}
.periodico {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style4 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #15346D; font-size: 14px; }
.style5 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-weight: bold; }
.style6 {font-size: 18px}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}
body {
	background-color: #333333;
}
.titulo_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #15346D;
	color: #FFFFFF;
}
.titulo_ocre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color:#CC0000;
	color: #FFFFFF;
}
.tabla01 {
	background-color: #E6D9AF;
}
.borde_gordo {
	border: 16px solid #999999;
}
