body 
{
    /*background: #212121 url(../img/fondo.jpg);*/
    background-color: white;
    font-family: Helvetica, Verdana;
}

.superindice 
{
    font-size: 0.6em;
    font-weight: bold;
    vertical-align:super
} 

.subindice 
{
    vertical-align:sub
}

.nav_elemento
{
    font-family: Verdana;
    text-shadow: 2px 2px #679B28;
    font-size: 1.5em;
    font-weight: bold;
    float: left;
    margin: 30px 30px 0 0;
}

.nav_elemento a
{
    color: black;
    text-decoration: none;
}

.nav_elemento a:hover
{
    /*color: green;*/
    color: #DD5D26;
    font-weight: bold;
}

.item_lateral
{
    margin-bottom: 25px;
}

.span_lateral
{
    font-size: 1.8em;
    font-weight: bold;
    color: grey;
}

.titulo_seccion
{
    margin-top: 40px;
    font-weight: bold;
    font-size: 1.5em;
}

.contenido_seccion
{
    margin-top: 20px;
    font-weight: normal;
    font-size: 1.2em;
    color: black;
}

.contenido_seccion p
{
    text-align: justify;
    margin-bottom: 10px;
}

.contenido_seccion ul 
{
    padding-left: 30px;
    list-style-type: disc;
}

.negrita
{
    font-weight: bold;
}

.contacto 
{
    font-family: Helvetica;
    font-size: 0.9em;
    padding-left: 100px;
}

.contacto_g
{
    color: black;
    font-weight: bold;
    font-family: Helvetica;
    font-size: 1.2em;
    padding-left: 80px;
}

.item_lateral
{
    margin-bottom: 50px;
}

.item_lateral span
{
    display: block;
    margin-top: 20px;
}

#titulo, #subtitulo, #slideshow, #contenido
{
    /*display: */
}

#principal
{
    padding-top: 100px;
}

#lateral
{
    float: left;
    width: 20%;
}

#info
{
    float: left;
    padding-left: 40px;
    width: 75%;
}

#titulo
{
    margin-top: 20px;
    font-size: 2em;
    font-weight: bold;
}

#subtitulo
{
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 1.4em;
    color: grey;
}

#cabecera_fondo
{
    position: fixed;
    border-radius:25px;
    z-index: 100;
    /*background-color: lightgreen;*/
    background-color: #A7CB68;
    height: 90px;
    width: 100%;
}

#cabecera, #principal, #pie
{
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    width: 85%;
}

#logo
{
    float: left;
    margin-top: 5px;
}

#nav
{
    float: right;
}

#slideshow
{
    margin-bottom: 20px;
}