@import url('prettyPhoto.css');

/* Import prettyPhoto Stylesheet */

@import url('flexslider.css');

/* Import Flex Slider Stylesheet */

@import url('../layerslider/css/layerslider.css');

/* Import Layer Slider Stylesheet */

@import url('../rs-plugin/css/settings.css');

/* Import Revolution Slider Stylesheet */

* {
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    background-color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    padding-top: 85px;
    /*! background-image: url(../images/fondo_pagina.jpg); */
}

#wrapper {
    min-height: 100%;
    position: relative;
}


/* ----------------------------------------------------------------
	Menu
-----------------------------------------------------------------*/

header {
    background-image: url(../images/fondo_menu_principal_title.jpg);
    background-repeat: repeat-x;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

#header {
    /*! background-image: url(../images/fondo_footer_principal.png); */
    /*! background-repeat: repeat-x; */
    /*! position: fixed; */
    width: 100%;
    top: 0;
    z-index: 9999;
    /*! overflow: hidden; */
    /*! height: 100px; */
}

.menu {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: space-between;
    height: 150px;
    background-repeat: no-repeat;
    width: 90%;
    margin: auto;
    max-width: 1000px;
}

.menu .logo {
    display: inline-block;
    margin-right: 1em;
}

.menu .logo img {
    vertical-align: top;
    height: 115px;
    padding: .5em;
    margin-left: 80px;
}

.menu .btn-menu {
    display: none;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.5em;
    padding-top: .75em;
}

.menu .enlaces {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    text-align: right;
    margin-right: 1em;
}

.menu .enlaces a .derecha {
    align-items: flex-end;
}

.menu .enlaces a {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    padding-top: 40px;
    padding-right: .5em;
    padding-left: .5em;
    padding-bottom: 2em;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    transition: color 0.2s ease-in-out 0.1s;
    transition: background-color 0.2s ease-in-out 0.1s;
    font-weight: 700;
    margin-right: 15px;
    font-family: 'Quicksand', sans-serif;
}


/* [disabled]margin-bottom: 1em; */


}
.menu .enlaces i {
    margin-right: 5px;
}
.menu .enlaces a:hover {
    background-color: #CB357A;
    color: #ffffff;
}
.menu .enlaces .active {
    background-color: #CB357A;
    color: #ffffff;
}

/* ----------------------------------------------------------------
	Efecto de menu
-----------------------------------------------------------------*/
.headroom {
    transition: transform .5s ease;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

/* ----------------------------------------------------------------
	Contenido home
-----------------------------------------------------------------*/
#main {
    width: 90%;
    max-width: 1000px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 270px;
}
main {
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;
    /*! padding-top: 20px; */
    
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 130px;
}
.contenido {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    
    display: -webkit-flex;
    /* NEW - Chrome */
    
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-flex-align: stretcht;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    /* Safari */
    
    -webkit-flex-pack: center;
    justify-content: space-between;
    /*flex-flow: row wrap;*/
    
    width: 100%;
    /*height: 150px;*/
}

/* ----------------------------------------------------------------
	columnas  home
-----------------------------------------------------------------*/
.contenido .columna {
    margin-bottom: 30px;
}
.contenido .columna .titulo {
    font-size: 16px;
    margin: 20px auto;
    font-weight: bold;
    font-style: normal;
    height: 40px;
    line-height: 20px;
    font-family: 'Quicksand', sans-serif;
}
.contenido .columna .imagenes {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.contenido .columna .imagenes img {
    width: 100%;
    /*height: 250px;*/
}
.contenido .columna .texto {
    margin: 20px auto;
    font-family: Arial, sans-serif;
    font-size: 12px;
    height: 80px;
}
.contenido .columna .boton {
    text-align: right;
}
.contenido .columna .boton a {
    transition: background-color 0.2s ease-in-out 0.1s;
    text-decoration: none;
    font-size: 12px;
    padding: .7em;
    color: #25009e;
    border: thin solid #25009e;
    font-weight: 700;
}
.contenido .columna .boton a:hover {
    border: none;
    background-color: #25009e;
    color: #fff;
}

/* ----------------------------------------------------------------
	Texto
-----------------------------------------------------------------*/
.contenido_texto {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    
    display: -webkit-flex;
    /* NEW - Chrome */
    
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-flex-align: stretcht;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    /* Safari */
    
    -webkit-flex-pack: justify;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 50px;
    /*height: 150px;*/
}
.contenido_texto .titulo {
    position: relative;
    width: 25%;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 25px;
    color: #FFF;
    background-color: #d4145a;
    height: 200px;
}
.contenido_texto .titulo p {
    position: absolute;
    left: 25px;
    bottom: 25px;
    font-size: 24px;
    font-weight: 900;
    text-align: left;
}
.contenido_texto .logo {
    position: relative;
    width: 25%;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 0px;
    margin-bottom: 20px;
    /*! padding: 25px; */
    
    color: #FFF;
    background-color: #d4145a;
    height: 200px;
    text-align: center;
}
.contenido_texto .texto {
    width: 58%;
    font-size: 14px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    /* [disabled]font-weight: 900; */
    /* [disabled]color: #FFF; */
    
    padding: 25px;
    background-color: #F4F4F4;
    text-align: justify;
    font-family: Arial;
}
.contenido_texto .texto p {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
}
.contenido_texto .imagenes {
    width: 100%;
    /*! height: 100%; */
    
    overflow: hidden;
}
.ccontenido_texto .imagenes img {
    width: 100%;
    /*height: 250px;*/
}
.contenido_texto .boton {
    text-align: right;
}
.contenido_texto .boton a {
    transition: background-color 0.2s ease-in-out 0.1s;
    text-decoration: none;
    font-size: 12px;
    padding: .7em;
    color: #25009e;
    border: thin solid #25009e;
    font-weight: 700;
}
.contenido_texto .boton a:hover {
    border: none;
    background-color: #25009e;
    color: #fff;
}

/* ----------------------------------------------------------------
	Info General
-----------------------------------------------------------------*/
.contenido_info {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    
    display: -webkit-flex;
    /* NEW - Chrome */
    
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-top: 40px;
    /*height: 150px;*/
}
.contenido_info_columna1 {
    width: 100%;
    border-right: 1px solid #000;
    border-bottom: 0px solid #000;
    padding-right: 40px;
}
.contenido_info_columna2 {
    width: 100%;
    padding-left: 40px;
}
.contenido_info .titulo {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
}
.contenido_info .titulo p {
    font-size: 16px;
    font-weight: 900;
}
.contenido_info .texto {
    font-size: 14px;
    text-align: justify;
    font-family: Arial;
}
.contenido_info .texto p {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
}

/* ----------------------------------------------------------------
	Newsletter
-----------------------------------------------------------------*/
.contenido_news {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    
    display: -webkit-flex;
    /* NEW - Chrome */
    
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-top: 40px;
    /*height: 150px;*/
}
.contenido_news_columna1 {
    width: 25%;
    padding-right: 40px;
}
.contenido_news_columna2 {
    margin-top: 20px;
    width: 65%;
    padding-left: 40px;
}
.contenido_news .contenido_news_columna1 .titulo {
    position: relative;
    width: 90%;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 25px;
    color: #FFF;
    background-color: #e36111;
    height: 150px;
}
.contenido_news .contenido_news_columna1 .titulo p {
    position: absolute;
    left: 25px;
    bottom: 25px;
    font-size: 24px;
    font-weight: 900;
    text-align: left;
}
.contenido_news .contenido_news_columna1 .texto {
    font-family: Arial;
    font-size: 12px;
    text-align: justify;
    padding: 10px;
}
.ficha_newsletter {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    
    display: -webkit-flex;
    /* NEW - Chrome */
    
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: flex-end;
    -webkit-flex-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 100%;
}
.ficha_newsletter .titulo {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    color: #FFFFFF;
    background-color: #e36111;
    width: 60%;
    height: 50px;
}
.ficha_newsletter .titulo p {
    font-size: 20px;
    font-weight: 900;
}
.ficha_newsletter .titulo .fecha {
    font-size: 12px;
}
.ficha_newsletter .boton_newsletter {
    margin-bottom: 25px;
    width: 30%;
    text-align: right;
    /*height: 50px;*/
}
.ficha_newsletter .boton_newsletter a {
    transition: padding 0.2s ease-in-out 0.1s;
    text-decoration: none;
    font-size: 14px;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
    font-weight: 700;
    color: #fff;
    /*border: thin solid #e36111;*/
    
    border-radius: 20px;
    background-color: #e36111;
}
.ficha_newsletter .boton_newsletter a:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    background-color: #25009e;
    color: #fff;
}
.ficha_newsletter .texto {
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 40px;
    background-color: #e36111;
    width: 95%;
}
.ficha_newsletter .texto p {
    font-family: Arial;
    font-size: 14px;
    text-align: justify;
    font-weight: normal;
    color: #FFFFFF;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
}

/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/
.contenido_blog {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    
    display: -webkit-flex;
    /* NEW - Chrome */
    
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    /*height: 150px;*/
}
.contenido_blog_columna1 {
    width: 35%;
    padding-right: 20px;
}
.contenido_blog_columna2 {
    margin-top: 20px;
    width: 60%;
    /*padding-left: 40px;*/
}
.contenido_blog .contenido_blog_columna1 .titulo {
    position: relative;
    /* [disabled]width: 100%; */
    
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 25px;
    color: #FFF;
    background-color: #02a89d;
    height: 30px;
    font-size: 24px;
    font-weight: 900;
    text-align: left;
}
.contenido_blog .contenido_blog_columna1 .texto {
    position: relative;
    /* [disabled]width: 100%; */
    
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 25px;
    color: #FFF;
    background-color: #02a89d;
    height: 150px;
    font-family: Arial;
    font-size: 12px;
    text-align: justify;
}
.contenido_blog .contenido_blog_columna1 .boton {
    position: relative;
    /* [disabled]width: 100%; */
    
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 25px;
    color: #FFF;
    height: 250px;
    font-size: 24px;
    font-weight: 900;
    text-align: left;
}
.contenido_blog .contenido_blog_columna1 .titulo {
    /*position: absolute;
	left: 25px;
	bottom: 25px;*/
}
.ficha_blog_columna_2 {
    width: 100%;
    /*height: 280px;*/
}
.ficha_blog {
    width: 48%;
    /*height: 280px;*/
}
.ficha_boton_blog {
    position: relative;
    /* [disabled]width: 100%; */
    
    margin-top: 0px;
    /*margin-right: 20px;*/
    /*margin-left: 20px;*/
    
    margin-bottom: 20px;
    overflow: hidden;
    /*float: right;*/
    
    height: 280px;
}
.ficha_boton_blog img {
    transition: transform 0.2s ease-in-out 0.1s;
    margin: 0px;
    padding: 0px;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.ficha_boton_blog img:hover {
    transition: transform 0.2s ease-in-out 0.1s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.ficha_boton_blog .titulo {
    position: absolute;
    /* [disabled]left: 40px; */
    /* [disabled]top: 40px; */
    
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 900;
    bottom: 25px;
    right: 25px;
}
.ficha_boton_blog .titulo p {
    font-size: 20px;
    font-weight: 900;
}
.ficha_boton_blog .titulo_leer {
    position: absolute;
    left: 42%;
    top: 42%;
    color: #FFFFFF;
    font-size: 22px;
    padding: 5px;
    font-weight: 900;
    border-bottom: thin solid #FFFFFF;
    border-top: thin solid #FFFFFF;
}
.ficha_boton_blog .titulo_leer p {
    font-size: 20px;
    font-weight: 900;
}
.ficha_boton_fondo_blog {
    transition: all .3s ease-out;
    color: transparent;
    display: block;
    background-color: rgba(0, 0, 0, .5);
    /*height: 100%;*/
    /*width: 100%;*/
    
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.ficha_boton_fondo_blog:hover {
    transition: background-color 0.2s ease-in-out 0.1s;
    background-color: rgba(0, 0, 0, .15);
}
.ficha_boton_fondo_blog a {
    text-decoration: none;
    color: #fff;
}
.boton_blog {
    text-align: right;
}
.boton_blog a:hover {
    border: none;
    background-color: #25009e;
    color: #fff;
}
.ficha_blog .texto {
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 40px;
    background-color: #e36111;
    width: 95%;
}
.ficha_blog .texto p {
    font-family: Arial;
    font-size: 14px;
    text-align: justify;
    font-weight: normal;
    color: #FFFFFF;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
}

/* ----------------------------------------------------------------
	FOOTER
-----------------------------------------------------------------*/
footer {
    background-image: url(../images/fondo_footer_principal.png);
    background-repeat: repeat-x;
    width: 100%;
    padding-bottom: 20px;
    /*height:230px;*/
    /*position:absolute;*/
    
    bottom: 0;
    left: 0;
}
#footer {
    background-image: url(../images/fondo_footer_principal.png);
    background-repeat: repeat-x;
    width: 100%;
    padding-bottom: 30px;
    height: 210px;
    /*position:absolute;*/
    
    bottom: 0;
    left: 0;
}
.footer {
    width: 100%;
    padding-top: 50px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    max-width: 1000px;
    /*height: 150px;*/
}
.footer_titulo {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
}
.footer_titulo img {
    width: 80%;
}
.footer_direccion {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    
    display: -webkit-flex;
    /* NEW - Chrome */
    
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    /* Safari */
    
    -webkit-flex-pack: justify;
    justify-content: space-around;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 700;
}
.footer_direccion a {
    color: #FFFFFF;
    font-weight: 700;
}
.footer_derecha {
    margin-right: 10px;
    width: 45%;
    text-align: right;
}
.footer_izquierda {
    margin-left: 10px;
    text-align: left;
    width: 45%;
}

/* ----------------------------------------------------------------
	contacto
-----------------------------------------------------------------*/
.contenido_info_columna1 .titulo_contacto {
    position: relative;
    width: 60%;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 25px;
    color: #FFF;
    background-color: #02a89d;
    height: 80px;
}
.contenido_info_columna1 .titulo_contacto p {
    position: absolute;
    left: 25px;
    bottom: 25px;
    font-size: 24px;
    font-weight: 900;
    text-align: left;
}
.boton_contacto {
    transition: background-color 0.2s ease-in-out 0.1s;
    background-color: #2e3192;
    color: #FFFFFF;
    font-size: 12px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    border: none;
    /*border-bottom: 1px solid #BCBCBC;*/
    
    font-weight: 700;
}
.boton_contacto:hover {
    background-color: #f7ebcb;
    color: #2e3192;
}

/* ----------------------------------------------------------------
	Media query
-----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    body {
        padding-top: 65px;
    }
    
    header .menu {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 70px;
    }
    
    header .menu .logo {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        /* Safari */
        -webkit-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding-left: 5%;
    }
    
    .menu .logo img {
        margin-left: 40px;
        height: 55px;
    }
    
    header .menu .logo .btn-menu {
        display: inline-block;
        padding-right: 10%;
    }
    
    header .menu .enlaces {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-flex-align: stretch;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        /*background-image: url(../images/fondo_menu_principal_title.jpg);*/
        background-color: #01007C;
        background-repeat: repeat;
        width: 100%;
        padding-bottom: 1em;
        /*padding-top: 4em;*/
        /*	display: inline-block;*/
        text-align: center;
        margin-top: 26px;
    }
    
    header .menu .enlaces a {
        background-color: #01007C;
        color: #FFFFFF;
        font-size: 16px;
        padding-top: 40px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #BCBCBC;
        font-weight: 700;
        /* display: flex; */
    }
    
    .menu_altura {
        height: 100px;
    }
    
    header .menu .enlaces a:hover {
        background-color: #019002;
        color: #25009e;
    }
    
    #main {
        width: 90%;
        max-width: 1000px;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0px;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 30px;
    }
    
    #footer {
        background-image: url(../images/fondo_footer_principal.png);
        background-repeat: repeat-x;
        width: 100%;
        padding-bottom: 20px;
        height: 270px;
        /*position:absolute;*/
        bottom: 0;
        left: 0;
    }
    
    .contenido {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -webkit-flex-align: stretcht;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-box-pack: center;
        /* Safari */
        -webkit-flex-pack: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .contenido .columna {
        /*! width: 47%; */
    }
    
    .footer_direccion {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .footer_derecha {
        margin-left: 10px;
        margin-right: 10px;
        width: 90%;
        text-align: center;
    }
    
    .footer_izquierda {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        text-align: center;
        width: 90%;
    }
    
    .contenido_texto {
        margin-top: 20px;
        /*height: 150px;*/
    }
    
    .contenido_texto .titulo {
        width: 100%;
        margin-top: 20px;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 10px;
        padding: 20px;
        height: 100px;
    }
    
    .contenido_texto .logo {
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 10px;
        /*! padding: 0px; */
        height: 180px;
        text-align: center;
        /*! margin-top: 50px; */
        /*! padding-top: 50px; */
        height: 120px;
    }
    
    .contenido_texto .texto {
        width: 100%;
        padding: 25px;
        background-color: #F4F4F4;
    }
    
    .contenido_texto .imagenes {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .contenido_info {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0px;
        /*height: 150px;*/
        margin-right: 20px;
    }
    
    .contenido_info_columna1 {
        border-right: 0px solid #000;
        border-bottom: 1px solid #000;
        padding: 0px;
        margin: 0px;
    }
    
    .contenido_info_columna2 {
        padding: 0px;
        margin: 0px;
    }
    
    .contenido_news {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-top: 10px;
        /*height: 150px;*/
    }
    
    .contenido_news_columna1 {
        width: 100%;
        padding-right: 40px;
    }
    
    .contenido_news_columna2 {
        margin-top: 20px;
        width: 100%;
        padding-left: 0;
    }
    
    .contenido_blog {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
        /*height: 150px;*/
    }
    
    .ficha_blog {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        /*height: 280px;*/
        /*height: 280px;*/
    }
    
    .contenido_blog_columna1 {
        width: 100%;
        padding-top: 20px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 20px;
        /* [disabled]margin-right: 20px; */
    }
    
    .contenido_blog_columna2 {
        margin-top: 20px;
        width: 100%;
        /*padding: 20px;*/
    }
    
    .contenido_blog .contenido_blog_columna1 .titulo {
        /*width: 80%;*/
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 20px;
        padding: 25px;
    }
    
    .contenido_blog .contenido_blog_columna1 .texto {
        /*width: 80%;*/
        margin-top: 20px;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 20px;
        padding: 25px;
    }
    
    .ficha_boton_blog {
        position: relative;
        /* [disabled]width: 100%; */
        margin-top: 0px;
        /*margin-right: 20px;*/
        margin-left: 0px;
        margin-bottom: 30px;
        overflow: hidden;
        /*float: right;*/
    }
    
    .ficha_newsletter .boton_newsletter {
        margin-bottom: 25px;
        width: 50%;
        text-align: left;
        /*height: 50px;*/
    }
}
@media screen and (max-width: 480px) {
    .contenido {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .contenido .columna {
        width: 100%;
    }
    
    .contenido_texto .titulo {
        height: 120px;
    }
    
    .contenido_texto .logo {
        height: 110px;
    }
    
    .contenido_texto .imagenes {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}

/* ----------------------------------------------------------------
	Flex Slider
-----------------------------------------------------------------*/
.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide>a,
.fslider .slide>img,
.fslider .slide>a>img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}
.fslider {
    min-height: 32px;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
    border: none;
}
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}
.flexslider {
    position: relative;
    margin: 0;
    padding: 0;
}
.flexslider .slider-wrap>.slide {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slider-wrap img {
    /* [disabled]width: 100%; */
    
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slider-wrap:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slider-wrap {
    display: block;
}
* html .slider-wrap {
    height: 1%;
}
.no-js .slider-wrap>.slide:first-child {
    display: block;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-nav {
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 14px;
    right: 10px;
    margin: 0;
}
.flex-control-nav li {
    float: left;
    display: block;
    margin: 0 3px;
    width: 10px;
    height: 10px;
}
.flex-control-nav li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #FFF;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
    background-color: #5c974c;
}

/* ----------------------------------------------------------------
	Swiper Slider
-----------------------------------------------------------------*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}