/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< COLOR NEGRO >>>>>>>>>>*/
.color-black,
a.logotipo,
nav ul li a,
nav ul li a:hover,
nav ul li a:visited,
footer,
h2{
	color: #000;
	}

.bg-black,
ul.actions li a:hover,
ul.actions li span:hover{
	background-color: #000;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< COLOR BLANCO >>>>>>>>>>*/
.color-white,
a.buttonNormal,
ul.actions li a,
ul.actions li span,
h1{
	color: #fff;
	}


.bg-white,
html, body,
header{
	background-color: #fff;
	}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< NEUTRO UNO >>>>>>>>>>*/
.color-neutrouno,
html, body{
	color:#535353;
	}

.bg-neutrouno,
ul.actions li a,
ul.actions li span{
	background-color:#535353;
	}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< NEUTRO DOS >>>>>>>>>>*/
.color-neutrodos,
ul.social li a:hover,
ul.c-social li a:hover,
a.logotipo:hover{
	color: #909090;
	}

.bg-neutrodos,
hr{
	background-color:#909090;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< NEUTRO TRES >>>>>>>>>>*/
.color-neutrotres,
footer a.signature{
	color:#c1c1c1;
	}

.bg-neutrotres,
p.firma a span{
	background-color:#c1c1c1;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< NEUTRO CUATRO >>>>>>>>>>*/
.color-neutrocuatro{
	color:#f1f1f1;
	}
	
.bg-neutrocuatro,
input[type=text], 
textarea{
	background-color:#f1f1f1;
	}

