@CHARSET "ISO-8859-1";

body{
	font-family: Arial;
	font-size: 11px;
}

#header{
	font-size:14px;
	color: #FFFFFF;
	background-color: #0075bc;
	font-weight: bold;
	width: 100%;
}

#header a{
	font-size:14px;
	color: #FFFFFF;
	background-color: #0075bc;
	font-weight: bold;
	width: 100%;
}

#header a:hover{
	font-size:14px;
	color: #FFFFFF;
	background-color: #4998ce;
	font-weight: bold;
	width: 100%;
}

#header a:visited{
	font-size:14px;
	color: #4998ce;
	background-color: #4998ce;
	font-weight: bold;
	width: 100%;
}

#footer{
	font-size: 10px;
}

.texto_rojo{
	color:#dd0806;
	font-size: 12px;
	text-align: center;
}

#contenido{
	color: #000000;
	font-size: 12px;
}

#contenido a{
	color: #000000;
	font-size: 12px;
}