
html {
    height: 100%;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
}

.container-top {
    height: 60%;
    background: red;
}

.margin-container {
    padding: 20px;
    background: black;
    height: 100%;
}

#slides {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
}

.slide.s1 {
    background: yellow;
}

.slide.s2 {
    background: green;
}

.slide.s3 {
    background: blue;
}

/* Cuadro principal
******************************************************************************/
.main-frame .container {
    height: 100%;
}

.main-frame .left {
    width: 35%;
    float: left;
}

.main-frame .left > .holder {
    padding-right: 1em;
    padding-left: 2em;
    padding-top: 1em;
}

.calendario {
    text-align: center;
    color: #FFF;
    font-weight: 2em;
    position: relative;
    background: url('../img/calendario.svg');
    background-size: contain;
    background-position: center center;
    width: 75px;
    height: 75px;
    margin-bottom: 40px;
}

.calendario .holder {
    margin-left: 15px;
}

.calendario .numero {
    margin-right: 15px;
    font-size: 2em;
    font-weight: bolder;
    color: #FFF;
    display: block;
    line-height: 1em;
    padding-top: 10px;
}

.main-frame .left .calendario .mes {
    margin-right: 15px;
    text-transform: uppercase;
}

.main-frame .left .categoria {
    color: #000;
    font-size: 1.5em;
    text-transform: uppercase;
}

.main-frame .left .titulo {
    color: #FFF;
    font-size: 2.5em;
    font-weight: bolder;
}

.main-frame .left .localizacion {
    color: #000;
    font-size: 1.3em;
    text-transform: uppercase;
}

.main-frame .left .fecha {
    color: #000;
    font-size: 1.3em;
    text-transform: uppercase;
}

.main-frame .left .intro {
    color: #FFF;
    font-size: 2.2em;
    line-height: 1.2em;
    font-weight: bolder;
    margin-top: 50px;
}

.main-frame .center {
    width: 45%;
    float: left;
}

.main-frame .center .texto {
    font-weight: bold;
    font-size: 26px;
}

.main-frame .right {
    width: 20%;
    float: left;
    height: 100%;
    text-align: center;
}

.main-frame .right .marginimages {
    height: 100%;
}

.main-frame .right .marginimages .withpadding {
    margin: 3%;
    height: 46%;
}

.main-frame .right .marginimages .inicial {

}

.main-frame .right img {
    max-height: 50%;
    max-width: 100%;
}

.main-frame .right .imagen {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

/* Container bottom
******************************************************************************/

.container-bottom {
    height: 40%;
}

/* Bottom
******************************************************************************/

.slideleft {
    position: relative;
}

.slideright {
    position: relative;
}

.sl1 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
}

.sl1r {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
}

.left-frame {
    height: 100%;
}

.left-frame .content > .holder {
    padding: 10px 10px 30px 10px;
}

.left-frame > .holder {
    padding-right: 2em;
    padding-left: 2em;
    padding-top: 1em;
    float: left;
    height: 100%;
}

.left-frame .content {
    color: #fff;
    font-size: 1em;
}

.left-frame .categoria {
    font-weight: bold;
}

.left-frame .titulo {
    font-weight: bold;
}

.left-frame .subtitulo {

}

.left-frame .fecha {

}

.left-frame .localizacion {

}

.left-frame .hora {

}

.left-frame .texto {
    margin-top: 20px;
    font-size: 18px;
}

/* Calendario fondo
******************************************************************************/
.calendario-bottom {
    text-align: center;
    color: #FFF;
    font-weight: 2em;
    position: relative;
    background: url('../img/calendario.svg');
    background-size: contain;
    background-position: center center;
    width: 75px;
    height: 75px;
    margin-bottom: 40px;
}

.calendario-bottom .mes {
    text-transform: uppercase;
}

.calendario-bottom .numero {
    font-size: 2em;
    font-weight: bolder;
    color: #FFF;
    display: block;
    line-height: 1em;
    padding-top: 10px;
}


.text-padding {
    padding:20px;
}