/* *************** Index.html ************* */
/* *************** General **************** */

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 0.8em;
    color: #232323;
    margin: 0;
    background:#666 url('../images/grey_wash_wall/grey_wash_wal_footerB.gif') repeat;
}

body img {
    border: none;
}

body a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

/* styles for desktop */
#menuSp .selected a, .languages .selected a { color: red }
/* styles for mobile */
/* styles for desktop */
.tinynav { display: none }

/* styles for mobile */
@media screen and (max-width: 700px) {
    .tinynav { display: block }
}
/* ****************** main ****************** */
#main {
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 700px;
    /*border: 1px solid black;*/
    display: block;
    z-index: 100;
    /*background-image: url(../images/Wallpapers-room_com___Moment_in_space_CVI_by_Funerium_1920x1200.jpg);*/
}

#submain {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    height: 100px;
    z-index: 1;
    background: rgba(0,0,0,0.5);  /* 50% transparent */
}

#wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#logo {
    position: relative;
    margin-top: 1px;
    margin-right: 0;
    z-index: 1;
    width: auto;
    height: auto;
    float: left;
    display: block;
}

#logoIphone {
    position: relative;
    margin-top: 14px;
    margin-right: 0;
    z-index: 1;
    width: auto;
    height: auto;
    float: left;
    display: block;
}

#wrapper {
    width: 100%;
    height: 800px;
    /*border: 1px solid black;*/
    background-color: black;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 695px;
}

/* ************* Menu ************* */

#menu {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    left: 0;
    padding-top: 13px;
}
#menuSp {
    height: auto;
    padding-top: 30px;
    float: left;
}

/* nivel 1 */
ul#menuSp {
    position: relative;
    list-style: none;
}
ul#menuSp li {
    float: left;
}
ul#menuSp li a {
    color: #ffffff;
    margin-right: 30px;
    text-decoration: none;
    display: block;
    font-family: arial, helvetica sans-serif;
    font-size: 1.2em;
    text-shadow: 0.1em 0.1em black;
}
ul#menuSp li a:hover {
    color: #f32837;
}
/* nivel 2 */
ul#menuSp ul {
    width: auto;
    height: auto;
    position: absolute;
    background: rgba(0,0,0,0.7);
    padding-bottom: 8px;
    /*margin-top: 5px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

ul#menuSp ul li {
    width: auto;
    height: auto;
    float: none;
    margin-left: -30px;
    padding-top: 8px;
    list-style: none;
}

ul#menuSp ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
ul#menuSp ul li a:hover {
    color: #f32837;
}
/* fin nivel 2 */
/* menu En */
#menuEn {
    height: auto;
    padding-top: 30px;
    float: left;
    visibility: hidden;
}
/* nivel 1 */
ul#menuEn {
    position: relative;
    list-style: none;

}
ul#menuEn li {
    float: left;
}
ul#menuEn li a {
    color: #ffffff;
    margin-right: 30px;
    text-decoration: none;
    display: block;
    font-family: arial, helvetica sans-serif;
    font-size: 1.2em;
    text-shadow: 0.1em 0.1em black;
}
ul#menuEn li a:hover {
    color: #f32837;
}
/* nivel 2 */
ul#menuEn ul {
    width: auto;
    position: absolute;
    background: rgba(0,0,0,0.7);
    padding-bottom: 8px;
    /*margin-top: 5px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

ul#menuEn ul li {
    width: auto;
    height: auto;
    float: none;
    margin-left: -30px;
    padding-top: 8px;
    list-style: none;
}

ul#menuEn ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
ul#menuEn ul li a:hover {
    color: #f32837;
}
/* fin nivel 2 */

/* menu Fr */
#menuFr {
    height: auto;
    padding-top: 30px;
    float: left;
    visibility: hidden;
}
/* nivel 1 */
ul#menuFr {
    position: relative;
    list-style: none;

}
ul#menuFr li {
    float: left;
}
ul#menuFr li a {
    color: #ffffff;
    margin-right: 30px;
    text-decoration: none;
    display: block;
    font-family: arial, helvetica sans-serif;
    font-size: 1.2em;
    text-shadow: 0.1em 0.1em black;
}
ul#menuFr li a:hover {
    color: #f32837;
}
/* nivel 2 */
ul#menuFr ul {
    width: auto;
    position: absolute;
    background: rgba(0,0,0,0.7);
    padding-bottom: 8px;
    /*margin-top: 5px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

ul#menuFr ul li {
    width: auto;
    height: auto;
    float: none;
    margin-left: -30px;
    padding-top: 8px;
    list-style: none;
}

ul#menuFr ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
ul#menuFr ul li a:hover {
    color: #f32837;
}
/* fin nivel 2 */

/* menu Ge */
#menuGe {
    height: auto;
    padding-top: 30px;
    float: left;
    visibility: hidden;
}
/* nivel 1 */
ul#menuGe {
    position: relative;
    list-style: none;

}
ul#menuGe li {
    float: left;
}
ul#menuGe li a {
    color: #ffffff;
    margin-right: 30px;
    text-decoration: none;
    display: block;
    font-family: arial, helvetica sans-serif;
    font-size: 1.2em;
    text-shadow: 0.1em 0.1em black;
}
ul#menuGe li a:hover {
    color: #f32837;
}
/* nivel 2 */
ul#menuGe ul {
    width: auto;
    position: absolute;
    background: rgba(0,0,0,0.7);
    padding-bottom: 8px;
    /*margin-top: 5px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

ul#menuGe ul li {
    width: auto;
    height: auto;
    float: none;
    margin-left: -30px;
    padding-top: 8px;
    list-style: none;
}

ul#menuGe ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
ul#menuGe ul li a:hover {
    color: #f32837;
}
/* fin nivel 2 */

/* menu Po */
#menuPo {
    height: auto;
    padding-top: 30px;
    float: left;
    visibility: hidden;
}
/* nivel 1 */
ul#menuPo {
    position: relative;
    list-style: none;

}
ul#menuPo li {
    float: left;
}
ul#menuPo li a {
    color: #ffffff;
    margin-right: 30px;
    text-decoration: none;
    display: block;
    font-family: arial, helvetica sans-serif;
    font-size: 1.2em;
    text-shadow: 0.1em 0.1em black;
}
ul#menuPo li a:hover {
    color: #f32837;
}
/* nivel 2 */
ul#menuPo ul {
    width: auto;
    position: absolute;
    background: rgba(0,0,0,0.7);
    padding-bottom: 8px;
    /*margin-top: 5px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

ul#menuPo ul li {
    width: auto;
    height: auto;
    float: none;
    margin-left: -30px;
    padding-top: 8px;
    list-style: none;
}

ul#menuPo ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
ul#menuPo ul li a:hover {
    color: #f32837;
}

#menuPhone {
    width: 50%;
    height: auto;
    position: absolute;
    z-index: 5000;
    float: right;
    top: 100px;
    left: 50%;
    right: 0;
    background: rgba(0,0,0,0.9);
}

#menuPhone ul {
    float: none;
    list-style: none;
}


#menuPhone ul li {
    width: auto;
    height: auto;
    left: 0;
}

#menuPhone ul li a {
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 2.0em;
    text-decoration: none;
    padding-left: 10px;
    line-height: 50px;
}

#menuPhoneContentEn {
    width: 50%;
    height: auto;
    position: absolute;
    z-index: 1000;
    float: right;
    top: 100px;
    left: 50%;
    right: 0;
    background: rgba(0,0,0,0.9);
}

#menuPhoneContentEn ul {
    float: none;
    list-style: none;
}


#menuPhoneContentEn ul li {
    width: auto;
    height: auto;
    left: 0;
}

#menuPhoneContentEn ul li a {
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 2.0em;
    text-decoration: none;
    padding-left: 10px;
    line-height:50px;
}

#menuPhoneContentFr {
    width: 50%;
    height: auto;
    position: absolute;
    z-index: 1000;
    float: right;
    top: 100px;
    left: 50%;
    right: 0;
    background: rgba(0,0,0,0.9);
}

#menuPhoneContentFr ul {
    float: none;
    list-style: none;
}


#menuPhoneContentFr ul li {
    width: auto;
    height: auto;
    left: 0;
}

#menuPhoneContentFr ul li a {
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 2.0em;
    text-decoration: none;
    padding-left: 10px;
    line-height: 50px;
}

#menuPhoneContentGe {
    width: 50%;
    height: auto;
    position: absolute;
    z-index: 1000;
    float: right;
    top: 100px;
    left: 50%;
    right: 0;
    background: rgba(0,0,0,0.9);
}

#menuPhoneContentGe ul {
    float: none;
    list-style: none;
}


#menuPhoneContentGe ul li {
    width: auto;
    height: auto;
    left: 0;
}

#menuPhoneContentGe ul li a {
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 2.0em;
    text-decoration: none;
    padding-left: 10px;
    line-height: 50px;
}

#menuPhoneContentPo {
    width: 50%;
    height: auto;
    position: absolute;
    z-index: 1000;
    float: right;
    top: 100px;
    left: 50%;
    right: 0;
    background: rgba(0,0,0,0.9);
}

#menuPhoneContentPo ul {
    float: none;
    list-style: none;
}


#menuPhoneContentPo ul li {
    width: auto;
    height: auto;
    left: 0;
}

#menuPhoneContentPo ul li a {
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 2.0em;
    text-decoration: none;
    padding-left: 10px;
    line-height: 50px;
}

#menuDesp {
    visibility: hidden;
    position: absolute;
    width: auto;
    height: auto;
    float: left;
    top: 30%;
    left: 87%;
}

#menuDesp a {
    background: url('../images/menu.png');
    width: 57px;
    height: 43px;
}

#menuDesp a:hover {
    background: url('../images/menuHover.png');
    width: 57px;
    height: 43px;
}

#menuDespRes {
     visibility: hidden;
     position: absolute;
     z-index: 1000;
     width: auto;
     height: auto;
     float: left;
     top: 4.5%;
     left: 87%;
 }

#menuDespRes2 {
    visibility: hidden;
    position: absolute;
    z-index: 1000;
    width: auto;
    height: auto;
    float: left;
    top: 30%;
    left: 87%;
}

#menuDespRes2 a {
    background: url('../images/menu.png');
    width: 57px;
    height: 43px;
}

#menuDespRes2 a:hover {
    background: url('../images/menuHover.png');
    width: 57px;
    height: 43px;
}

#menuDespRes a {
    background: url('../images/menu.png');
    width: 57px;
    height: 43px;
}

#menuDespRes a:hover {
    background: url('../images/menuHover.png');
    width: 57px;
    height: 43px;
}

#botonMenuDesp {
    float: left;
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 4.0em;
    text-decoration: none;
}

#tinynav2 {
    margin-left: 100px;
}

/* fin nivel 2 */

/* Social */
#social {
    position: relative;
    float: left;
    top: 28px;
    left: -20px;
}
ul#social {
    display: inline;
    list-style: none;
}

ul#social li {
    display: inline;
    margin-right: 5px;
}

.facebook {
    width: 25px;
    height: 25px;
}

.twitter {
    width: 25px;
    height: 25px;
}

/* ************** Sub menu ************** */

#submenu1 {
    position: relative;
    float: left;
    width: 100%;
    height: 80px;
    margin-top: -80px;
    background: rgba(0,0,0,0.5);  /* 50% transparent */
    z-index: 1000;
}

#submenu1 ul {
    position: relative;
    list-style: none;
    width: 500px;
    height: auto;
    margin: 0 auto;
    padding-top: 5px;
}

#submenu1 ul li {
    float: left;
    margin: 0 auto;
}

#submenu1 ul li a {
    color: #ffffff;
    margin-right: 50px;
    padding-top: 30px;
    text-decoration: none;
    display: block;
    font-family: arial, helvetica sans-serif;
    font-size: 1.2em;
    text-shadow: 0.1em 0.1em black;
}

#submenu1 ul li a:hover {
    color: #f32837;
    margin-right: 50px;
    padding-top: 30px;
    text-decoration: none;
    display: block;
    font-family: arial, helvetica sans-serif;
    font-size: 1.2em;
    text-shadow: 0.1em 0.1em black;
}

.accessB a {
    background: url('../images/benefits.png') no-repeat;
    width: 70px;
    height: 70px;
    padding-left: 10px;
}

.accessB a:hover {
    background: url('../images/benefitsHover.png') no-repeat;
    width: 70px;
    height: 70px;
    padding-left: 10px;
}

.accessP a {
    background: url('../images/publicity.png') no-repeat;
    width: 70px;
    height: 70px;
    padding-left: 10px;
}

.accessP a:hover {
    background: url('../images/publicityHover.png') no-repeat;
    width: 70px;
    height: 70px;
    padding-left: 10px;
}

.accessA a {
    background: url('../images/access.png') no-repeat;
    width: 70px;
    height: 70px;
}
.accessA a:hover {
    background: url('../images/accessHover.png') no-repeat;
    width: 70px;
    height: 70px;
}

.accessI a {
    background: url('../images/instalacion.png') no-repeat;
    width: 70px;
    height: 70px;
}
.accessI a:hover {
    background: url('../images/instalacionHover.png') no-repeat;
    width: 70px;
    height: 70px;
}

.accessN a {
    background: url('../images/noticias.png') no-repeat;
    width: 70px;
    height: 70px;
}
.accessN a:hover {
    background: url('../images/noticiasHover.png') no-repeat;
    width: 70px;
    height: 70px;
}

/* video */

#videoSp a {
    position: relative;
    width: 70px;
    height: 70px;
    float: left;
    background: url('../images/videoIcon.png') no-repeat;
}

#videoSp a:hover {
    position: relative;
    width: 70px;
    height: 70px;
    float: left;
    background: url('../images/videoIconHover.png') no-repeat;
}

#videoEn a {
    position: relative;
    width: 70px;
    height: 70px;
    float: left;
    background: url('../images/videoIcon.png') no-repeat;
}

#videoEn a:hover {
    position: relative;
    width: 70px;
    height: 70px;
    float: left;
    background: url('../images/videoIconHover.png') no-repeat;
}



/* **************** slider ************* */

#image {
    position: absolute;
    width: auto;
    height: auto;
    left: 600px;
    top: 170px;
}

#sliderNoScript {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    right: 0;
}

#sliderNoScript img {
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
}
#info {
    width: 200px;
    height: 400px;
    background-color: #ffffff;
    /*border:1px solid lightblue;*/
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
    margin-left: 50px;
    margin-top: 50px;
    -moz-box-shadow:    inset 0 0 20px lightblue;
    -webkit-box-shadow: inset 0 0 20px lightblue;
    box-shadow:         inset 0 0 20px lightblue;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: fixed;
}

#sliderIphone {
    visibility: hidden;
}

#sliderIphone5 {
    visibility: hidden;
}

#sliderIpad {
    visibility: hidden;
}

#sliderSamsungI {
    visibility: hidden;
}

#sliderSamsungII {
    visibility: hidden;
}

#sliderSamsungIII {
    visibility: hidden;
}

#slider1157 {
    visibility: hidden;
}
#slider1024 {
    visibility: hidden;
}

/* ************ Content **************** */

header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    float: left;
}
article {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 90%;
}
#content {
    width: 100%;
    height: auto;
    padding-bottom: 120px;
    background:#dddddd url('../images/subtle_stripes.png') repeat;
    -moz-box-shadow:    inset 0 5px 15px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.50);
    box-shadow:         inset 0 5px 15px rgba(0, 0, 0, 0.50);
    float: left;
    padding-top: 60px;
    margin: 0 auto;
}
/* ************ Contenido ***************** */

#contenido {
    position: relative;
    width: 70%;
    margin: 0 auto;
    height: auto;
    min-height: 60%;
    display: block;
}

#contenidoEn {
    width: 70%;
    margin: 0 auto;
    height: auto;
    visibility: hidden;
}

#contenidoFr {
    width: 70%;
    margin: 0 auto;
    height: auto;
    visibility: hidden;
}

#contenidoGe {
    width: 70%;
    margin: 0 auto;
    height: auto;
    visibility: hidden;
}

#contenidoPo {
    width: 70%;
    margin: 0 auto;
    height: auto;
    visibility: hidden;
}

.chapa {
    position: absolute;
    z-index: 1;
    top: -9%;
    left: 68%;
}

.chapaA {
    position: absolute;
    z-index: 1;
    top: -9%;
    left: 85%;
}
.esbox {
    position: relative;
    padding: 20px;
    width: 26%;
    height: auto;
    min-height: 420px;
    float: left;
    background: #ffffff;

    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);
    box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);

    /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    /* gradients */
  /*  background: -webkit-gradient(linear, left top, left bottom,
    color-stop(0%, #ffffff), color-stop(15%, #efefef), color-stop(100%, #b7b7b7));
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 55%, #b7b7b7 130%); */
}
.esbox h1 {
    font-family: 'Roboto Slab', serif;
    width: auto;
    font-size: 1.9em;
    font-weight: 700;
    color: #3b3b3b;
    /*text-shadow: 0.1em 0.1em #212121;*/
}

.esbox a {
    font-family: 'Roboto Slab', serif;
    width: auto;
    font-size: 1.0em;
    font-weight: 700;
    color: #3b3b3b;
    text-decoration: none;
    /*text-shadow: 0.1em 0.1em #212121;*/
}

.esbox a:hover {
    font-family: 'Roboto Slab', serif;
    width: auto;
    font-size: 1.0em;
    font-weight: 700;
    color: #f32837;
    text-decoration: none;
    /*text-shadow: 0.1em 0.1em #212121;*/
}
.esbox p {
    font-family: arial, helvetica, sans-serif;
    font-size: 1.0em;
    color: #484848;
    line-height: 20.5px;
    /*text-shadow: 0.1em 0.1em #212121;*/

}
.esbox hr {
    color: #f32837;
    border-color: #f32837;
    padding-right: 10px;
    width: auto;
}

.esbox h3 {
    color: #f32837;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 1.5em;
}

.enbox {
    position: relative;
    padding: 20px;
    width: 26%;
    height: auto;
    min-height: 420px;
    float: left;
    background: #ffffff;

    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);
    box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);

    /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    /* gradients */
   /* background: -webkit-gradient(linear, left top, left bottom,
    color-stop(0%, #ffffff), color-stop(15%, #efefef), color-stop(100%, #b7b7b7));
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 55%, #b7b7b7 130%);*/
}
.enbox h1 {
    font-family: 'Roboto Slab', serif;
    width: auto;
    font-size: 1.9em;
    font-weight: 700;
    color: #3b3b3b;
    /*text-shadow: 0.1em 0.1em #212121;*/
}

.enbox a {
    font-family: 'Roboto Slab', serif;
    width: auto;
    font-size: 1.0em;
    font-weight: 700;
    color: #3b3b3b;
    text-decoration: none;
    /*text-shadow: 0.1em 0.1em #212121;*/
}

.enbox a:hover {
    font-family: 'Roboto Slab', serif;
    width: auto;
    font-size: 1.0em;
    font-weight: 700;
    color: #f32837;
    text-decoration: none;
    /*text-shadow: 0.1em 0.1em #212121;*/
}
.enbox p {
    font-family: arial, helvetica, sans-serif;
    font-size: 1.0em;
    color: #484848;
    line-height: 20.5px;
    /*text-shadow: 0.1em 0.1em #212121;*/

}
.enbox hr {
    color: #f32837;
    border-color: #f32837;
    padding-right: 10px;
    width: auto;
}

.enbox h3 {
    color: #f32837;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 1.5em;
}
.frbox {
    position: relative;
    padding: 20px;
    width: 26%;
    height: auto;
    min-height: 420px;
    float: left;
    border: 1px solid white;
    background: #ffffff;

    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);
    box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);

    /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    /* gradients */
   /* background: -webkit-gradient(linear, left top, left bottom,
    color-stop(0%, #ffffff), color-stop(15%, #efefef), color-stop(100%, #b7b7b7));
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 55%, #b7b7b7 130%); */
}
.frbox h1 {
    font-family: 'Roboto Slab', serif;
    width: auto;
    font-size: 1.9em;
    font-weight: 700;
    color: #3b3b3b;
    /*text-shadow: 0.1em 0.1em #212121;*/
}

.frbox a {
    font-family: 'Roboto Slab', serif;
    width: auto;
    font-size: 1.0em;
    font-weight: 700;
    color: #3b3b3b;
    text-decoration: none;
    /*text-shadow: 0.1em 0.1em #212121;*/
}

.frbox a:hover {
    font-family: 'Roboto Slab', serif;
    width: auto;
    font-size: 1.0em;
    font-weight: 700;
    color: #f32837;
    text-decoration: none;
    /*text-shadow: 0.1em 0.1em #212121;*/
}
.frbox p {
    font-family: arial, helvetica, sans-serif;
    font-size: 1.0em;
    color: #484848;
    line-height: 20.5px;
    /*text-shadow: 0.1em 0.1em #212121;*/

}
.frbox hr {
    color: #f32837;
    border-color: #f32837;
    padding-right: 10px;
    width: auto;
}

.frbox h3 {
    color: #f32837;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 1.5em;
}
.gebox {
    position: relative;
    padding: 20px;
    width: 26%;
    height: auto;
    min-height: 420px;
    float: left;
    border: 1px solid white;
    background: #ffffff;

    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);
    box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);

    /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    /* gradients */
   /* background: -webkit-gradient(linear, left top, left bottom,
    color-stop(0%, #ffffff), color-stop(15%, #efefef), color-stop(100%, #b7b7b7));
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 55%, #b7b7b7 130%); */
}
.gebox h1 {
    font-family: 'Roboto Slab', serif;
    width: auto;
    font-size: 1.9em;
    font-weight: 700;
    color: #3b3b3b;
    /*text-shadow: 0.1em 0.1em #212121;*/
}

.gebox a {
    font-family: 'Roboto Slab', serif;
    width: auto;
    font-size: 1.0em;
    font-weight: 700;
    color: #3b3b3b;
    text-decoration: none;
    /*text-shadow: 0.1em 0.1em #212121;*/
}

.gebox a:hover {
    font-family: 'Roboto Slab', serif;
    width: auto;
    font-size: 1.0em;
    font-weight: 700;
    color: #f32837;
    text-decoration: none;
    /*text-shadow: 0.1em 0.1em #212121;*/
}
.gebox p {
    font-family: arial, helvetica, sans-serif;
    font-size: 1.0em;
    color: #484848;
    line-height: 20.5px;
    /*text-shadow: 0.1em 0.1em #212121;*/

}
.gebox hr {
    color: #f32837;
    border-color: #f32837;
    padding-right: 10px;
    width: auto;
}

.gebox h3 {
    color: #f32837;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 1.5em;
}
.pobox {
    position: relative;
    padding: 20px;
    width: 26%;
    height: auto;
    min-height: 420px;
    float: left;
    border: 1px solid white;
    background: #ffffff;

    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);
    box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);

    /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    /* gradients */
   /* background: -webkit-gradient(linear, left top, left bottom,
    color-stop(0%, #ffffff), color-stop(15%, #efefef), color-stop(100%, #b7b7b7));
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 55%, #b7b7b7 130%); */
}
.pobox h1 {
    font-family: 'Roboto Slab', serif;
    width: auto;
    font-size: 1.9em;
    font-weight: 700;
    color: #3b3b3b;
    /*text-shadow: 0.1em 0.1em #212121;*/
}

.pobox a {
    font-family: 'Roboto Slab', serif;
    width: auto;
    font-size: 1.0em;
    font-weight: 700;
    color: #3b3b3b;
    text-decoration: none;
    /*text-shadow: 0.1em 0.1em #212121;*/
}

.pobox a:hover {
    font-family: 'Roboto Slab', serif;
    width: auto;
    font-size: 1.0em;
    font-weight: 700;
    color: #f32837;
    text-decoration: none;
    /*text-shadow: 0.1em 0.1em #212121;*/
}
.pobox p {
    font-family: arial, helvetica, sans-serif;
    font-size: 1.0em;
    color: #484848;
    line-height: 20.5px;
    /*text-shadow: 0.1em 0.1em #212121;*/

}
.pobox hr {
    color: #f32837;
    border-color: #f32837;
    padding-right: 10px;
    width: auto;
}

.pobox h3 {
    color: #f32837;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 1.5em;
}


#glassesicon {
    position: relative;
    left: 0;
    top: 0;
    margin-right: 60px;
    margin-top: 50px;
    width: auto;
    height: auto;
    float: left;
}

.subcaja {
    position: relative;
    left: 0;
    top: 80px;
    width: 98%;
    height: auto;
}

.subcaja h1 {
    font-family: 'Righteous', cursive;
    font-size: 2.4em;
    color: #1a1a1a;
    text-shadow: 1px 1px #888888, -1px -1px #444;
}

.subcaja p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.2em;
    color: #ffffff;
    text-shadow: 0.1em 0.1em #212121;
    line-height: 21px;
}

.subcaja hr {
    color: #666;
    border-color: #666;
}

.subcajaEn {
    position: relative;
    left: 0;
    top: 80px;
    width: 98%;
    height: auto;
}

.subcajaEn h1 {
    font-family: 'Righteous', cursive;
    font-size: 2.4em;
    color: #691919;
    text-shadow: 1px 1px #888888, -1px -1px #444;
}

.subcajaEn p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.2em;
    color: #c3c3c3;
    text-shadow: 0.1em 0.1em #212121;
    line-height: 21px;
}

.subcajaEn hr {
    color: #666;
    border-color: #666;
}

.subcajaFr {
    position: relative;
    left: 0;
    top: 80px;
    width: 98%;
    height: auto;
}

.subcajaFr h1 {
    font-family: 'Righteous', cursive;
    font-size: 2.4em;
    color: #691919;
    text-shadow: 1px 1px #888888, -1px -1px #444;
}

.subcajaFr p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.2em;
    color: #c3c3c3;
    text-shadow: 0.1em 0.1em #212121;
    line-height: 21px;
}

.subcajaFr hr {
    color: #666;
    border-color: #666;
}

.subcajaGe {
    position: relative;
    left: 0;
    top: 80px;
    width: 98%;
    height: auto;
}

.subcajaGe h1 {
    font-family: 'Righteous', cursive;
    font-size: 2.4em;
    color: #691919;
    text-shadow: 1px 1px #888888, -1px -1px #444;
}

.subcajaGe p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.2em;
    color: #c3c3c3;
    text-shadow: 0.1em 0.1em #212121;
    line-height: 21px;
}

.subcajaGe hr {
    color: #666;
    border-color: #666;
}

.subcajaPo {
    position: relative;
    left: 0;
    top: 80px;
    width: 98%;
    height: auto;
}

.subcajaPo h1 {
    font-family: 'Righteous', cursive;
    font-size: 2.4em;
    color: #691919;
    text-shadow: 1px 1px #888888, -1px -1px #444;
}

.subcajaPo p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.2em;
    color: #c3c3c3;
    text-shadow: 0.1em 0.1em #212121;
    line-height: 21px;
}

.subcajaPo hr {
    color: #666;
    border-color: #666;
}
/* ************** Footer ******************** */

footer {
    position: relative;
    float: left;
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    min-height: 40%;
    background:#666 url('../images/grey_wash_wall/grey_wash_wal_footerB.gif') repeat;
    box-shadow: 0 -5px 15px rgba(19, 19, 19, 0.49);
}

#footercontentEs {
    display: block;
    margin: 0 auto;
    width: 230px;
    height: auto;
}
#footercontentEn {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: auto;
}
#footercontentFr {
    display: block;
    margin: 0 auto;
    width: 290px;
    height: auto;
}
#footercontentGe {
    display: block;
    margin: 0 auto;
    width: 230px;
    height: auto;
}
#footercontentPo {
    display: block;
    margin: 0 auto;
    width: 230px;
    height: auto;
}

.submenu {
    display: block;
    width: auto;
    height: auto;
    margin-top: 70px;
    margin-right: 20px;
    float: left;
    text-decoration: none;
    color: #808080;
    font-family: arial, helvetica sans-serif;
    font-size: 1.1em;
}

.submenu:hover {
    display: block;
    width: auto;
    height: auto;
    margin-top: 70px;
    margin-right: 20px;
    float: left;
    text-decoration: none;
    color: #f32837;
    font-family: arial, helvetica sans-serif;
    font-size: 1.1em;
}

.subsocial {
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 60px;
    margin-right: 14px;
}

#agora {
    width: auto;
    height: auto;
    float: left;
    margin-top: 10px;
    margin-left: 270px;
    display: block;
    float: left;
}

#logoAgora {
    float: left;
}

#logoUni {
    margin-top: 20px;
    margin-left: 30px;
}

#logoUni2 {
    margin-top: 35px;
    margin-left: 30px;
}

#footerSubMenu {
    clear: both;
    text-decoration: none;
    margin: 0 auto;
    width: 310px;
    height: auto;
    padding-top: 40px;
}

#footerSubMenu a {
    color: grey;
    font-family: arial, helvetica sans-serif;
    font-size: 0.9em;
}

#footerSubMenu a:hover {
    font-family: arial, helvetica sans-serif;
    font-size: 0.9em;
    color: #f32837;
}

#footerSubMenuEn {
    clear: both;
    text-decoration: none;
    text-decoration: none;
    margin: 0 auto;
    width: 18%;
    height: auto;
    padding-top: 40px;
}

#footerSubMenuEn a {
    color: grey;
    font-family: arial, helvetica sans-serif;
    font-size: 0.9em;
}

#footerSubMenuEn a:hover {
    font-family: arial, helvetica sans-serif;
    font-size: 0.9em;
    color: #f32837;
}

#footerSubMenuFr {
    clear: both;
    text-decoration: none;
    text-decoration: none;
    margin: 0 auto;
    width: 26%;
    height: auto;
    padding-top: 40px;
}

#footerSubMenuFr a {
    color: grey;
    font-family: arial, helvetica sans-serif;
    font-size: 0.9em;
}

#footerSubMenuFr a:hover {
    font-family: arial, helvetica sans-serif;
    font-size: 0.9em;
    color: #f32837;
}

#footerSubMenuGe {
    clear: both;
    text-decoration: none;
    text-decoration: none;
    margin: 0 auto;
    width: 23%;
    height: auto;
    padding-top: 40px;
}

#footerSubMenuGe a {
    color: grey;
    font-family: arial, helvetica sans-serif;
    font-size: 0.9em;
}

#footerSubMenuGe a:hover {
    font-family: arial, helvetica sans-serif;
    font-size: 0.9em;
    color: #f32837;
}

#footerSubMenuPo {
    clear: both;
    text-decoration: none;
    text-decoration: none;
    margin: 0 auto;
    width: 21%;
    height: auto;
    padding-top: 40px;
}

#footerSubMenuPo a {
    color: grey;
    font-family: arial, helvetica sans-serif;
    font-size: 0.9em;
}

#footerSubMenuPo a:hover {
    font-family: arial, helvetica sans-serif;
    font-size: 0.9em;
    color: #f32837;
}

#copy {
    margin: 0 auto;
    width: 70%;
    height: auto;
    padding-top: 40px;
    color: grey;
    font-family: arial, helvetica sans-serif;
    font-size: 0.8em;
    text-align: center;
}

#copyEn {
    margin: 0 auto;
    width: 70%;
    height: auto;
    padding-top: 40px;
    color: grey;
    font-family: arial, helvetica sans-serif;
    font-size: 0.8em;
    text-align: center;
}

#copyFr {
    margin: 0 auto;
    width: 70%;
    height: auto;
    padding-top: 40px;
    color: grey;
    font-family: arial, helvetica sans-serif;
    font-size: 0.8em;
    text-align: center;
}

#copyGe {
    margin: 0 auto;
    width: 70%;
    height: auto;
    padding-top: 40px;
    color: grey;
    font-family: arial, helvetica sans-serif;
    font-size: 0.8em;
    text-align: center;

}
#copyPo {
    margin: 0 auto;
    width: 70%;
    height: auto;
    padding-top: 40px;
    color: grey;
    font-family: arial, helvetica sans-serif;
    font-size: 0.8em;
    text-align: center;
}

/* ***************** Fin Index.html ******************* */

/* ************************** */
/* ***** Quienes Somos ****** */
/* ************************** */

.TitleBackground {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 27%;
    background: url('../images/titlebackground.gif') repeat;
    margin: 0 auto;
    float: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.50);
    border-bottom: 1px solid #f32837;
    z-index: 1;
}

.TitleBackground h1{
    font-family: 'Roboto Slab', serif;
    font-size: 1.9em;
    position: absolute;
    left: 320px;
    top: 150px;
    color: #f32837;
    text-shadow: 0.1em 0.1em rgba(0, 0, 0, 0.50);
}

/* ****************** Section ******************* */
#cont {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    background:#dddddd url('../images/space-wallpaper.gif');
}

#content2 {
     position: relative;
     width: 100%;
     height: auto;
     float: left;
    background:#dddddd url('../images/space-wallpaper.gif');
     -moz-box-shadow:    inset 0 -5px 15px rgba(0, 0, 0, 0.50);
     -webkit-box-shadow: inset 0 -5px 15px rgba(0, 0, 0, 0.50);
     box-shadow:         inset 0 -5px 15px rgba(0, 0, 0, 0.50);
     top: 0;
     padding-top: 190px;
     padding-bottom: 190px;
 }

#content4 {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4ZjIzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjYjhmMjMwIiBzdG9wLW9wYWNpdHk9IjAuOTgiLz4KICAgIDxzdG9wIG9mZnNldD0iNDUlIiBzdG9wLWNvbG9yPSIjY2NlYzgwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(184,242,48,1) 0%, rgba(184,242,48,0.98) 1%, rgba(204,236,128,0) 45%, rgba(229,229,229,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,242,48,1)), color-stop(1%,rgba(184,242,48,0.98)), color-stop(45%,rgba(204,236,128,0)), color-stop(100%,rgba(229,229,229,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.98) 1%,rgba(204,236,128,0) 45%,rgba(229,229,229,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.98) 1%,rgba(204,236,128,0) 45%,rgba(229,229,229,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.98) 1%,rgba(204,236,128,0) 45%,rgba(229,229,229,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.98) 1%,rgba(204,236,128,0) 45%,rgba(229,229,229,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8f230', endColorstr='#00e5e5e5',GradientType=0 ); /* IE6-8 */
    -moz-box-shadow:    inset 0 -5px 15px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: inset 0 -5px 15px rgba(0, 0, 0, 0.50);
    box-shadow:         inset 0 -5px 15px rgba(0, 0, 0, 0.50);
    top: 0;
    padding-top: 90px;
    padding-bottom: 190px;
}

#content5 {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    top: 0;
    padding-top: 90px;
    padding-bottom: 190px;
}

#content6 {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    top: 0;
    padding-top: 90px;
    padding-bottom: 190px;
}
#content3 {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlMmMzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZWUyYzM5IiBzdG9wLW9wYWNpdHk9IjAuOTkiLz4KICAgIDxzdG9wIG9mZnNldD0iNzElIiBzdG9wLWNvbG9yPSIjOWU5MGI1IiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(238,44,57,1) 0%, rgba(238,44,57,0.99) 1%, rgba(158,144,181,0) 71%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,44,57,1)), color-stop(1%,rgba(238,44,57,0.99)), color-stop(71%,rgba(158,144,181,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(158,144,181,0) 71%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(158,144,181,0) 71%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(158,144,181,0) 71%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(158,144,181,0) 71%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2c39', endColorstr='#007db9e8',GradientType=0 ); /* IE6-8 */

    -moz-box-shadow:    inset 0 -5px 15px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: inset 0 -5px 15px rgba(0, 0, 0, 0.50);
    box-shadow:         inset 0 -5px 15px rgba(0, 0, 0, 0.50);
    top: 0;
    padding-top: 190px;
    padding-bottom: 190px;
}

#contactForm {
    border: none;
    margin: 0 auto;
    width: 700px;
    height: auto;
    padding: 30px;
    display: block;
    background: #ffffff;

    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);
    box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);

    /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#contactForm h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.9em;
    color: #404040;
}
#contactForm hr {
    color: #f32837;
    background-color: #f32837;
    border-color: #f32837;
    margin-bottom: 40px;
}

#formLabels {
    position: relative;
    width: auto;
    height: 250px;
    float: left;
    margin-right: 20px;
}

#formLabels label {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    margin-bottom: 24px;
    margin-top: 10px;
}

#formInputs {
    width: auto;
    height: auto;
}
.warning {
    color: #f32837;
}
#cajaContenidos {
    width: 700px;
    height: auto;
    margin: 0 auto;
}

.cajaPestana {
    width: 100%;
    height: 40px;
}
.cajaPestanaEn {
    width: 100%;
    height: 40px;
}
.cajaPestanaFr {
    width: 100%;
    height: 40px;
}
.cajaPestanaGe {
    width: 100%;
    height: 40px;
}
.cajaPestanaPo {
    width: 100%;
    height: 40px;
}
.pestana {
    width: 100px;
    height: auto;
    background-color: white;
    padding: 11px;
    float: left;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 2px;
    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0 -5px 13px rgba(50, 50, 50, 0.29);
    -moz-box-shadow:    0 -5px 13px rgba(50, 50, 50, 0.29);
    box-shadow:         0 -5px 13px rgba(50, 50, 50, 0.29);
}
.pestana a {
     font-family: 'Roboto Slab', serif;
     font-size: 1.1em;
     font-weight: bold;
     color: #1a1a1a;
     text-decoration: none;
 }

.pestana a:hover {
    font-family: 'Roboto Slab', serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #f32837;
    text-decoration: none;
}
.quienes {
    width: 100%;
    height: auto;
    padding: 40px;
   /* background: rgba(9, 9, 9, 0.45);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 30px;*/
    background: #ffffff;

    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);
    box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);

    /* rounded corners */
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
}

.quienes h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.6em;
    color: #444444;
}

.quienes h2 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}

.quienes h3 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}

.quienes hr {
    color: #f32837;
    border-color: #f32837;
    background-color: #f32837;
    margin-bottom: 30px;
}

.quienes p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    line-height: 25px;
    color: #4c4c4c;

    /*text-shadow: 0.1em 0.1em #212121;*/
}

.quienes li {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    line-height: 25px;
    color: #4c4c4c;

    /*text-shadow: 0.1em 0.1em #212121;*/
}

.quienes ul {
    float: left;
}

.quienes a {
    color: #f32837;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    text-decoration: none;
    font-weight: bold;
    line-height: 25px;
}

.quienes a:hover {
    color: #f32837;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    text-decoration: underline;
    font-weight: bold;
    line-height: 25px;
}

.quienesFr {
    position: relative;
    width: 700px;
    height: 90%;
    margin: 0 auto;
    padding: 40px;
    /* background: rgba(9, 9, 9, 0.45);
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     padding: 30px;*/
    background: #ffffff;

    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);
    box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);

    /* rounded corners */
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
}

.quienesFr h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.6em;
    color: #444444;
}

.quienesFr h2 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}

.quienesFr h3 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}
.quienesFr hr {
    color: #f32837;
    border-color: #f32837;
    background-color: #f32837;
    margin-bottom: 30px;
}

.quienesFr p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    line-height: 25px;
    color: #4c4c4c;
}

.quienesEn {
    position: relative;
    width: 700px;
    height: 90%;
    margin: 0 auto;
    padding: 40px;
    /* background: rgba(9, 9, 9, 0.45);
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     padding: 30px;*/
    background: #ffffff;

    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);
    box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);

    /* rounded corners */
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
}

.quienesEn h2 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}

.quienesEn h3 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}

.quienesEn h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.6em;
    color: #444444;
}

.quienesEn hr {
    color: #f32837;
    border-color: #f32837;
    background-color: #f32837;
    margin-bottom: 30px;
}

.quienesEn p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    line-height: 25px;
    color: #4c4c4c;
}

.quienesGe {
    position: relative;
    width: 700px;
    height: 90%;
    margin: 0 auto;
    padding: 40px;
    /* background: rgba(9, 9, 9, 0.45);
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     padding: 30px;*/
    background: #ffffff;

    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);
    box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);

    /* rounded corners */
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
}

.quienesGe h2 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}

.quienesGe h3 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}

.quienesGe h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.6em;
    color: #444444;
}

.quienesGe hr {
    color: #f32837;
    border-color: #f32837;
    background-color: #f32837;
    margin-bottom: 30px;
}

.quienesGe p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    line-height: 25px;
    color: #4c4c4c;
}

.quienesPo {
    position: relative;
    width: 700px;
    height: 90%;
    margin: 0 auto;
    padding: 40px;
    /* background: rgba(9, 9, 9, 0.45);
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     padding: 30px;*/
    background: #ffffff;

    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);
    box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);

    /* rounded corners */
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
}

.quienesPo h2 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}

.quienesPo h3 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}

.quienesPo h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.6em;
    color: #444444;
}

.quienesPo hr {
    color: #f32837;
    border-color: #f32837;
    background-color: #f32837;
    margin-bottom: 30px;
}

.quienesPo p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    line-height: 25px;
    color: #4c4c4c;
}

#quienes {
    width: 700px;
    margin: 0 auto;
    height: auto;
    padding: 40px;
    /* background: rgba(9, 9, 9, 0.45);
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     padding: 30px;*/
    background: #ffffff;

    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);
    box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);

    /* rounded corners */
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
}

#quienes h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.6em;
    color: #444444;
}

#quienes h2 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}

#quienes h3 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}

#quienes hr {
    color: #f32837;
    border-color: #f32837;
    background-color: #f32837;
    margin-bottom: 30px;
}

#quienes p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    line-height: 25px;
    color: #4c4c4c;

    /*text-shadow: 0.1em 0.1em #212121;*/
}

#quienes li {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    line-height: 25px;
    color: #4c4c4c;

    /*text-shadow: 0.1em 0.1em #212121;*/
}


#quienes a {
    color: #f32837;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    text-decoration: none;
    font-weight: bold;
    line-height: 25px;
}

#quienes a:hover {
    color: #f32837;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    text-decoration: underline;
    font-weight: bold;
    line-height: 25px;
}

#quienesFr {
    position: relative;
    width: 700px;
    height: 90%;
    margin: 0 auto;
    padding: 40px;
    /* background: rgba(9, 9, 9, 0.45);
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     padding: 30px;*/
    background: #ffffff;

    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);
    box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);

    /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#quienesFr h2 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}

#quienesFr h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.6em;
    color: #444444;
}

#quienesFr h3 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}
#quienesFr hr {
    color: #f32837;
    border-color: #f32837;
    background-color: #f32837;
    margin-bottom: 30px;
}

#quienesFr p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    line-height: 25px;
    color: #4c4c4c;
}

#quienesFr li {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    line-height: 25px;
    color: #4c4c4c;

    /*text-shadow: 0.1em 0.1em #212121;*/
}

#quienesFr a {
    color: #f32837;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    text-decoration: none;
    font-weight: bold;
    line-height: 25px;
}

#quienesFr a:hover {
    color: #f32837;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    text-decoration: underline;
    font-weight: bold;
    line-height: 25px;
}

#quienesEn {
    position: relative;
    width: 700px;
    height: 90%;
    margin: 0 auto;
    padding: 40px;
    /* background: rgba(9, 9, 9, 0.45);
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     padding: 30px;*/
    background: #ffffff;

    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);
    box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);

    /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#quienesEn h2 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}

#quienesEn h3 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}

#quienesEn h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.6em;
    color: #444444;
}

#quienesEn hr {
    color: #f32837;
    border-color: #f32837;
    background-color: #f32837;
    margin-bottom: 30px;
}

#quienesEn p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    line-height: 25px;
    color: #4c4c4c;
}

#quienesEn li {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    line-height: 25px;
    color: #4c4c4c;

    /*text-shadow: 0.1em 0.1em #212121;*/
}

#quienesEn a {
    color: #f32837;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    text-decoration: none;
    font-weight: bold;
    line-height: 25px;
}

#quienesEn a:hover {
    color: #f32837;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    text-decoration: underline;
    font-weight: bold;
    line-height: 25px;
}

#quienesGe {
    position: relative;
    width: 700px;
    height: 90%;
    margin: 0 auto;
    padding: 40px;
    /* background: rgba(9, 9, 9, 0.45);
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     padding: 30px;*/
    background: #ffffff;

    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);
    box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);

    /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#quienesGe h2 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}

#quienesGe h3 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}

#quienesGe h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.6em;
    color: #444444;
}

#quienesGe hr {
    color: #f32837;
    border-color: #f32837;
    background-color: #f32837;
    margin-bottom: 30px;
}

#quienesGe p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    line-height: 25px;
    color: #4c4c4c;
}

#quienesGe li {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    line-height: 25px;
    color: #4c4c4c;

    /*text-shadow: 0.1em 0.1em #212121;*/
}

#quienesGe a {
    color: #f32837;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    text-decoration: none;
    font-weight: bold;
    line-height: 25px;
}

#quienesGe a:hover {
    color: #f32837;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    text-decoration: underline;
    font-weight: bold;
    line-height: 25px;
}

#quienesPo {
    position: relative;
    width: 700px;
    height: 90%;
    margin: 0 auto;
    padding: 40px;
    /* background: rgba(9, 9, 9, 0.45);
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     padding: 30px;*/
    background: #ffffff;

    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);
    box-shadow: 0 1px 6px rgba(64, 64, 64, 0.49);

    /* rounded corners */
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}



#quienesPo h2 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}

#quienesPo h3 {
    font-family: 'Roboto Slab', serif;
    color: #f32837;
    font-size: 1.4em;
    /*text-shadow: 0.1em 0.1em #232323;*/
    line-height: 25px;
}

#quienesPo h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.6em;
    color: #444444;
}

#quienesPo hr {
    color: #f32837;
    border-color: #f32837;
    background-color: #f32837;
    margin-bottom: 30px;
}

#quienesPo p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    line-height: 25px;
    color: #4c4c4c;
}

#quienesPo a {
    color: #f32837;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    text-decoration: none;
    font-weight: bold;
    line-height: 25px;
}

#quienesPo a:hover {
    color: #f32837;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    text-decoration: underline;
    font-weight: bold;
    line-height: 25px;
}

#quienesPo li {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
    line-height: 25px;
    color: #4c4c4c;

    /*text-shadow: 0.1em 0.1em #212121;*/
}

/* *************************** */
/* ****** Contacto *********** */
/* *************************** */

#main2 {
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 700px;
    /*border: 1px solid black;*/
    display: block;
    /*background-image: url(../images/Wallpapers-room_com___Moment_in_space_CVI_by_Funerium_1920x1200.jpg);*/
}

#comments {
    margin-top: 20px;
}

#direccion {
    position: relative;
    float: right;
    padding: 10px 30px;
    border: 1px solid #f32837;
    background-color: #EAEAEA;
    margin-right: 90px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
#direccionEn {
    position: relative;
    float: right;
    padding: 10px 30px;
    border: 1px solid #f32837;
    background-color: #EAEAEA;
    margin-right: 90px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#direccionFr {
    position: relative;
    float: right;
    padding: 10px 30px;
    border: 1px solid #f32837;
    background-color: #EAEAEA;
    margin-right: 90px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#direccionGe {
    position: relative;
    float: right;
    padding: 10px 30px;
    border: 1px solid #f32837;
    background-color: #EAEAEA;
    margin-right: 90px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#direccionPo {
    position: relative;
    float: right;
    padding: 10px 30px;
    border: 1px solid #f32837;
    background-color: #EAEAEA;
    margin-right: 90px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
/* *********** Languages **************** */

.languages {
    position: relative;
    width: auto;
    height: auto;
    top: 31px;
    left: 10px;
}

ul.languages li {
    display: inline;
}

ul.languages li a {
    text-shadow: 0.1em 0.1em black;
}

ul.languages .sp {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    margin-right: 10px;
    color: #ffffff;
    text-decoration: none;
}

ul.languages .sp:hover {
    position: relative;
    color: #f32837;
    float: left;
    width: auto;
    height: auto;
    margin-right: 10px;
    text-decoration: none;
}


ul.languages .en {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    margin-right: 10px;
    color: #ffffff;
    text-decoration: none;
}

ul.languages .en:hover {
    position: relative;
    color: #f32837;
    float: left;
    width: auto;
    height: auto;
    margin-right: 10px;
    text-decoration: none;
}

ul.languages .fr {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    margin-right: 10px;
    color: #ffffff;
    text-decoration: none;
}

ul.languages .fr:hover {
    position: relative;
    color: #f32837;
    float: left;
    width: auto;
    height: auto;
    margin-right: 10px;
    text-decoration: none;
}

ul.languages .ge {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    margin-right: 10px;
    color: #ffffff;
    text-decoration: none;
}

ul.languages .ge:hover {
    position: relative;
    color: #f32837;
    float: left;
    width: auto;
    height: auto;
    margin-right: 10px;
    text-decoration: none;
}

ul.languages .po {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    margin-right: 10px;
    color: #ffffff;
    text-decoration: none;
}

ul.languages .po:hover {
    position: relative;
    color: #f32837;
    float: left;
    width: auto;
    height: auto;
    margin-right: 10px;
    text-decoration: none;
}

/************** Thumbs ********/
#thumb {
    width: 70%;
    margin: 0 auto;
    height: auto;
    clear: both;
    padding-top: 50px;
    color: #3b3b3b;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.7em;
    font-weight: bold;
    /*text-shadow: 0 0.1em 0.1em #2c2c2c;*/

}

#thumb h3 {
    font-family: 'Roboto Slab', serif;
    text-align: center;
}

#thumb hr {
    border-color: #f32837;
    background-color: #f32837;
    margin-bottom: 20px;
    margin-top: -10px;
  /*  -moz-box-shadow: 0 1px 1px #2c2c2c;
    -webkit-box-shadow: 0 1px 1px #2c2c2c;
    box-shadow: 0 1px 1px #2c2c2c; */
}

/* --------------- Index 2 ------------------- */

#submainIndex {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    height: 100px;
    z-index: 1;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.50);
    -moz-box-shadow:    0 5px 15px rgba(0, 0, 0, 0.50);
    box-shadow:         0 5px 15px rgba(0, 0, 0, 0.50);
    background: rgb(0,0,0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NTQ4NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(69,72,77,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-8 */
}


#pannel {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    background: url(../images/space-wallpaper.gif) repeat-x;
    -moz-box-shadow:    inset 0 -5px 15px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: inset 0 -5px 15px rgba(0, 0, 0, 0.50);
    box-shadow:         inset 0 -5px 15px rgba(0, 0, 0, 0.50);
}

#panel1 {
    position: relative;
    width: 49.9%;
    height: auto;
    border-right: 1px solid white;
    float: left;
    display: block;
}

#panel1En {
    position: relative;
    width: 49.9%;
    height: auto;
    border-right: 1px solid white;
    float: left;
    display: block;
}

#panel1Fr {
    position: relative;
    width: 49.9%;
    height: auto;
    border-right: 1px solid white;
    float: left;
    display: block;
}

#panel1Ge {
    position: relative;
    width: 49.9%;
    height: auto;
    border-right: 1px solid white;
    float: left;
    display: block;
}

#panel1Po {
    position: relative;
    width: 49.9%;
    height: auto;
    border-right: 1px solid white;
    float: left;
    display: block;
}

#pannelAccesibilidad {
    float: left;
    width: 100%;
    height: auto;
    background: rgb(145,232,66); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4ZjIzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjYjhmMjMwIiBzdG9wLW9wYWNpdHk9IjAuOTkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(184,242,48,1) 0%, rgba(184,242,48,0.99) 1%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,242,48,1)), color-stop(1%,rgba(184,242,48,0.99)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8f230', endColorstr='#007db9e8',GradientType=0 ); /* IE6-8 */
}

#pannelAccesibilidadEn {
    float: left;
    width: 100%;
    height: auto;
    background: rgb(145,232,66); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4ZjIzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjYjhmMjMwIiBzdG9wLW9wYWNpdHk9IjAuOTkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(184,242,48,1) 0%, rgba(184,242,48,0.99) 1%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,242,48,1)), color-stop(1%,rgba(184,242,48,0.99)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8f230', endColorstr='#007db9e8',GradientType=0 ); /* IE6-8 */
}

#pannelAccesibilidadFr {
    float: left;
    width: 100%;
    height: auto;
    background: rgb(145,232,66); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4ZjIzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjYjhmMjMwIiBzdG9wLW9wYWNpdHk9IjAuOTkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(184,242,48,1) 0%, rgba(184,242,48,0.99) 1%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,242,48,1)), color-stop(1%,rgba(184,242,48,0.99)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8f230', endColorstr='#007db9e8',GradientType=0 ); /* IE6-8 */
}

#pannelAccesibilidadGe {
    float: left;
    width: 100%;
    height: auto;
    background: rgb(145,232,66); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4ZjIzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjYjhmMjMwIiBzdG9wLW9wYWNpdHk9IjAuOTkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(184,242,48,1) 0%, rgba(184,242,48,0.99) 1%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,242,48,1)), color-stop(1%,rgba(184,242,48,0.99)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8f230', endColorstr='#007db9e8',GradientType=0 ); /* IE6-8 */
}

#pannelAccesibilidadPo {
    float: left;
    width: 100%;
    height: auto;
    background: rgb(145,232,66); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4ZjIzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjYjhmMjMwIiBzdG9wLW9wYWNpdHk9IjAuOTkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(184,242,48,1) 0%, rgba(184,242,48,0.99) 1%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,242,48,1)), color-stop(1%,rgba(184,242,48,0.99)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(184,242,48,1) 0%,rgba(184,242,48,0.99) 1%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8f230', endColorstr='#007db9e8',GradientType=0 ); /* IE6-8 */
}

.accLogo {
     width: 75%;
     height: auto;
     margin-top: 220px;
     margin-left: 80px;
 }

.accLogo2 {
    width: 80%;
    height: auto;
    margin-top: 220px;
    margin-left: 80px;
}
.appIcon {
    width: 33%;
    height: auto;
    margin-left: 80px;
    margin-top: 20px;
    float: left;
}

.appIcon2 {
    width: 34%;
    height: auto;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
}

#pannelAccesibilidad h2 {
    margin-left: 80px;
    font-size: 1.0em;
    width: auto;
    color: white;
    font-weight: lighter;
    line-height: 18px;
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
}

#pannelAccesibilidadEn h2 {
    margin-left: 80px;
    font-size: 1.0em;
    width: auto;
    color: white;
    font-weight: lighter;
    line-height: 18px;
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
}

#pannelAccesibilidadFr h2 {
    margin-left: 80px;
    font-size: 1.0em;
    width: auto;
    color: white;
    font-weight: lighter;
    line-height: 18px;
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
}

#pannelAccesibilidadGe h2 {
    margin-left: 80px;
    font-size: 1.0em;
    width: auto;
    color: white;
    font-weight: lighter;
    line-height: 18px;
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
}

#pannelAccesibilidadPo h2 {
    margin-left: 80px;
    font-size: 1.0em;
    width: auto;
    color: white;
    font-weight: lighter;
    line-height: 18px;
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
}

.pan {
    float: left;
    position: relative;
    width: 50%;
    height: auto;
    display: block;
}

.pan h2 {
    width: 70%;
    min-width: 230px;
    font-size: 1.2em;
    font-family: 'Noto Sans', sans-serif;
}

.grey  {
    width: 32%;
    height: auto;
    position: absolute;

}

.grey:hover {
    width: 36%;
    height: auto;
    position: absolute;

}

.panGafas {
    width: 100%;
    height: auto;
}

.appWas {
    width: 23%;
    height: auto;
    margin-left: 430px;
    margin-top: -15px;
}

#panel2 {
    position: relative;
    width: 49.9%;
    height: auto;
    float: left;
    display: block;
}

#panel2En {
    position: relative;
    width: 49.9%;
    height: auto;
    float: left;
    display: block;
}

#panel2Fr {
    position: relative;
    width: 49.9%;
    height: auto;
    float: left;
    display: block;
}

#panel2Ge {
    position: relative;
    width: 49.9%;
    height: auto;
    float: left;
    display: block;
}

#panel2Po {
    position: relative;
    width: 49.9%;
    height: auto;
    float: left;
    display: block;
}

#pannelInteractividad {
    width: 100%;
    height: auto;
    float: left;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlMmMzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZWUyYzM5IiBzdG9wLW9wYWNpdHk9IjAuOTkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(238,44,57,1) 0%, rgba(238,44,57,0.99) 1%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,44,57,1)), color-stop(1%,rgba(238,44,57,0.99)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2c39', endColorstr='#007db9e8',GradientType=0 ); /* IE6-8 */
}

#pannelInteractividadEn {
    width: 100%;
    height: auto;
    float: left;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlMmMzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZWUyYzM5IiBzdG9wLW9wYWNpdHk9IjAuOTkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(238,44,57,1) 0%, rgba(238,44,57,0.99) 1%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,44,57,1)), color-stop(1%,rgba(238,44,57,0.99)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2c39', endColorstr='#007db9e8',GradientType=0 ); /* IE6-8 */
}

#pannelInteractividadFr {
    width: 100%;
    height: auto;
    float: left;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlMmMzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZWUyYzM5IiBzdG9wLW9wYWNpdHk9IjAuOTkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(238,44,57,1) 0%, rgba(238,44,57,0.99) 1%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,44,57,1)), color-stop(1%,rgba(238,44,57,0.99)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2c39', endColorstr='#007db9e8',GradientType=0 ); /* IE6-8 */

}

#pannelInteractividadGe {
    width: 100%;
    height: auto;
    float: left;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlMmMzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZWUyYzM5IiBzdG9wLW9wYWNpdHk9IjAuOTkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(238,44,57,1) 0%, rgba(238,44,57,0.99) 1%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,44,57,1)), color-stop(1%,rgba(238,44,57,0.99)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2c39', endColorstr='#007db9e8',GradientType=0 ); /* IE6-8 */
}

#pannelInteractividadPo {
    width: 100%;
    height: auto;
    float: left;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlMmMzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZWUyYzM5IiBzdG9wLW9wYWNpdHk9IjAuOTkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(238,44,57,1) 0%, rgba(238,44,57,0.99) 1%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,44,57,1)), color-stop(1%,rgba(238,44,57,0.99)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,44,57,1) 0%,rgba(238,44,57,0.99) 1%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2c39', endColorstr='#007db9e8',GradientType=0 ); /* IE6-8 */
}

.intLogo {
     margin-top: 220px;
     margin-left: 80px;
     width: 75%;
     height: auto;
 }

.intLogo2 {
    margin-top: 220px;
    margin-left: 80px;
    width: 76%;
    height: auto;
}
#pannelInteractividad h2 {
    margin-left: 80px;
    width: auto;
    font-size: 1.0em;
    color: white;
    font-weight: lighter;
    line-height: 18px;
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
}

#pannelInteractividadEn h2 {
    margin-left: 80px;
    width: auto;
    font-size: 1.0em;
    color: white;
    font-weight: lighter;
    line-height: 18px;
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
}

#pannelInteractividadFr h2 {
    margin-left: 80px;
    width: auto;
    font-size: 1.0em;
    color: white;
    font-weight: lighter;
    line-height: 18px;
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
}

#pannelInteractividadGe h2 {
    margin-left: 80px;
    width: auto;
    font-size: 1.0em;
    color: white;
    font-weight: lighter;
    line-height: 18px;
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
}

#pannelInteractividadPo h2 {
    margin-left: 80px;
    width: auto;
    font-size: 1.0em;
    color: white;
    font-weight: lighter;
    line-height: 18px;
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
}

.panTelefonos {
    width: 70%;
    min-width: 20%;
    height: auto;
    margin-top: 160px;
    margin-left: 50px;
}

.glass {
    width: 70%;
    height: auto;
    margin-left: 280px;
    margin-top: 30px;
}

/* ************** Sub menu index2 ************** */

#submenuIndex2 {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    height: 80px;
    background-color: #4b4b4b;
}

#submenuIndex2 ul {
    position: relative;
    list-style: none;
    width: 750px;
    height: auto;
    margin: 0 auto;
    padding-top: 5px;
}

#submenuIndex2 ul li {
    float: left;
    margin: 0 auto;
}

#submenuIndex2 ul li a {
    color: #ffffff;
    margin-right: 50px;
    padding-top: 30px;
    text-decoration: none;
    display: block;
    font-family: arial, helvetica sans-serif;
    font-size: 1.2em;
    text-shadow: 0.1em 0.1em black;
}

#submenuIndex2 ul li a:hover {
    color: #f32837;
    margin-right: 50px;
    padding-top: 30px;
    text-decoration: none;
    display: block;
    font-family: arial, helvetica sans-serif;
    font-size: 1.2em;
    text-shadow: 0.1em 0.1em black;
}

.cartel img{
    position: relative;
    width: 700px;
    height: auto;
    margin-top: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0 10px 1px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0 0 10px 1px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0 0 10px 1px rgba(119, 119, 119, 0.75);

}

.prox {
    position: relative;
    width: 640px;
    height: auto;
    background-color: rgba(255, 125, 128, 0.15);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0 10px 1px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0 0 10px 1px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0 0 10px 1px rgba(119, 119, 119, 0.75);
    padding: 30px;
}

.peli {
    width: 200px;
    height: auto;
    float: left;
    margin-right: 30px;
}
.peli img{
    position: relative;
    width: 200px;
    height: auto;
    margin-right: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pelis {
    width: 200px;
    height: auto;

}

.pelis h2 {
    margin-top: 40px;
}

.casilla {
    width: 80px;
    height: 120px;
    margin-top: 20px;
    border: 1px solid #787878;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
}

.casilla img {
    width: 80px;
    height: 120px;
}

.infoPeli {
    width: auto;
    height: auto;
    font-family: 'Noto Sans', sans-serif;
    font-size: 0.9em;
    line-height: 10px;
}

#peli1info p {
    line-height: 19px;

}
#peli2info p {
    line-height: 19px;

}
#peli3info p {
    line-height: 19px;

}

/* ****** Cookies ****** */

.cookie {
    position: relative;
    width: auto;
    height: auto;
    background-color: #888888;
    padding: 10px;
    margin-top: 80px;

}

.cookie p {
    width: 72%;
    height: auto;
    font-size: 10px;
    margin: 0 auto;
}

.cookie a {
    font-size: 10px;
    color: #ae252f;
}

/* ***** Página Info Cookies ***** */

.cookieDef {
    width: 65%;
    height: auto;
    margin: 0 auto;
}

.cookieDef p {
    text-align: justify;
}

.cookieDef li {
    text-align: justify;
}

.cookiesTable {
    width: 100%;
    height: auto;
}

.cookiesTable th {
     width: auto;
     height: auto;
     padding: 10px;
     background-color: #afafaf;
 }

.cookiesTitle th {
    width: auto;
    height: auto;
    padding: 10px;
    background-color: #cfcdf0;
}

.cookiesBodyTD td {
    padding: 10px;
    background-color: #fbf0ff;
}

/* ***** Prensa ***** */

.filmBox {
    width: 91%;
    height: auto;
    padding-top: 7px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    background-color: rgba(255, 125, 128, 0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 11px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0 1px 11px rgba(50, 50, 50, 0.75);
    box-shadow:         0 1px 11px rgba(50, 50, 50, 0.75);
}

.filmBox h4 {
    margin-top: -15px;
    margin-bottom: 20px;
}

.filmBoxSub {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.fecha {
    width: 20%;
    height: auto;
    margin-left: 20px;
    position: absolute;
    float: left;


}

.fecha p {
    color: #f32837;

}

.fechaContent {
    width: 79%;
    height: auto;
    margin-left: 120px;
    position: relative;

}

.fechaContent i {
    font-weight: lighter;
    font-size: 0.8em;
}

.fechaContent p {
    margin-bottom: -4px;

}

.fechaContent a {
    color: #4a4a4a;
    font-weight: lighter;
    font-size: 0.9em;
    text-align: justify;
}

.fechaContent a:hover {
    color: #da273c;
    font-weight: lighter;
    font-size: 0.9em;
    text-align: justify;
}

/* ************ noticias ************ */

.webNews1 {
    width: auto;
    height: auto;
    display: block;
}

.numbers {
    width: auto;
    height: auto;
}

.numbers ul {
    list-style: none;
    margin-left: 530px;
}

.numbers ul li {
    float: left;
    margin-right: 10px;
}

.panelLogos {
    width: 680px;
    height: 133px;
    padding: 10px;
    background: #dedfde;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.panelLogos img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 11px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0 1px 11px rgba(50, 50, 50, 0.75);
    box-shadow:         0 1px 11px rgba(50, 50, 50, 0.75);
}

.panelLogos ul {
    list-style: none;
}

.panelLogos ul li {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}