/* Fuentes principales */
	
.barra{
	font-size:12px;
	color:#c0c0c0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
.grupos{
	font-size:15px;
	font-family:Century Gothic;
	font-weight:normal;
	}	

.normal{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	}

.titular{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660000;
	}

.subtitular{
	font-size:15px;
	font-family: Century Gothic;
	font-weight: normal;
	background-color:#660000;
	color:#ffffff;
	}
	
.subtitular1{
	font-size:15px;
	font-family: Century Gothic;
	font-weight: normal;
	background-color:#000000;
	color:#ffffff;
	}
	

/* Body */

body{
		background: url(fondo.jpg);
		background-attachment:fixed;
		}


		
/* Enlaces */

	a:link {
	text-decoration: none;
	color: #c0c0c0;
	}
	a:visited {
	text-decoration: none;
	color: #c0c0c0;
	}
	a:hover {
	text-decoration: none;
	color: #ffffff;
	}
	a:active {
	text-decoration: none;
	color: #c0c0c0;
	}
