/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< COLOR NEGRO >>>>>>>>>>*/
.color-black,
nav{
	color: #000;
	}

.bg-black{
	background-color: #000;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< COLOR BLANCO >>>>>>>>>>*/
.color-white,
ul.actions li a,
ul.actions li span,
a:hover,
div.indexpanel a:hover,
nav ul li a:hover,
p.data a i,
body#index section article a.prueba{
	color: #fff;
	}


.bg-white,
html, body,
div.indexpanel a,
section{
	background-color: #fff;
	}


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

.bg-neutrouno,
ul.actions li a,
ul.actions li span,
body#index section article a.prueba,
p.data a i,
footer{
	background-color:#444343;
	}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< NEUTRO DOS >>>>>>>>>>*/
.color-neutrodos,
div.indexpanel a{
	color: #787878;
	}

.bg-neutrodos,
div.indexcita{
	background-color:#787878;
	}

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

.bg-neutrotres,
hr{
	background-color:#c1c1c1;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< NEUTRO CUATRO >>>>>>>>>>*/
.color-neutrocuatro,
footer p{
	color:#e7e7e7;
	}
	
.bg-neutrocuatro,
input[type=text], 
textarea,
div.indexpanel,
div.indexcita,
div.contenedor{
	background-color:#e7e7e7;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< RED >>>>>>>>>>*/
.color-red{
	color:#ee1c25;
	}
	
.bg-red{
	background-color:#ee1c25;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< RED DOS >>>>>>>>>>*/
.color-reddos{
	color:#e8565d;
	}
	
.bg-reddos,
div.indexpanel a:nth-child(3):hover,
div.indexpanel a:nth-child(6):hover{
	background-color:#e8565d;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< BLUE >>>>>>>>>>*/
.color-blue,
p.data b{
	color:#1c8fce;
	}
	
.bg-blue,
ul.actions li a:hover,
ul.actions li span:hover,
div.indexpanel a:nth-child(1):hover,
div.indexpanel a:nth-child(5):hover,
body#index section article a.prueba:hover{
	background-color:#1c8fce;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< BLUE DOS >>>>>>>>>>*/
.color-bluedos{
	color:#2aabe2;
	}
	
.bg-bluedos{
	background-color:#2aabe2;
	}



/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< GREEN  >>>>>>>>>>*/
.color-green{
	color:#49b747;
	}
	
.bg-green,
div.indexpanel a:nth-child(2):hover,
div.indexpanel a:nth-child(4):hover{
	background-color:#49b747;
	}

