body {
    background: #e2e2e2;
    background: -moz-linear-gradient(-45deg, #e2e2e2 0%, #fefefe 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #e2e2e2), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(-45deg, #e2e2e2 0%, #fefefe 100%);
    background: -o-linear-gradient(-45deg, #e2e2e2 0%, #fefefe 100%);
    background: -ms-linear-gradient(-45deg, #e2e2e2 0%, #fefefe 100%);
    background: linear-gradient(135deg, #e2e2e2 0%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );
    font-family:Arial, Helvetica, sans-serif;      
}

#contenedor {
    position:absolute;
    top:0;
    left:50%;
    width:960px;
    margin-top:0;
    margin-left: -480px;   
    height: auto;
    min-height:600px;  
    background-color:#FFF;

}

.link2 {
 color:#f2f3f4;
 font-size:9pt;
 text-decoration:none;
}


.link2:hover {
 color:#f2f3f4;
 font-size:11pt;
 text-decoration:underline;
}

.link2:visited {
 color:#f2f3f4;
 font-size:9pt;
}

.link2:active {
 color:#f2f3f4;
 font-size:9pt;
}


header,nav,section,footer,#margen {
    position:relative;
    top: 0;
    left: 0;
    width: 100%;
}



input {
   background: silver;
   border: 1px solid #393939;
   border-radius: 5px 5px 5px 5px;
   color: #393939;
   font-size: 20px;
   padding: 5px;
}



/* HEADER ************************/
header {   
    height:120px;    
    z-index:99;
}

#headerImagenUcr {
    position:absolute;
    top:-10px;
    left:-10px;
    width:530px;
}

#headerInfoLis {
    position:absolute;
    top:20px;
    left:500px;
    width:280px;
    font-size:12px;
    text-align:right;
}

#headerImagenLis {
    position:absolute;
    top:5px;
    left:790px;
    width:160px;
}
/* HEADER ************************/




/* NAV ************************/
nav {    
    height:40px;    
    z-index:98;

}

#navFechaInforme {
     width:100%;
     font-size:16px;
     color:#FFF;
     text-align:center;
     background-image: linear-gradient(90deg, #1D406D, #3F67A9);
     height:40px;
     vertical-align: middle;
}

#textNavFechaInforme {
    position:relative;
    top:10px;
    right:10px;
}
/* NAV ************************/



/* SECTION ************************/
section {   
     min-height:1200px;
     height: auto;
     border-bottom:4px solid red;
     z-index:97;
}

/* SECTION ************************/


/* FOOTER ************************/
footer {
    height:auto;
    min-height:400px;    
    background-image: linear-gradient(90deg, #1D406D, #3F67A9);
    -webkit-box-shadow: 0px 39px 61px -15px rgba(0,0,0,0.58);
-moz-box-shadow: 0px 39px 61px -15px rgba(0,0,0,0.58);
box-shadow: 0px 39px 61px -15px rgba(0,0,0,0.58);
    z-index:96;
}
/* FOOTER ************************/



/* MARGEN ************************/
#margen {    
    height:300px;      
    
    background: #e2e2e2;
    background: -moz-linear-gradient(-45deg, #e2e2e2 0%, #fefefe 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #e2e2e2), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(-45deg, #e2e2e2 0%, #fefefe 100%);
    background: -o-linear-gradient(-45deg, #e2e2e2 0%, #fefefe 100%);
    background: -ms-linear-gradient(-45deg, #e2e2e2 0%, #fefefe 100%);
    background: linear-gradient(135deg, #e2e2e2 0%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );
    z-index:95;
}
/* MARGEN ************************/



