@charset "utf-8";
.tituloRojo {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #FF3300;
	border-bottom: thin solid #FF0000;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
}
.tituloVerde {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #009900;
	border-bottom: thin solid #999999;
	border-right-width: thin;
	border-left-width: thin;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top: thin double #999999;
	text-decoration: blink;
}
body {
	background: url(../fondos/bg.gif) repeat-x;
}
h1 {
	color: #99CC00;

}
.textoNegativo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.tituloRojoCeleste {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #428AB5;
	border-bottom: #428AB5;
	border-top-color: #428AB5;
	border-right-color: #428AB5;
	border-left-color: #428AB5;
}
.tituloCelesteSubrayado {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #428AB5;
	border-bottom: thin groove #428AB5;
	border-top-color: #428AB5;
	border-right-color: #428AB5;
	border-left-color: #428AB5;
}
.colorAzul {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: underline;
}

