/**************************************************************************
19/12/2012 
Estilos generales de la web y estilos de menús y pies
**************************************************************************/
body {
    font-family: Georgia;
    text-align: center;
    margin: 10px 0px;
    background-color: #CCCCFF;
}
#escritorio {
    MAX-WIDTH: 990PX;
    /*MAX-WIDTH: 981PX; Para iPad*/
    TEXT-ALIGN: LEFT; 
    MARGIN: AUTO; 
    PADDING: 0PX; 
    BACKGROUND-COLOR: #FFFFFF; 
    BORDER: 1PX SOLID #014A7E;
}
.salta {
    clear: both; 
}
/*********************************************************************/
/* Menú con bordes redondeados alternos */
.contiene_menu {
    text-align: center;
    padding: 5px; 
}
.menu {
    width: 100%; 
    text-align: center; 
    padding-left: 10px;
}
.menu a {
    text-decoration: none; 
    color: #4C0000;
}
.pestana {
    float: left;
    font-size: 110%; 
    font-weight: bold;
    margin: 0px 3px; 
    padding: 8px 9px; 
    background-color: #5AC7DA;
    border: 1px solid #014A7E; 
}
.pestana_inactiva {
    /* Para cuando estemos dentro de la pestaña */
    float: left;
    font-size: 110%; 
    font-weight: bold;
    margin: 0px 3px; 
    padding: 8px 9px; 
    background-color: #014A7E;
    color: #FFFFFF;
    border: 1px solid #014A7E; 
}
.pestana:hover {
    background-color: #C6ECF2;
}
.contiene_menu_trail {
    margin: 5px 0px;
}
.menu_trail {
    float: left;
    font-size: 100%;
    margin-left: 10px;
    padding: 1px 5px 1px 3px; 
    border: 1px solid #803F02;
    border-top: 1px solid #803F02;
    border-bottom: 1px solid #803F02;
    background-color: #D5A566;
}
.titulo_trail {
    float: left;
    font-size: 105%;
    font-weight: bold;
    margin: -1px 10px -3px -5px;
    padding: 4px 20px 5px 20px;
    color: #FFFFFF;
    background-color: #803F02;
}
.pestana_trail {
    float: left;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-left: 5px;
    padding: 4px 10px;
    color: #000000;
    background-color: #D5A566;
}
.pestana_trail:hover {
    color: #FFFFFF;
    background-color: #803F02;
}
.pestana_trail_inactiva {
    float: left;
    text-decoration: none;
    display: block;
    font-weight: bold;
    margin-left: 5px;
    padding: 4px 10px;
    color: #FFFFFF;
    background-color: #803F02;
}
.contiene_menu_botones {
    padding: 0px; 
    border-bottom: 1px solid #C0C0C0;
}
.contiene_menu_botones img {
    margin: 5px 15px;
}
/*************************************************************************/
.boton_esp {
    width: 200px;
    padding: 5px;
    border-top: 4px solid #803F02; 
    border-right: 4px solid #803F02; 
    border-bottom: 4px solid #D5A566;
    border-left: 4px solid #D5A566;
    cursor: pointer; 
    color: #FFFFA3;
    background-color: #4C0000; 
}
.boton_esp:hover {
    padding: 5px;
    border-top: 4px solid #D5A566;
    border-right: 4px solid #D5A566;
    border-bottom: 4px solid #803F02; 
    border-left: 4px solid #803F02; 
    color: #4C0000; 
    background-color: #993300;
}
.boton_esp a {
    color: #FFFFA3;
    text-decoration: none; 
    display: block;
}
.boton_esp a:hover {
    /*
    color: #4C0000; 
    background-color: #993300;
    */
}
/*****************************************************/
.redon10 {
    /* SÓLO PARA MÓVILES */
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;    
}
/*****************************************************/
