/*
    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-image:url(../img/ceroriesgo/fondoNavidad2.jpg);*/
    /*background-repeat:repeat-x;*/

}
.navidadleft{
    background-color: white;
    background-image:url(../img/ceroriesgo/fondoNavidad4.jpg);
    background-repeat:repeat-x;

}
.navidadright{
    background-color: white;
    background-image:url(../img/ceroriesgo/fondoNavidad3.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;
}

table.repinterno { /* contenido de la lista de estudios */
    color:#00254f;
    background-color: #ffffff;
    font-size: 11px;
    border-collapse: collapse;
}
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;
    left:42px;
    top:128px;
    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:148px;
    width: 167px;
    height: 146px;
    overflow: auto;
    font-size: small;
    font-family:monospace;
    color: white;
    border: 1px solid black;
}
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#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;
}


.pref-row{ background-color: #FBF8BF !important; }




