/*
    Document   : ceroriesgo
    Created on : April 3, 2006, 10:43 AM
    Author     : Sídar López Cruz
    Description: Hoja de estilos del sitio principal de Cero Riesgo, S.A.
    Based on   : Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


body {
    margin: 0px;
   /* background-color: #00254f;*/
    padding:0;
    border:0 none;
    overflow:hidden;
    height:100%;
    /*font-family: Trebuchet MS;*/
    font-size: small;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #d8e3e8;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #d8e3e8;
	scrollbar-darkshadow-color: #d8e3e8;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
}

.azul{
    background-color: #00254f;
}
.azulNavidad{
    /*background-color: white;*/
    background-color: #000b6e;
    /*background-image:url(../img/ceroriesgo/fondoNavidad2.jpg);*/
    /*background-repeat:repeat-x;*/

}
.navidadleft{
    background-color: white;
    /*background-image:url(../img/ceroriesgo/fondoNavidad4.jpg);*/
    background-image:url(../img/navidad/left.jpg);
    background-repeat:repeat-x;

}
.navidadright{
    background-color: white;
    background-image:url(../img/navidad/right.jpg);
    background-repeat:repeat-x;

}

.blanco{
    margin: 0px;
    background-color: #ffffff;
    height:300px;
}


form {
    margin: 0px;

}
/*Toast Window alert*/

.error{background-image:url(../img/ceroriesgo/exclamation.gif) ! important;}
.information{background-image:url(../img/ceroriesgo/information.gif) ! important;}

 .menuicon {
    background-image:url(../img/ceroriesgo/menu.png);
    width:20;
    height:20;
}
.chaticon {
    background-image:url(../img/chat/pareja.png);
    width:20;
    height:20;
}
.serviciosicon {
    background-image:url(../img/ceroriesgo/herramientas.png);
    width:20;
    height:20;
}

a.ingreso{
    color:#ffffff;
    font-size:11px;

}

a:link, a:active, a:visited{text-decoration:none;}
a:hover{ border-bottom:1px dotted;}

/*olv:link, a.olv:active, a.olv:visited{text-decoration:none;}*/
.olv{ border-bottom:1px dotted; cursor:pointer; text-align:left;}
label.Blan{ color:#ffffff;}

a.opt:link, a.opt:active, a.opt:visited                         {color:#fccc60;text-decoration:none;}
a.opt:hover                                                     {color:#fccc60;text-decoration:none;font-weight:bold;font-size:small}
a.top:link,a.top:active, a.top:visited            {color:#ffffff;text-decoration:none;font-weight:bold;font-size:13px;top:0;}
a.top:hover{ border-bottom:1px dotted; color:cornflowerblue;}
a.selle:link,  a.selle:active, a.selle:visited    {color:#ffffff;text-decoration:none; font-size:12px;}
a.selle:hover{ border-bottom:1px dotted; color:cornflowerblue;}
a.le:link, a.le:active, a.le:visited                            {color:#00244f;text-decoration:none;}
a.le:hover                                                      {color:#dcdcdc;text-decoration:underline;}

/* Estilo de los botones */
input.btnvino {
    border: 1px solid #FCCC60;
    background-color: #6f1b34;
    color: #fccc60;
    font-family: Verdanda, Arial, sans-serif;
    font-size: small;
}
input.btnvino:hover{
    /*background-color:#005050;*/
    border: 1px solid #FCCC60;
    cursor:pointer;
}

input.btnverde {
    border: 1px solid #FCCC60;
    background-color: #006666;
    color: #fccc60;
    font-family: Verdanda, Arial, sans-serif;
    font-size: small;
}
input.btnverde:hover{
    background-color:#005050;
    border: 1px solid #FCCC60;
    cursor:pointer;
}
input.btnazul {

    border: 1px solid #FCCC60;
    background-color: #003366;
    color: #fccc60;
    font-family: Verdanda, Arial, sans-serif;
    font-size: small;
    padding: 0px;
}

/* Estilo de los campos de edición, radiobuttons, checkbox y otros */
input.txt {border: 1px solid lightgray;}



/* Estilos únicamente utilizados en la página principal */
td.panleft {
    border-top: 1px dotted #184c88;
    border-right: 1px dotted #184c88;
    background-color: #00254f;
    vertical-align: top;
    width: 170px;
    padding-left: 15px;
    padding-top: 5px;
}
td.panright {
    border-top: 1px dotted #184c88;
    vertical-align: top;
    background-color: #00254f;
    padding-left: 5px;
    padding-top: 5px;
}
td.logoenc {
    background-image: url(../img/ceroriesgo/logoceroriesgo_161x82.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 161px;
    height: 82px;
}
td.franja {
    background-image: url(../img/ceroriesgo/header_3x21.gif);
    background-repeat: repeat-x;
    height: 21px;
}


div.pie {
    margin-top: 3px;
    border-top: 1px dotted #184c88;
    vertical-align: top;
    text-align: center;
    font-size: xx-small;
}

table.solicita {
    /*background-color: #184c88;*/
    color:#333333;
    background-color: #ffffff;
    font-size: 11px;
    border-collapse: collapse;
}

table.listaestudiosop { /* opciones de la lista de estudios */
    font-family: Verdanda, Arial, sans-serif;
    font-size: small;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    background-image: url(../img/ceroriesgo/franjaazul.jpg);
    color:#ffffff;
}


table.listaestudios { /* contenido de la lista de estudios */
    color:#00254f;
    background-color: #ffffff;
    font-size: 11px;
    border-collapse: collapse;
}
table.listaestudios a.lise:link, a.lise:active, a.lise:visited { color:#00254f; text-decoration:none;}

table.listaestudios th { /* encabezado de la lista de estudios */
    background-image: url(../img/ceroriesgo/header_3x21.gif);
    background-repeat: repeat-x;
    height: 21px;
    color:#333333;
    font-size: small;
    font-weight: bold;
}
table.listaestudios tr:hover{
    cursor: pointer;
    background-color: #7598bf;
    color:#ffffff;
}

table.listaestudios tr:hover a.lise { color:#ffffff; }
a.lise:hover {border-bottom:1px dotted;}

table.listaestudios tr {
    cursor: pointer;
}
table.listaestudios td {
    border-top: 1px solid #6b6b6b;
    border-bottom: 1px solid #6b6b6b;
}
table.noborder td{
 border:none;
 border-top:none;
 border-bottom:none;
}

div.listacontraible {
    width: 150px;
    overflow: hidden;
}

div.talkdate {
    font-family: sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #a0a0a0;
}
.scroll{
   overflow:scroll!important; 
}

table.repinterno { /* contenido de la lista de estudios */
    color:#00254f;
    background-color: #ffffff;
    font-size: 11px;
    border-collapse: collapse;
    overflow:scroll;
}
table.repinterno a.lis:link, a.lis:active, a.lis:visited                            {color:#00244f;text-decoration:none;}

table.repinterno th { /* encabezado de la lista de estudios */
    background-image: url(../img/ceroriesgo/header_3x21.gif);
    background-repeat: repeat-x;
    height: 21px;
    color:#333333;
    font-size: small;
    font-weight: bold;
}
table.repinterno tr:hover {
    cursor: pointer;
    background-color: #7598bf;
    color:#ffffff;
}
table.repinterno tr:hover a.lis { color:#ffffff; }
a.lis:hover {border-bottom:1px dotted;}

table.repinterno tr {
     cursor: pointer;
}
table.repinterno td {
   height: 21px;
   border-top: 1px solid #6b6b6b;
   border-bottom: 1px solid #6b6b6b;
}

table.repinterno td.index {
    background-color: #7598bf;
    text-align: center;
}


div.noticia {
    padding: 10px;
}
div.noticiaview {
    color: black;
    padding: 10px;
    margin: 10px;
}
a.noticiapreview {
    color: #FCCC60;
    font-weight: bolder;
    text-decoration:underline;
}
span#noticia{
    color:red;
    font-weight:bolder;
    text-decoration:blink;
}

div.servcliparagraph {
    padding: 10px;
}
div.servclishunk {
    padding: 5px;
    background-color: #005050;
}

span.h1 {
    color: #fccc60;
    font-size: large;
    font-family: Verdanda, Arial, sans-serif;
    font-weight: bolder;
}

span.h2 {
    color: #fccc60;
    font-size: small;
    font-family: Verdanda, Arial, sans-serif;
    font-weight: bolder;
    font-style: italic;
    text-decoration: underline;
}


div.smspreviewheader {
    position:absolute;
    left:42px;
    top:111px;
    width: 167px;
    height: 16px;
    overflow: hidden;
    font-size: xx-small;
    font-family:monospace;
    color: white;
    text-align: center;
}
div.smspreviewto {
    position:absolute;
    padding-left: 60px;
    left:42px;
    top:145px;
    width: 167px;
    height: 16px;
    overflow: hidden;
    font-size: large;
    font-family:monospace;
    color: white;
    border: 1px solid black;
}
div.smspreview {
    position:absolute;
    left:42px;
    top:168px;
    width: 167px;
    height: 146px;
    overflow: auto;
    font-size: small;
    font-family:monospace;
    color: white;
    border: 1px solid black;
    padding: 3px;
}
div.smspreviewfooter {
    position:absolute;
    left:42px;
    top:301px;
    width: 167px;
    height: 16px;
    overflow: hidden;
    font-size: medium;
    font-family:monospace;
    font-weight: bolder;
    color: black;
    text-align: center;
}
div.backBar {
    border: 1px solid #FCCC60;
}
div.simpleFrontBar{
    background: #6f1b34;
}
div.frontPercent, div.backPercent{
    padding-top: 2px;
    font:bold 11px monospace;
    color: #FCCC60;
}
select.Usuarios{
    font-size:11px;
    height:200px;
}
label{
    font-size:12px;
}
label.Mes{
    font-size:x-large;
    font-weight:bold;
    font-style:italic;
    text-align:center;
}
label.ulting{
    color:#ffffff;
    font-weight:bold;
    font-style:italic;
    text-align:center;
    font-size:xx-small;
}


img.actionButton { cursor: pointer; }
/*
    Pagina principal
*/

a.inicio {
    color:#2D2D2D;
    text-decoration:none;
    font-size: 10px;
    font-weight:bold;
}
a.inicio:hover {
    border-bottom:1px dotted;
}
button.inicio{
    float:right;
    position:absolute;
}
label.inicio{
    color:#2D2D2D;
    font-size:11px;
}



/* context menu */
.skin0{
  position:absolute;
  /*width:100px;*/
  border:2px outset threedhighlight;
  background-color:menu;
	color: menutext;
  font-family: Verdana, sans-serif;
  line-height:16px;
  cursor:default;
  font-size:12px;
  z-index:100;
  visibility:hidden;
}

.menuitems{
  padding-left:4px;
  padding-right:4px;
}

/* END context menu */

#container {
}

.blist {
    background-image: url(../img/list-items.gif);
}

/*FIN CHAT*/
/*layout center Ext*/

.ux-layout-center-item {
    margin:0 auto;
    text-align:left;

}
.ux-layout-center .x-panel-body,  /* if the container is a panel */
body.ux-layout-center {           /* if the container is the doc body (for viewport) */
    text-align:center;
}

div.franja-inicio-inferior{
    background: transparent url(../img/ceroriesgo/franja_inicio3.jpg) repeat-x;
}
.bgenc{
    background-image:url(../img/ceroriesgo/franja_encabezado.jpg);
}

.gray-row{ background-color: lightblue !important;}

.video-nom{
    font-size:14px;
    font-weight:bold;
}
.treerefresh{
    background-image: url(../img/ceroriesgo/tree/arrows-reload-refresh.gif) !important;
}
.treenoticia{
    background-image: url(../img/ceroriesgo/tree/feed-rss-atom.gif) !important;
}
.treeMasivo{
    background-image: url(../img/ceroriesgo/tree/emblem-art.gif) !important;
}
.treeRobo{
    background-image: url(../img/ceroriesgo/tree/important.gif) !important;
}
.treeCallCenter{
    background-image: url(../img/ceroriesgo/tree/arrow_switch.png) !important;
}

.treeTema{
    background-image: url(../img/ceroriesgo/tree/start-here.gif) !important;
}
.treeSms{
    background-image: url(../img/ceroriesgo/tree/phone.gif) !important;
}
.treeSession{
    background-image: url(../img/ceroriesgo/tree/gnome-session-switch.gif) !important;
}
.treeContactos{
    background-image: url(../img/ceroriesgo/tree/package_games_rpg.gif) !important;
}
.treeConsumo{
    background-image: url(../img/ceroriesgo/tree/stock_ticker.gif) !important;
}
.treeEstudio{
    background-image: url(../img/ceroriesgo/tree/xeyes.gif) !important;
}
.treeUsuarios{
    background-image: url(../img/ceroriesgo/tree/evolution-contacts.gif) !important;
}
.treeComercial{
    background-image: url(../img/ceroriesgo/tree/preferences-composer.gif) !important;
}
.treeReporte{
    background-image: url(../img/ceroriesgo/tree/accessories-text-editor.gif) !important;
}

.treeArchivo{
    background-image: url(../img/ceroriesgo/tree/exceldoc_16x16.gif) !important;
}


.treeTam{
    font-size:12px;
}
.add {
    background-image:url(../img/ceroriesgo/add.gif) !important;
}
div#contactenos{
    background-image:url(../img/ceroriesgo/contactenos3.gif);
    cursor:pointer;
    position:absolute;
   z-index:3000;
    background-repeat:no-repeat;
    height:91px;
    width:77px;
}
div#preguntas{
    background-image:url(../img/ceroriesgo/preguntas2.gif);
    cursor:pointer;
    position:absolute;
    z-index:3000;
    background-repeat:no-repeat;
    height:91px;
    width:77px;
}
div#productos{
    background-image:url(../img/ceroriesgo/productos2.gif);
    cursor:pointer;
    position:absolute;
    z-index:3000;
    background-repeat:no-repeat;
    height:91px;
    width:77px;
}
div#tren{
    background-image:url(../img/navidad/TrineoSantaClaus.gif);
    cursor:pointer;
    position:absolute;
    z-index:3000;
    background-repeat:no-repeat;
    height:120px;
    width:350px;
}
div#afiliese{
    background-image:url(../img/ceroriesgo/afiliese2.gif);
    cursor:pointer;
    background-repeat:no-repeat;
    position:absolute;
    z-index:3000;
    top:5px;
    left:0px;
    height:91px;
    width:77px;
}

   .x-form-file-wrap {
    position: relative;
    height: 22px;
}
.x-form-file-wrap .x-form-file {
	position: absolute;
	right: 0;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
    height: 22px;
}
.x-form-file-wrap .x-form-file-btn {
	position: absolute;
	right: 0;
	z-index: 1;
}
.x-form-file-wrap .x-form-file-text {
    position: absolute;
    left: 0;
    z-index: 3;
    color: #777;
}
      .upload-icon {
                background: url('../img/image_add.png') no-repeat 0 0 !important;
            }
      .x-window-dlg .ext-mb-download {
                 background:transparent url(../img/download.gif) no-repeat top left;
                 height:46px;
             }

.status {
    color:#555;
}

.bsearch {background-image: url(../img/search.png) !important;}
/*.pref-row{ background-color: #FBF8BF !important; }*/
.pref-row > td { background:#ffffaa !important; }

 .icon-drag {
background: transparent url(../img/ceroriesgo/moveCursor.png) no-repeat center center;
width: 100%;
cursor: move;
height: 16px;
}
.bfind{background-image: url( ../img/ceroriesgo/search-icon.gif) !important;}
.blist{background-image: url( ../img/ceroriesgo/Icon_list.gif) !important;}
.bsolic{background-image: url( ../img/ceroriesgo/check.gif) !important;}


.x-date-picker {
    width: 185px;
}

.x-date-picker {
    width: 185px;
}
.lb-close {
    width: 16px;
    height:16px;
    background-image: url("../img/action_delete.png");
    margin-left: 90%;
    /*float: right;*/
}
.lb-cerrar {
    margin-left: 16px;
    color:red;
    font-size: 11px;
    font-weight:bold;
}
.lb-cerrar:hover {
    cursor: pointer;
}
.lb-close:hover {
    cursor: pointer;
}

.aSlide {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.bpaypal{background-image: url(../img/paypal-icon16.png) !important;}

.wrapp-factPendientes {
    text-align: center;
    padding: 0 5px;
}
.wrapp-factPendientes a {
   font-size: 36px;
    line-height: 30px;
    color: #fff;
}
.wrapp-factPendientes a:hover {
    text-decoration: none !important;
}
.wrapp-factPendientes a span.text {
    font-size: 11px;
    background-color: #c01634;
    display: block;
    border-radius: 4px;
    padding: 3px 5px;
    margin-top: 2px;
    line-height: 10px !important;
}
.wrapp-factPendientes a:hover > span.text {
    background-color: #fff;
    color: #c01634;
}
.link-social {
    height: 46px;
    padding-top: 5px;
    padding-right: 10px;
    cursor: pointer;
    /*display: inline-block;*/
}
.tb-headerLinks td {
    padding: 10px !important;
}

.bSearch-black:before {
    font-family: 'FontAwesome'!Important;
    content: '\f002'!Important;
    font-size: 14px;

    text-align: center!Important;
}
.bstar-oro:before {
    font-family: 'FontAwesome'!Important;
    content: '\f005'!Important;
    font-size: 16px;
    color:#e4b131 !Important;
    text-align: center!Important;
}
.bstar-oro b{
    font-size: 9px!Important;
}

.binbox-oro:before {
    font-family: 'FontAwesome'!Important;
    content: '\f01c'!Important;
    font-size: 16px;
    color:#e4b131;
    text-align: center!Important;
}
.bmail-oro:before {
    font-family: 'FontAwesome'!Important;
    content: '\f003'!Important;
    font-size: 16px;
    color:#e4b131;
    text-align: center!Important;
}
.bcar-oro:before {
    font-family: 'FontAwesome'!Important;
    content: '\f1b9'!Important;
    font-size: 16px;
    color:#e4b131;
    text-align: center!Important;
}
.bhome-oro:before {
    font-family: 'FontAwesome'!Important;
    content: '\f015'!Important;
    font-size: 16px;
    color:#e4b131;
    text-align: center!Important;
}


.bTrash-black:before {
    font-family: 'FontAwesome'!Important;
    content: '\f014'!Important;
    font-size: 14px;
    text-align: center!Important;
}

.bDownload-black:before {
    font-family: 'FontAwesome'!Important;
    content: '\f019'!Important;
    font-size: 14px;
    text-align: center!Important;
}

.bEmail-black:before {
    font-family: 'FontAwesome'!Important;
    content: '\f003'!Important;
    font-size: 14px;
    text-align: center!Important;
}

.bExcel-green:before {
    font-family: 'FontAwesome'!Important;
    content: '\f1c3'!Important;
    font-size: 14px;
    color: #1b8c19;
    text-align: center!Important;
}

.bPDF-red:before {
    font-family: 'FontAwesome'!Important;
    content: '\f1c1'!Important;
    font-size: 14px;
    color: #c01634;
    text-align: center!Important;
}

.bHTML-black:before {
    font-family: 'FontAwesome'!Important;
    content: '\f1c9'!Important;
    font-size: 14px;
    text-align: center!Important;
}

.bPlus-green:before {
    font-family: 'FontAwesome'!Important;
    content: '\f067'!Important;
    font-size: 14px;
    color: #1b8c19;
    text-align: center!Important;
}
.bfacebook:before {
    font-family: 'FontAwesome'!Important;
    content: '\f09a'!Important;
    font-size: 28px;
    color: #f7f7f7;
    text-align: center!Important;
}
.bwhatsapp:before {
    font-family: 'FontAwesome'!Important;
    content: '\f232'!Important;
    font-size: 28px;
    color: #f7f7f7;
    text-align: center!Important;
}
.btwitter:before {
    font-family: 'FontAwesome'!Important;
    content: '\f099'!Important;
    font-size: 28px;
    color: #ffffff;
    text-align: center!Important;
}

.bCheck-green:before {
    font-family: 'FontAwesome'!Important;
    content: '\f00c'!Important;
    font-size: 14px;
    color: #1b8c19;
    text-align: center!Important;
}
.blist-green:before {
    font-family: 'FontAwesome'!Important;
    content: '\f03a'!Important;
    font-size: 14px;
    color: #1b8c19;
    text-align: center!Important;
}

.blist-blue:before {
    font-family: 'FontAwesome'!Important;
    content: '\f03a'!Important;
    font-size: 14px;
    color: #12418c;
    text-align: center!Important;
}

.bSave-blue:before {
    font-family: 'FontAwesome'!Important;
    content: '\f0c7'!Important;
    font-size: 14px;
    color: #12418c;
    text-align: center!Important;
}

.bDelete-red:before {
    font-family: 'FontAwesome'!Important;
    content: '\f00d'!Important;
    font-size: 14px;
    color: #c00000;
    text-align: center!Important;
}

.filetext-blue:before {
    font-family: 'FontAwesome'!Important;
    content: '\f15c'!Important;
    font-size: 14px;
    color: #12418c;
    text-align: center!Important;
}

.book-blue:before {
    font-family: 'FontAwesome'!Important;
    content: '\f02d'!Important;
    font-size: 14px;
    color: #12418c;
    text-align: center!Important;
}

.paste-blue:before {
    font-family: 'FontAwesome'!Important;
    content: '\f0ea'!Important;
    font-size: 14px;
    color: #12418c;
    text-align: center!Important;
}


.graf-blue:before {
    font-family: 'FontAwesome'!Important;
    content: '\f201'!Important;
    font-size: 14px;
    color: #12418c;
    text-align: center!Important;
}

.bArrow-left-blue:before {
    font-family: 'FontAwesome'!Important;
    content: '\f060'!Important;
    font-size: 14px;
    color: #12418c;
    text-align: center!Important;
}

.bArrow-rightt-blue:before {
    font-family: 'FontAwesome'!Important;
    content: '\f061'!Important;
    font-size: 14px;
    color: #12418c;
    text-align: center!Important;
}

.bBan-red:before {
    font-family: 'FontAwesome'!Important;
    content: '\f05e'!Important;
    font-size: 14px;
    color: #c01634;
    text-align: center!Important;
}

p.sansserif {
    font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	font-size: 25px;
	line-height: 44px;
	letter-spacing: -2px;
	font-weight: bold;
}

.cero-form-trigger-combo-right {
    right: inherit !important;
}

.camera:before {
    font-family: 'FontAwesome'!Important;
    content: '\f030'!Important;
    font-size: 20px;
    color: #12418c;
    text-align: center!Important;
}

.video:before {
    font-family: 'FontAwesome'!Important;
    content: '\f03d'!Important;
    font-size: 20px;
    color: #12418c;
    text-align: center!Important;
}

.audio:before {
    font-family: 'FontAwesome'!Important;
    content: '\f130'!Important;
    font-size: 20px;
    color: #12418c;
    text-align: center!Important;
}

.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.anunciorestriccion{
   width: 50%;
   margin: 0 auto;
   padding: 7px;
   font-size: 14px;
   cursor: pointer;
}

.nuevosmsanuncio{
   width: 50%;
   margin: 0 auto;
   padding: 7px;
   font-size: 14px;
   color: white ;
   background: #e4b131;
   font-family: 'fjallaoneregular';
   background-image: -moz-linear-gradient(top, #e4b131, #ad7c01);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e4b131), to(#ad7c01));
   background-image: -webkit-linear-gradient(top, #e4b131, #ad7c01);
   background-image: -o-linear-gradient(top, #e4b131, #ad7c01);
   background-image: linear-gradient(to bottom, #e4b131, #ad7c01);
   background-repeat: repeat-x;
   cursor: pointer;
}

.action-column-16-rojo{
    display:inline-block !IMPORTANT;
    font:normal normal normal 16px/1 FontAwesome !IMPORTANT;
    margin-left: 5;
    color: #c00000;
}

.action-column-16-negro{
    display:inline-block !IMPORTANT;
    font:normal normal normal 16px/1 FontAwesome !IMPORTANT;
    margin-left: 5;
    color: #000000;
}

.action-column-16-verde{
    display:inline-block !IMPORTANT;
    font:normal normal normal 16px/1 FontAwesome !IMPORTANT;
    margin-left: 5;
    color: #0f8c24;
}

.action-column-16-azul{
    display:inline-block !IMPORTANT;
    font:normal normal normal 16px/1 FontAwesome !IMPORTANT;
    margin-left: 5;
    color: #135d93;
}

.action-column-16-amarillo{
    display:inline-block !IMPORTANT;
    font:normal normal normal 16px/1 FontAwesome !IMPORTANT;
    margin-left: 5;
    color: #d1bf0b;
}

.action-column-16-naranja{
    display:inline-block !IMPORTANT;
    font:normal normal normal 16px/1 FontAwesome !IMPORTANT;
    margin-left: 5;
    color: #c06524;
}

.upload-icon {
      background: url('../img/ceroriesgo/image_add.png') no-repeat 0 0 !important;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
  color:red;
  cursor: pointer;
  padding-right: 7px;
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}