

/* Comunes*/
body {
    width:100%;
    margin:auto;
    background-image: url('../Prado_img/Fondo.jpg');
    width: auto;
}
.h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    color: #000080;
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    margin-left: 40px;
}

/*Cabecera */

.columna2i {
    float: left;
    height: auto;
    width: 49.5%;
}
.columna2d {
    float: right;
    height: auto;
    width: 49.5%;
    font-weight: bold;
    text-align: center;
    margin-top:0.75cm;
    color: #000080;
}

#Marquesina {
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #000080;
    width: 99%;
}

/* Primera Página*/
#menu {
    width: auto;
    float: left;
    color: #000080;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.bandera {
    margin-top:1cm;
    height: 25px; width: 50px
}

#imagenes {
    width: auto;
    float: left;
}

#box-imagen{
    height: auto;
    padding-left:1%;
    overflow: hidden;
}

#box-imagen img
{
    position: relative;
    width: auto;
    height: auto;
}

#direcciones {
    width:auto;
    float: left;
    padding-left:2%;
    font-family: Arial, Helvetica, sans-serif;
}
.direccion1 {
    font-weight: bold;
    font-style: italic;
    color: #000080;
    font-size: medium;
}
.direccion2 {
    color: #000000;
    font-size: small;
}

#footer {
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-style: italic;
    color: #000080;
    text-align: left;
}

/*Formatos de Marcos*/

#left_col {
    width: 15%;
    float: left;
    cursor: pointer;
    color: #000080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-style: italic;
}


#page_content {
    width: 80%;
    float:left;
    margin-left: 4%;
}

/* Formatos de páginas de presentación*/

.Parrafo_Introduccion {
    margin-bottom: 0.5cm;
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic
}
.Viñeta1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
    font-style: italic;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
}

