﻿html
{
    font-family:Calibri, Sans-Serif;
    font-size:12pt;
}
body
{
    font-family:Calibri, Sans-Serif;
    font-size:12pt;
}

.body 
{
    background-color:WhiteSmoke;
    width:100%;
    font-family:Segoe UI, Calibri;
    font-size:12pt;
}

.MenuPrincipalTitulo
{
    font-family:Segoe UI, Calibri;
    font-size:7pt;
    font-weight:bold;
    text-shadow: 4px 4px 5px #7F7F7F;
    line-height:150%;    
    font-style:normal;
    }

.MenuPrincipal
{
     display:block;
     background-color:WhiteSmoke;
     padding:.2em 1em .5em 1em;
      
    }

.MenuGeneral
{
    background: #fcfdfd url("../Imagenes/Themas/Star/ui-bg_gloss-wave_75_2191c0_500x100.png") 50% bottom repeat-x;
    width:100%;
   
    }
 .MenuGeneralContenidoTabla
 {
     width:100%;
     line-height:120%; 
     }   
.Menu
{
    padding:.3em .3em .3em .3em;  
    width:100%;
    z-index:0;
}

.Menu ul
{
    list-style: none;
    margin:0px;
    padding:0px;
    width: auto;
    z-index:1000;
}
.Menu ul li a,.Menu ul li a:visited
{
    background-color: SteelBlue ;
    font-family:Calibri, Sans-Serif, Arial;
    font-size:8pt;
    border: 1px solid #8FB0C6 ;
    padding:  6px  20px;
    line-height:1em;
    display:block;
    color:White;
    text-decoration: none;
    white-space: nowrap;
    
    
}

.Menu ul li a:hover
{
    background-color: #1B5880;
    color:White;
    text-decoration: none;
    display:block;
    border:1px solid white;
 }

.Contenido
{
    padding: .2em 1em .2em 1em; 
    }

.Footer
{
    background-color:#DEE4E9; 
    font-family:Calibri;
    padding: .5em 1em 1em 1em;
    border-top:1px solid #D2D6D9 ;
    border-bottom:1px solid #D2D6D9 ;
    font-size:8pt;
    margin-top:5px;
    text-align:center;
    font-style:normal;
    color:#4e5766;
    line-height:130%;
    letter-spacing:1px;
}    

#footer {
    /*position: absolute;*/
    bottom: 0px;
    width: 100%;
    background-color:#DEE4E9; 
    font-family:Calibri;
    padding: 1em 1em 1em 1em;
    border:1px solid #D2D6D9 ;
    font-size:8pt;
    margin-top:5px;
    text-align:center;
    font-style:normal;
    color:#4e5766;
    line-height:130%;
    letter-spacing:1px;
}

.fotopersonal {
    height: 46px;
    width: 46px;
    position: relative;
    top: 15px;
    left: 100px;
    border-radius: 50%;
    border: 2px solid #b3b3b3;
    display: block;
    background-position: 50%;
    border-radius: 50%;
    text-align: center;
    padding: 2px;
}
    .fotopersonal input[type="image"] {
        height: 44px;
        width: 44px;
        border-radius: 50%;
    }

    .fotopersonal img {
        height: 44px;
        width: 44px;
        border-radius: 50%;
    }

.mar-btm {
    margin-bottom: 10px !important;
}
