.titulo {
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}
.enlace:hover {
	font-size: 12px;
	font-family: Arial;
	color: #C20000;
	text-decoration: underline;	
}
.enlace {
	font-size: 12px;
	font-family: Arial;
	color: #C20000;
	text-decoration: none;	
}
.enlaceBlanco:hover {
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: underline;	
}
.enlaceBlanco {
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;	
}
.seccion {
	font-size: 12px;
	font-family: Arial;
	color: #C20000;
	text-decoration: none;	
}
.seccionSeleccionada {
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;	
}
.textopeque {
	font-size: 10px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;	
}
.textopequeNegro {
	font-size: 10px;
	font-family: Arial;
	color: #000000;
	text-decoration: none;	
}
.texto {
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;	
}
.tituloSeccion {
	font-size: 12px;
	font-family: Arial;
	color: #C20000;
	text-decoration: none;	
	font-weight: bold;
}
.tituloGrupo {
	font-size: 13px;
	font-family: Arial;
	color: #C20000;
	text-decoration: none;	
}
.boton {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #C20000;
	background-color: #FFFFFF;
	height: 18px;
	border: none #FFFFFF;

}
.boton2 {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C20000;
	height: 18px;
	border: none #FFFFFF;

}
.vermellpeque {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.colorCorporativo {
	background-color: #C20000;
}

.fondoNoticias {
	background-color: #E2AB96;
}

.rotuloHome {
	font-size: 10px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url("../_img/general/rotulo.png");
	background-repeat: repeat-x;
}