@charset "UTF-8";
/* CSS Document */

.fondoNegro
{
	background-color: black;
}

.fondoPlata
{
	background-color: #F9F9F9;
}

.fondoAmarillo
{
	background-color: yellow;
}

.colorAzulClasicoParaTexto
{
	color:#1398B8;	 
} 

.fondoAzulClasico
{
	background-color: #1398B8;	
}

.colorDeFuenteBlanco
{
	color:white;
}

.colorDeFuentePlata
{
	color:#686868;
}

.fondoAzulCielo
{
	background-color: #CEE5EA;
}

.fondoGris
{
	background-color: #E5E5E5;
}

.fondoAzulParaCategoriasVillasOFutbolitos
{
	background-color: #1E51A2;
}

.fondoRojoParaCategoriasVillasOFutbolitos
{
	background-color: #F94915;	
}

.fondoVerdeParaCategoriasVillasOFutbolitos
{
	background-color: #4FAD26;		
}

.textoColorBlanco
{
	color:white;
}




