@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;	
	}
.titulo {
	color:#cc1f1f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-weight:bold;
	}
.txtrojo{
	color:#cc1f1f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;	
	}	
	
.enlace { color:#cc1f1f;
          text-decoration:none;
		  font-weight:bold;
		  font-family:Arial, Helvetica, sans-serif;

		  font-size:14px;
}
.enlace:hover{ 
	color:#FFFFFF;
	     }
.enlace:active{ 
	color:#FFFFFF;
	      }	
