/* 
    Document   : css_private
    Created on : 21-ago-2013, 10:05:43
    Author     : Administrador
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
.boton-login{
    font-size:13px;
    font-family:Verdana,Arial,sans-serif,Tahoma;
    font-weight:bold;
    color:white;
    background:#60a0f0;
    border:0px;
    width:120px;
    height:22px;
    margin: auto auto auto 7% ;
    border-radius: 5px;
    
}

#saludo{
    font-family:Verdana,Arial,sans-serif,Tahoma;
    font-size:12px;
    color: white;
    font-weight:bold;
    /*background-color: red;*/
    z-index: 900;
    height: 3%; 
    top: 0px;
    text-align: right;
    left: 70%;
    position: fixed;
    padding-top: 2%;
    width: 28%;
    padding-right: 2%;
    margin: 0 0 0 0;
    z-index: 1000;
}
#cabecera{
    background-color: #FFFFFF;
    background-image: url(../images/logo.png);
    
    height: 8%; 
    top: 0px;
    z-index: 100;
    left: 0%;
    position: fixed;
    width: 100%; /* Definimos el ancho del objeto a centrar */
    margin: 0 0 0 0;
  
}

#cabecera_princ{
    background-color: #FFFFFF;
    /*background-image: url(../images/logo.png);*/
    
    height: 8%; 
    top: 0px;
    z-index: 100;
    left: 0%;
    position: fixed;
    width: 100%; /* Definimos el ancho del objeto a centrar */
    margin: 0 0 0 0;
  
}
/*#contenido{
    background-color: red;
    height: 8%; 
    top: 20%;
    left: 10%;
    position: absolute;
    width: 80%;  Definimos el ancho del objeto a centrar 
    margin: 0 0 0 0;
}*/
#tablas{
    height: 91%; 
    top: 9%;
    left:0%;
    float:left;
    position: absolute;
    width: 100%; /* Definimos el ancho del objeto a centrar */
    margin: 0 0 0 0;
    marging-top: -15px;
    z-index: 300;
}

#pie{

    /*background-color: white;*/
    background-image:url('../images/footer_bg.png');
    height: 3%; 
    top: 97%;
    left: 0%;
    position: fixed;
    bottom: 0px;
    padding-bottom:0px;

    width: 100%; /* Definimos el ancho del objeto a centrar */
    margin: 0 0 0 0;
    text-align:center;
    /*bottom: 0;*/

}
#text-footer{
    position: fixed;
    bottom: 0px;
    margin: 0 0 0 0;
    font-family:Verdana,Arial,sans-serif,Tahoma;
    font-size:14px;
    color: white;
    padding-top: 3px;
    padding-bottom:0px;
    height: 3%; 
    top: 97%;
    width: 100%;
    font-weight:bold;
    left: 0%;
    text-align:center;

}


/*****MENU HORIZONTAL ZONA PRIVADA***************************************************************************************/
.shadowblockmenu-v{
    font: bold 12px Verdana;
    width: 100%; /* width of menu */
    z-index: 100;
    margin: 0 0 0 0;
    background-color: white;
    height: 4%; 
    top: 6%;
    left: 0%;
    position: fixed;
   
}

.shadowblockmenu-v ul{
    border: 0px solid #eee;
    padding: 1% 0 0 0;
    margin: 0 0 0 0 ;
    list-style: none;
    text-align:center;
    
}

.shadowblockmenu-v ul li{
    margin:0 0 0 0;
    padding:0;
    display:inline;
     width: 150px;

}

.shadowblockmenu-v ul li a{
    /*display:inline;*/
    /*    text-transform: uppercase;
        color: #494949;*/
    width: 50px;
    color: #0e54a9;
    padding: 5px 5px;
    text-decoration: none;
    border-bottom: 1px solid #cacaca;
    border-right: 1px solid #cacaca; /*right border between menu items*/
    -moz-box-shadow: inset 7px 0 10px rgba(114,114,114, 0.6); /* Add inset shadow to each menu item. First 3 values in (114,114,114, 0.5) specifies rgb values, last specifies opacity */
    -webkit-box-shadow: inset 7px 0 10px rgba(114,114,114, 0.6);
    box-shadow: inset 7px 0 10px rgba(114,114,114, 0.6);
    text-shadow: 0 -1px 1px #cfcfcf; /* CSS text shadow to give text some depth */
    -moz-transition: all 0.1s ease-in-out; /* Enable CSS transition between property changes */
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;

}

/*.shadowblockmenu-v ul li a:hover, .shadowblockmenu-v ul li a.selected{
    color: #0d2791;
    -moz-box-shadow: inset 0 0 20px rgba(146,190,245, 2);  Add 3 inset shadows to each menu item  
    -webkit-box-shadow: inset 0 0 20px rgba(146,190,245, 2);
    box-shadow: inset 0 0 20px rgba(146,190,245, 2);
}*/
.shadowblockmenu-v ul li a:hover, .shadowblockmenu-v ul li a.selected{
    color: #0d2791;
    -moz-box-shadow: inset 0 0 20px rgba(14,84,169, 2); /* Add 3 inset shadows to each menu item  */
    -webkit-box-shadow: inset 0 0 20px rgba(14,84,169, 2);
    box-shadow: inset 0 0 20px rgba(14,84,169, 2);
}