@charset "utf-8";
body,td,th {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
body {
	margin-top: 0px;
	background-image: url(images/bg.gif);
}
a:link {
   color: #333333;
	text-decoration: none;
}

a:visited {
    text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}

----------------------------------------
.opcion {
   color: #333333;
	text-decoration: none;
  	padding: 5px;
	height: 25px;
	border: 1px solid #660401;
	background-image: url(images/bg_boton.gif);

}

.opcion:visited {
    text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 5px;
	height: 25px;
	border: 1px solid #CC3300;
	background-image: url(images/bg_boton.gif);
}
.opcion:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FB6801;
	background-image: url(images/bg_boton.jpg);
}

----------------------------------------
.fila_principal {
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #660401;
	height: 25px;
}

.titulo_noticias {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.titulo_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #660401;
}

