body {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #C6C582;
    height: 100%;
    background-image: url('../images/body.jpg');
    color: #999966;
}

.navbar {
  margin-bottom: 20px;
}

.footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #C6C582;
}

.footerL1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #999966;
    font-size: 14px;
    font-weight: bold;
}
.footerL2 {
    border-color: #999966;
    font-family: Arial, Helvetica, sans-serif;
    color: #999966;
    font-size: 12px;
    border-top-style: solid;
    border-top-width: 2px;
    text-align: center;
    padding-top: 12px;
}



.tituloportada
{
    text-align: center;
    margin-left: -3%;
}

.fondobandera {
    background-image: url('../images/fondobanderas.bmp');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
    width: 302px;
    height: 54px;
    text-align: center;
    overflow: hidden;
    margin-left: 12%;
}

.bandera{
    float: left;
    margin-top: 15px;
    margin-left: 50px;
    border: none;
    color: #000000;
}
.pie{
    margin-top: 10px;
    color: #FFFFFF !important;
    text-align: center;
}
.tituloA{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
}
.tituloB{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}

.menu {
    font-size: 16px;
    text-decoration: none;
    color: #999966;
    padding: 5px 5px 10px 5px;
}

.menu:hover {
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #999966;
     padding: 5px 5px 10px 5px;
}

.texto {
    font-size: 18px;
    color: #999966 !important;
    text-align: justify;
}

.Estilo1 {
    color: #FFFFFF;
}
.Estilo4 {
    color: #FFFFFF;
}
.Estilo5 {
    color: #FFFFFF;
}
.Estilo6 {
    color: #FFFFFF;
}

.cuadroPortadaT {
    padding: 8px;
    margin: 8px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: #FF9900;
    float: left;

}
.cuadroPortada {
    font-family: 'Arial Black';
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
}