/* 
    Document   : novedades
    Created on : 28/08/2011, 12:56:52 AM
    Author     : Mi-DuJa
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


body{
    /*    z-index: 1;*/
    position: relative;
    background-color: #FFFFFF;
    font: normal 13px arial,sans-serif;
    height: 100%;
    margin: 0;
    visibility: visible;
    text-align: center;
    color: #333;
}
.principal{
    height: 100%;
    margin: 0 auto;
    width: 960px; 
    top: 70px;
}
.header{
    margin-top: 5px;
    background: rgb(255,255,255);  
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 2%, rgba(223,223,223,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(255,255,255,1)), color-stop(100%,rgba(223,223,223,1)));  
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 2%,rgba(223,223,223,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 2%,rgba(223,223,223,1) 100%);  
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 2%,rgba(223,223,223,1) 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); 
    background: linear-gradient(top, rgba(255,255,255,1) 2%,rgba(223,223,223,1) 100%);  
    width: 100%;
    height: 70px;
    float: left;
    border-bottom: 1px solid #C1CCD6;
    -webkit-box-shadow: 0 0 10px  #d7d7d7;
    -moz-box-shadow: 0 0 10px #d7d7d7;
    box-shadow: 0 0 10px  #d7d7d7;
    border-top: 1px solid #EEEEEF;
    text-align: center;
    z-index: 90;
}
.centro-head{
    width: 960px;
    margin: 0 auto;
    height: 70px;
}
.tituloN{
    padding: 10px 30px 0px 70px;
    float: left;
    width: auto;
    height: 60px;
}
.tituloN h2{
    display: inline;
    font-family: "Comic Sans MS";
    font-weight: bold;
    font-size: 34px;
    color:#36E;
    text-shadow: 0px 0px 10px #D9D9D9;
    filter: dropshadow(color=#D9D9D9, offx=2, offy=2);
}
.tituloN h4{
    display: inline;
    font-family:cursive;
    font-weight: bold;
    font-size: 18px;
    color:#555;
    text-shadow: 0px 0px 10px #fff;
    filter: dropshadow(color=#fff, offx=3, offy=3);
}
.tituloN h2:hover{

    text-shadow: 0px 0px 5px #777;
    filter: dropshadow(color=#777, offx=2, offy=2);
}
.tituloN p{
    display: inline;
    font-family: cursive;
    font-weight: bold;
    font-size: 12px;
    color:#666;

}
.tituloN2{
    padding: 20px 30px 0px 20px;
    float: right;
    width: auto;
    height: 48px;
}
.tituloN2 h2{
    display: inline;
    font-family: cursive;
    font-weight: bold;
    font-size: 34px;
    color:#36E;
    text-shadow: 0px 0px 10px #D9D9D9;
    filter: dropshadow(color=#D9D9D9, offx=1, offy=1);
}
.tituloN2 h4{
    display: inline;
    font-family: cursive;
    font-weight: bold;
    font-size: 18px;
    color:#666;
    text-shadow: 0px 0px 10px #fff;
    filter: dropshadow(color=#fff, offx=3, offy=3);
}
.tituloN2 p{
    display: inline;
    font-family: cursive;
    font-weight: bold;
    font-size: 12px;
    color:#666;

}
.lateral{
    float: left;
    width: 189px;
    min-height: 300px;
    padding-top: 10px;
    text-align: left;

}
.foto-titulo{
    float: left;
    height: auto;
    margin: 10px 5px 10px  25px;
    padding: 10px;
    text-align: center;

    /*    border-bottom: 1px solid #DDD;*/
    box-shadow: 0 0 10px #d7d7f7;
}
.sobre-todo {
    position: absolute;
    display: none;
    width: 100%;
    /*   height: 100%;*/
    background-color: rgba(0, 0, 0, 0.5);




}
.activo{
    display: block;
    position: absolute;
    width:700px;
    height: 300px;
    background: #ddd;

    z-index: 3400000;
}
.mensaje{
    position: absolute;
    left: 150px;
    background: #FFF;
    box-shadow: 0 0 15px #A0A0A0;
    border: 1px solid #DDD;
    margin: 0 auto;
    width: 400px;
    height: auto;
    padding: 20px;
}
.mensaje-mini{
    position: absolute;
    left: 100px;
    background: #FFF;
    box-shadow: 0 0 15px #A0A0A0;
    border: 1px solid #DDD;
    margin: 0 auto;
    width: 200px;
    height: auto;
    padding: 20px;
}
.vinculo-box{
    width: 188px;
    float: right;
    border-bottom: 1px solid #DDD;
    background-color: #DDD;
    box-shadow: 0 0 10px #d7d7f7;
}

.vinculo{
    padding-left: 35px;
    padding-top: 5px;
    vertical-align: middle;
}
.lateral a{
    font-family:sans-serif;
    font-size: 14px;
    float: left;
    clear: both;
    text-align: left;
    width: 173px;
    color: #36E;
    padding: 10px 10px 10px 5px;
    text-decoration: none;
}
/*.lateral a:hover{
    background: #EEE url('/eisi/images/creditos/arrow.png') no-repeat right;
    
}*/
.logo_menu img{
    float: left;
    height: 24px;
    width: 24px;
}

.centro{
    border-left: 1px solid #DDD;
    border-right:  1px solid #DDD;
    float: left;
    padding: 25px 0 40px 10px;
    width: 740px;
    z-index: 1;
    display: block;
    overflow: visible;
}
.centro iframe{
    border: none;
    z-index: -12;
}
.footer{
    display: block;
    color: #767676;
    width: 100%;
    float: left;
    margin:0px;
    height: auto;
    overflow: hidden;
    text-align: center;
    background: rgb(255,255,255);  
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 2%, rgba(223,223,223,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(255,255,255,1)), color-stop(100%,rgba(223,223,223,1)));  
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 2%,rgba(223,223,223,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 2%,rgba(223,223,223,1) 100%);  
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 2%,rgba(223,223,223,1) 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); 
    background: linear-gradient(top, rgba(255,255,255,1) 2%,rgba(223,223,223,1) 100%);  
    border-top: 1px solid #C1CCD6;
    -webkit-box-shadow: 0 0 10px  #d7d7d7;
    -moz-box-shadow: 0 0 10px #d7d7d7;
    box-shadow: 0 0 10px  #d7d7d7;
    border-bottom: 1px solid #EEEEEF;
}
.footer-content {
    width: 630px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.footer-logo-calumet {
    float: left;
    margin: 10px 10px 5px 10px;
    width: auto;
    text-align: right;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 2px 0px #f9f9f9;
    -moz-box-shadow: inset 0px 0px 2px 0px #f9f9f9;
    box-shadow: inset 0px 0px 2px 0px #f9f9f9;
}
#box{
    padding:  10px 0 10px 0;
    margin-left: 10px;
    width: 95%;
    border-bottom:   1px solid #DDD;
    display: block;
    float: left;
    /*    background-color: #DDD;*/
}
.footer-logo-calumet img {
    float: left;
    max-height: 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.7);
}
.footer-info {
    float: left;
    width: auto;
    height: 60px;
    padding: 10px 10px 10px 30px;
    border-left: 2px solid #DDD;
    color: #555;
    margin: 10px 0px 10px 20px;
}
.footer-info h3,h4 {
    font-size: 14px;
    padding: 3px;
    margin: 0;
    text-align: left;
}
.footer-info a {
    font-size: 13px;
    color: #666;
    text-align: left;
    font-weight: bold;
    float: left;
}
#box label{
    color: #555;
    font: 13px arial, Verdana, sans-serif;
    text-transform: capitalize;
    font-weight: bold;
}
input[type="text"],select,option{
    padding:  0px 0px 0px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 28px;
    color: #444;
    background-color: #F5F5F5;
    border: 1px solid #D9D9D9;
    font: 14px arial, Verdana, sans-serif;
}
textarea{
    padding:  8px 8px 8px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #222;
    border: 1px solid #D9D9D9;
    background-color: #F5F5F5;
    font: 13px arial, Verdana, sans-serif;
    resize: vertical;
}
table td{

    border-bottom:   1px solid #DDD;
    font: normal 12px arial,sans-serif;  
}
table td.activa{
    border-bottom: 2px solid #2A2;
    font: normal 12px arial,sans-serif;
}
table td.activa2{
    border-bottom: 2px solid #fe4902;
    font: normal 12px arial,sans-serif;
}
#box  tr a{
    color: #36E;
    text-decoration: none;
}

#box-mini{
    padding:  10px 0 10px 0;
    width: 480px;
    border-bottom:   1px solid #DDD;
    display: block;
    float: left;
    font: normal 12px arial,sans-serif;
    /*    background-color: #DDD;*/
}
#AnTitulo{
    text-align: left;
    padding-top: 10px;
    /*    float: left;*/
    display: block;

}
#titulo{
    display:  block;
    text-align: left;
    padding: 5px 10px 5px 20px;
    font-size: 14px;
    font-weight: bold;
    border-bottom:   2px solid #DDD;
    color: #555;
}
.titulo{
    width: 670px;
    float: left;
    text-align: left;
    margin-top: 30px;
    padding: 5px 10px 5px 20px;
    font-size: 14px;
    border-bottom:   2px solid #DDD;
    color: #555;
    margin-bottom: 10px;
}
.titulo h2{
    padding: 0;
    color: #555;
    font-size: 1.3em;
    margin: 0px;
}
/*para personalizar las cajas*/
.fondo-grad{
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 9%, rgba(255,255,255,1) 51%, rgba(238,238,238,1) 84%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,rgba(238,238,238,1)), color-stop(51%,rgba(255,255,255,1)), color-stop(84%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 9%,rgba(255,255,255,1) 51%,rgba(238,238,238,1) 84%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238,238,238,1) 9%,rgba(255,255,255,1) 51%,rgba(238,238,238,1) 84%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 9%,rgba(255,255,255,1) 51%,rgba(238,238,238,1) 84%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(238,238,238,1) 9%,rgba(255,255,255,1) 51%,rgba(238,238,238,1) 84%); /* W3C */
    margin: 0 10px 0 10px;
}
.borde-normal{
    border: 1px solid #DDD;
}
.borde-normal-shadow{
    width: 700px;
    margin: 0 auto;
    text-align: left;
    padding: 5px 0px 5px 30px;
    border-bottom: 2px solid #dedede;
    font-size: 1.4em;
    color: #333;
}
.borde-redondo{
    border: 1px solid #DDD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.borde-redondo-shadow{
    box-shadow: 0 0 10px #d7d7f7;
    border: 1px solid #DDD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/*para personalizar las cajas*/
#AnCont{
    text-align: left;
    padding-top: 10px;
    display: block;
    float: left;
}
.aboton{
    text-align:  center;
    padding-top: 30px;
    display: block;
    float: left;
    width: 100%;


}

input.boton{
    margin-left: 25px;
    font-weight: bold; 
    color: #171b20;
    padding:  5px 10px 5px 10px;
    cursor: pointer;
    clear: both;
    color: #666;
    box-shadow: 0 0 5px #d7d7f7;
    background-color: #EEE;
    border:   1px solid #DDD;
}
input.boton:hover{
    color: #000000;
    box-shadow: 0 0 10px #d7d7dD;
    border:   1px solid #BDD;
}
.barra-sup{
    width: 200px;
    height: 30px;
    background-color: #666;
    padding: 5px;

}
input.boton:active{
    color:  #F1F1F1;
    background-color: #777;
    border: 1px solid #777;
    box-shadow: inset 0 0 15px #444
}
#caja-link{
    width: auto;
    height: 20px;
    background-color: #36E;


}

/* para cuando se muestran las novedades*/
.disp_box{
    padding-top: 5px;
    padding-bottom: 5px;
    width: 650px;
    height: auto;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 20px auto 50px auto;
    overflow: auto;
}
body .disp_box_a:first-of-type{
    border-top: 1px solid #FFF;
}

.disp_box_a{
    margin: 5px auto 5px auto;
    padding: 0;
    width: 650px;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.disp_box_a:hover{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ccc;
    -webkit-box-shadow:  0px 0px 15px #d7d7f7;
    -moz-box-shadow:  0px 0px 15px  #d7d7f7;
    box-shadow:  0px 0px 15px  #d7d7f7;
}
.disp_box_a:hover .disp-titulo:first-of-type{
    background: #f7f8f9

} 

.disp-titulo{
    padding: 3px 0 3px 20px;
    width: 630px;
    float: left;
    border-bottom:   2px solid #DDD;
    text-align: left;
    max-height: 60px;
    background: #f7f8f9;
    box-shadow:inset 0 0 10px #d7d7f7;


}
.disp-titulo h4{
    max-height: 60px;
    padding: 0px;
    margin: 0px;
}
.disp-titulo h5{
    max-height: 60px;
    padding: 3px;
    margin: 2px;
}

.disp-titulo-img{
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
    padding: 2px;
}
.disp-contenido{
    width: 620px;
    float: left;
    text-align: justify;
    height: auto;
    padding-left: 20px;
    padding-right: 10px;
    /*    border-bottom:   1px dotted #DDD;*/
}
.disp-enlace{
    width: 600px;
    float: left;
    text-align: left;
    height: 20px;
    padding: 0 0 10px 20px;
}
.disp-enlace a{
    text-decoration: none;
    color: #36E;
    padding: 5px 10px 5px 10px;
    border: 1px solid #ffffff;
}
.disp-enlace a:hover{
    background-color: #f1f1f1;
    border: 1px solid #d2d2d2;
}
/*para los creditos*/
.creditos{
    width: 720px;
    margin: 0 auto;
    text-align: center;
    height: auto;
    display: block;
    overflow: hidden;

}
/* Estilos para ver los trabajos de cada desarrollador*/
.disp-foto-c{
    float: left;
    width: 196px;
    height: 70px;
    margin: 10px;
    padding: 11px;
    text-align: center;
    background: #f7f8f9;  
    border:   1px solid #DDD;
}
.disp-foto-c:hover{
    background-color: #f7f8f9;
    -webkit-box-shadow: 0px 0px 5px  #ddd;
    -moz-box-shadow: 0px 0px 5px  #ddd;
    box-shadow: 0px 0px 5px  #ddd;
    border: 1px solid #DDD;

}
.disp-foto-c-in{
    background-color: #FFFFFF;
    float: left;
    padding: 0px;
    border: 2px solid #FFF;
    width: 40px;
    height: 45px;
    -webkit-box-shadow: 0px 0px 5px  #DDD;
    -moz-box-shadow: 0px 0px 5px  #DDD;
    box-shadow: 0px 0px 5px  #DDD;
}
.disp-foto-c-name{
    float: bottom;
    width: 200px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    color: #333;
    padding: 1px;
    
}
.disp-foto-c-link{
    float: right;
    width: 190px;
    text-align: right;
    font-weight: bold;
    font-size: 11px;
}
.disp-foto-c-link button{
    color: #36E;
    text-decoration: none;
    
}
/* Fin de Estilos para ver los trabajos de cada desarrollador*/
/*    para la barra de botones*/
.barra{
    width:auto;
    float:  right;
    height: auto;
    margin-top: 20px;
    clear: both;
    z-index: 100;
    /*     color: #666;*/
    /*    box-shadow: 0 0 5px #d7d7f7;*/

}

.barra-boton{
    vertical-align: middle;
    height: 25px;
    clear: both;
    font-weight: bold; 
    padding:  5px 10px 0px 10px;
    cursor: pointer;
    color: #666;
    box-shadow: 0 0 5px #d7d7f7;
    background-color: #EEE;
    border:   1px solid #DDD;
    float: left;
    width: auto;
    height: 20px;

}  
.barra a {
    float: left;
    width: auto;
    /*    width: auto;*/
    /*  color: #666;*/
    text-decoration: none;
}

.barra-boton:hover {
    cursor: pointer;
    border: 1px solid #DDD;
    color: #000000;
    box-shadow: 0 0 10px #d7d7f7;
}

/*acordeon*/

.accordion {
    float: left;
    width: 700px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
    margin: 10px auto 20px auto;
    overflow: hidden;


}
.sub-box{
    display: block;
    float: left;
    width:  680px;
    height: 30px;
    padding: 3px 10px 3px 10px;

    border-top:  1px solid #fff;
    border-bottom:   1px solid #DDD;
    color:#000000;
    text-align: left;
    margin-bottom: 0;
    background-color: #f7f8f9;
}
.sub-box:hover{
    cursor: pointer;
}
.sub-box-img{
    float: left;
    width: 16px;
    height: 16px;
    margin: 5px 5px 5px 10px;
    text-align: left;
    float: left;
}
.sub-box h4 {
    width: 610px;
    margin: 3px 5px 3px 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 5px;
    font: normal 12px/20px "trebuchet MS", Arial, Tahoma, Sans-serif;
    font-size: 12px;
    float: left;
    color: #333;
}
.active{
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(238,239,162,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(238,239,162,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(238,239,162,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(238,239,162,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(238,239,162,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefa2',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(255,255,255,1) 1%,rgba(238,239,162,1) 100%); /* W3C */
    -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 205, 1);
    -moz-box-shadow: 0px 0px 10px rgba(255, 255, 205, 1);
    box-shadow: 0px 0px 10px  rgba(255, 255, 205, 1);
    box-shadow: 0 0 10px #d7d7f7;
}
.accordion div.cont-box{
    overflow: hidden;
    position: absolute;
    width: 500px;
    display: none;
    min-height: 50px;
    font: bold 11px/18px "trebuchet MS", Arial, Tahoma, Sans-serif;
    color:#333;
    text-align: justify;
    padding: 10px;
    border:  1px solid #DDD;
    font-weight: normal;
    margin-top: 0px;
    z-index: 1000;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(255, 255, 205, 1);
    -moz-box-shadow: 0px 0px 20px 10px rgba(255, 255, 205, 1);
    box-shadow: 0px 0px 20px 10px rgba(255, 255, 205, 1);
    box-shadow: 0 0 15px #d7d7f7;
}
.cont-box-in{
    float: left;
    width: 490px;
    height: 200px;
    font: normal 11px/18px "trebuchet MS", Arial, Tahoma, Sans-serif;
    color:#333;
    text-align: justify;
    margin: 0px;
    z-index: 1000;
    padding-right: 10px;
    overflow: auto;
    background-color: #FFFFFF;

}
.titulo-cont-box{
    padding: 3px 0 3px 0;
    border-top:   1px solid #666;
    border-bottom: 1px solid #DDD;
    height: auto;
    float: left;
    margin:0 ;
    width: 500px;
    margin-bottom: 5px;
    background-color: #f7f8f9
}
.cont-box-in h4{
    height: auto;
    text-align: left;
    padding: 0;
    float: left;
    margin: 3px;
    width: 470px;
}
.titulo-cont-box h3{
    height: auto;
    text-align: left;
    padding: 0;
    float: left;
    margin: 3px;
    width: 450px;
}

.cont-box p{
    height: auto;
    text-align: justify;
}
.barra2{ 
    clear: both;
    width:90%;
    float: left;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 7px;
    z-index: 100;


}
.barra2 a{ 

    vertical-align: middle;
    height: 25px;
    display: inline;
    font-weight: bold; 
    float: left;
    width: auto;
    height: 25px;
    color: #666;
    border: 1px solid #DDD;
    /*    box-shadow: 0 0 5px #d7d7f7;*/
    background-color: #EEE;
}
.barra2 a:first-child{ 
    /*    -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-radius: 5px 0px 0px 5px;
        border-radius: 5px 0px 0px 5px;*/
    border: 1px solid #DDD;
    /*    box-shadow: 0 0 5px #d7d7f7;*/
    background-color: #EEE;
}
.barra2 a:last-child{ 
    /*    -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;*/
    border: 1px solid #DDD;
    /*    box-shadow: 0 0 5px #d7d7f7;*/
    background-color: #EEE;
}
.barra-boton2{
    padding:  5px 10px 0px 10px;
    cursor: pointer;
    height: 20px;
}
.barra-boton2 img{
    margin-bottom: 2px;
}
.barra2 a:hover{ 
    color:  #333;
    box-shadow: 0 0 5px #A0A0A0;

}
.barra2 a:active{ 
    color:  #F1F1F1;
    background-color: #777;
    border: 1px solid #777;
    box-shadow: inset 0 0 15px #444;
}
.barra-boton2-vacio{
    float: left;
    height: 25px;
    width: 30px;
    height: 20px;
}
.barra-boton3{ 
    position: relative;
    float: right;
    font-weight: bold; 
    padding: 2px;
    cursor: pointer;
    color: #666;
    border:   1px solid #FFF;
    width: 18px;
    height: 18px;
    z-index: 2230;
    /*    -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
        -moz-border-radius-bottomright: 2px;
        -moz-border-radius-bottomleft: 2px;
        -webkit-border-radius: 2px 2px 2px 2px;*/
    /*    border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;*/
}
.barra-boton3 img{
    vertical-align: middle;
    border: none;
    float: left;
    padding: 2px;
}
.barra-boton3:hover{
    background: #EEE ;
    border:   1px solid #DDD;
    box-shadow: 0 0 2px #A0A0A0;
}
.barra-boton3 a{
    vertical-align: middle;
    float: left;

}
.barra-boton2-sup {
    clear: both;
    cursor: pointer;
    border: 1px solid #C1CCD6;
    color: #CCCCCC;
    box-shadow: 0 0 10px #d7d7f7 ;
}
.barra2 a {
    display: inline;
    float: left;
    width: auto;
    text-decoration: none;
}
/*para los mensajes de  alerta*/
.alerta{
    padding: 5px 10px 5px 10px ;
    margin: 10px auto 10px auto;
    width: 90%;
    height: auto;
    overflow: hidden;
    border:1px  solid #F0C36D;
    background-color: #F9EDBE;
}
.alerta h4{
    color: #555;
    text-align: left;
    font-size: 12px;
}
.alerta p{
    color: #666;
    text-align: left;
    font-size: 11px;
}
/*para los mensajes de notificacion*/
.notifica{
    padding: 5px 10px 5px 10px ;
    margin: 10px auto 10px auto;
    width: 90%;
    height: auto;
    overflow: hidden;
    background-color: rgba(20, 210, 110, 0.6);
    border: 1px solid rgba(150, 255, 15, 1);
}
.notifica h4{
    color: #555;
    text-align: left;
    font-size: 12px;
    padding: 0;
    margin: 3px 0 3px 0;
}
.notifica p{
    color:#666;
    text-align: left;
    font-size: 11px;
}
.tag-num{
    background-color: #eee;
    padding: 2px 5px 2px 5px;
    margin-right: 20px;
    color: #333;
    text-transform: lowercase;
}