body {
    font-family:Arial, Verdana, Helvetica;
    font-size:12px;
    text-align:center;
    background-image:url('../img/fondo.png');
    background-color:#84776f;
    background-repeat:no-repeat;
    background-position:top center;
    background-attachment:fixed;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
}

a {
    color:#f6f6f6;
}

a:link {
    color:#f6f6f6;
}

a:visited {
    color:#f6f6f6;
}

a:active {
    background-color:#f6f6f6;
    color:#f6f6f6;
}

a:hover {
    background-color:#f6f6f6;
    color:#84776f;
}

#contenedor {
    float:top;
    position:relative;
    text-align:left;
    width:1024px;
    margin-left:auto;
    margin-right:auto;
}

#central {
    width:1024px;
    float:top;
    position:absolute;
    text-align:center;
}

#pie {
    width:100%;
    padding:0px;
    color:#BFB1A8;
    font-size:10px;
    float:left;
    position:relative;
}

#logo {
    float: left;
    position: absolute;
    left: 10px;
    top: 10px;
}

#header-datos {
    float: left;
    position: absolute;
    top: 90px;
    left: 10px;
    font-size:10px;
    color:#8E8179;
    text-align:left;
}

#socials {
    float: right;
    position: absolute;
    top: 90px;
    right: 10px;
}

#socials .content {
    float: left;
    position: relative;
}

#contenido-fondo {
    float:left;
    position:relative;
    height:880px;
}

#contenido {
    float:top;
    position:absolute;
    width:1023px;
    padding:0px;
    top:153px;
}

#separador {
    clear:left;
    position:relative;
    bottom:50px;
    padding:0px;
    margin:0px;
    background:white;
    width:1023px;
    height:2px;
}

#logo_pie {
    clear:left;
    position:relative;
    float:right;
    bottom:50px;
    padding:2px;
    margin:0px;
    margin-right:15px;
}

#menu-links {
    float:top;
    position:absolute;
    top:120px;
    padding:0;
    background-color:#84776f;
    text-align:center;
    width:100%;
}

#menu-links ul {
    margin:0;
    padding:0;
    list-style-type:none;
    font-size:9px;
    /*top:140px;*/
}

#menu-links ul li {
    border-right: 2px solid #f6f6f6;
    padding: .9em .3em .9em 0;
    display:inline;
}

#menu-links ul li.no-border {
    border-right:none;
}

#menu-links ul li a {
    text-decoration:none;
    /*padding:.2em 1em;*/
}

#imghome {
    background-image:url('../img/cuadro-foto-interior.png');
    background-repeat:repeat-x;
    padding:0px;
    text-align:center;
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
}

#box1 {
    float:left;
    margin-left:100px;
    margin-right:auto;
    text-align:left;
}

#box2 {
    float:left;
    margin-left:100px;
    margin-right:auto;
    text-align:left;
}

.box {
    color:#766960;
    width:35%;
}

#welcome {
    position:absolute;
    margin-top:70px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

#menu-left {
    padding:0px;
    margin:0px;
}

#menu-left ul {
    list-style-type:none;
    position:relative;
    text-align:left;
    padding:0px;
    margin-left:20px;
    width:220px;
}

#menu-left li.fondo {
    background-color:#84776f;
    font-size:12px;
    color:#f6f6f6;
    font-weight:bold;
}

#menu-left li.fondo a {
    color:#f6f6f6;
    background-color:#84776f;
}

#menu-left li {
    font-size:10px;
    padding:5px;
}

#menu-left ul li a {
    font-weight:bold;
    text-decoration:none;
    color:#84776F;
}

#menu-left ul li a:hover {
    background-color:#84776F;
    color:#f6f6f6;
}

#twitter-feeds {
    margin-left: 20px;
    margin-top: 20px;
}

.curved {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior:url(border-radius.htc);
}