/*-------------------------MY CLASSIDES-----------------------------------*/

/*Naranja*/
.c1{
	color: #FF5500 !important;
}
.f1{background-color: rgba(255,85,0,1);
}
/**/
.coco{
	color:#222222 !important;
}
/*GRIS*/
.c2{
 color: #ADADAD !important;
}
.f2{
	background-color: rgba(173,173,173,1) !important;
}
.f9{
	background-color: rgba(173,173,173,.5) !important;
	border-radius: 5px;
}
.f10{
	background-color: rgba(173,173,173,.9) !important;
	border-radius: 5px;}

/*GRIS 2 oscuro*/
.c3{
 color: #6f6f6f !important;
}
.f3{
	background-color: rgba(111,111,111,1) !important;
}
.c4{
	color: white;
}
.f4{
	background-color: white;
}
/*Azul intenso*/
.c5{
color: #0082FC;
}
.f5{
	background-color: rgba(98,130,252);
}
/*azul celeste*/
.c6{
	color: #74A2BC;
}
.f6{
	background-color: rgba(116,162,188,1);
}
/*azul llave logotipo*/
.c7{
	color: #0078D7;
}
.f7{
	background-color: rgba(0,120,215,1);
}
/*lila web*/
.c8{color: #0078D7;}
.f8{background-color: #0078D7;}

/*lila web*/
.c12{color: green;}
.f12{background-color:green;}






















































/*-------------------------//MY CLASSIDES-----------------------------------*/