@charset utf-8;

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background-color: #547d98;
    background: url(../images/loginback-mundial.png) center top no-repeat;
    background-repeat: repeat-x;
    background-size: cover;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.oh {
    overflow: hidden;
}

.rf {
    float: right;
}

ul.arrow li a {
    font-size: 13px;
    color: #2d2d2d;
    text-decoration: none;
    line-height: 14px;
}

ul.arrow li a:hover {
    font-size: 13px;
    color: #675d51;
    text-decoration: none;
}

#wrapper {
    background-position: top;
    background-image: url(../images/headerback.png);
    min-height: 350px;
    background-repeat: no-repeat;
}

.error {
    font-family: Ubuntu-Condensed, sans-serif;
    font-size: 12px;
    color: #ff501a;
}

#loginMain {
    width: 1000px;
    height: 552px;
    background-repeat: no-repeat;
    margin: auto;
    padding: 330px 10px 0;
}

.bgk_zoom_berocca {
    background: url(../images/login_bayer.png);
}

#loginMain h1 {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 100;
    text-align: center;
}

#loginMain h2 {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 100;
    text-align: left;
}

#loginContent {
    width: 500px;
    margin: auto;
}

#loginMain .left {
    float: left;
    font-size: 16px;
    color: #FFF;
    width: 240px;
    margin-right: 10px;
    margin-top: 10px;
}

#loginMain .left input {
    font-size: 14px;
    width: 220px;
    margin-top: 5px;
    padding: 4px 2px;
}

.Recovery {
    display: block;
    margin-left: 103px;
    font-size: 12px;
    color: #c7ddf1;
}

#loginMain .left .loginSubmit {
    width: 110px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 30px;
    background-color: #5da237;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: solid 1px #5da237;
    margin: 5px 0 0 118px;
}

#loginMain .left .loginSubmit:hover {
    background-color: #82be61;
    border: solid 1px #82be61;
}

#loginMain .right {
    float: left;
    font-size: 16px;
    color: #FFF;
    width: 240px;
    margin-top: 10px;
}

#loginMain .right .btRegistrarse {
    width: 240px;
    height: 51px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    background-color: #b3494d;
    text-align: center;
    color: #FFF;
    font-size: 30px;
    border: solid 1px #b3494d;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    padding-top: 12px;
    margin-top: 5px;
}

#loginMain .right .btRegistrarse:hover {
    background-color: #dc3d43;
    border: solid 1px #dc3d43;
}

.ifbrw {
    margin-top: 60px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.ifbrw a {
    color: #ff8282;
}

#validarCuit {
    width: 800px;
    background-color: #f3f3f3;
    margin: auto;
    padding: 10px;
}

#validarCuit h1 {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 100;
    font-size: 26px;
    color: #286790;
}

#validarCuit h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

#validarCuit .cuitBox label {
    font-weight: 700;
    float: left;
    margin-right: 10px;
    font-size: 26px;
    color: #7b8d99;
}

#validarCuit .cuitBox input {
    float: left;
    font-size: 14px;
    width: 300px;
    padding: 4px 2px;
}

#validarCuit .cuitBox .submitGreen {
    margin-left: 15px;
    margin-top: 2px;
    width: 110px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 28px;
    background-color: #184562;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: solid 1px #184562;
    float: left;
}

#validarCuit .cuitBox .submitGreen:hover {
    background-color: #1b6798;
    border: solid 1px #1b6798;
}

#validarCuit .cuitResult {
    margin-top: 10px;
    padding-left: 70px;
    line-height: 16px;
    color: #7b8d99;
    letter-spacing: 1px;
}

#validarCuit .cuitResult .submitGrey {
    margin-top: 10px;
    width: 110px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 28px;
    background-color: #b5b9c0;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: solid 1px #b5b9c0;
}

#validarCuit .cuitResult .submitGrey:hover {
    background-color: #2b78b4;
    border: solid 1px #2b78b4;
}

#footerLine {
    background-image: url(../images/footerline.jpg);
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
}

#header {
    height: 180px;
    width: 1000px;
    background-image: url(../images/topbkg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    margin: auto;
}

#header .left {
    float: left;
    width: 240px;
    margin-left: 65px;
    margin-top: 6px;
}

#userInfo {
    height: 128px;
    width: 430px;
    margin-left: 255px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

#userInfo .bayerLogo {
    margin-left: 390px;
}

#userInfo .user {
    text-shadow: 1px 1px 0 #000;
    color: #FFF;
    font-size: 14px;
    text-align: right;
    margin-top: 2px;
}

#userInfo .outBt {
    background-image: url(../images/out-act.jpg);
    width: 50px;
    height: 15px;
    margin-left: 380px;
}

#userInfo .outBt a {
    background-image: url(../images/out.jpg);
    width: 50px;
    height: 15px;
    display: block;
}

#userInfo .date {
    text-shadow: 1px 1px 0 #000;
    color: #FFF;
    font-size: 14px;
    float: right;
    text-align: right;
    margin-top: 15px;
}

#userInfo .weather {
    text-shadow: 1px 1px 0 #000;
    color: #FFF;
    font-size: 14px;
    float: right;
    text-align: right;
    margin: 15px 10px 0 0;
}

.weather .weather-container {
    background: url(../images/weather_background.png) repeat;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    height: 18px;
    line-height: 18px;
    margin-top: -5px;
    padding: 5px;
}

.weather .weather-container div {
    float: left;
    height: 18px;
}

.weather-container div.border {
    border-right: 1px solid rgba(255,255,255,.3);
    margin-right: 5px;
    padding-right: 5px;
}

.weather .weather-thumbnail img {
    height: 26px;
    margin: -4px 0 0;
}

#submenu {
    height: 17px;
    width: 310px;
    margin-top: 6px;
}

#submenu .btQue {
    background-image: url(../images/subm-que-act.png);
    width: 58px;
    height: 17px;
    float: left;
}

#submenu .btQue a {
    background-image: url(../images/subm-que.png);
    width: 58px;
    height: 17px;
    display: block;
}

#submenu .btRse {
    background-image: url(../images/subm-rse-act.jpg);
    width: 67px;
    height: 17px;
    float: left;
}

#submenu .btRse a {
    background-image: url(../images/subm-rse.jpg);
    width: 67px;
    height: 17px;
    display: block;
}

#submenu .btSms {
    background-image: url(../images/subm-sms-act.jpg);
    width: 58px;
    height: 17px;
    float: left;
}

#submenu .btSms a {
    background-image: url(../images/subm-sms.jpg);
    width: 58px;
    height: 17px;
    display: block;
}

#submenu .btContacto {
    background-image: url(../images/subm-cont-act.jpg);
    width: 75px;
    height: 17px;
    float: left;
}

#submenu .btContacto a {
    background-image: url(../images/subm-cont.jpg);
    width: 75px;
    height: 17px;
    display: block;
}

#submenu .btEmail {
    background-image: url(../images/subm-email-act.png);
    width: 52px;
    height: 17px;
    float: left;
}

#submenu .btEmail a {
    background-image: url(../images/subm-email.png);
    width: 52px;
    height: 17px;
    display: block;
}

.menufe {
    margin-left: 40px;
}

.menube {
    margin-left: 180px;
}

#main {
    width: 970px;
    min-height: 100px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background-image: url(../images/mainback.png);
    background-repeat: repeat-y;
    margin: auto;
    padding: 10px 15px;
}

#main #backendMain .titles {
    height: 31px;
}

.ccPP {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 30px;
    right: 16px;
    background: url(../images/close-popup.png) no-repeat;
    cursor: pointer;
}

.bgpp {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bgpp.png) repeat;
    z-index: 10000;
}

.bpp {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 426px;
    height: 267px;
    background: url(../images/popup-fondo2014.png) no-repeat;
    z-index: 10001;
    margin: -143px 0 0 -213px;
}

.bpp .bpcont {
    margin-top: 120px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #184660;
    text-align: center;
}

.bpp .bpesp {
    margin-right: 20px;
    margin-left: 20px;
}

.bpp .bpesp .p-small {
    font-size: 14px;
}

.bpp div span {
    display: block;
    width: 100%;
}

.bpp div .p-big {
    font-size: 34px;
}

.bpp div .p-small {
    font-size: 18px;
}

.btnP {
    display: block;
    width: 201px;
    height: 27px;
    line-height: 25px;
    margin: 0 auto;
}

.bppd {
    margin-top: 15px;
    color: #fff;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 18px;
    background: url(../images/popup-boton-default.png);
    text-align: center;
    text-decoration: none;
}

.pb-cont {
    width: 320px;
    margin: 0 auto;
}

.btnM {
    display: block;
    width: 141px;
    height: 27px;
    line-height: 25px;
    margin-top: 15px;
    color: #fff;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}

.btnmL {
    float: left;
    background: url(../images/popup-boton-left.png);
}

.btnmR {
    float: right;
    background: url(../images/popup-boton-right.png);
}

#pp3Acc1 {
    background: url(../images/popups/popup1.png);
}

#pp3Acc2 {
    background: url(../images/popups/popup2.png);
}

#pp3Acc3 {
    background: url(../images/popups/popup3.png);
}

.pacm {
    position: relative;
    top: 95px;
}

#mainBanner .top {
    background-image: url(../images/titleslider.jpg);
    background-repeat: no-repeat;
    height: 31px;
    letter-spacing: -1px;
    color: #FFF;
    font-size: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;
    padding: 5px 0 0 10px;
}

#mainBanner .bannerPhoto {
    width: 970px;
    height: 220px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    background-image: url(../images/bkgslider.jpg);
    background-repeat: no-repeat;
}

#homeContent {
    width: 970px;
    margin-top: 15px;
}

#homeContent .left {
    width: 650px;
    margin-right: 20px;
    float: left;
}

#homeContent .right {
    width: 300px;
    float: left;
}

#moduloNovedades .top {
    background-image: url(../images/titlenovedades.jpg);
    background-repeat: no-repeat;
    height: 31px;
    letter-spacing: -1px;
    color: #FFF;
    font-size: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;
    padding: 5px 0 0 10px;
}

#moduloNovedades .middle {
    background-image: url(../images/middlenovedades.jpg);
    background-repeat: repeat-y;
    color: #323232;
    font-size: 12px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 10px 16px 0 10px;
}

.newsBox {
    width: 624px;
}

.newsBox .photo {
    width: 125px;
    float: left;
    margin-right: 10px;
}

.newsBox .text {
    width: 424px;
    float: left;
    margin-right: 10px;
}

.newsBox .text h3 {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 26px;
    margin-top: 10px;
}

.newsBox .text p {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 10px;
}

.newsBox .btFlechas {
    width: 55px;
    float: left;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 68px;
}

.newsBox .btFlechas a {
    text-decoration: none;
    color: #ceedd0;
}

.newsBox .btFlechas a:hover {
    text-decoration: none;
    color: #2eab34;
}

.home-minibanner {
    margin-bottom: 10px;
}

#moduloNovedades .bottom {
    background-image: url(../images/bottomnovedades.jpg);
    background-repeat: no-repeat;
    height: 25px;
    color: #323232;
    font-size: 12px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 5px 0 0 10px;
}

#moduloPremios .top {
    background-image: url(../images/titlepremioshome.jpg);
    background-repeat: no-repeat;
    height: 31px;
    letter-spacing: -1px;
    color: #FFF;
    font-size: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;
    padding: 5px 0 0 10px;
}

#moduloInforma .top {
    background-image: url(../images/titleinforma.jpg);
    background-repeat: no-repeat;
    height: 31px;
    letter-spacing: -1px;
    color: #FFF;
    font-size: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;
    padding: 5px 0 0 10px;
}

#moduloRecomenda .top {
    background-image: url(../images/titlerecomenda.jpg);
    background-repeat: no-repeat;
    height: 31px;
    letter-spacing: -1px;
    color: #FFF;
    font-size: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;
    padding: 5px 0 0 10px;
}

#sectionMain {
    width: 970px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#sectionContent .left {
    width: 630px;
    margin-right: 20px;
    float: left;
}

#sectionContent .right {
    width: 295px;
    float: left;
}

#sectionMain .bottom {
    background-image: url(../images/backendbottom.png);
    background-repeat: no-repeat;
    width: 970px;
    height: 21px;
}

#sectionMain .boxPremio .picture {
    margin-top: 1px;
    height: 108px;
    background-color: #f0e9da;
    border: 2px solid #e7e0d0;
    text-align: center;
}

#sectionMain .boxPremio .detail .puntos {
    float: left;
    color: #f07c0a;
    padding-left: 5px;
    font-size: 14px;
}

#sectionMain .boxNewsletter {
    float: left;
    width: 200px;
    height: 61px;
    margin-top: 10px;
    margin-left: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
}

#sectionMain .btVer {
    float: left;
    margin-left: 125px;
    width: 74px;
    height: 21px;
    background-image: url(../images/btver-act.jpg);
}

#sectionMain .btVer a {
    background-image: url(../images/btver.jpg);
    display: block;
    width: 74px;
    height: 21px;
}

#sectionMain .boxCurso .picture {
    margin-top: 1px;
    height: 108px;
    background-color: #e9e5ea;
    border: 2px solid #e9d3ed;
    text-align: center;
}

#sectionMain .boxCurso .detail {
    margin-top: 1px;
    height: 21px;
    background-color: #e1d6e3;
}

#sectionMain .btConocer {
    float: left;
    margin-left: 125px;
    width: 74px;
    height: 21px;
    background-image: url(../images/btconocer-act.jpg);
}

#sectionMain .btConocer a {
    background-image: url(../images/btconocer.jpg);
    display: block;
    width: 74px;
    height: 21px;
}

#historicoPuntos .headers {
    height: 24px;
    margin-top: 10px;
    color: #23516a;
    font-size: 18px;
    padding: 2px 5px;
}

#historicoPuntos  ul li {
    background-color: #faf9f6;
    margin-bottom: 2px;
    color: #bab7b0;
    font-size: 14px;
    letter-spacing: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 2px 5px;
    overflow: hidden;
}

#historicoPuntos .fecha {
    float: left;
    width: 145px;
    text-align: left;
    padding-left: 5px;
}

#historicoPuntos .detalle {
    float: left;
    width: 440px;
    text-align: left;
    padding-left: 5px;
}

#infoSectionContent {
    width: 945px;
    background-image: url(../images/backendcontent.jpg);
    background-repeat: repeat-y;
    color: #282828;
    padding: 0 15px 10px 10px;
}

#infoSectionContent h1 {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 30px;
}

#infoSectionContent h2 {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 20px;
    padding-top: 10px;
}

#infoSectionContent ul {
    margin-left: 25px;
    font-size: 14px;
    line-height: 20px;
}

#infoSectionContent p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
}

#sectionContent {
    width: 945px;
    background-image: url(../images/backendcontent.jpg);
    background-repeat: repeat-y;
    padding: 0 15px 10px 10px;
}

#backendMain #sectionContent .formulario {
    width: 800px;
    margin: auto;
    padding: 20px 0;
}

#infoPuntos {
    background-color: #f7d9bc;
    width: 275px;
    margin-top: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #373737;
    letter-spacing: -1px;
    padding: 10px;
}

#infoPuntos h1 {
    font-size: 30px;
    font-weight: 100;
    color: #f07c0a;
}

#infoPuntos .btHistorico {
    width: 150px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 26px;
    background-color: #f9c1a2;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: solid 1px #f9c1a2;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    padding-top: 2px;
    margin: 10px 0 0 125px;
}

#infoPuntos .btHistorico:hover {
    background-color: #ffa16f;
    border: solid 1px #ffa16f;
}

#infoUsuario p {
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 10px;
    text-align: right;
    line-height: 18px;
}

#infoUsuario .btActualizar {
    width: 100px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 26px;
    background-color: #ebe083;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: solid 1px #ebe083;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    padding-top: 2px;
    margin: 10px 0 0 175px;
}

#infoDatos {
    background-color: #f3f0ea;
    width: 610px;
    margin-top: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #373737;
    letter-spacing: -1px;
    padding: 10px;
}

#infoDatos .datosPersonales {
    float: left;
    width: 288px;
    padding-right: 10px;
    border-right: 2px solid #cec8bd;
}

#infoDatos .datosFarmacia {
    float: left;
    width: 290px;
    margin-left: 10px;
}

#infoDatos .datosPersonales p,#infoDatos .datosFarmacia p {
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 10px;
    line-height: 24px;
}

#infoDatos .btEditar {
    width: 190px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 26px;
    background-color: #297198;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: solid 1px #297198;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    padding-top: 2px;
    margin: 10px 0 0;
}

#infoDatos .btEditar:hover {
    background-color: #4291bc;
    border: solid 1px #4291bc;
}

#infoDatos .datosContacto {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#infoDatos .datosContacto p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
}

#infoDatos .datosContacto h3 {
    font-size: 16px;
}

#infoDatos .datosContacto h4 {
    font-size: 12px;
    font-weight: 100;
}

#infoDatos .datosContacto h5 {
    font-size: 12px;
    font-weight: 100;
    margin-top: 10px;
}

#infoDatos .datosContacto .submitYellow {
    margin-top: 10px;
    width: 110px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 32px;
    background-color: #cdb64b;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: solid 1px #cdb64b;
}

#infoDatos .datosContacto .submitYellow:hover {
    background-color: #edce38;
}

.sendok {
    position: absolute;
    left: 50%;
    top: 25px;
    width: 300px;
    margin-left: -155px;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: 15px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    text-align: center;
    z-index: 999999;
    padding: 5px;
}

#infoAccion {
    background-color: #f3f0ea;
    width: 610px;
    margin-top: 5px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #373737;
    letter-spacing: -1px;
    padding: 10px;
}

#infoAccion .formuExhibi {
    float: left;
    margin-right: 10px;
    width: 325px;
}

#infoAccion .formuExhibi h1 {
    color: #eb1b5a;
    font-weight: 100;
    font-size: 24px;
}

#infoAccion .formuExhibi .inputCod {
    width: 325px;
    font-size: 24px;
}

#infoAccion .formuExhibi .submitRed {
    width: 110px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 30px;
    background-color: #f093af;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: solid 1px #f093af;
    margin: 15px 0 0 210px;
}

#infoAccion .separadorExhibi {
    float: left;
    margin-right: 10px;
    width: 5px;
    background-color: #cec8bd;
    height: 180px;
}

#infoAccion .imagenExhibi {
    float: left;
    width: 260px;
}

#infoAccion .formuColega {
    width: 610px;
}

#infoAccion .formuColega .lf,#infoAccion .formuColega .rf {
    width: 300px;
}

#infoAccion .formuColega h1 {
    color: #c22626;
    font-weight: 100;
    font-size: 24px;
    margin-bottom: 10px;
}

#infoAccion .formuColega h2 {
    float: left;
    color: #486a62;
    font-weight: 100;
    font-size: 16px;
}

#infoAccion .formuColega .inputName,#infoAccion .formuColega .inputMail {
    float: left;
    width: 292px;
    font-size: 24px;
}

#infoAccion .formuColega .inputCod {
    width: 600px;
    font-size: 24px;
}

#infoAccion .formuColega .submitGreen {
    width: 110px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 30px;
    background-color: #96b3ac;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: solid 1px #96b3ac;
    margin: 15px 0 0 497px;
}

#infoAccion .separadorColega {
    height: 5px;
    background-color: #cec8bd;
    width: 610px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#infoPremios {
    background-color: #c0f4f3;
    width: 275px;
    margin-top: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #373737;
    letter-spacing: -1px;
    padding: 10px;
}

#infoPremios h1 {
    font-size: 30px;
    font-weight: 100;
    color: #115e5c;
}

#infoPremios h3 {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 100;
    color: #67CBC9;
}

#infoPremios p {
    font-size: 24px;
    font-weight: 100;
    margin-top: 15px;
    color: #67CBC9;
}

#infoPremios ul li {
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 10px;
    background-color: #dbf9f8;
}

#infoPremios .text {
    float: left;
    width: 210px;
    padding: 8px;
}

#rankingWidget {
    background-color: #f7d9bc;
    width: 275px;
    margin-top: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #373737;
    letter-spacing: -1px;
    padding: 10px;
}

#rankingWidget h1 {
    font-size: 30px;
    font-weight: 100;
    color: #f07c0a;
}

#rankingWidget h3 {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 100;
    color: #67CBC9;
}

#rankingWidget span.empty {
    display: block;
    font-size: 20px;
    font-weight: 100;
    margin: 20px 0;
    padding: 0 15px;
    text-align: center;
    opacity: .8;
}

#rankingWidget ul li {
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 10px;
    padding: 10px 10px 10px 65px;
    background: rgba(255,255,255,.4);
    position: relative;
}

#rankingWidget ul li span {
    color: #eec9a5;
    font-size: 49px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 5px;
}

#infoBases {
    background-color: #f4ebc0;
    width: 275px;
    margin-top: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #373737;
    letter-spacing: -1px;
    padding: 10px;
}

#infoBases h1 {
    font-size: 30px;
    font-weight: 100;
    color: #5e5211;
}

#infoBases ul li {
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 10px;
    background-color: #f9f4db;
    padding: 8px;
}

#infoBases ul li a {
    text-decoration: none;
    color: #373737;
}

#infoRanking {
    background-color: #f2dcb1;
    width: 275px;
    margin-top: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #373737;
    letter-spacing: -1px;
    padding: 10px;
}

#infoRanking h1 {
    font-size: 30px;
    font-weight: 100;
    color: #c58532;
}

#infoRanking h2 {
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 10px;
}

#infoRanking ul li {
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 2px;
    background-color: #ffc27a;
}

#infoRanking .text {
    float: left;
    width: 210px;
    margin-right: 3px;
    padding: 4px;
}

#infoRanking .puntos {
    float: left;
    width: 45px;
    padding: 4px;
}

#sectionMain .boxPremio .detail .btPedir {
    float: right;
    width: 74px;
    height: 21px;
    background-image: url(../images/btpedir-act.jpg);
}

#sectionMain .btPedir a {
    background-image: url(../images/btpedir.jpg);
    display: block;
    width: 74px;
    height: 21px;
}

.boxPremio .product .textFront {
    color: #23516A;
    font-size: 15px;
    font-family: 'Ubuntu Condensed', sans-serif;
    letter-spacing: -1px;
    float: left;
    width: 190px;
    margin-right: 5px;
}

#sectionMain .top .premiosTitle {
    height: 31px;
    letter-spacing: -1px;
    color: #fff;
    font-size: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;
    background-image: url(../images/titlepremios.jpg);
    padding: 5px 0 0 10px;
}

#sectionMain .top .consultasTitle {
    height: 31px;
    letter-spacing: -1px;
    color: #fff;
    font-size: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;
    background-image: url(../images/titleconsultas.jpg);
    padding: 5px 0 0 10px;
}

#sectionMain .top .registroTitle {
    height: 31px;
    letter-spacing: -1px;
    color: #fff;
    font-size: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;
    background-image: url(../images/titleregistro.jpg);
    padding: 5px 0 0 10px;
}

#sectionMain .top .accionTitle {
    height: 31px;
    letter-spacing: -1px;
    color: #fff;
    font-size: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;
    background-image: url(../images/titleaccion.jpg);
    padding: 5px 0 0 10px;
}

#sectionMain .top .newsTitle {
    height: 31px;
    letter-spacing: -1px;
    color: #fff;
    font-size: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;
    background-image: url(../images/titlenews.jpg);
    padding: 5px 0 0 10px;
}

#sectionMain .top .infoTitle {
    height: 31px;
    letter-spacing: -1px;
    color: #fff;
    font-size: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;
    background-image: url(../images/titleinfo.jpg);
    padding: 5px 0 0 10px;
}

#sectionMain .top .capacitacionesTitle {
    height: 31px;
    letter-spacing: -1px;
    color: #fff;
    font-size: 20px;
    font-family: 'Ubuntu Condensed', sans-serif;
    background-image: url(../images/titlecapacitaciones.jpg);
    padding: 5px 0 0 10px;
}

#infoCursos .btCursos {
    width: 150px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 26px;
    background-color: #fb5d5d;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: solid 1px #fb5d5d;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    padding-top: 2px;
    margin: 10px 0 0 125px;
}

#infoNewsletter {
    background-color: #e8e0ea;
    width: 621px;
    margin-top: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #373737;
    letter-spacing: -1px;
    padding: 10px;
}

#infoNews {
    background-color: #e8e0ea;
    width: 275px;
    margin-top: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #373737;
    letter-spacing: -1px;
    padding: 10px;
}

#infoNews h1 {
    font-size: 30px;
    font-weight: 100;
    color: #904f9e;
}

#infoNewsletter h1 {
    font-size: 30px;
    font-weight: 100;
    color: #904f9e;
}

#infoNews h1 {
    font-size: 30px;
    font-weight: 100;
    color: #904f9e;
}


#infoNewsletter .btNews {
    width: 150px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 26px;
    background-color: #ae82f7;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: solid 1px #ae82f7;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    padding-top: 2px;
    margin: 133px 0 0 463px;
}

#infoNews .btNews {
    width: 150px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 26px;
    background-color: #ae82f7;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: solid 1px #ae82f7;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    padding-top: 2px;
    margin: 10px 0 0 125px;
}

#infoNewsletter .btNews:hover {
    background-color: #8f55ee;
    border: solid 1px #8f55ee;
}

#infoNews .btNews:hover {
    background-color: #8f55ee;
    border: solid 1px #8f55ee;
}

#infoConsultas .btNews {
    width: 150px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 26px;
    background-color: #e7ba96;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: solid 1px #e7ba96;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    padding-top: 2px;
    margin: 10px 0 0 125px;
}

#formulario {
    width: 800px;
    margin: auto;
    padding: 10px;
}

#formulario h1 {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: 100;
    font-size: 26px;
    color: #359251;
}

.formCol {
    width: 400px;
    float: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 15px;
}

.formCol label {
    display: block;
    font-weight: 700;
    text-align: right;
    width: 140px;
    float: left;
}

.formCol .small {
    color: #666;
    display: block;
    font-size: 11px;
    font-weight: 400;
    text-align: right;
    width: 140px;
}

.formCol input {
    float: left;
    font-size: 12px;
    width: 200px;
    margin: 2px 0 20px 10px;
    padding: 4px 2px;
}

.formCol select {
    float: left;
    font-size: 12px;
    width: 208px;
    margin: 2px 0 20px 10px;
    padding: 4px 2px;
}

.formCol .checkbox {
    float: left;
    width: 20px;
    margin: 2px 0 0 120px;
    padding: 0;
}

.formCol .checktext {
    float: left;
    font-size: 12px;
    margin-left: 5px;
}

.formCol .captcha {
    font-size: 11px;
    color: #666;
    padding: 10px;
}

.formCol .reqCheck {
    margin-bottom: 15px;
}

.cuitContainer input {
    margin: 2px 0 0 10px;
}

.cpostbutton {
    position: relative;
    top: -9px;
    background: #006b97;
    border: 1px solid #00628a;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    color: #fff;
    display: block;
    width: 170px;
    margin-right: 42px;
    float: right;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    padding: 2px 18px;
}

.cpostbutton:hover {
    background: #0889be;
}

.formCol .submitGreen {
    width: 110px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 30px;
    background-color: #619B71;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: solid 1px #619B71;
    margin: 15px 0 0 145px;
}

.formCol .submitGreen:hover {
    background-color: #93bc9e;
}

.formCol .error {
    position: relative;
    top: -15px;
    width: 360px;
    text-align: right;
}

.mainAccordion {
    width: 630px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 10px;
}

h2.acc_trigger {
    background: url(../images/bkgaccordion.jpg) no-repeat;
    height: 46px;
    line-height: 46px;
    width: 630px;
    font-size: 24px;
    font-weight: 400;
    float: left;
    margin: 0 0 5px;
    padding: 0;
}

h2.acc_trigger a {
    color: #f093af;
    text-decoration: none;
    display: block;
    padding: 0 0 0 50px;
    font-family: 'Futura Bold', arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

h2.acc_trigger a:hover {
    color: #eb1b5a;
}

h2.active {
    background-position: left bottom;
}

.acc_container {
    overflow: hidden;
    font-size: 14px;
    width: 630px;
    clear: both;
    background: #f0f0f0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 0 0 5px;
    padding: 0;
}

.acc_container .block {
    padding: 5px 20px;
}

.acc_container .block p {
    margin: 5px 0;
    padding: 5px 0;
}

.acc_container img.izq {
    float: left;
    background: #ddd;
    border: 1px solid #ccc;
    margin: 10px 15px 15px 0;
    padding: 5px;
}

.acc_container img.abajo {
    background: #ddd;
    border: 1px solid #ccc;
    margin: 0 15px 5px 0;
    padding: 5px;
}

.acc_container .smsBkg {
    width: 629px;
    height: 134px;
    background-image: url(../images/smsBkg.png);
    background-repeat: no-repeat;
}

.acc_container .smsBkg p.note {
    width: 580px;
    text-align: center;
    color: #FFF;
    height: 46px;
    padding-top: 16px;
}

.acc_container .smsBkg p.code {
    width: 500px;
    color: #FFF;
    padding-left: 20px;
}

#mainBottom {
    width: 1000px;
    height: 79px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background-image: url(../images/bottomback.png);
    background-repeat: no-repeat;
    margin: auto;
}

.pg {
    padding: 5px 10px;
}

#footer {
    width: 1000px;
    height: 97px;
    background-image: url(../images/footerback.png);
    background-repeat: no-repeat;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 12px;
    margin: -20px auto auto;
}

.footerLeft {
    float: left;
    width: 430px;
    padding: 38px 0 0 20px;
}

.footerLogo {
    width: 100px;
    float: left;
}

.footerRight {
    float: left;
    width: 425px;
    padding: 38px 15px 0 10px;
}

.footerMenu {
    font-size: 14px;
    text-align: right;
    padding: 25px 15px 0 0;
}

#footer li {
    display: inline;
    margin-right: 10px;
}

#footer li a:hover {
    text-decoration: none;
    color: #1bdafc;
}

.footerMenu span {
    margin-left: 5px;
    margin-right: 5px;
    color: #711616;
}

.footerLink a {
    text-decoration: none;
    color: #171717;
}

.footerLink a:hover {
    text-decoration: none;
    color: #711616;
}

.espiral {
    text-align: right;
    padding-right: 15px;
    margin-top: 30px;
}

.footerText {
    font-size: 13px;
    padding-left: 25px;
}

.newsBox img {
    float: left;
    margin-right: 10px;
}

.rightBox .head {
    width: 249px;
    height: 26px;
    background-image: url(../images/righthead.png);
    background-repeat: no-repeat;
    text-align: right;
    color: #FFF;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    padding-right: 15px;
    font-size: 24px;
}

.rightBox .tapa {
    width: 254px;
    height: 316px;
    background-image: url(../images/brownbkg.png);
    background-repeat: repeat;
    margin-top: 1px;
    padding: 5px;
}

.paddingB {
    padding-bottom: 10px;
}

.rightBox .leftAd {
    width: 27px;
    height: 289px;
    background-image: url(../images/adleft.png);
    background-repeat: no-repeat;
    float: left;
}

.rightBox .rightAd {
    width: 226px;
    height: 279px;
    margin: auto;
    padding: 5px;
}

#sectionHeader {
    width: 939px;
    height: 192px;
    border: 4px solid #8D8577;
    margin: 1px auto auto;
}

#mainNews {
    margin-top: 12px;
    background-image: url(../images/newsbkg.png);
    background-repeat: repeat;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 642px;
    min-height: 1268px;
    padding: 15px;
}

#mainNews h1 {
    font-size: 35px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
}

#mainNews h2 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

#mainNews h4 {
    font-size: 10px;
    color: #898784;
}

#mainNews .mainPhoto {
    width: 642px;
    margin: 10px 0;
}

#mainNews h3 {
    font-size: 14px;
    color: #1e1e1e;
    margin: 10px 0;
}

#mainNews h5 {
    font-size: 10px;
    color: #333;
    font-weight: 400px;
    margin: 5px 0;
}

#mainNews p {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    margin: 5px 0;
}

#mainNews p a {
    text-decoration: none;
    color: #784649;
}

#mainNews p a:hover {
    text-decoration: underline;
    color: #784649;
}

#mainNews ul li {
    font-size: 13px;
    line-height: 20px;
    color: #333;
}

#mainNews .featured {
    background-color: #fffad7;
    text-align: justify;
    margin-top: 10px;
    padding: 10px;
}

#mainNews .featured p {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    margin: 0;
}

#mainNews .gallery {
    background-color: #ffefd7;
    margin-top: 10px;
    padding: 10px;
}

#mainNews .share {
    background-color: #f1e8e8;
    margin-top: 1px;
    padding: 10px;
}

#mainNews .share h3 {
    font-size: 20px;
    color: #aea69b;
    font-family: 'PT Sans Narrow', sans-serif;
    width: 440px;
    float: left;
    margin: 0;
}

#mainNews .share .button {
    width: 48px;
    height: 48px;
    float: left;
    margin-left: 10px;
}

#relatedNews {
    width: 632px;
    background-image: url(../images/backmore.png);
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 100px;
    background-color: #d4cabd;
    margin-top: 10px;
    border: 5px solid #cbc2b7;
}

#relatedNews .title {
    font-size: 18px;
    color: #834d4f;
    line-height: 16px;
    text-align: left;
    padding-left: 20px;
    background-image: url(../images/bulletpoints.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 18px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    margin: 10px 10px 0;
}

#relatedNews .subtitle {
    font-size: 14px;
    margin: 10px 10px 0;
}

#relatedNews .subtitle a {
    color: #479a98;
    text-decoration: none;
}

#relatedNews .subtitle a:hover {
    color: #679594;
    text-decoration: none;
}

.formuContacto {
    margin-top: 12px;
    background-image: url(../images/newsbkg.png);
    background-repeat: repeat;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 642px;
    min-height: 680px;
    padding: 15px;
}

.formuContacto .title {
    font-size: 24px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.formuContacto .description {
    font-size: 14px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.formuContacto .formuBox {
    margin-top: 20px;
    width: 650px;
    font-size: 14px;
}

.row .genCol {
    width: 650px;
    height: 80px;
}

.row .leftCol {
    float: left;
    width: 295px;
    height: 60px;
    margin-right: 60px;
}

.row .rightCol {
    float: left;
    width: 295px;
    height: 60px;
}

.row .checkCol {
    float: left;
    width: 400px;
    height: 40px;
    margin-right: 50px;
    font-size: 11px;
}

.row .submitCol {
    float: left;
    width: 155px;
    height: 40px;
    text-align: right;
}

.validation-passed {
    border: 1px solid #e8a02d;
}

.validation-failed {
    border: 1px solid #e0373f;
}

.validation-advice {
    color: #e0373f;
    font-size: 10px;
}

.pollTitle {
    text-align: left;
    font-size: 15px;
    margin-bottom: 10px;
}

.pollOption {
    font-size: 13px;
}

.submitButton {
    width: 60px;
    height: 25px;
    margin-left: 170px;
}

#vosMain {
    width: 630px;
    font-family: 'Ubuntu Condensed', sans-serif;
    letter-spacing: -1px;
}

#infoPublicidades {
    background-color: #86dfc9;
    width: 275px;
    margin-top: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #373737;
    letter-spacing: -1px;
    padding: 10px;
}

#infoPublicidades .btNews {
    width: 100px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 26px;
    background-color: #00af86;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: solid 1px #00af86;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    padding-top: 2px;
    margin: 10px 0 0 175px;
}

#infoPublicidades .btNews:hover {
    background-color: #26bf9b;
    border: solid 1px #26bf9b;
}

#infoHoroscopo .btActualizar {
    width: 150px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 26px;
    background-color: #ebe083;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: solid 1px #ebe083;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    padding-top: 2px;
    margin: 10px 0 0 125px;
}

#infoMinijuegos .btCursos {
    width: 100px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 26px;
    background-color: #fb5d5d;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: solid 1px #fb5d5d;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    padding-top: 2px;
    margin: 10px 0 0 175px;
}

#infoInformate .btNews {
    width: 100px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 26px;
    background-color: #e7ba96;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: solid 1px #e7ba96;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    padding-top: 2px;
    margin: 10px 0 0 175px;
}

.marginR {
    margin-right: 40px;
}

.boxPublicidades .title {
    background-color: #d8e2df;
    color: #6d8881;
    font-size: 24px;
    padding: 5px 7px;
}

.boxPublicidades .image {
    width: 295px;
    height: 200px;
    margin: 2px 0;
}

.boxPublicidades .action {
    background-color: #aad8ca;
    color: #6d8881;
    font-size: 18px;
    text-align: right;
    padding: 3px 10px;
}

.boxMinijuegos .title {
    background-color: #e2d8d8;
    color: #886d6d;
    font-size: 24px;
    padding: 5px 7px;
}

.boxMinijuegos .image {
    width: 295px;
    height: 138px;
    margin: 2px 0;
}

.boxMinijuegos .action {
    background-color: #d8aaaa;
    color: #886d6d;
    font-size: 18px;
}

.boxMinijuegos .action .miniLeft {
    float: left;
    width: 230px;
    padding: 2px 6px;
}

.boxMinijuegos .action .miniRight {
    background-color: #d36161;
    color: #fff;
    font-size: 18px;
    float: left;
    padding: 2px 10px;
}

#videoMain .volver {
    background-color: #aad8ca;
    color: #6d8881;
    font-size: 18px;
    margin-top: 5px;
    padding: 3px 10px;
}

#videoMain .volver a {
    text-decoration: none;
    color: #6d8881;
}

#minijuegoMain .volver {
    background-color: #d8aaaa;
    color: #886d6d;
    font-size: 18px;
    margin-top: 5px;
    padding: 3px 10px;
}

#minijuegoMain .volver a {
    text-decoration: none;
    color: #886d6d;
}

.feedEkList {
    width: 630px;
    font-size: 14px;
    list-style: none outside none;
    background-color: #FFF;
    overflow: hidden;
    color: #3E3E3E;
}

.feedEkList li {
    float: left;
    width: 285px;
    padding: 15px;
}

.feedEkList .itemContent b {
    display: inline-block;
    width: 100%;
    height: 60px;
}

.itemTitle {
    color: #d43e10;
    font-size: 22px;
}

.itemImage {
    background: url(../images/cbyvos-horoscopo-signos.png) no-repeat;
    float: left;
    margin-left: -7px;
    width: 60px;
    height: 60px;
}

.itemTitle a {
    font-weight: 700;
    color: #4EBAFF!important;
    text-decoration: none;
}

.itemContent a {
    display: none;
}

.itemDate {
    font-size: 11px;
    color: #AAA;
}

.itemImage.piscis {
    background-position: 0 0;
}

.itemImage.acuario {
    background-position: -60px 0;
}

.itemImage.sagitario {
    background-position: -120px 0;
}

.itemImage.capricornio {
    background-position: -180px 0;
}

.itemImage.escorpio {
    background-position: 0 -60px;
}

.itemImage.virgo {
    background-position: -60px -60px;
}

.itemImage.libra {
    background-position: -120px -60px;
}

.itemImage.leo {
    background-position: -180px -60px;
}

.itemImage.cáncer {
    background-position: 0 -120px;
}

.itemImage.géminis {
    background-position: -60px -120px;
}

.itemImage.tauro {
    background-position: -120px -120px;
}

.itemImage.aries {
    background-position: -180px -120px;
}

.button {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    color: #FFF;
    display: block;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.button.small {
    line-height: 26px;
    font-size: 16px;
    padding: 0 8px;
}

.button.big {
    line-height: 40px;
    font-size: 18px;
    padding: 0 14px;
}

.button.green {
    background: #15873e;
}

.button.red {
    background: #db0900;
}

.button.blue {
    background: #9866a3;
}

.button.green:hover {
    background: #27a755;
}

ul,#historicoPuntos ul.clearfix,#infoPremios ul,#infoBases ul,#infoRanking ul {
    list-style: none;
}

.clearfix:after,.clearBoth {
    clear: both;
}

.lf,#header .right,#infoAccion .formuColega .error,#infoPremios img,.cuitContainer {
    float: left;
}

ul.arrow,#mainNews ul {
    list-style-image: url(../images/bulletarrow.png);
    padding-left: 20px;
}

#loginMain .right .btRegistrarse a,#infoPuntos .btHistorico a,#infoUsuario .btActualizar a,#infoDatos .btEditar a,#infoCursos .btCursos a,#infoNewsletter .btNews a,#infoNews .btNews a,#infoConsultas .btNews a,#footer li a,#infoPublicidades .btNews a,#infoHoroscopo .btActualizar a,#infoMinijuegos .btCursos a,#infoInformate .btNews a {
    text-decoration: none;
    color: #FFF;
}

#validarCuit .cuitBox,#menu,#moduloPremios,.right .facebook,.marginT,#example,.formuBox .row,#vosNovedades {
    margin-top: 10px;
}

#userInfo .outBt a:hover,#submenu .btQue a:hover,#submenu .btRse a:hover,#submenu .btSms a:hover,#submenu .btContacto a:hover,#submenu .btEmail a:hover,#sectionMain .btVer a:hover,#sectionMain .btConocer a:hover,#sectionMain .btPedir a:hover {
    background: none;
}

#mainBanner,#sectionMain .top {
    width: 970px;
}

#moduloNovedades .middle .separador,#vosNovedades .separador {
    width: 624px;
    height: 2px;
    background-color: #f7f4ef;
    margin: 10px 0;
}

#sectionMain .boxPremio,#sectionMain .boxCurso {
    float: left;
    width: 200px;
    height: 169px;
    margin-top: 10px;
    margin-left: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
}

#sectionMain .boxPremio .product,#sectionMain .boxNewsletter .product,#sectionMain .boxCurso .product {
    height: 28px;
    background-color: #ececec;
    padding: 5px 0 0 5px;
}

#sectionMain .boxPremio .product .text,#sectionMain .boxNewsletter .product .text,#sectionMain .boxCurso .product .text {
    color: #23516a;
    font-size: 20px;
    letter-spacing: -1px;
    float: left;
    width: 190px;
    margin-right: 5px;
}

#sectionMain .boxPremio .detail,#sectionMain .boxNewsletter .detail {
    margin-top: 1px;
    height: 21px;
    background-color: #f3e7cf;
}

#historicoPuntos .puntos,#historicoPuntos .canjes,#historicoPuntos .saldo {
    float: left;
    width: 45px;
    text-align: right;
    padding-right: 5px;
}

#infoPuntos h2,#infoUsuario h2,#infoDatos h2,#infoInstrucciones h2,#infoPremios h2,#infoBases h2,#infoCursos h2,#infoNewsletter h2,#infoNews h2,#infoConsultas h2,#mainInformate h2,#mainPublicidades h2,#mainHoroscopo h2,#mainMinijuegos h2,#infoPublicidades h2,#infoHoroscopo h2,#infoMinijuegos h2,#infoInformate h2 {
    font-size: 16px;
    font-weight: 100;
}

#infoPuntos p,#infoCursos p {
    font-size: 46px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 100;
    margin-top: 10px;
    text-align: right;
}

#infoUsuario,#infoHoroscopo {
    background-color: #f8f1b8;
    width: 275px;
    margin-top: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #373737;
    letter-spacing: -1px;
    padding: 10px;
}

#infoUsuario h1,#mainHoroscopo h1,#infoHoroscopo h1 {
    font-size: 30px;
    font-weight: 100;
    color: #bfa80d;
}

#infoUsuario p span,#infoHoroscopo p span {
    font-size: 20px;
}

#infoUsuario .btActualizar:hover,#infoHoroscopo .btActualizar:hover {
    background-color: #e1cf3e;
    border: solid 1px #e1cf3e;
}

#infoDatos h1,#infoInstrucciones h1 {
    font-size: 30px;
    font-weight: 100;
    color: #23516a;
}

#infoDatos .datosContacto input,#infoDatos .datosContacto textarea {
    font-size: 16px;
    width: 400px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 4px 2px;
}

#infoInstrucciones,#mainInformate,#mainPublicidades,#mainHoroscopo,#mainMinijuegos {
    background-color: #ececec;
    width: 610px;
    margin-top: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #373737;
    letter-spacing: -1px;
    padding: 10px;
}

#infoInstrucciones p,#mainInformate p,#mainPublicidades p,#mainHoroscopo p,#mainMinijuegos p {
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 10px;
    line-height: 18px;
}

#infoAccion .formuExhibi .submitRed:hover,#infoAccion .formuColega .submitGreen:hover {
    background-color: #ee5a87;
}

#infoAccion .formuExhibi h3,#infoAccion .formuColega h3 {
    color: #bcab88;
    font-weight: 100;
    font-size: 11px;
    margin-top: 10px;
}

#infoAccion .formuColega .rf,.marginL {
    margin-left: 10px;
}

#infoBases ul li a:hover,.itemTitle a:hover {
    text-decoration: underline;
}

#infoCursos,#infoMinijuegos {
    background-color: #f5c6c6;
    width: 275px;
    margin-top: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #373737;
    letter-spacing: -1px;
    padding: 10px;
}

#infoCursos h1,#mainMinijuegos h1,#infoMinijuegos h1 {
    font-size: 30px;
    font-weight: 100;
    color: #ec6f6f;
}

#infoCursos .btCursos:hover,#infoMinijuegos .btCursos:hover {
    background-color: #ee2d2d;
    border: solid 1px #ee2d2d;
}

#infoNewsletter p,#infoConsultas p,#infoPublicidades p,#infoHoroscopo p,#infoMinijuegos p,#infoInformate p {
    font-size: 14px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 100;
    margin-top: 10px;
    text-align: right;
}

#infoConsultas,#infoInformate {
    background-color: #e8ddd4;
    width: 275px;
    margin-top: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #373737;
    letter-spacing: -1px;
    padding: 10px;
}


}

#infoConsultas .btNews:hover,#infoInformate .btNews:hover {
    background-color: #df9f6c;
    border: solid 1px #df9f6c;
}

.rightBox .poll,.rightBox .events {
    width: 244px;
    margin-top: 1px;
    border: #ada59a 5px solid;
    background-color: #f1ede7;
    padding: 5px;
}

#mainNews .featured h3,#mainNews .gallery h3 {
    font-size: 20px;
    color: #aea69b;
    font-family: 'PT Sans Narrow', sans-serif;
    margin: 0;
}

#mainPublicidades h1,#infoPublicidades h1 {
    font-size: 30px;
    font-weight: 100;
    color: #006f52;
}

.boxPublicidades,.boxMinijuegos {
    width: 295px;
    float: left;
    margin-top: 25px;
}

.boxPublicidades .action a,.boxMinijuegos .action .miniRight a {
    color: #fff;
    text-decoration: none;
}

.boxPublicidades .action a:hover,.boxMinijuegos .action .miniRight a:hover {
    color: #f5f5f5;
    text-decoration: none;
}

#videoMain,#minijuegoMain {
    margin-top: 5px;
}

#videoMain .volver a:hover,#minijuegoMain .volver a:hover {
    text-decoration: none;
    color: #303d3a;
}

=======
@charset utf-8;html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;background-color:#547d98;background:url(../images/loginback-mundial.png) center top no-repeat;background-repeat:repeat-x;background-size:cover;}.clearfix:before, .clearfix:after {content: " ";display: table;}.clearfix:after {clear: both;}.clearfix {*zoom: 1;}.oh {overflow:hidden;}.rf {float:right;}ul.arrow li a {font-size:13px;color:#2d2d2d;text-decoration:none;line-height:14px;}ul.arrow li a:hover {font-size:13px;color:#675d51;text-decoration:none;}#wrapper {background-position:top;background-image:url(../images/headerback.png);min-height:350px;background-repeat:no-repeat;}.error {font-family:Ubuntu-Condensed, sans-serif;font-size:12px;color:#ff501a;}#loginMain {width:1000px;height:552px;background-repeat:no-repeat;margin:auto;padding:330px 10px 0;}.bgk_zoom_berocca{background:url(../images/login_bayer.png);}#loginMain h1 {font-family:'Ubuntu Condensed', sans-serif;font-size:18px;color:#000;font-weight:100;text-align:center;}#loginMain h2 {font-family:'Ubuntu Condensed', sans-serif;font-size:16px;color:#000;font-weight:100;text-align:left;}#loginContent {width:500px;margin:auto;}#loginMain .left {float:left;font-size:16px;color:#FFF;width:240px;margin-right:10px;margin-top:10px;}#loginMain .left input {font-size:14px;width:220px;margin-top:5px;padding:4px 2px;}.Recovery {display:block;margin-left:103px;font-size:12px;color:#c7ddf1;}#loginMain .left .loginSubmit {width:110px;cursor:pointer;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;height:30px;background-color:#5da237;text-align:center;color:#FFF;font-size:16px;border:solid 1px #5da237;margin:5px 0 0 118px;}#loginMain .left .loginSubmit:hover {background-color:#82be61;border:solid 1px #82be61;}#loginMain .right {float:left;font-size:16px;color:#FFF;width:240px;margin-top:10px;}#loginMain .right .btRegistrarse {width:240px;height:51px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;background-color:#b3494d;text-align:center;color:#FFF;font-size:30px;border:solid 1px #b3494d;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;letter-spacing:0;padding-top:12px;margin-top:5px;}#loginMain .right .btRegistrarse:hover {background-color:#dc3d43;border:solid 1px #dc3d43;}.ifbrw {margin-top:60px;text-align:center;font-size:12px;color:#fff;}.ifbrw a {color:#ff8282;}#validarCuit {width:800px;background-color:#f3f3f3;margin:auto;padding:10px;}#validarCuit h1 {font-family:'Ubuntu Condensed', sans-serif;font-weight:100;font-size:26px;color:#286790;}#validarCuit h2 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-weight:100;font-size:12px;color:#666;margin-top:10px;}#validarCuit .cuitBox label {font-weight:700;float:left;margin-right:10px;font-size:26px;color:#7b8d99;}#validarCuit .cuitBox input {float:left;font-size:14px;width:300px;padding:4px 2px;}#validarCuit .cuitBox .submitGreen {margin-left:15px;margin-top:2px;width:110px;cursor:pointer;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;height:28px;background-color:#184562;text-align:center;color:#FFF;font-size:16px;border:solid 1px #184562;float:left;}#validarCuit .cuitBox .submitGreen:hover {background-color:#1b6798;border:solid 1px #1b6798;}#validarCuit .cuitResult {margin-top:10px;padding-left:70px;line-height:16px;color:#7b8d99;letter-spacing:1px;}#validarCuit .cuitResult .submitGrey {margin-top:10px;width:110px;cursor:pointer;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;height:28px;background-color:#b5b9c0;text-align:center;color:#FFF;font-size:16px;border:solid 1px #b5b9c0;}#validarCuit .cuitResult .submitGrey:hover {background-color:#2b78b4;border:solid 1px #2b78b4;}#footerLine {background-image:url(../images/footerline.jpg);height:20px;background-repeat:no-repeat;background-position:center;margin-top:20px;}#header {height:180px;width:1000px;background-image:url(../images/topbkg.png);background-position:bottom;background-repeat:no-repeat;margin:auto;}#header .left {float:left;width:240px;margin-left:65px;margin-top:6px;}#userInfo {height:128px;width:430px;margin-left:255px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;margin-top:5px;}#userInfo .bayerLogo {margin-left:390px;}#userInfo .user {text-shadow:1px 1px 0 #000;color:#FFF;font-size:14px;text-align:right;margin-top:2px;}#userInfo .outBt {background-image:url(../images/out-act.jpg);width:50px;height:15px;margin-left:380px;}#userInfo .outBt a {background-image:url(../images/out.jpg);width:50px;height:15px;display:block;}#userInfo .date {text-shadow:1px 1px 0 #000;color:#FFF;font-size:14px;float:right;text-align:right;margin-top:15px;}#userInfo .weather {text-shadow:1px 1px 0 #000;color:#FFF;font-size:14px;float:right;text-align:right;margin:15px 10px 0 0;}.weather .weather-container {background:url(../images/weather_background.png) repeat;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-khtml-border-radius:4px;height:18px;line-height:18px;margin-top:-5px;padding:5px;}.weather .weather-container div {float:left;height:18px;}.weather-container div.border {border-right:1px solid rgba(255,255,255,.3);margin-right:5px;padding-right:5px;}.weather .weather-thumbnail img {height:26px;margin:-4px 0 0;}#submenu {height:17px;width:310px;margin-top:6px;}#submenu .btQue {background-image:url(../images/subm-que-act.png);width:58px;height:17px;float:left;}#submenu .btQue a {background-image:url(../images/subm-que.png);width:58px;height:17px;display:block;}#submenu .btRse {background-image:url(../images/subm-rse-act.jpg);width:67px;height:17px;float:left;}#submenu .btRse a {background-image:url(../images/subm-rse.jpg);width:67px;height:17px;display:block;}#submenu .btSms {background-image:url(../images/subm-sms-act.jpg);width:58px;height:17px;float:left;}#submenu .btSms a {background-image:url(../images/subm-sms.jpg);width:58px;height:17px;display:block;}#submenu .btContacto {background-image:url(../images/subm-cont-act.jpg);width:75px;height:17px;float:left;}#submenu .btContacto a {background-image:url(../images/subm-cont.jpg);width:75px;height:17px;display:block;}#submenu .btEmail {background-image:url(../images/subm-email-act.png);width:52px;height:17px;float:left;}#submenu .btEmail a {background-image:url(../images/subm-email.png);width:52px;height:17px;display:block;}.menufe {margin-left:40px;}.menube {margin-left:180px;}#main {width:970px;min-height:100px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;background-image:url(../images/mainback.png);background-repeat:repeat-y;margin:auto;padding:10px 15px;}#main #backendMain .titles {height:31px;}.ccPP {display:block;width:22px;height:22px;position:absolute;top:30px;right:16px;background:url(../images/close-popup.png) no-repeat;cursor:pointer;}.bgpp {position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:url(../images/bgpp.png) repeat;z-index:10000;}.bpp {position:fixed;top:50%;left:50%;width:426px;height:267px;background:url(../images/popup-fondo2014.png) no-repeat;z-index:10001;margin:-143px 0 0 -213px;}.bpp .bpcont {margin-top:120px;font-family:'Ubuntu Condensed', sans-serif;color:#184660;text-align:center;}.bpp .bpesp {margin-right:20px;margin-left:20px;}.bpp .bpesp .p-small {font-size:14px;}.bpp div span {display:block;width:100%;}.bpp div .p-big {font-size:34px;}.bpp div .p-small {font-size:18px;}.btnP {display:block;width:201px;height:27px;line-height:25px;margin:0 auto;}.bppd {margin-top:15px;color:#fff;font-family:'Ubuntu Condensed', sans-serif;font-size:18px;background:url(../images/popup-boton-default.png);text-align:center;text-decoration:none;}.pb-cont {width:320px;margin:0 auto;}.btnM {display:block;width:141px;height:27px;line-height:25px;margin-top:15px;color:#fff;font-family:'Ubuntu Condensed', sans-serif;font-size:18px;text-align:center;text-decoration:none;}.btnmL {float:left;background:url(../images/popup-boton-left.png);}.btnmR {float:right;background:url(../images/popup-boton-right.png);}#pp3Acc1 {background:url(../images/popups/popup1.png);}#pp3Acc2 {background:url(../images/popups/popup2.png);}#pp3Acc3 {background:url(../images/popups/popup3.png);}.pacm {position:relative;top:95px;}#mainBanner .top {background-image:url(../images/titleslider.jpg);background-repeat:no-repeat;height:31px;letter-spacing:-1px;color:#FFF;font-size:20px;font-family:'Ubuntu Condensed', sans-serif;padding:5px 0 0 10px;}#mainBanner .bannerPhoto {width: 970px;height: 220px;font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;background-image: url(../images/bkgslider.jpg);background-repeat: no-repeat;}#homeContent {width:970px;margin-top:15px;}#homeContent .left {width:650px;margin-right:20px;float:left;}#homeContent .right {width:300px;float:left;}#moduloNovedades .top {background-image:url(../images/titlenovedades.jpg);background-repeat:no-repeat;height:31px;letter-spacing:-1px;color:#FFF;font-size:20px;font-family:'Ubuntu Condensed', sans-serif;padding:5px 0 0 10px;}#moduloNovedades .middle {background-image:url(../images/middlenovedades.jpg);background-repeat:repeat-y;color:#323232;font-size:12px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;padding:10px 16px 0 10px;}.newsBox {width:624px;}.newsBox .photo {width:125px;float:left;margin-right:10px;}.newsBox .text {width:424px;float:left;margin-right:10px;}.newsBox .text h3 {font-family:'Ubuntu Condensed', sans-serif;font-size:26px;margin-top:10px;}.newsBox .text p {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:14px;margin-top:10px;}.newsBox .btFlechas {width:55px;float:left;font-family:'Ubuntu Condensed', sans-serif;font-size:68px;}.newsBox .btFlechas a {text-decoration:none;color:#ceedd0;}.newsBox .btFlechas a:hover {text-decoration:none;color:#2eab34;}#moduloNovedades .bottom {background-image:url(../images/bottomnovedades.jpg);background-repeat:no-repeat;height:25px;color:#323232;font-size:12px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;padding:5px 0 0 10px;}#moduloPremios .top {background-image:url(../images/titlepremioshome.jpg);background-repeat:no-repeat;height:31px;letter-spacing:-1px;color:#FFF;font-size:20px;font-family:'Ubuntu Condensed', sans-serif;padding:5px 0 0 10px;}#moduloInforma .top {background-image:url(../images/titleinforma.jpg);background-repeat:no-repeat;height:31px;letter-spacing:-1px;color:#FFF;font-size:20px;font-family:'Ubuntu Condensed', sans-serif;padding:5px 0 0 10px;}#moduloRecomenda .top {background-image:url(../images/titlerecomenda.jpg);background-repeat:no-repeat;height:31px;letter-spacing:-1px;color:#FFF;font-size:20px;font-family:'Ubuntu Condensed', sans-serif;padding:5px 0 0 10px;}#sectionMain {width:970px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}#sectionContent .left {width:630px;margin-right:20px;float:left;}#sectionContent .right {width:295px;float:left;}#sectionMain .bottom {background-image:url(../images/backendbottom.png);background-repeat:no-repeat;width:970px;height:21px;}#sectionMain .boxPremio .picture {margin-top:1px;height:108px;background-color:#f0e9da;border:2px solid #e7e0d0;text-align:center;}#sectionMain .boxPremio .detail .puntos {float:left;color:#f07c0a;padding-left:5px;font-size:14px;}#sectionMain .boxNewsletter {float:left;width:200px;height:61px;margin-top:10px;margin-left:10px;font-family:'Ubuntu Condensed', sans-serif;}#sectionMain .btVer {float:left;margin-left:125px;width:74px;height:21px;background-image:url(../images/btver-act.jpg);}#sectionMain .btVer a {background-image:url(../images/btver.jpg);display:block;width:74px;height:21px;}#sectionMain .boxCurso .picture {margin-top:1px;height:108px;background-color:#e9e5ea;border:2px solid #e9d3ed;text-align:center;}#sectionMain .boxCurso .detail {margin-top:1px;height:21px;background-color:#e1d6e3;}#sectionMain .btConocer {float:left;margin-left:125px;width:74px;height:21px;background-image:url(../images/btconocer-act.jpg);}#sectionMain .btConocer a {background-image:url(../images/btconocer.jpg);display:block;width:74px;height:21px;}#historicoPuntos .headers {height:24px;margin-top:10px;color:#23516a;font-size:18px;padding:2px 5px;}#historicoPuntos .fecha {float:left;width:145px;text-align:left;padding-left:5px;}#historicoPuntos .detalle {float:left;width:440px;text-align:left;padding-left:5px;font-size: 15px;}#infoSectionContent {width:945px;background-image:url(../images/backendcontent.jpg);background-repeat:repeat-y;color:#282828;padding:0 15px 10px 10px;}#infoSectionContent h1 {font-family:'Ubuntu Condensed', sans-serif;font-size:30px;}#infoSectionContent h2 {font-family:'Ubuntu Condensed', sans-serif;font-size:20px;padding-top:10px;}#infoSectionContent ul {margin-left:25px;font-size:14px;line-height:20px;}#infoSectionContent p {font-size:14px;line-height:20px;padding-top:5px;}#sectionContent {width:945px;background-image:url(../images/backendcontent.jpg);background-repeat:repeat-y;padding:0 15px 10px 10px;}#backendMain #sectionContent .formulario {width:800px;margin:auto;padding:20px 0;}#infoPuntos {background-color:#f7d9bc;width:275px;margin-top:10px;font-family:'Ubuntu Condensed', sans-serif;color:#373737;letter-spacing:-1px;padding:10px;}#infoPuntos h1 {font-size:30px;font-weight:100;color:#f07c0a;}#infoPuntos .btHistorico {width:150px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;height:26px;background-color:#f9c1a2;text-align:center;color:#FFF;font-size:16px;border:solid 1px #f9c1a2;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;letter-spacing:0;padding-top:2px;margin:10px 0 0 125px;}#infoPuntos .btHistorico:hover {background-color:#ffa16f;border:solid 1px #ffa16f;}#infoUsuario p {font-size:16px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;margin-top:10px;text-align:right;line-height:18px;}#infoUsuario .btActualizar {width:100px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;height:26px;background-color:#ebe083;text-align:center;color:#FFF;font-size:16px;border:solid 1px #ebe083;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;letter-spacing:0;padding-top:2px;margin:10px 0 0 175px;}#infoDatos {background-color:#f3f0ea;width:610px;margin-top:10px;font-family:'Ubuntu Condensed', sans-serif;color:#373737;letter-spacing:-1px;padding:10px;}#infoDatos .datosPersonales {float:left;width:288px;padding-right:10px;border-right:2px solid #cec8bd;}#infoDatos .datosFarmacia {float:left;width:290px;margin-left:10px;}#infoDatos .datosPersonales p,#infoDatos .datosFarmacia p {font-size:16px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;margin-top:10px;line-height:24px;}#infoDatos .btEditar {width:190px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;height:26px;background-color:#297198;text-align:center;color:#FFF;font-size:16px;border:solid 1px #297198;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;letter-spacing:0;padding-top:2px;margin:10px 0 0;}#infoDatos .btEditar:hover {background-color:#4291bc;border:solid 1px #4291bc;}#infoDatos .datosContacto {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}#infoDatos .datosContacto p {font-size:16px;margin-top:10px;line-height:24px;}#infoDatos .datosContacto h3 {font-size:16px;}#infoDatos .datosContacto h4 {font-size:12px;font-weight:100;}#infoDatos .datosContacto h5 {font-size:12px;font-weight:100;margin-top:10px;}#infoDatos .datosContacto .submitYellow {margin-top:10px;width:110px;cursor:pointer;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;height:32px;background-color:#cdb64b;text-align:center;color:#FFF;font-size:16px;border:solid 1px #cdb64b;}#infoDatos .datosContacto .submitYellow:hover {background-color:#edce38;}.sendok {position:absolute;left:50%;top:25px;width:300px;margin-left:-155px;background:rgba(0,0,0,.7);color:#fff;font-size:15px;-moz-box-shadow:0 1px 2px rgba(0,0,0,.5);-webkit-box-shadow:0 1px 2px rgba(0,0,0,.5);box-shadow:0 1px 2px rgba(0,0,0,.5);border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-khtml-border-radius:4px;text-align:center;z-index:999999;padding:5px;}#infoAccion {background-color:#f3f0ea;width:610px;margin-top:5px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;color:#373737;letter-spacing:-1px;padding:10px;}#infoAccion .formuExhibi {float:left;margin-right:10px;width:325px;}#infoAccion .formuExhibi h1 {color:#eb1b5a;font-weight:100;font-size:24px;}#infoAccion .formuExhibi .inputCod {width:325px;font-size:24px;}#infoAccion .formuExhibi .submitRed {width:110px;cursor:pointer;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;height:30px;background-color:#f093af;text-align:center;color:#FFF;font-size:16px;border:solid 1px #f093af;margin:15px 0 0 210px;}#infoAccion .separadorExhibi {float:left;margin-right:10px;width:5px;background-color:#cec8bd;height:180px;}#infoAccion .imagenExhibi {float:left;width:260px;}#infoAccion .formuColega {width:610px;}#infoAccion .formuColega .lf,#infoAccion .formuColega .rf {width:300px;}#infoAccion .formuColega h1 {color:#c22626;font-weight:100;font-size:24px;margin-bottom:10px;}#infoAccion .formuColega h2 {float:left;color:#486a62;font-weight:100;font-size:16px;}#infoAccion .formuColega .inputName,#infoAccion .formuColega .inputMail {float:left;width:292px;font-size:24px;}#infoAccion .formuColega .inputCod {width:600px;font-size:24px;}#infoAccion .formuColega .submitGreen {width:110px;cursor:pointer;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;height:30px;background-color:#96b3ac;text-align:center;color:#FFF;font-size:16px;border:solid 1px #96b3ac;margin:15px 0 0 497px;}#infoAccion .separadorColega {height:5px;background-color:#cec8bd;width:610px;margin-top:10px;margin-bottom:10px;}#infoPremios {background-color:#c0f4f3;width:275px;margin-top:10px;font-family:'Ubuntu Condensed', sans-serif;color:#373737;letter-spacing:-1px;padding:10px;}#infoPremios h1 {font-size:30px;font-weight:100;color:#115e5c;}#infoPremios h3 {margin-top:15px;font-size:14px;font-weight:100;color:#67CBC9;}#infoPremios p {font-size:24px;font-weight:100;margin-top:15px;color:#67CBC9;}#infoPremios ul li {font-size:16px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;margin-top:10px;background-color:#dbf9f8;}#infoPremios .text {float:left;width:210px;padding:8px;}#rankingWidget {background-color:#f7d9bc;width:275px;margin-top:10px;font-family:'Ubuntu Condensed', sans-serif;color:#373737;letter-spacing:-1px;padding:10px;}#rankingWidget h1 {font-size:30px;font-weight:100;color:#f07c0a;}#rankingWidget h3 {margin-top:15px;font-size:14px;font-weight:100;color:#67CBC9;}#rankingWidget span.empty {display: block;font-size: 20px;font-weight: 100;margin: 20px 0;padding: 0 15px;text-align: center;opacity: .8;}#rankingWidget ul li {font-size: 16px;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;margin-top: 10px;padding: 10px 10px 10px 65px;background: rgba(255,255,255,.4);position: relative;}#rankingWidget ul li span {color:#eec9a5;font-size: 49px;line-height: 1;position: absolute;top: 0;left: 5px;}#infoBases {background-color:#f4ebc0;width:275px;margin-top:10px;font-family:'Ubuntu Condensed', sans-serif;color:#373737;letter-spacing:-1px;padding:10px;}#infoBases h1 {font-size:30px;font-weight:100;color:#5e5211;}#infoBases ul li {font-size:16px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;margin-top:10px;background-color:#f9f4db;padding:8px;}#infoBases ul li a {text-decoration:none;color:#373737;}#infoRanking {background-color:#f2dcb1;width:275px;margin-top:10px;font-family:'Ubuntu Condensed', sans-serif;color:#373737;letter-spacing:-1px;padding:10px;}#infoRanking h1 {font-size:30px;font-weight:100;color:#c58532;}#infoRanking h2 {font-size:16px;font-weight:100;margin-bottom:10px;}#infoRanking ul li {font-size:16px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;margin-top:2px;background-color:#ffc27a;}#infoRanking .text {float:left;width:210px;margin-right:3px;padding:4px;}#infoRanking .puntos {float:left;width:45px;padding:4px;}#sectionMain .boxPremio .detail .btPedir {float:right;width:74px;height:21px;background-image:url(../images/btpedir-act.jpg);}#sectionMain .btPedir a {background-image:url(../images/btpedir.jpg);display:block;width:74px;height:21px;}.boxPremio .product .textFront {color:#23516A;font-size:15px;font-family:'Ubuntu Condensed', sans-serif;letter-spacing:-1px;float:left;width:190px;margin-right:5px;}#sectionMain .top .premiosTitle {height:31px;letter-spacing:-1px;color:#fff;font-size:20px;font-family:'Ubuntu Condensed', sans-serif;background-image:url(../images/titlepremios.jpg);padding:5px 0 0 10px;}#sectionMain .top .consultasTitle {height:31px;letter-spacing:-1px;color:#fff;font-size:20px;font-family:'Ubuntu Condensed', sans-serif;background-image:url(../images/titleconsultas.jpg);padding:5px 0 0 10px;}#sectionMain .top .registroTitle {height:31px;letter-spacing:-1px;color:#fff;font-size:20px;font-family:'Ubuntu Condensed', sans-serif;background-image:url(../images/titleregistro.jpg);padding:5px 0 0 10px;}#sectionMain .top .accionTitle {height:31px;letter-spacing:-1px;color:#fff;font-size:20px;font-family:'Ubuntu Condensed', sans-serif;background-image:url(../images/titleaccion.jpg);padding:5px 0 0 10px;}#sectionMain .top .newsTitle {height:31px;letter-spacing:-1px;color:#fff;font-size:20px;font-family:'Ubuntu Condensed', sans-serif;background-image:url(../images/titlenews.jpg);padding:5px 0 0 10px;}#sectionMain .top .infoTitle {height:31px;letter-spacing:-1px;color:#fff;font-size:20px;font-family:'Ubuntu Condensed', sans-serif;background-image:url(../images/titleinfo.jpg);padding:5px 0 0 10px;}#sectionMain .top .capacitacionesTitle {height:31px;letter-spacing:-1px;color:#fff;font-size:20px;font-family:'Ubuntu Condensed', sans-serif;background-image:url(../images/titlecapacitaciones.jpg);padding:5px 0 0 10px;}#infoCursos .btCursos {width:150px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;height:26px;background-color:#fb5d5d;text-align:center;color:#FFF;font-size:16px;border:solid 1px #fb5d5d;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;letter-spacing:0;padding-top:2px;margin:10px 0 0 125px;}#infoNewsletter {background-color:#e8e0ea;width:275px;margin-top:10px;font-family:'Ubuntu Condensed', sans-serif;color:#373737;letter-spacing:-1px;padding:10px;}#infoNewsletter h1 {font-size:30px;font-weight:100;color:#904f9e;}#infoNewsletter .btNews {width:150px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;height:26px;background-color:#ae82f7;text-align:center;color:#FFF;font-size:16px;border:solid 1px #ae82f7;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;letter-spacing:0;padding-top:2px;margin:10px 0 0 125px;}#infoNewsletter .btNews:hover {background-color:#8f55ee;border:solid 1px #8f55ee;}#infoConsultas .btNews {width:150px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;height:26px;background-color:#e7ba96;text-align:center;color:#FFF;font-size:16px;border:solid 1px #e7ba96;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;letter-spacing:0;padding-top:2px;margin:10px 0 0 125px;}#formulario {width:800px;margin:auto;padding:10px;}#formulario h1 {font-family:'Ubuntu Condensed', sans-serif;font-weight:100;font-size:26px;color:#359251;}.formCol {width:400px;float:left;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;margin-top:15px;}.formCol label {display:block;font-weight:700;text-align:right;width:140px;float:left;}.formCol .small {color:#666;display:block;font-size:11px;font-weight:400;text-align:right;width:140px;}.formCol input {float:left;font-size:12px;width:200px;margin:2px 0 20px 10px;padding:4px 2px;}.formCol select {float:left;font-size:12px;width:208px;margin:2px 0 20px 10px;padding:4px 2px;}.formCol .checkbox {float:left;width:20px;margin:2px 0 0 120px;padding:0;}.formCol .checktext {float:left;font-size:12px;margin-left:5px;}.formCol .captcha {font-size:11px;color:#666;padding:10px;}.formCol .reqCheck {margin-bottom:15px;}.cuitContainer input {margin:2px 0 0 10px;}.cpostbutton {position:relative;top:-9px;background:#006b97;border:1px solid #00628a;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;color:#fff;display:block;width:170px;margin-right:42px;float:right;font-size:11px;text-align:center;text-decoration:none;padding:2px 18px;}.cpostbutton:hover {background:#0889be;}.formCol .submitGreen {width:110px;cursor:pointer;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;height:30px;background-color:#619B71;text-align:center;color:#FFF;font-size:16px;border:solid 1px #619B71;margin:15px 0 0 145px;}.formCol .submitGreen:hover {background-color:#93bc9e;}.formCol .error {position:relative;top:-15px;width:360px;text-align:right;}.mainAccordion {width:630px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;margin-top:10px;}h2.acc_trigger {background:url(../images/bkgaccordion.jpg) no-repeat;height:46px;line-height:46px;width:630px;font-size:24px;font-weight:400;float:left;margin:0 0 5px;padding:0;}h2.acc_trigger a {color:#f093af;text-decoration:none;display:block;padding:0 0 0 50px;}h2.acc_trigger a:hover {color:#eb1b5a;}h2.active {background-position:left bottom;}.acc_container {overflow:hidden;font-size:14px;width:630px;clear:both;background:#f0f0f0;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;margin:0 0 5px;padding:0;}.acc_container .block {padding:5px 20px;}.acc_container .block p {margin:5px 0;padding:5px 0;}.acc_container img.izq {float:left;background:#ddd;border:1px solid #ccc;margin:10px 15px 15px 0;padding:5px;}.acc_container img.abajo {background:#ddd;border:1px solid #ccc;margin:0 15px 5px 0;padding:5px;}.acc_container .smsBkg {width:629px;height:134px;background-image:url(../images/smsBkg.png);background-repeat:no-repeat;}.acc_container .smsBkg p.note {width:580px;text-align:center;color:#FFF;height:46px;padding-top:16px;}.acc_container .smsBkg p.code {width:500px;color:#FFF;padding-left:20px;}#mainBottom {width:1000px;height:79px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;background-image:url(../images/bottomback.png);background-repeat:no-repeat;margin:auto;}.pg {padding:5px 10px;}#footer {width:1000px;height:97px;background-image:url(../images/footerback.png);background-repeat:no-repeat;font-family:'Ubuntu Condensed', sans-serif;font-size:12px;margin:-20px auto auto;}.footerLeft {float:left;width:430px;padding:38px 0 0 20px;}.footerLogo {width:100px;float:left;}.footerRight {float:left;width:425px;padding:38px 15px 0 10px;}.footerMenu {font-size:14px;text-align:right;padding:25px 15px 0 0;}#footer li {display:inline;margin-right:10px;}#footer li a:hover {text-decoration:none;color:#1bdafc;}.footerMenu span {margin-left:5px;margin-right:5px;color:#711616;}.footerLink a {text-decoration:none;color:#171717;}.footerLink a:hover {text-decoration:none;color:#711616;}.espiral {text-align:right;padding-right:15px;margin-top:30px;}.footerText {font-size:13px;padding-left:25px;}.newsBox img {float:left;margin-right:10px;}.rightBox .head {width:249px;height:26px;background-image:url(../images/righthead.png);background-repeat:no-repeat;text-align:right;color:#FFF;font-family:'PT Sans Narrow', sans-serif;font-weight:700;padding-right:15px;font-size:24px;}.rightBox .tapa {width:254px;height:316px;background-image:url(../images/brownbkg.png);background-repeat:repeat;margin-top:1px;padding:5px;}.paddingB {padding-bottom:10px;}.rightBox .leftAd {width:27px;height:289px;background-image:url(../images/adleft.png);background-repeat:no-repeat;float:left;}.rightBox .rightAd {width:226px;height:279px;margin:auto;padding:5px;}#sectionHeader {width:939px;height:192px;border:4px solid #8D8577;margin:1px auto auto;}#mainNews {margin-top:12px;background-image:url(../images/newsbkg.png);background-repeat:repeat;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;width:642px;min-height:1268px;padding:15px;}#mainNews h1 {font-size:35px;font-family:'PT Sans Narrow', sans-serif;font-weight:400;}#mainNews h2 {font-size:14px;font-weight:400;margin-top:5px;}#mainNews h4 {font-size:10px;color:#898784;}#mainNews .mainPhoto {width:642px;margin:10px 0;}#mainNews h3 {font-size:14px;color:#1e1e1e;margin:10px 0;}#mainNews h5 {font-size:10px;color:#333;font-weight:400px;margin:5px 0;}#mainNews p {font-size:13px;line-height:20px;color:#333;margin:5px 0;}#mainNews p a {text-decoration:none;color:#784649;}#mainNews p a:hover {text-decoration:underline;color:#784649;}#mainNews ul li {font-size:13px;line-height:20px;color:#333;}#mainNews .featured {background-color:#fffad7;text-align:justify;margin-top:10px;padding:10px;}#mainNews .featured p {font-size:13px;line-height:20px;color:#333;margin:0;}#mainNews .gallery {background-color:#ffefd7;margin-top:10px;padding:10px;}#mainNews .share {background-color:#f1e8e8;margin-top:1px;padding:10px;}#mainNews .share h3 {font-size:20px;color:#aea69b;font-family:'PT Sans Narrow', sans-serif;width:440px;float:left;margin:0;}#mainNews .share .button {width:48px;height:48px;float:left;margin-left:10px;}#relatedNews {width:632px;background-image:url(../images/backmore.png);background-position:bottom;background-repeat:no-repeat;min-height:100px;background-color:#d4cabd;margin-top:10px;border:5px solid #cbc2b7;}#relatedNews .title {font-size:18px;color:#834d4f;line-height:16px;text-align:left;padding-left:20px;background-image:url(../images/bulletpoints.png);background-position:left;background-repeat:no-repeat;height:18px;font-family:'PT Sans Narrow', sans-serif;font-weight:700;margin:10px 10px 0;}#relatedNews .subtitle {font-size:14px;margin:10px 10px 0;}#relatedNews .subtitle a {color:#479a98;text-decoration:none;}#relatedNews .subtitle a:hover {color:#679594;text-decoration:none;}.formuContacto {margin-top:12px;background-image:url(../images/newsbkg.png);background-repeat:repeat;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;width:642px;min-height:680px;padding:15px;}.formuContacto .title {font-size:24px;font-family:'PT Sans Narrow', sans-serif;}.formuContacto .description {font-size:14px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;margin-top:5px;}.formuContacto .formuBox {margin-top:20px;width:650px;font-size:14px;}.row .genCol {width:650px;height:80px;}.row .leftCol {float:left;width:295px;height:60px;margin-right:60px;}.row .rightCol {float:left;width:295px;height:60px;}.row .checkCol {float:left;width:400px;height:40px;margin-right:50px;font-size:11px;}.row .submitCol {float:left;width:155px;height:40px;text-align:right;}.validation-passed {border:1px solid #e8a02d;}.validation-failed {border:1px solid #e0373f;}.validation-advice {color:#e0373f;font-size:10px;}.pollTitle {text-align:left;font-size:15px;margin-bottom:10px;}.pollOption {font-size:13px;}.submitButton {width:60px;height:25px;margin-left:170px;}#vosMain {width:630px;font-family:'Ubuntu Condensed', sans-serif;letter-spacing:-1px;}#infoPublicidades {background-color:#86dfc9;width:275px;margin-top:10px;font-family:'Ubuntu Condensed', sans-serif;color:#373737;letter-spacing:-1px;padding:10px;}#infoPublicidades .btNews {width:100px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;height:26px;background-color:#00af86;text-align:center;color:#FFF;font-size:16px;border:solid 1px #00af86;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;letter-spacing:0;padding-top:2px;margin:10px 0 0 175px;}#infoPublicidades .btNews:hover {background-color:#26bf9b;border:solid 1px #26bf9b;}#infoHoroscopo .btActualizar {width:150px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;height:26px;background-color:#ebe083;text-align:center;color:#FFF;font-size:16px;border:solid 1px #ebe083;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;letter-spacing:0;padding-top:2px;margin:10px 0 0 125px;}#infoMinijuegos .btCursos {width:100px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;height:26px;background-color:#fb5d5d;text-align:center;color:#FFF;font-size:16px;border:solid 1px #fb5d5d;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;letter-spacing:0;padding-top:2px;margin:10px 0 0 175px;}#infoInformate .btNews {width:100px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;height:26px;background-color:#e7ba96;text-align:center;color:#FFF;font-size:16px;border:solid 1px #e7ba96;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;letter-spacing:0;padding-top:2px;margin:10px 0 0 175px;}.marginR {margin-right:40px;}.boxPublicidades .title {background-color:#d8e2df;color:#6d8881;font-size:24px;padding:5px 7px;}.boxPublicidades .image {width:295px;height:200px;margin:2px 0;}.boxPublicidades .action {background-color:#aad8ca;color:#6d8881;font-size:18px;text-align:right;padding:3px 10px;}.boxMinijuegos .title {background-color:#e2d8d8;color:#886d6d;font-size:24px;padding:5px 7px;}.boxMinijuegos .image {width:295px;height:138px;margin:2px 0;}.boxMinijuegos .action {background-color:#d8aaaa;color:#886d6d;font-size:18px;}.boxMinijuegos .action .miniLeft {float:left;width:230px;padding:2px 6px;}.boxMinijuegos .action .miniRight {background-color:#d36161;color:#fff;font-size:18px;float:left;padding:2px 10px;}#videoMain .volver {background-color:#aad8ca;color:#6d8881;font-size:18px;margin-top:5px;padding:3px 10px;}#videoMain .volver a {text-decoration:none;color:#6d8881;}#minijuegoMain .volver {background-color:#d8aaaa;color:#886d6d;font-size:18px;margin-top:5px;padding:3px 10px;}#minijuegoMain .volver a {text-decoration:none;color:#886d6d;}.feedEkList {width:630px;font-size:14px;list-style:none outside none;background-color:#FFF;overflow:hidden;color:#3E3E3E;}.feedEkList li {float:left;width:285px;padding:15px;}.feedEkList .itemContent b {display:inline-block;width:100%;height:60px;}.itemTitle {color:#d43e10;font-size:22px;}.itemImage {background:url(../images/cbyvos-horoscopo-signos.png) no-repeat;float:left;margin-left:-7px;width:60px;height:60px;}.itemTitle a {font-weight:700;color:#4EBAFF!important;text-decoration:none;}.itemContent a {display:none;}.itemDate {font-size:11px;color:#AAA;}.itemImage.piscis {background-position:0 0;}.itemImage.acuario {background-position:-60px 0;}.itemImage.sagitario {background-position:-120px 0;}.itemImage.capricornio {background-position:-180px 0;}.itemImage.escorpio {background-position:0 -60px;}.itemImage.virgo {background-position:-60px -60px;}.itemImage.libra {background-position:-120px -60px;}.itemImage.leo {background-position:-180px -60px;}.itemImage.cáncer {background-position:0 -120px;}.itemImage.géminis {background-position:-60px -120px;}.itemImage.tauro {background-position:-120px -120px;}.itemImage.aries {background-position:-180px -120px;}.button {border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;color:#FFF;display:block;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;letter-spacing:0;text-align:center;text-decoration:none;border-style:solid;border-width:1px;}.button.small {line-height:26px;font-size:16px;padding:0 8px;}.button.big {line-height:40px;font-size:18px;padding:0 14px;}.button.green {background:#15873e;}.button.green:hover {background:#27a755;}ul,#historicoPuntos ul,#infoPremios ul,#infoBases ul,#infoRanking ul {list-style:none;}.clearfix:after,.clearBoth {clear:both;}.lf,#header .right,#infoAccion .formuColega .error,#infoPremios img,.cuitContainer {float:left;}ul.arrow,#mainNews ul {list-style-image:url(../images/bulletarrow.png);padding-left:20px;}#loginMain .right .btRegistrarse a,#infoPuntos .btHistorico a,#infoUsuario .btActualizar a,#infoDatos .btEditar a,#infoCursos .btCursos a,#infoNewsletter .btNews a,#infoConsultas .btNews a,#footer li a,#infoPublicidades .btNews a,#infoHoroscopo .btActualizar a,#infoMinijuegos .btCursos a,#infoInformate .btNews a {text-decoration:none;color:#FFF;}#validarCuit .cuitBox,#menu,#moduloPremios,.right .facebook,.marginT,#example,.formuBox .row,#vosNovedades {margin-top:10px;}#userInfo .outBt a:hover,#submenu .btQue a:hover,#submenu .btRse a:hover,#submenu .btSms a:hover,#submenu .btContacto a:hover,#submenu .btEmail a:hover,#sectionMain .btVer a:hover,#sectionMain .btConocer a:hover,#sectionMain .btPedir a:hover {background:none;}#mainBanner,#sectionMain .top {width:970px;}#moduloNovedades .middle .separador,#vosNovedades .separador {width:624px;height:2px;background-color:#f7f4ef;margin:10px 0;}#sectionMain .boxPremio,#sectionMain .boxCurso {float:left;width:200px;height:182px;margin-top:10px;margin-left:10px;font-family:'Ubuntu Condensed', sans-serif;}#sectionMain .boxPremio .product,#sectionMain .boxNewsletter .product,#sectionMain .boxCurso .product {height:41px;background-color:#ececec;padding:5px 0 0 5px;}#sectionMain .boxPremio .product .text,#sectionMain .boxNewsletter .product .text,#sectionMain .boxCurso .product .text {color:#23516a;font-size:20px;letter-spacing:-1px;float:left;width:190px;margin-right:5px;}#sectionMain .boxPremio .detail,#sectionMain .boxNewsletter .detail {margin-top:1px;height:21px;background-color:#f3e7cf;}#historicoPuntos .puntos,#historicoPuntos .canjes,#historicoPuntos .saldo {float:left;width:45px;text-align:right;padding-right:5px;}#infoPuntos h2,#infoUsuario h2,#infoDatos h2,#infoInstrucciones h2,#infoPremios h2,#infoBases h2,#infoCursos h2,#infoNewsletter h2,#infoConsultas h2,#mainInformate h2,#mainPublicidades h2,#mainHoroscopo h2,#mainMinijuegos h2,#infoPublicidades h2,#infoHoroscopo h2,#infoMinijuegos h2,#infoInformate h2 {font-size:16px;font-weight:100;}#infoPuntos p,#infoCursos p {font-size:46px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-weight:100;margin-top:10px;text-align:right;}#infoUsuario,#infoHoroscopo {background-color:#f8f1b8;width:275px;margin-top:10px;font-family:'Ubuntu Condensed', sans-serif;color:#373737;letter-spacing:-1px;padding:10px;}#infoUsuario h1,#mainHoroscopo h1,#infoHoroscopo h1 {font-size:30px;font-weight:100;color:#bfa80d;}#infoUsuario p span,#infoHoroscopo p span {font-size:20px;}#infoUsuario .btActualizar:hover,#infoHoroscopo .btActualizar:hover {background-color:#e1cf3e;border:solid 1px #e1cf3e;}#infoDatos h1,#infoInstrucciones h1 {font-size:30px;font-weight:100;color:#23516a;}#infoDatos .datosContacto input,#infoDatos .datosContacto textarea {font-size:16px;width:400px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;padding:4px 2px;}#infoInstrucciones,#mainInformate,#mainPublicidades,#mainHoroscopo,#mainMinijuegos {background-color:#ececec;width:610px;margin-top:10px;font-family:'Ubuntu Condensed', sans-serif;color:#373737;letter-spacing:-1px;padding:10px;}#infoInstrucciones p,#mainInformate p,#mainPublicidades p,#mainHoroscopo p,#mainMinijuegos p {font-size:16px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;margin-top:10px;line-height:18px;}#infoAccion .formuExhibi .submitRed:hover,#infoAccion .formuColega .submitGreen:hover {background-color:#ee5a87;}#infoAccion .formuExhibi h3,#infoAccion .formuColega h3 {color:#bcab88;font-weight:100;font-size:11px;margin-top:10px;}#infoAccion .formuColega .rf,.marginL {margin-left:10px;}#infoBases ul li a:hover,.itemTitle a:hover {text-decoration:underline;}#infoCursos,#infoMinijuegos {background-color:#f5c6c6;width:275px;margin-top:10px;font-family:'Ubuntu Condensed', sans-serif;color:#373737;letter-spacing:-1px;padding:10px;}#infoCursos h1,#mainMinijuegos h1,#infoMinijuegos h1 {font-size:30px;font-weight:100;color:#ec6f6f;}#infoCursos .btCursos:hover,#infoMinijuegos .btCursos:hover {background-color:#ee2d2d;border:solid 1px #ee2d2d;}#infoNewsletter p,#infoConsultas p,#infoPublicidades p,#infoHoroscopo p,#infoMinijuegos p,#infoInformate p {font-size:14px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-weight:100;margin-top:10px;text-align:right;}#infoConsultas,#infoInformate {background-color:#e8ddd4;width:275px;margin-top:10px;font-family:'Ubuntu Condensed', sans-serif;color:#373737;letter-spacing:-1px;padding:10px;}#infoConsultas h1,#mainInformate h1,#infoInformate h1 {font-size:30px;font-weight:100;color:#9e8d7f;}#infoConsultas .btNews:hover,#infoInformate .btNews:hover {background-color:#df9f6c;border:solid 1px #df9f6c;}.rightBox .poll,.rightBox .events {width:244px;margin-top:1px;border:#ada59a 5px solid;background-color:#f1ede7;padding:5px;}#mainNews .featured h3,#mainNews .gallery h3 {font-size:20px;color:#aea69b;font-family:'PT Sans Narrow', sans-serif;margin:0;}#mainPublicidades h1,#infoPublicidades h1 {font-size:30px;font-weight:100;color:#006f52;}.boxPublicidades,.boxMinijuegos {width:295px;float:left;margin-top:25px;}.boxPublicidades .action a,.boxMinijuegos .action .miniRight a {color:#fff;text-decoration:none;}.boxPublicidades .action a:hover,.boxMinijuegos .action .miniRight a:hover {color:#f5f5f5;text-decoration:none;}#videoMain,#minijuegoMain {margin-top:5px;}#videoMain .volver a:hover,#minijuegoMain .volver a:hover {text-decoration:none;color:#303d3a;}
>>>>>>> 5f6fc08a9082f22e4e9c6c4b5cd56b8226dad47c
#infoFases {
    background-color: #d94a4a;
    width: 610px;
    margin-top: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #373737;
    letter-spacing: -1px;
    padding: 10px;
}

#infoFases h1 {
    font-size: 30px;
    font-weight: 100;
    color: #901b1b;
}

#infoFases h2 {
    font-size: 16px;
    font-weight: 100;
    color: #f1f1f1;
}

#infoFases p {
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 10px;
    line-height: 18px;
    color: #ffffff;
}

#infoEncuesta {
    font-size: 14px;
    width: 600px;
    margin-top: 18px;
    margin-bottom: 18px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #373737;
    letter-spacing: -1px;
}

#infoEncuesta h1 {
    font-size: 19px;
    font-weight: 100;
    color: #5DA237;
}

#infoEncuesta h2 {
    font-size: 12px;
    font-weight: 100;
    color: #5DA237;
    margin-bottom: 8px;
}

#infoEncuesta label {
    display: block;
    font-weight: bold;
}

#infoEncuesta p {
    font-size: 56px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 20px;
    margin-top: 8px;
    line-height: 18px;
    letter-spacing: 55px;
}

#infoEncuesta .input_entrevista {
    width: 340px;
}

#boton {
    width: 100px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 30px;
    background-color: #297198;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    border: solid 1px #297198;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    margin: 8px 0px 0px 487px;
}

#boton:hover {
    background-color: #4291bc;
    border: solid 1px #4291bc;
}

#infoWin {
    background-color: #bdf0fb;
    width: 610px;
    margin-top: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #6197a2;
    letter-spacing: -1px;
    padding: 10px;
}

#infoWin a {
    font-size: 24px;
    font-weight: 100;
    color: #6197a2;
    text-decoration: none;
}

#infoWin a:hover {
    color: #0e9fbc;
    text-decoration: none;
}

#infoRR {
    background-color: #f4ebc0;
    width: 275px;
    margin-top: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #373737;
    letter-spacing: -1px;
    padding: 10px;
}

#infoRR h1 {
    color: #5e5211;
    font-size: 22px;
    margin-bottom: 20px;
}

#infoRR p {
    opacity: 0.8;
    font-size: 14px;
}

#infoInstrucciones .entrevista_accion .column-left {
    float: left;
    width: 48%;
    text-align: right;
}

#infoInstrucciones .entrevista_accion .column-left h1 {
    font-size: 50px;
    line-height: 1;
}

#infoInstrucciones .entrevista_accion .column-left h2 {
    color: #23516a;
    font-size: 40px;
    line-height: 0.8;
    margin: 0;
}

#infoInstrucciones .entrevista_accion .column-left hr {
    border-top: 1px solid #aaa;
}

#infoInstrucciones .entrevista_accion .column-left p {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 14px;
    font-weight: 100;
    color: #666;
}

#infoInstrucciones .entrevista_accion .column-right {
    float: right;
    width: 48%;
}

#infoInstrucciones .entrevista_accion .column-right span {
    color: #23516a;
}

.entrevista_body {
    margin-top: 20px;
    position: relative;
}

.entrevista_body .column-left {
    float: left;
    width: 48%;
}

.entrevista_body .column-right {
    float: right;
    width: 48%;
    margin-top: 300px;
}

.entrevista_body .picture {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 307px;
}

.entrevista_name {
    margin-bottom: 20px;
}

.entrevista_name p {
    font-weight: 200;
    font-size: 14px;
    font-family: 'Ubuntu Condensed', sans-serif;
}

.entrevista_name span {
    color: rgb(0,160,230);
}

.entrevista_body .row {
    margin-bottom: 15px;
}

.entrevista_body .row p {
    font-size: 13px;
}

.entrevista_body .row strong {
    font-size: 15px;
}

.entrevista_widget {
    padding: 20px;
    background: rgb(93,162,55);
}

.entrevista_widget .title {
    color: white;
    font-weight: 200;
    font-size: 24px;
    font-family: 'Ubuntu Condensed', sans-serif;
}

.entrevista_widget .button {
    color: rgb(93,162,55) !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    background-color: #fff;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    padding: 10px 15px;
    float: left;
    margin-top: 10px;
}

#infoEntrevistas {
    background-repeat: no-repeat;
    background: url(../images/vos/entrevistas.png);
    width: 295px;
    height: 138px;
    margin-top: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #fff;
    letter-spacing: -1px;
}

#infoEntrevistas .inner {
    padding: 10px;
}

#infoEntrevistas h1 {
    font-size: 30px;
    font-weight: 100;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

#infoEntrevistas h2 {
    font-size: 16px;
    font-weight: 100;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

#infoEntrevistas .btNews a {
    text-decoration: none;
    color: #FFFFFF;
}

#infoEntrevistas .btNews {
    width: 100px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 26px;
    background-color: rgb(234,61,115);
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    padding-top: 2px;
    margin: 35px 0px 0px 175px;
}

#infoAccionZoom {
    background-color: #f3f0ea;
    padding: 10px;
    width: 610px;
    margin-top: 5px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #373737;
    letter-spacing: -1px;
}

#infoAccionZoom h1 {
    font-size: 24px;
    font-weight: 100;
    color: #579067;
}

#subirFoto {
    margin-bottom: 20px;
}

#infoAccionZoom h2 {
    font-size: 20px;
    font-weight: 100;
    color: #81c189;
    margin-top: 10px;
}

#infoAccionZoom h2 a {
    text-decoration: none;
    color: #81c189;
}

#infoAccionZoom h2 a:hover {
    text-decoration: none;
    color: #fab941;
}

#infoAccionZoom .stylefileinput-button {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    width: 110px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 30px;
    background-color: #fbad18;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    border: solid 1px #fbad18;
}

#infoAccionZoom .stylefileinput-button:hover {
    background-color: #ffcc08;
}

#featuredZoom {
    margin-top: 15px;
}

#featuredZoom .thumb {
    float: left;
    width: 114px;
    height: 76px;
    padding: 2px;
    background-color: #81c189;
    margin-right: 5px;
}

#featuredZoom .thumbLast {
    float: left;
    width: 114px;
    height: 76px;
    padding: 2px;
    background-color: #81c189;
    margin-right: 0px;
}

#infoAccionZoomGaleria {
    background-color: #f3f0ea;
    padding: 10px;
    width: 925px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #373737;
    letter-spacing: -1px;
}

#infoAccionZoomGaleria h1 {
    font-size: 24px;
    font-weight: 100;
    color: #579067;
}

#infoAccionZoomGaleria .thumb {
    float: left;
    width: 93px;
    height: 60px;
    padding: 2px;
    background-color: #81c189;
    margin-right: 5px;
    margin-top: 5px;
}

#infoAccionZoomGaleria h2 {
    font-size: 20px;
    font-weight: 100;
    color: ##de5076;
    margin-top: 10px;
}

#infoAccionZoomGaleria h2 a {
    text-decoration: none;
    color: #81c189;
}

#infoAccionZoomGaleria h2 a:hover {
    text-decoration: none;
    color: #fab941;
}
.photo{
    max-width:308px;
    max-height: 287px;
}

/* font-face */
@font-face {
    font-family: 'Ubuntu Condensed';
    src: url(../fonts/ubuntu/ubuntu-c-webfont.eot?#iefix) format(embedded-opentype),
         url(../fonts/ubuntu/ubuntu-c-webfont.woff) format(woff),
         url(../fonts/ubuntu/ubuntu-c-webfont.ttf) format(truetype),
         url(../fonts/ubuntu/ubuntu-c-webfont.svg#ubunturegular) format(svg);
    font-weight:400;
    font-style:normal;
}
@font-face {
    font-family: 'Futura Bold';
    src: url(../fonts/futura/Futura-Bold.eot?#iefix) format(embedded-opentype),
         url(../fonts/futura/Futura-Bold.otf)  format('opentype'),
         url(../fonts/futura/Futura-Bold.woff) format('woff'), 
         url(../fonts/futura/Futura-Bold.ttf)  format('truetype'),
         url(../fonts/futura/Futura-Bold-webfont.svg#futurabold) format(svg);
    font-weight:400;
    font-style:normal;
}
