
body{
    font-family: 'Roboto Condensed Bold', sans-serif;
    color: #666666;
}
.cabecera{
    position: static;
    background-color: #ffffff;
    z-index: 999;
}

.fondo{
    background-color: #e7e7e7;
    padding: 1%;
}

iframe{
    border: none;
}
h1{
    font-size:40px;
    font-weight: bold;
    color: #c9030a;
    text-align: center;
    margin-top: 20px;
}

h2{
    font-size:40px;
    font-weight: bold;
    color: #c9030a;
    text-align: center;
}
h3{
    color: #c9030a;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}




.textAling{
    text-align: center;
    margin-top: 3%;
}

/*cabecera*/
.bandaroja{
    background-color: #c9030a;
    height: 10px;
    margin-bottom: 0px;
    
}

.bandatituloi{
    height: auto;
    padding: 1%;
    margin-top: 10%;
    font-weight: bold;
    color: #ffffff;
    background-color: #c9030a;
    text-align: right;
}
.bandatitulod{
    height: auto;
    padding: 1%;
    margin-top: 10%;
    font-weight: bold;
    color: #ffffff;
    background-color: #c9030a;
    text-align: left;
}
.imgPortada{
    width: 100%;
    
}

.video{
    text-align: center;
}


/*footer*/



.pie {
    background-color: #c9030a;
    padding: 20px;
    margin-top: 20px;
}

.bloque-pie {
    width: 80%;
    margin: 0 auto;
    height: 50px;
}

.logo {
    width: 50%;
    float: left;
}

.telefono {
    width: 50%;
    float: left;
    text-align: right;
    color: #ffffff;
}
.telefono a{
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
    font-size: 20px;
}