#encabezado {
background-color:#FFFFFF;
text-align:center;
width:100%;
/*min-width:1100px;*/
min-width:1000px;
height:86px;
max-height:86px;
margin: 0 0 0 0;

}

#contenido{
width: 100%;
height:74%;
padding: 0px;
margin:0 0 0 0;
background-color: #fff;
}



body > #contenido {
background-color:#fff;
}


#navegacion{
width: 15.1%;
height:84%;
padding-bottom: 2%;
margin-left: 0;
margin-right: 1px;
margin-bottom: 10px;
clear:left;
float: left;
text-align: left;
background-color: #fff;
}


body > #contenido > #navegacion {
width:17%;
padding-bottom: 2%;
margin-left: 0;
float: left;
clear:left;
text-align: left;
background-color: #fff;
min-height:95%;
/*height:auto;*/
}



#menuIconos{
width: 95%;
height:23px;
float: left;
border-bottom: 0px;
border-top: 0px;
border-left: 8px solid #333333;
/*padding-left:20px;*/
padding-left:2%;
padding-top:5px;
padding-bottom:0;
}

#enlace_menuIconos{
background-color:#333333;
color:#ffffff;
}

#menuIconos a{
background-color:#333333;
color:#ffffff;

}
#menuIconos a:hover
{
background-color:#780024;
}

#menuIconos a:focus
{
outline:none;
}
#menuIconos img
{
border:0;
}

#recurso{
width:67.39%;
height:86%;
float: right;
color: #666;
background: #fff repeat-x 0 0;
margin:0 0 0px 2%;

padding: 20px 0 0px 1%;
/*border-left: 8px solid #660000;*/

}


div > #recurso{
height:auto;
background-color: #fff;
/*width: 78.5%;*/
}



#pie{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
background-color: #333333;
margin: 0px 0px 0px 0px;
clear:left;
/*min-width:1100px;*/
min-width:1000px;
}