/*COLORES */
.gris  { background-color: #f8f8f8 !important;  }
.gris:focus{ background-color:#ECECEC !important; }

.verde  { background-color: #0b8994!important;  }
.verde:focus, .verde:hover { background-color:#03646c !important; }

.verdeinst  { background-color: #10b070!important;  }
.verdeinst:focus, .verdeinst:hover { background-color:#10b070 !important; }

.rojo  { background-color: #cc0606!important;  }
.rojo:focus, .rojo:hover { background-color:#880303 !important; }
/*COLORES */



/*BORDE con HOVER */
.bgris {	border-color: #ddd !important; }
.bgris:focus {	border-color: #888 !important; }

.bgris-verde {	border-color: #ddd !important; }
.bgris-verde:focus {	border-color: #0b8994 !important;}

.bgris-verdeinst {	border-color: #ddd !important; }
.bgris-verdeinst:focus {	border-color: #10b070 !important;}

.bgris-rojo {	border-color: #ddd !important; }
.bgris-rojo:focus {	border-color: #cc0606 !important; }
/*BORDE */

/*BORDE SOLIDO */
.brojoS {	border-color: #cc0606 !important;  }
/*BORDE SOLIDO */


/*DEGRADADOS */

.drojo {
background: #cc0606 !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cc0606), color-stop(1, #f83a3a))!important;
background: -ms-linear-gradient(bottom, #cc0606, #f83a3a)!important;
background: -moz-linear-gradient(center bottom, #cc0606 0%, #f83a3a 100%)!important;
background: -o-linear-gradient(bottom, #cc0606, #f83a3a)!important;	
}

.damarillo {
background: #f0d208 !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f0d208), color-stop(1, #fbe446))!important;
background: -ms-linear-gradient(bottom, #f0d208, #fbe446)!important;
background: -moz-linear-gradient(center bottom, #f0d208 0%, #fbe446 100%)!important;
background: -o-linear-gradient(bottom, #f0d208, #fbe446)!important;	
}

.dverde {
background: #0ea9b7 !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0ea9b7), color-stop(1, #0fbccb))!important;
background: -ms-linear-gradient(bottom, #0ea9b7, #0fbccb)!important;
background: -moz-linear-gradient(center bottom, #0ea9b7 0%, #0fbccb 100%)!important;
background: -o-linear-gradient(bottom, #0ea9b7, #0fbccb)!important;
}

.dverdeinst {
background: #0d945e !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0d945e), color-stop(1, #10b070))!important;
background: -ms-linear-gradient(bottom, #0d945e, #10b070)!important;
background: -moz-linear-gradient(center bottom, #0d945e 0%, #10b070 100%)!important;
background: -o-linear-gradient(bottom, #0d945e, #10b070)!important;
}

.dgris60{
background: #716f6f !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #716f6f), color-stop(1, #959494)) !important;
background: -ms-linear-gradient(bottom, #716f6f, #959494) !important;
background: -moz-linear-gradient(center bottom, #716f6f 0%, #959494 100%) !important;
background: -o-linear-gradient(bottom, #716f6f, #959494) !important;
}


.dgris40 {
	background: #ddd !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ddd), color-stop(1, #dcdcdc)) !important;
	background: -ms-linear-gradient(bottom, #ddd, #dcdcdc) !important;
	background: -moz-linear-gradient(center bottom, #ddd 0%, #dcdcdc 100%) !important;
	background: -o-linear-gradient(bottom, #ddd, #dcdcdc) !important;
}

.dgris30 {
	background: #eee !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #ececec)) !important;
	background: -ms-linear-gradient(bottom, #eee, #ececec) !important;
	background: -moz-linear-gradient(center bottom, #eee 0%, #ececec 100%) !important;
	background: -o-linear-gradient(bottom, #eee, #ececec) !important;
}

.dgris10 {
	background: #fefefe !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f8f8f8), color-stop(1, #fefefe)) !important;
	background: -ms-linear-gradient(bottom, #f8f8f8, #fefefe) !important;
	background: -moz-linear-gradient(center bottom, #f8f8f8 0%, #fefefe 100%) !important;
	background: -o-linear-gradient(bottom, #f8f8f8, #fefefe) !important;
	
}
/*DEGRADADOS */	

/* */

.dverdeh {
background: #0ea9b7 !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0ea9b7), color-stop(1, #0fbccb))!important;
background: -ms-linear-gradient(bottom, #0ea9b7, #0fbccb)!important;
background: -moz-linear-gradient(center bottom, #0ea9b7 0%, #0fbccb 100%)!important;
background: -o-linear-gradient(bottom, #0ea9b7, #0fbccb)!important;
}

.dverdeh:hover {
background: #0c848e !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0c848e), color-stop(1, #0ea9b7))!important;
background: -ms-linear-gradient(bottom, #0c848e, #0ea9b7)!important;
background: -moz-linear-gradient(center bottom, #0c848e 0%, #0ea9b7 100%)!important;
background: -o-linear-gradient(bottom, #0c848e, #0ea9b7)!important;
}

.dverdeinsth {
background: #0d945e !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0d945e), color-stop(1, #10b070))!important;
background: -ms-linear-gradient(bottom, #0d945e, #10b070)!important;
background: -moz-linear-gradient(center bottom, #0d945e 0%, #10b070 100%)!important;
background: -o-linear-gradient(bottom, #0d945e, #10b070)!important;
}

.dverdeinsth:hover {
background: #0b7a4e !important;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0b7a4e), color-stop(1, #0d945e))!important;
background: -ms-linear-gradient(bottom, #0b7a4e, #0d945e)!important;
background: -moz-linear-gradient(center bottom, #0b7a4e 0%, #0d945e 100%)!important;
background: -o-linear-gradient(bottom, #0b7a4e, #0d945e)!important;
}