@charset "utf-8";
/* CSS Document */

* {
    padding:0 0 0 0;
    margin:0 0 0 0;
}

body {
    width:100%;
    height:100%;
    background-color:#f7931e;
}

#todo {
    width:100%;
    height:100%;
    margin:0 0 0 0;
    padding:0 0  0;
    top:0;
    background: url(../images/deg_todo.jpg);
    background-repeat:repeat-x;
}

#cabecera {
    width:996px;
    height: auto;
    margin:auto;
    padding:0 0 0 0;
    background: url(../images/cabecera.jpg);
    background-repeat:no-repeat;	
}

#contenido {
    width:996px;
    margin:0 0 0 0;
}

.link_superior{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
}

.link_superior a {
    text-decoration: none;
    color: #ffffff;
}

.link_superior a.link {
    text-decoration: none;
    color: #ffffff;
}

.link_superior a:visited {
    color: #ffffff;
}

.link_superior a:hover {
    color: #ffffff;
    text-decoration: underline;
    background: none;
}

.link_superior a:active {
    color: #ffffff;
    text-decoration: underline;
}

.menu_vo{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #004f2f;
    text-decoration: none;
    font-weight: normal;
}

.menu_vc{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #019e43;
    text-decoration: none;
    font-weight: normal;
}

.titulo{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #007342;
    text-decoration: none;
    font-weight: bold;
}

.menu_vo_b{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #004f2f;
    text-decoration: none;
    font-weight: bold;
}

.menu_vd_b{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #019e43;
    text-decoration: none;
    font-weight: bold;
}

.menu_vc_b{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #019e43;
    text-decoration: none;
    font-weight: bold;
}

.texto_cont{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    /*color: #473901;*/
    text-decoration: none;
    font-weight: normal;
}

.footer{
    width:990px;
    margin:0 0 0 0;
    color:#ffffff;
    padding-top: 5px;
    padding-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: right;
}

.footer a {
    text-decoration: none;
    color: #ffffff;
}

.footer a.link {
    text-decoration: none;
    color: #ffffff;
}

.footer a:visited {
    color: #ffffff;
}

.footer a:hover {
    color: #ffffff;
    text-decoration: underline;
    background: none;
}

.footer a:active {
    color: #ffffff;
    text-decoration: underline;
}
