a {
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;	
}
a:hover {
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: underline;	
}
.cabeceraVerde {
		background-color: #FFFFFF;
		background-image: url("../_img/general/cabeceraVerde.png");
		background-repeat: repeat-x;
}
.cabeceraBlanca {
		background-color: #66D33D;
		background-image: url("../_img/general/cabeceraBlanca.png");
		background-repeat: repeat-x;
}
.tituloBlanco {
	font-size: 60px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}
.tituloVerde {
	font-size: 60px;
	font-family: Arial;
	color: #66D33D;
	font-weight: bold;
	text-decoration: none;	
}
.seccionBlanca {
	font-size: 18px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;	
}
.seccionBlanca:hover {
	font-size: 18px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: underline;	
}
.seccionBlancaSinLink {
	font-size: 18px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;	
}
.seccionVerde {
	font-size: 18px;
	font-family: Arial;
	color: #66D33D;
	text-decoration: none;	
}
.seccionVerde:hover {
	font-size: 18px;
	font-family: Arial;
	color: #66D33D;
	text-decoration: underline;	
}
.seccionNegra {
	font-size: 18px;
	font-family: Arial;
	color: #000000;
	text-decoration: none;	
}
.seccionNegra:hover {
	font-size: 18px;
	font-family: Arial;
	color: #000000;
	text-decoration: underline;	
}
.textoBlanco {
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;	
}
.enlaceBlanco {
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;	
}
.enlaceBlanco:hover {
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: underline;	
}
.textoBlancoGrande {
	font-size: 20px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;	
}
.textoBlancoGrande:hover {
	font-size: 20px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: underline;	
}
.textoBlancoPeque {
	font-size: 9px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;	
}
.textoBlancoPeque:hover {
	font-size: 9px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: underline;	
}
.textoVerde {
	font-size: 12px;
	font-family: Arial;
	color: #66D33D;
	text-decoration: none;	
}
.enlaceVerde {
	font-size: 12px;
	font-family: Arial;
	color: #66D33D;
	text-decoration: none;	
}
.enlaceVerde:hover {
	font-size: 12px;
	font-family: Arial;
	color: #66D33D;
	text-decoration: underline;	
}
.textoVerdeGrande {
	font-size: 20px;
	font-family: Arial;
	color: #66D33D;
	text-decoration: none;	
}
.textoVerdeMediano {
	font-size: 15px;
	font-family: Arial;
	color: #66D33D;
	text-decoration: none;	
}
.textoVerdeGrande:hover {
	font-size: 20px;
	font-family: Arial;
	color: #66D33D;
	text-decoration: underline;	
}
.textoVerdePeque {
	font-size: 9px;
	font-family: Arial;
	color: #66D33D;
	text-decoration: none;	
}
.textoVerdePeque:hover {
	font-size: 9px;
	font-family: Arial;
	color: #66D33D;
	text-decoration: underline;	
}
.textoNegro {
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	text-decoration: none;	
}
.textoGrande {
	font-size: 20px;
	font-family: Arial;
	color: #000000;
	text-decoration: none;	
}
.boton {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #66D33D;
	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: #66D33D;
	height: 18px;
	border: none #66D33D;

}
.vermellpeque {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}