@charset "utf-8";
/* CSS Document */
.input {
	color: #000000; 
	font-family: Verdana; 
	font-weight: normal;
	font-size: 9px;
	border: 1px solid #0692B8;
	background-color: #FFFFFF;
}
.button {
	color: #FFFFFF; 
	font-family: Verdana; 
	font-weight: normal;
	font-size: 9px;
	border: 1px solid #FFFFFF;
	background-color: #0B73C0;
}
.textfooter {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.credito {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.arialblack11 {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.arialblack20 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.arialgrey16 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
.arialorange14 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #FF6600;
}
.arialwhite11 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a.noticia:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration:none;
}
a.noticia:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration:none;
}
a.noticia:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration:underline;
}
a.noticia:active {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
a.menu:link {
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;	 
	color: #FFFFFF;
	text-decoration:none;
}
a.menu:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
a.menu:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:underline;
}
a.menu:active {
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}