html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 62.5%;
/*    line-height: 1.4em;*/
    
    background: #eee;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8d8d8+0,ffffff+100 */
/*    background: #d8d8d8;  Old browsers 
    background: -moz-linear-gradient(top,  #d8d8d8 0%, #ffffff 100%);  FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#ffffff));  Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  #d8d8d8 0%,#ffffff 100%);  Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top,  #d8d8d8 0%,#ffffff 100%);  Opera 11.10+ 
    background: -ms-linear-gradient(top,  #d8d8d8 0%,#ffffff 100%);  IE10+ 
    background: linear-gradient(to bottom,  #d8d8d8 0%,#ffffff 100%);  W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff',GradientType=0 );  IE6-9 */
    
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.enc {
    background-color: #fff;
    border-bottom: 1px solid #a02d1b;
}

.enc > div {
    margin: 0 auto;
    padding: 0em;
    max-width: 960px;
    /*border-bottom: 2px solid #a02d1b;*/
}

.enc .menuSesion {
    float: right;
    padding: .5em 1em;
    font-size: 1.2em;
    line-height: 1.5em;
    background-color: #333;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}
.enc .menuSesion span {
    color: #ddd;
}
.enc .menuSesion a {
    font-weight: bold;
    color: #fff;
}
.enc .menuSesion a {
    margin: auto 1em;
    padding: auto 1em;
}
.enc .menuSesion .resaltar {
    color: orange;
}

.enc .datosSesion {
    clear: right;
    float: right;
    margin: 1.5em 5em 0 0;
    padding: .5em 1em;
    background-color: #eee;
    border-radius: 1em;
}
.enc .datosSesion .persona {
    font-size: 1.2em;
    line-height: 2em;
}
.enc .datosSesion .empresa {
    border-top: 1px dashed gray; 
    font-size: 1.2em;
    line-height: 2em;
}

.enc .logo {
    margin: 2em 0 1em 0;
    vertical-align: bottom;
}

.enc .seccion {
    padding: .5em .5em;
    font-family: Arial;
    font-weight: bold;
    font-size: 3em;
    line-height: 1.7em;
    color: #DA251D;
    vertical-align: bottom;
}

.cuerpo {
    margin: 4em auto;
    max-width: 960px;
}

.pie {
    font-size: 1.5em;
    line-height: 2em;
    text-align: center;
}

.formulario {
    margin-top: 2em;
}
