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



/********** COLORES ***************/
.gris {
	background:rgba(30,30,30,0.70) !important; 

}

.verde {
	background:rgb(118,223,138) !important;
}

.celeste {
	background:rgb(26,188,156) !important;
}

.azul{
	background:rgba(63, 163, 207, 1);
}

.color0 {
	background:rgb(30,30,30) !important; 
}

.color1 {
	background:rgb(101, 32, 137) !important;
}

.color2 {
	background:rgb(26,188,156) !important;
}
.color3 {
	background:rgb(61,142,185) !important;
}

.color4 {
	background:rgb(71,85,119) !important;
}

.color5 {
	background:rgba(255,0,47,1.00) !important;
}




.colores ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;	
	width:100%;
}

.colores ul li { 
	display: inline !important; 
	float:left;
	margin: 10px 5px;
	width:20px;
	height:20px;
	border: solid 1px rgba(255,255,255,0.70);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
