/*Tags*/

* {
    margin: 0;
    padding: 0;
}

html {
    /*min-height:100%;*/
}

body {
    font-family: HelveticaNeueThinCondRegular;
    background-color: #ffffff;
    cursor: default;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    min-height: 600px;
    min-width: 965px;
}

img {
    border: none;
}

p {
    font-size: 12px;
    color: #666666;
    text-align: justify;
    margin-top: 10px;
    line-height: 18px;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

h1 {
    font-size: 67px;
    color: #d92130;
    font-weight: normal;
    text-transform: uppercase;
    text-align: right;
}

h1.bigger {
    font-size: 92px;
    text-align: left;
}

h2 {
    font-size: 32px;
    color: #d92130;
    font-weight: normal;
    text-transform: uppercase;
}

h3 {
    font-size: 22px;
    color: #d92130;
    font-weight: normal;
    margin-top: 10px;
}

p {
    color: #8b8b8b;
    font-size: 18px;
    line-height: normal;
}

.corpo {
    /*font-family: 'Colaborate-ThinRegular';	*/
    font-family: HelveticaNeueThinCondRegular;
    font-weight: bold;
    font-size: 75px;
}


/*End Tags*/

.clean {
    clear: both;
    line-height: 0px;
    font-size: 0px;
}

.hidden {
    display: none;
}

.small {
    font-size: 50%;
    vertical-align: top;
}

.red {
    color: #d92130;
}

.boxImage,
.page.border {
    background-color: #fff;
    border: 1px solid #efefef;
    /*-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);  
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.1);  
	box-shadow: 0 0 7px rgba(0,0,0,0.1);*/
    display: block;
    text-align: center;
}

.boxImage {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.boxImage img,
.boxImage #caja_video {
    margin: 8px;
}

.redondeo {
    border-color: 1px solid #efefef;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sinSombra {
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}

.left {
    float: left;
    margin-right: 20px;
}

.right {
    float: left;
}

.deco {
    background: url(../img/ico/icoDeco.png) center bottom no-repeat;
    padding-bottom: 18px;
    margin-bottom: 12px;
}


/*********** ESTRUCTURA **********/

.portlet {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: url(../img/bgTextura.jpg) left top repeat;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    display: block;
    background: url(../img/bgMenu.jpg) left top repeat-x;
    z-index: 1000;
}

.centro {
    width: 960px;
    margin: 0 auto;
    height: auto;
}

.menu #logo {
    float: left;
    width: 88px;
    display: block;
    background: none !important;
    padding: 0 !important;
    margin-top: 8px !important;
    margin-right: 160px !important;
}

.menu #logo.menosMargen {
    margin-right: 85px !important;
}

.menu #logo a {
    background: none !important;
    padding: 0 !important;
    height: 24px !important;
    display: block;
}

.lavaLampBottomStyle {
    float: left;
    height: 31px;
    /*overflow: hidden;*/
    position: relative;
}

.lavaLampBottomStyle li {
    display: inline;
    margin-top: 9px;
    margin-right: 30px;
    background: url(../img/ico/icoMenu.png) left 6px no-repeat;
    float: left;
}

.lavaLampBottomStyle li a {
    font-size: 16px;
    color: #8f151f;
    padding: 0 10px;
    text-transform: uppercase;
    background: url(../img/ico/icoMenu.png) right 6px no-repeat;
}

.lavaLampBottomStyle li a:hover,
.lavaLampBottomStyle li.current a {
    color: #fff;
}

.lavaLampBottomStyle li.back {
    /*border-top: 3px solid #000;*/
    width: 124px;
    height: 24px;
    display: block;
    z-index: 800;
    position: absolute;
    bottom: 0;
    margin-bottom: -33px;
    background: url(../img/ico/menuSelected.png) center top no-repeat;
}

.lavaLampBottomStyle li a:hover,
.lavaLampBottomStyle li a:active,
.lavaLampBottomStyle li a:visited {
    border: none;
}

.menu .info {
    float: right;
    margin-top: 7px;
}

.menu .info a {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../img/ico/icoInfo.png) left top no-repeat;
}

.menu .info a:hover {
    background-position: left -24px;
}

.languages {
    position: absolute;
    top: 9px;
    left: 50%;
    margin-left: 420px;
    width: 65px;
    z-index: 10;
}

.languages ul {
    float: right;
    text-align: right;
}

.languages ul li {
    display: inline;
    border-right: 1px solid #88161e;
    padding-right: 5px;
    margin-left: 3px;
    width: auto;
    font-size: 15px;
}

.languages ul li.last {
    border: 0;
    padding: 0;
}

.languages ul li a {
    color: #88161e;
}

.languages ul li a:hover,
.languages ul li a.selected {
    color: #fff;
}


/*************CONTENIDOS**********/

.backToHome {
    width: 106px;
    height: 128px;
    display: none;
    background: url(../img/ico/icoToHome.png) left top no-repeat;
    position: fixed;
    bottom: 60px;
    right: 0;
    z-index: 9999;
}

.backToHome div {
    margin: 97px auto 0 auto;
    text-transform: uppercase;
    color: #af1521;
    font-size: 12px;
    text-align: center;
    padding-left: 10px;
}

.cont.ap1 {
    width: 100%;
    height: 100%;
    min-width: 980px;
    min-height: 1px;
    /*576px*/
    display: block;
    /* background: url(../img/redDegree.jpg) #f42837 left bottom repeat-x; */
    position: relative;
}

.cont.ap1 .saludo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 120px;
    display: block;
    margin-top: -120px;
    margin-left: -60px;
}

.cont.ap1 .saludo .cont {
    position: relative;
}

.cont.ap1 .saludo .close {
    position: absolute;
    top: 5px;
    right: 13px;
    color: #4A4A4A;
}

.cont.ap1 .saludo .close:hover {
    color: #f42837;
}

.cont.ap1 .saludo span {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    position: absolute;
    top: 90px;
    left: 0;
}

.cont.ap1 .saludo form {
    width: 100%;
    height: 80px;
    display: block;
    background: url(../img/tooltip.png) right top no-repeat;
    padding-top: 10px;
    display: none;
}

.cont.ap1 .saludo form label {
    color: #4a4a4a;
    font-size: 14px;
    margin: 0 0 0 65px;
    text-align: center;
}

.cont.ap1 .saludo form input {
    height: 25px;
    width: 133px;
    border: 1px solid #c8c8c8;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0 0 51px;
    color: #e62333;
    font-size: 14px;
    text-align: center;
    font-family: HelveticaNeueThinCondRegular;
}

.cont.trama {
    /*background:url(../img/bgTextura.jpg) left top repeat;*/
    padding: 40px 0;
}

.cont .medio {
    width: 50%;
    float: left;
}

.cont .medio.sideLeft {
    width: 510px;
}

.cont .medio.sideRight {
    width: 375px;
    margin-left: 75px;
}

.ap2 .welcome {
    margin-top: 10px;
}

.ap2 .video {
    width: 373px;
    height: 307px;
    display: block;
    float: right;
    margin-top: 30px;
}

.ap3 .texto {
    position: absolute;
    z-index: 10;
    text-align: right;
}

.ap3 .texto.slide1 {
    right: 80px;
    bottom: 70px;
}

.ap3 .texto.slide2 {
    left: 100px;
    top: 50px;
    text-align: left !important;
}

.ap3 .texto.slide3 {
    left: 320px;
    bottom: 70px;
    text-align: left !important;
}

.ap3 .texto h3 {
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
}

.ap3 .texto p {
    font-size: 25px;
    color: #fff;
}

.ap4 h2,
.ap5 h2 {
    font-size: 63px;
    color: #8b8b8c;
}

.ap4 .boxImage {
    width: 957px;
    height: auto;
    margin-top: 30px;
}

.ap4 .boxImage .interior {
    margin: 20px;
    background-color: #f8f8f8;
    padding: 25px;
    position: relative;
}

.popupUp,
.popupDown {
    width: 897px;
    height: 361px;
    position: absolute;
    left: 0;
    z-index: 100;
    margin: 10px;
    display: none;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.popupUp {
    top: 15px;
}

.popupDown {
    bottom: 15px;
}

.popupUp img,
.popupDown img {
    margin: 0;
    cursor: pointer;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ap4 .boxImage .interior ul.top {
    padding-bottom: 30px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 40px;
}

.ap4 .boxImage .interior ul li,
.ap5 .boxImage {
    display: block;
    float: left;
    position: relative;
}

.ap4 .boxImage .interior ul li {
    cursor: pointer;
}

.ap4 .boxImage .color,
.ap5 .boxImage .color {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ap5 h2 {
    font-size: 55px;
}

.ap5 .boxImage .color p {
    position: absolute;
    top: 170px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 10;
    font-size: 52px;
    color: #fff;
    text-transform: uppercase;
}

.ap5 li .boxImage img {
    margin: 20px;
    width: 185px;
    height: auto;
}

.ap5 .ampli {
    width: 957px;
    height: 400px;
    margin-top: 40px;
    display: none;
    position: relative;
}

.ap5 .ampli .boxImage {
    margin-left: 0;
}

.ap5 .ampli .fotos {
    width: 523px;
    height: 320px;
    display: block;
    margin: 20px 20px 20px 0;
    float: right;
    background: url(../img/bgAmpli.jpg) left top no-repeat;
    padding: 20px 40px;
}

.ap5 .ampli .fotos .deco {
    background: url("../img/ico/icoDeco.png") no-repeat scroll center bottom transparent;
    margin-bottom: 8px;
    padding-bottom: 12px;
}

.ap5 .ampli .fotos .boxImage {
    float: none;
}

.ap5 .ampli .texto {
    float: right;
    width: 300px;
    height: 380px;
    margin: 0 20px 0 0;
    border-right: 3px dashed #efefef;
    display: block;
    padding: 10px 10px 10px 0px;
    background: url("../img/ico/icoDeco.png") no-repeat scroll center 370px transparent;
}

.ap5 .ampli .texto .titular {
    float: left;
    margin-left: 20px;
    width: 163px;
}

.ap5 .ampli .texto .imagen {
    float: right;
}

.ap5 .ampli .texto .resto {
    border-top: 1px solid #efefef;
    margin-top: 10px;
    padding-top: 0px;
    margin-left: 10px;
}

.ap5 .ampli .texto .resto p {
    font-size: 15px !important;
}

.ap5 .ampli .texto .resto p span.red {
    width: 20px;
    display: block;
    float: left;
    clear: left;
    text-align: right;
    margin-right: 5px;
}

.ap5 .ampli .texto .resto p span {
    width: 256px;
    height: auto;
    display: block;
    float: left;
}

.ap5 .ampli .texto h1 {
    font-size: 27px;
    text-align: left;
    color: #d22937;
    text-transform: none;
    margin-top: 5px;
}

.ap5 .ampli .texto h2 {
    font-size: 21px;
    color: #989898;
    text-align: left;
    line-height: 25px;
    text-transform: none;
}

.ap5 .ampli .texto h3 {
    font-size: 13px;
    color: #989898;
    text-align: left;
    text-transform: none;
    font-style: italic;
}

.ap5 .ampli .icoAmpli {
    width: 38px;
    height: 23px;
    position: absolute;
    top: 30px;
    right: 0;
    display: block;
    z-index: 10;
    background: url(../img/ico/icoAmpli.png) left top no-repeat;
}

.ap5 ul.bloques {
    margin-top: 40px;
}

.ap5 ul.bloques li {
    cursor: pointer;
    float: left;
    margin: 0 16px 27px 0;
}

.ap5 ul.bloques li.last {
    margin-right: 0;
}

.ap5 ul.bloques li.center {
    margin-left: 367px;
}

.ap6 {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 980px;
    min-height: 576px;
    display: block;
}

.ap6 .caja {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 410px;
    display: block;
    margin-top: -225px;
    margin-left: -150px;
    z-index: 3;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ap6 .redBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    height: auto;
    display: block;
    margin-top: 70px;
    margin-left: -120px;
    z-index: 2;
    background-color: #f42435;
    padding: 10px 10px 45px 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.ap6 .redBox .boton {
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 10;
    width: 47px;
    height: 16px;
    background: url(../img/ico/btnInfo.png) left top no-repeat;
}

.ap6 .redBox .boton:hover,
.ap6 .redBox.opened .boton {
    background-position: 0 -16px;
}

.ap6 .redBox .sociales {
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 10;
    width: auto;
    height: auto;
}

.ap6 .redBox .sociales .facebook {
    width: 7px;
    height: 13px;
    display: block;
    float: left;
    background: url(../img/ico/icoFacebook.png) left top no-repeat;
}

.ap6 .redBox .sociales .facebook:hover {
    background-position: 0 -13px;
}

.ap6 .redBox .sociales .twitter {
    width: 12px;
    height: 10px;
    display: block;
    margin-right: 10px;
    margin-top: 2px;
    float: left;
    background: url(../img/ico/icoTwitter.png) left top no-repeat;
}

.ap6 .redBox .sociales .twitter:hover {
    background-position: 0 -10px;
}

.ap6 .redBox .clip {
    position: relative;
}

.ap6 .redBox .clip p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.ap6 .caja .cont {
    position: relative;
}

.ap6 .boxImage .cont {
    margin: 20px;
    background-color: #f8f8f8;
    width: 220px;
    height: 330px;
    display: block;
    padding: 20px;
}

.ap6 h3 {
    font-size: 23px;
    color: #d92130;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0;
}

.ap6 form label {
    font-size: 16px;
    color: #989898;
    text-align: center;
}

.ap6 .item {
    float: left;
    width: 50px;
    height: 30px;
    display: block;
    text-align: center;
    position: relative;
    padding-top: 20px;
    margin: 20px 10px;
}

.ap6 .caja_radio {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    display: block;
    background: url(../img/ico/icoRadio.png) 0 0 no-repeat;
}

.ap6 input[type="radio"] {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    cursor: pointer;
}

.ap6 textarea {
    width: 210px;
    height: 42px;
    border: 1px solid #bababa;
    font-family: HelveticaNeueThinCondRegular;
    font-size: 17px;
    color: #989898;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    resize: none;
    text-align: center;
}

.ap6 input[type='submit'] {
    width: 133px;
    height: 24px;
    background: url(../img/btnSend.png) top left no-repeat;
    color: #b61521;
    font-size: 16px;
    font-family: HelveticaNeueThinCondRegular;
    text-align: center;
    border: 0;
    cursor: pointer;
    margin-top: 15px;
    disabled: enabled !important;
}

.ap6 input[type='submit'].disabled {
    color: #989898 !important;
    cursor: progress !important;
    disabled: disabled !important;
}

.ap6 input[type='submit']:hover {
    color: #989898;
}

.ap6 p {
    color: #b61521;
    font-size: 14px;
    text-align: center;
}