/* 
    Document   : estructura
    Created on : 04-jun-2009, 8:51:04
    Author     : Administrador
    Description:
        Purpose of the stylesheet follows.
*/

/* 
  Estructura general del sitio
*/
body{  margin:0;
       background-color:#4D4948;
}

#encabezado{
width:100%;
height:103px; /* equivale a 15% */
background-image: url(../img/estructura/lineaEncabezado.jpg);
background-repeat:repeat-x;
}

#navleft-index {
position: absolute;
width: 335px;
height:322px;
background-image:url(../img/estructura/lineaCuerpo.jpg);
background-repeat:repeat-x;
/*background-image: url(../img/estructura/logointerior.jpg);
background-repeat:no-repeat;*/
z-index:5;
}
#navright-index {
width:100%;
margin: 0px 0px 0px 0px;
vertical-align:top;
height:322px;
position: absolute;
background-image:url(../img/estructura/lineaCuerpo.jpg);
background-repeat:repeat-x;
z-index:1;
}

#pie-index{
position: absolute;
width:100%;
height:139px;
margin-top:322px;
background-image: url(../img/estructura/lineaPie.jpg);
background-repeat:repeat-x;

}

#navleft {
position: absolute;
width: 231px;
height:400px;
background-image: url(../img/estructura/logointerior.jpg);
background-repeat:no-repeat;
z-index:5;
}


#navright {

width:100%;
margin: 0px 0px 0px 0%;
vertical-align:top;
height:500px;
position: absolute;
background-image:url(../img/estructura/lineaCuerpo.jpg);
background-repeat:repeat-x;

z-index:1;
}

#navright2 {
width:20%;
margin: 0px 0px 0px 80%;
vertical-align:top;
height:400px;
position: absolute;
background-color:#DA251D;
z-index:10;
}

#pie{
 position: absolute;
width:100%;
height:50%;
margin-top:400px;
background-image: url(../img/estructura/lineaPie.jpg);
background-repeat:repeat-x;
}
#pie2{
position: absolute;
width:100%;
height:12%;
margin-top:400px;
background-image: url(../img/estructura/lineaPie.jpg);
background-repeat:repeat-x;
}

/*caracteristica*/
#pie3{
position: absolute;
width:100%;
height:12%;
margin-top:550px;
background-image: url(../img/estructura/lineaPie.jpg);
background-repeat:repeat-x;
}
#navright3 {
width:100%;
margin: 0px 0px 0px 0%;
vertical-align:top;
height:550px;
position: absolute;
background-image:url(../img/estructura/lineaCuerpo3.jpg);
background-repeat:repeat-x;
z-index:1;
}
