/*Colores básicos y degradados*/
/*Fondos*/

.fondo-principal{background: radial-gradient(circle, #325179, #000);}

.cxoin1{background-color:#6594D1 }
.cxoin2{background-color:#325179 }
.blanco{background-color: white;}
.smoke{background-color: whitesmoke}
.plata{background-color:silver;}
.negro{background-color: black;}
.aqua{background-color: aqua}
.azul{background-color: blue;}
.azul2{background-color: darkblue;}
.azul2:hover{background-color: darkcyan;}
.orchid{background-color:orchid}
.oliva{background-color:olive}
.marron{background-color:brown}
.fea{background-color:#fea}
.madera{background-color:burlywood}
.indigo{background-color: indigo;}
.kaki{background-color: khaki}
.rojo{background-color:red}
.rojo2{background-color:darkred}
.magenta{background-color:magenta}
.morado{background-color:purple}
.verde{background-color:green}
.verde2{background-color:darkgreen}
.verdecillo{background-color:greenyellow}
.gris{background-color:grey}
.gris2{background-color:darkgrey}
.amarillo{background-color:yellow}
.dorado{background-color:gold}
.naranja{background-color:orange;}
.narrojo{background-color:orangered;}
.rosa{background-color:pink}
.turquesa{background-color:turquoise}


/*Degradados*/
.degfea{
    /*Gradient*/
    background: rgb(255,197,120); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254, 249, 229,1) 0%, rgba(255, 238, 170,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254, 249, 229,1)), color-stop(100%,rgba(255, 238, 170,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(254, 249, 229,1) 0%,rgba(255, 238, 170,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(254, 249, 229,1) 0%,rgba(255, 238, 170,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(254, 249, 229,1) 0%,rgba(255, 238, 170,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(254, 249, 229,1) 0%,rgba(255, 238, 170,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
}    
.degyellow{
    /*Gradient*/
    background: rgb(255,197,120); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,197,120,1)), color-stop(100%,rgba(251,157,35,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
}    
.deggreen{
    background: rgb(205,235,142); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(229, 251, 180 ,1) 0%, rgba(165,201,86,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229, 251, 180 ,1)), color-stop(100%,rgba(165,201,86,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(229, 251, 180 ,1) 0%,rgba(165,201,86,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(229, 251, 180 ,1) 0%,rgba(165,201,86,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(229, 251, 180 ,1) 0%,rgba(165,201,86,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(229, 251, 180 ,1) 0%,rgba(165,201,86,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
}
.degblue{
    background: rgb(122,188,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}
.degblue2{
    background: rgb(122,188,255); /* Old browsers */
    background: -moz-linear-gradient(left, transparent 0%, rgba(122,188,255,1) 55%, blue 95%); /* FF3.6+ */
    background: -webkit-gradient(linear, left , right, color-stop(0%,transparent), color-stop(55%,rgba(122,188,255,1)), color-stop(95%,blue)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, transparent 0%,rgba(122,188,255,1) 55%,blue 95%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, transparent 0%,rgba(122,188,255,1) 55%,blue 95%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, transparent 0%,rgba(122,188,255,1) 55%,blue 95%); /* IE10+ */
    background: linear-gradient(left, transparent 0%,rgba(122,188,255,1) 55%,blue 95%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
} 
.degxoin1{
    background: #325179; /* Old browsers */
    background: -moz-linear-gradient(left, #325179 0%, #6594D1 50%, #325179 95%); /* FF3.6+ */
    background: -webkit-gradient(linear, left , right, color-stop(0%,#325179), color-stop(50%,#6594D1), color-stop(95%,#6594D1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #325179 0%,#6594D1 50%,#325179 95%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #325179 0%,#6594D1 50%,#325179 95%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #325179 0%,#6594D1 50%,#325179 95%); /* IE10+ */
    background: linear-gradient(left, #325179 0%,#6594D1 50%,#325179 95%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#325179', endColorstr='#6594D1',GradientType=0 ); /* IE6-9 */
} 
.degxoin2{
    background: #6594D1; /* Old browsers */
    background: -moz-linear-gradient(left, #6594D1 0%, #325179 50%, #6594D1 95%); /* FF3.6+ */
    background: -webkit-gradient(linear, left , right, color-stop(0%,#6594D1), color-stop(50%,#325179), color-stop(95%,#6594D1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #6594D1 0%,#325179 50%,#6594D1 95%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #6594D1 0%,#325179 50%,#6594D1 95%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #6594D1 0%,#325179 50%,#6594D1 95%); /* IE10+ */
    background: linear-gradient(left, #6594D1 0%,#325179 50%,#6594D1 95%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6594D1', endColorstr='#325179',GradientType=0 ); /* IE6-9 */
} 
.degred{
    background: rgba(239,197,202,1);
    background: -moz-linear-gradient(top, rgba(241,142,153,1) 0%, rgba(241,111,92,1) 44%, rgba(186,39,55,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,142,153,1)), color-stop(44%, rgba(241,111,92,1)), color-stop(100%, rgba(186,39,55,1)));
    background: -webkit-linear-gradient(top, rgba(241,142,153,1) 0%, rgba(241,111,92,1) 44%, rgba(186,39,55,1) 100%);
    background: -o-linear-gradient(top, rgba(241,142,153,1) 0%, rgba(241,111,92,1) 44%, rgba(186,39,55,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,142,153,1) 0%, rgba(241,111,92,1) 44%, rgba(186,39,55,1) 100%);
    background: linear-gradient(to bottom, rgba(241,142,153,1) 0%, rgba(241,111,92,1) 44%, rgba(186,39,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16f5c', endColorstr='#ba2737', GradientType=0 )
}
.degviolet{
    background: rgba(219,54,164,1);
    background: -moz-linear-gradient(top, rgba(219,54,164,1) 0%, rgba(193,70,161,1) 44%, rgba(168,0,119,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,54,164,1)), color-stop(44%, rgba(193,70,161,1)), color-stop(100%, rgba(168,0,119,1)));
    background: -webkit-linear-gradient(top, rgba(219,54,164,1) 0%, rgba(193,70,161,1) 44%, rgba(168,0,119,1) 100%);
    background: -o-linear-gradient(top, rgba(219,54,164,1) 0%, rgba(193,70,161,1) 44%, rgba(168,0,119,1) 100%);
    background: -ms-linear-gradient(top, rgba(219,54,164,1) 0%, rgba(193,70,161,1) 44%, rgba(168,0,119,1) 100%);
    background: linear-gradient(to bottom, rgba(219,54,164,1) 0%, rgba(193,70,161,1) 44%, rgba(168,0,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db36a4', endColorstr='#a80077', GradientType=0 );
}
.degbrown{
    background: rgba(169,3,41,1);
    background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
    background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 );
}
.degpink{
    background: rgba(252,236,252,1);
    background: -moz-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 44%, rgba(253,137,215,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,236,252,1)), color-stop(44%, rgba(251,166,225,1)), color-stop(100%, rgba(253,137,215,1)));
    background: -webkit-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 44%, rgba(253,137,215,1) 100%);
    background: -o-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 44%, rgba(253,137,215,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 44%, rgba(253,137,215,1) 100%);
    background: linear-gradient(to bottom, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 44%, rgba(253,137,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#fd89d7', GradientType=0 );
}
.degblack{
    background: rgba(89,89,89,1);
    background: -moz-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(102,102,102,1) 44%, rgba(19,19,19,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(89,89,89,1)), color-stop(44%, rgba(102,102,102,1)), color-stop(100%, rgba(19,19,19,1)));
    background: -webkit-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(102,102,102,1) 44%, rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(102,102,102,1) 44%, rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(102,102,102,1) 44%, rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom, rgba(89,89,89,1) 0%, rgba(102,102,102,1) 44%, rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#131313', GradientType=0 );
}
.degmor{
    background: rgba(235,233,249,1);
    background: -moz-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(206,199,236,1) 44%, rgba(175,172,247,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,233,249,1)), color-stop(44%, rgba(206,199,236,1)), color-stop(100%, rgba(175,172,247,1)));
    background: -webkit-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(206,199,236,1) 44%, rgba(175,172,247,1) 100%);
    background: -o-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(206,199,236,1) 44%, rgba(175,172,247,1) 100%);
    background: -ms-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(206,199,236,1) 44%, rgba(175,172,247,1) 100%);
    background: linear-gradient(to bottom, rgba(235,233,249,1) 0%, rgba(206,199,236,1) 44%, rgba(175,172,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#afacf7', GradientType=0 );
}
.deggray{
    background: rgba(232,232,232,1);
    background: -moz-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(166,166,166,1) 47%, rgba(119,119,120,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232,232,232,1)), color-stop(47%, rgba(166,166,166,1)), color-stop(100%, rgba(119,119,120,1)));
    background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(166,166,166,1) 47%, rgba(119,119,120,1) 100%);
    background: -o-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(166,166,166,1) 47%, rgba(119,119,120,1) 100%);
    background: -ms-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(166,166,166,1) 47%, rgba(119,119,120,1) 100%);
    background: linear-gradient(to bottom, rgba(232,232,232,1) 0%, rgba(166,166,166,1) 47%, rgba(119,119,120,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#777778', GradientType=0 );
}
.degoli{
    background: rgba(130,163,103,1);
    background: -moz-linear-gradient(top, rgba(130,163,103,1) 0%, rgba(98,125,77,1) 44%, rgba(31,59,8,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,163,103,1)), color-stop(44%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,1)));
    background: -webkit-linear-gradient(top, rgba(130,163,103,1) 0%, rgba(98,125,77,1) 44%, rgba(31,59,8,1) 100%);
    background: -o-linear-gradient(top, rgba(130,163,103,1) 0%, rgba(98,125,77,1) 44%, rgba(31,59,8,1) 100%);
    background: -ms-linear-gradient(top, rgba(130,163,103,1) 0%, rgba(98,125,77,1) 44%, rgba(31,59,8,1) 100%);
    background: linear-gradient(to bottom, rgba(130,163,103,1) 0%, rgba(98,125,77,1) 44%, rgba(31,59,8,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82a367', endColorstr='#1f3b08', GradientType=0 );
}
.degcel{
    background: rgba(183,222,237,1);
    background: -moz-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 44%, rgba(33,180,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(183,222,237,1)), color-stop(44%, rgba(113,206,239,1)), color-stop(100%, rgba(33,180,226,1)));
    background: -webkit-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 44%, rgba(33,180,226,1) 100%);
    background: -o-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 44%, rgba(33,180,226,1) 100%);
    background: -ms-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 44%, rgba(33,180,226,1) 100%);
    background: linear-gradient(to bottom, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 44%, rgba(33,180,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#21b4e2', GradientType=0 );
}
.degpopupb {background:linear-gradient(to bottom, #0196fa, #012b47); }
.degpopupt {background:linear-gradient(to bottom, #012b47, #0196fa); }
