@import url("common.css");
body{
    background:#ffffff url("../img/body_bg_0.gif");
    margin:0px 0px 16px 0px;
}
#main{
    text-align:center;
    position:relative;
    top:-1px;
    background:transparent url("../img/main_bg_0.gif") repeat-x;
    border-top:1px solid transparent;
}
#centered{
    text-align:left;
    margin:auto;
    width:760px;
}
#logo{
    float:left;
    width:50%;
    text-align:left;
    margin:51px 0px 0px 0px;
}
#logo img{
    margin:0px 0px 0px 16px;
    border:0px;
}
#boton_home{
    float:left;
    width:50%;
    text-align:right;
    margin:101px 0px 27px 0px;
}
#boton_home img{
    border:0px;
}
#columnas{
    background:#134c5f url("../img/contenido_bg.gif") repeat-x;
    clear:both;
    height:1000px;
}
#columnas_pad{
    padding:8px;
}
#navigation{
    float:left;
    width:200px;
    border-right:1px solid #ffffff;
}
#navigation p{
    border-bottom:1px solid #ffffff;
    text-indent:8px;
    /*margin:16px 0px 0px 0px;*/
    margin:0px;
    font-size:16px;
    line-height:36px;
}
#navigation span{
    font-size:20px;
    color:#ffffff;
}
#navigation a{
    color:#ffffff;
    text-decoration:none;
}
#navigation a:hover{
    color:#ffcc00;
}
#contenido{
    margin:0px 0px 0px 208px;
}
