@font-face {
    font-family: 'socialicoregular';
    src: url('../fonts/socialico-webfont.eot');
    src: url('../fonts/socialico-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/socialico-webfont.woff') format('woff'), url('../fonts/socialico-webfont.ttf') format('truetype'), url('../fonts/socialico-webfont.svg#socialicoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*ul {
    padding: 0;
    margin: 0;
}
*/
body {
    background-image: url(../imagenes/background-tile.jpg);
    margin: 0;
    color: white;
    text-shadow: 0 -1px 0 black;
    font-family: 'Quattrocento Sans', sans-serif;
}

form, input, label, textarea {
    font-family: 'Quattrocento Sans', sans-serif;
}

.header a, .footer a, .cookie-message a{
    text-decoration: none;
}

body a:hover {
    color: #FFE4C4;
}

body a:active {
    color: #927A4E;
}

.content a {
    color: #E7EC70;
}
a:active {
    color: grey;
}

html, body {
    height: 100%;
}

body p {
    line-height: 20px;
}

.wrap {
    min-height: 900px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    background-size: 200px;
    background-repeat: repeat-x;
    min-width: 885px;
}
.wrapfaq
{
	background-size: 50px;
}
.main {
  /*  overflow: auto;*/
    padding: 0 10px 170px 10px;
    width: 865px;
    margin: 0px auto;
}



.footer {
    position: relative;
    margin-top: -100px;
    height: 170px;
    clear: both;
    background-image: url(../imagenes/footerTile.png);
}

/*opera*/
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
    /;
}

.header {
  /*  margin-top: 20px;*/
    height: 90px;
    padding-bottom: 20px;
}

.banner {
    height: 447px;
    background-image: url(../imagenes/banner.jpg);
    -webkit-box-shadow: 0px 0px 15px 2px #000;
    box-shadow: 0px 0px 13px 2px #000;
    position: relative;
    z-index: 5;
    cursor: zoom-in;
}

.logo {
    width: 220px;
    padding: 39px 0 11px 0px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    margin: 0px auto!important;
}

.headerRight {
}

.userInfo {
    height: 60px;
    /* width: 250px; */
}

.navBar ul {
}

.navBar {
}

    .navBar li {
        display: inline-block;
        border-right: 1px solid;
        padding: 0px 10px;
    }

        .navBar li:last-child {
            border: 0;
            padding-right: 0;
        }

    .navBar ul {
        text-align: right;
        list-style: none;
        margin-top: 13px;
    }

.profilePicture img {
    border: 3px solid #8f6e4b;
    -webkit-box-shadow: 0px 0px 7px 2px #000000;
    box-shadow: 0px 0px 7px 2px #000000;
    margin-top: 1px;
}

.profileInfo {
    text-align: right;
    padding: 10px 15px;
    font-size: 20px;
    color: bisque;
}

.appScreenshot {
/*    padding: 71px 62px 0 0;*/
    position: relative;
    top: 65px;
    right: 62px;
}

.appScreenshot img {
    width: 464px;
    height: 305px;
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
}

.appScreenshot:hover img {
    -webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(2);
    transform:scale(2);
    z-index: 1000;
    position: relative;
    border: 2px solid #575757;
}
.stickyCorner {
    background-image: url(../imagenes/stickyCorner.png);
    width: 246px;
    height: 151px;
    position: absolute;
    margin-left: 619px;
    margin-top: 296px;
}

.rightContent {
    position: relative;
    z-index: 4;
    width: 480px;
    border: 7px solid #d39760;
    border-top: 0;
    background-color: rgba(61, 41, 31, 0.8);
    margin-right: 10px;
    margin-bottom: 50px;
    padding: 20px;
    -webkit-box-shadow: 0px 5px 20px 2px #000000;
    box-shadow: 0px 5px 20px 2px #000000;
}

.centerContent {
    position: relative;
    z-index: 4;
    width: 480px;
    border: 7px solid #d39760;
    border-top: 0;
    background-color: rgba(61, 41, 31, 0.8);
    margin: 20px auto;
    padding: 20px;
    -webkit-box-shadow: 0px 5px 20px 2px #000000;
    box-shadow: 0px 5px 20px 2px #000000;
}

.bannerInfo.left {
    width: 240px;
    padding: 20px;
    margin-left: 38px;
    margin-top: 255px;
}



.demoButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
    box-shadow: inset 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #fcf4bb));
    background: -moz-linear-gradient(top, #ffec64 5%, #fcf4bb 100%);
    background: -webkit-linear-gradient(top, #ffec64 5%, #fcf4bb 100%);
    background: -o-linear-gradient(top, #ffec64 5%, #fcf4bb 100%);
    background: -ms-linear-gradient(top, #ffec64 5%, #fcf4bb 100%);
    background: linear-gradient(to bottom, #ffec64 5%, #fcf4bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#fcf4bb',GradientType=0);
    background-color: #ffec64;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #f2d59b;
    color: #C77700;
    font-family: arial;
    font-size: 27px;
    font-weight: normal;
    padding: 11px 48px;
    text-decoration: none;
    text-shadow: 1px -1px 1px #FFF;
    display: inline-block;
}

    .demoButton:hover,.worldBoard:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fcf4bb), color-stop(1, #ffec64));
        background: -moz-linear-gradient(top, #fcf4bb 5%, #ffec64 100%);
        background: -webkit-linear-gradient(top, #fcf4bb 5%, #ffec64 100%);
        background: -o-linear-gradient(top, #fcf4bb 5%, #ffec64 100%);
        background: -ms-linear-gradient(top, #fcf4bb 5%, #ffec64 100%);
        background: linear-gradient(to bottom, #fcf4bb 5%, #ffec64 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf4bb', endColorstr='#ffec64',GradientType=0);
        background-color: #fcf4bb;
        color: brown;
    }

    .demoButton:active {
        position: relative;
        top: 1px;
        -webkit-box-shadow: inset 0px 0px 12px 4px #7A712B;
        box-shadow: inset 0px 0px 12px 4px #7A712B;
        background: #B4AD5C;
        color: #8D7C44;
        text-shadow: none;
        border: 1px solid #AA9B60;
    }

.worldBoard {
    text-decoration: none;
    -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
    box-shadow: inset 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #fcf4bb));
    background: -moz-linear-gradient(top, #ffec64 5%, #fcf4bb 100%);
    background: -webkit-linear-gradient(top, #ffec64 5%, #fcf4bb 100%);
    background: -o-linear-gradient(top, #ffec64 5%, #fcf4bb 100%);
    background: -ms-linear-gradient(top, #ffec64 5%, #fcf4bb 100%);
    background: linear-gradient(to bottom, #ffec64 5%, #fcf4bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#fcf4bb',GradientType=0);
    background-color: #ffec64;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #f2d59b;
    color: #C77700;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 7px 6px 14px;
    text-decoration: none;
    text-shadow: 1px -1px 1px #FFF;
    position: absolute;
    top: 47px;
    left: 58px;
}
.worldBoard img {
  float: right;
  width: 24px;
  margin-top: -4px;
  margin-left: 3px;

}
.leftContent {
    padding: 20px;
}

.footerWrap {
    padding-top: 73px;
    width: 865px;
    margin: 0px auto;
    color: white;
}

.navBar a {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.profileInfo a {
    color: white;
    font-size: 10px;
}

.titleContent {
    font-size: 28px;
}

.rightContent span {
    color: #FFF474;
}

.wrapfaq .rightContent span {
    color: white;
}

.leftContent h3 {
    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
}


.extensionIcons a {
    outline: none; /* get rid of dotted borders in FireFox */
    text-indent: -5000px; /* this move the text outside of the screen area */
    display: inline-block;
    width: 90px;
    height: 87px;
}

a.iconCH {
    background: url("../imagenes/extensionIcons.png") 0 0 no-repeat;
}

a:hover.iconCH {
    background-position: 0px -87px;
}

a:active.iconCH {
    background-position: 0 -174px;
}


a.iconFF {
    background: url("../imagenes/extensionIcons.png") -90px 0 no-repeat;
}

a:hover.iconFF {
    background-position: -90px -87px;
}

a:active.iconFF {
    background-position: -90px -174px;
}


a.googlePlay {
    background: url("../imagenes/googlePlay.png") 0 0 no-repeat;
    outline: none; /* get rid of dotted borders in FireFox */
    text-indent: -5000px; /* this move the text outside of the screen area */
    display: inline-block;
    width: 192px;
    height: 72px;
}

a:hover.googlePlay {
    background-position: 0px -72px;
}

a:active.googlePlay {
    background-position: 0px -144px;
}
a.appleStore {
    background: url("../imagenes/appleStore.jpg") 0 0 no-repeat;
    outline: none; /* get rid of dotted borders in FireFox */
    text-indent: -5000px; /* this move the text outside of the screen area */
    display: block;
    width: 220px;
    height: 72px;
    margin-top: 0px!important;
}

a:hover.appleStore {
    opacity: 0.9;
}


.leftContent p {
    margin: 0;
}

.leftContent a {
    margin: 25px 0;
}


.socialIcons a {
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.35);
    font-family: 'socialicoregular';
    font-size: 80px;
    text-indent: -10px;

}

.logo a:active {
    margin-top: 1px;
    display: block;
}

.HasTopBorder {
    border-top: 7px solid #D39760;
    border-radius: 3px;
}

.signin input, .signin textarea{
    outline:none;
    display: block;
    padding: 15px;
    width: 450px;
    font-size: 20px;
    border-radius: 10px;
    margin-bottom: 12px;
/*    margin: 20px auto;*/
    border: 0;
    border-bottom: 3px solid rgba(85, 55, 9, 0.69);
    box-shadow: 0 -9px 25px 1px rgba(66, 52, 22, 0.34) inset;
}

.contact input, .contact textarea
{
	margin: 10px auto;
	width: 400px;
}

.signin label
{
	float: left;
}
.signin a, #buttonSubmit {
    -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: inset 0px 1px 0px 0px #FFF6AF;
    box-shadow: inset 0px 1px 0px 0px #FFF6AF;
    background-color: #FFEC64;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #F2D59B;
    color: #C77700;
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
    padding: 15px;
    width: 250px;
    text-decoration: none;
    text-shadow: 1px -1px 1px #FFF;
    display: inline-block;
    text-align: center;
    float: left;
}


    .signin a:hover, #buttonSubmit:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf4bb', endColorstr='#ffec64',GradientType=0);
        background-color: #fcf4bb;
        color: brown;
        cursor: pointer;
    }

    .signin a:active {
        position: relative;
        top: 1px;
        -webkit-box-shadow: inset 0px 0px 12px 4px #7A712B;
        box-shadow: inset 0px 0px 12px 4px #7A712B;
        background: #B4AD5C;
        color: #8D7C44;
        text-shadow: none;
        border: 1px solid #AA9B60;
    }

.forgot {
    color: white;
    /*padding-top: 20px;*/
    float: right;
    /*padding-left: 41px;*/

}

.contentInside {
    margin-top: 65px;
}

.signup {
    -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: inset 0px 1px 0px 0px #FFF6AF;
    box-shadow: inset 0px 1px 0px 0px #FFF6AF;
    background-color: #FFEC64;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #F2D59B;
    color: #C77700;
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
    padding: 15px;
    width: 230px;
    text-decoration: none;
    text-shadow: 1px -1px 1px #FFF;
    display: inline-block;
    text-align: center;
  /*  float: left;*/
    margin-top: -10px;
    margin-bottom: 17px;
}

    .signup:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf4bb', endColorstr='#ffec64',GradientType=0);
        background-color: #fcf4bb;
        color: brown;
    }

    .signup:active {
        position: relative;
        top: 1px;
        -webkit-box-shadow: inset 0px 0px 12px 4px #7A712B;
        box-shadow: inset 0px 0px 12px 4px #7A712B;
        background: #B4AD5C;
        color: #8D7C44;
        text-shadow: none;
        border: 1px solid #AA9B60;
    }

.dottedLine {
    display: block;
    width: 100%;
    height: 11px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.31);
  /*  clear: both;*/
/*    padding-top: 30px;*/
}

.autoWidth {
    width:auto;
}


.facebook {
    color:#365f9f;
}
.twitter {
    color:#2aa9df;
}
.google {
    color:#db5342;
}
.linkedin {
    color:#1F1FDF;
}
/* OSCAR STYLE */
.anunciosLateral
{
    float:right;
    margin: 0px 30px 0px 0px;
	top: 175px;
	right: 0px;
	position: absolute;
}
.anunciosLateral2
{
    float:right;
    margin: 0px 30px 0px 0px;
    top: 780px;
    right: 0px;
    position: absolute;
}
.anunciosLateral3
{
    float:right;
    margin: 0px 30px 0px 0px;
    top: 1400px;
    right: 0px;
    position: absolute;
}
.seccionAyuda {
    border-bottom: 2px solid yellow;
    margin-bottom: 50px;
    padding: 30px;
}
#faq,#faq2,.help2
{
    width: 80%;
    margin-bottom: 40px;
}
#help {
    width: 90%;
}
.help2 li {
    margin: 10px 0;
}
#helpTitulos a {
    margin: 10px 0 10px 30px;
    font-size: 22px;
    text-decoration: none;
    width: 45%;
    display: inline-block;
}
#helpTitulos a:hover {
    text-decoration: underline;
}
#gallery,#chromeWelcome, #uninstallExt
{
    width: 81%;
    margin-bottom: 40px;
    padding: 30px;
}
#uninstallExt {
    width: 88%;
}

#uninstallExt iframe {
    height: 1100px;
}

#chromeWelcome
{
    margin-top: -30px;
}
.publiWelcome .anunciosLateral
{
    top: 164px;
}
#chromeWelcome ul
{
    line-height: 25px;
}
#chromeWelcome a, .oscapps{
    color: yellow;
}
.appsLinks
{
    margin: 20px 20px 20px 0px;
    float: left;
}
.appsLinks:hover
{
    opacity: 0.8;
}
.pantPorta
{
    float: right;
    margin: 10px 0px 10px 0px;
}
.slideIframe
{
    margin: 40px auto;
    display:block;
}
.faq
{
    margin-bottom: 20px;

}
.pregunta {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin: 10px;
    color: #E7EC70;
}
.pregunta:hover{
    cursor: pointer;
    text-decoration: underline;
}

.respuesta {
    text-align: left;
    font-size: 15px;
    margin: 10px;
    display: none;

}

 #fb-login{
    margin: 0px auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
}

#fb-button{
/*    margin: 10px auto;
    display: block;*/
    width: 200px;
    height: 37px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #3B5998;
    background: -moz-linear-gradient(top, #3B5998 0%, #3B5998 50%, #325190 50%, #325190 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3B5998), color-stop(50%,#3B5998), color-stop(50%,#325190), color-stop(100%,#325190));
    background: -webkit-linear-gradient(top, #3B5998 0%,#3B5998 50%,#325190 50%,#325190 100%);
    background: -o-linear-gradient(top, #3B5998 0%,#3B5998 50%,#325190 50%,#325190 100%);
    background: -ms-linear-gradient(top, #3B5998 0%,#3B5998 50%,#325190 50%,#325190 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5998', endColorstr='#325190',GradientType=0 );
    background: linear-gradient(top, #3B5998 0%,#3B5998 50%,#325190 50%,#325190 100%);
    box-shadow: 0px 3px 0px #213b6d;
    -moz-box-shadow: 0px 3px 0px #213b6d;
    -webkit-box-shadow: 0px 3px 0px #213b
}
#fb-button:hover
{
	cursor: pointer;
}
.fb-logo {
    float: left;
    width: 11px;
    height: 20px;
    background: url(../imagenes/f-facebook.png);
    margin-top: 7px;
    padding: 3px 8px;
    background-repeat: no-repeat;
    background-position: center;
}

#fb-button span {
    border-left: 1px solid #627BA8;
	float: left;
    min-height: 20px;
    margin-top: 7px;
    padding: 3px 12px;
    font-size: 15px;
    font-weight: 500;
    color: white;
}

#fb-button:hover
{
    opacity: 0.9;
}
.publi
{
    margin: 0px auto 200px;
    border: 5px solid black;
}

#rememberme
{
	display: inline;
	width: 15px;
}
#capaContenedora
{
	float: right;
	margin: 20px 15px 15px 15px;
	width: 190px;
	color: rgb(231, 151, 31);
    font-size: 20px;
}
#capaContenedora2
{
	float: right;
    margin-top: -46px;
    margin-right: 20px;
}
.clearDiv
{
	clear: both;
}


#pagoForm
{
    width: 68%;
}

.price-chart
{
	width: 670px;
    margin: 40px auto;
}
.attr-col { margin: 110px 0 0; float: left; width: 220px; }
.attr-col ul { background: #f4f4f4; font-size: 16px; border: 1px solid #d6d6d6; border-width: 1px 0px 1px 1px; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px;
    padding: 0;
    margin: 0; }
.attr-col ul li { color:black;text-shadow: 0 0 0 black;;text-align: right; padding: 0 10px; border-bottom: 1px solid #d6d6d6; line-height: 45px; display: block; }
.attr-col ul li.last { border-bottom: none; }
.pt-table { padding-left: 220px; display: block; position: relative; }
.pt-body { padding: 10px 0 0; }
.pt-rows
{
    padding: 0;
    margin: 0;
}
.pt-rows li { display: block; overflow: hidden;background: #fff; border-left: 2px solid #ccc; border-right: 2px solid #ccc; border-bottom: 1px solid #d9d9d9;  }
.pt-rows li span { width: 49.5%; text-align: center; float: left; border-right: 1px solid #d9d9d9; display: block; line-height: 45px; height: 45px; }
.pt-rows li.title { background: rgba(61, 41, 31, 0.8); font-size: 22px; color: #fff; font-weight: bold; -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; border-bottom: 2px solid #555; border-width: 0 0 2px; }
.pt-rows li.title span { line-height: 50px; height: 50px; border: none; padding: 0 1px; text-shadow: 2px 2px #444; }
.pt-rows li.fees { border-bottom: 1px solid #ccc; }
.pt-rows li.fees span { line-height: 48px; height: 48px; background: #f7f7f7; font-size: 34px; font-weight: 700; font-family: Georgia, Arial, sans-serif; color: #C0C035; text-shadow: 2px 2px #fff; }
.pt-rows li span.pt-yes { background: url(../imagenes/yes-no.gif) no-repeat center 12px; }
.pt-rows li span.pt-no { background: url(../imagenes/yes-no.gif) no-repeat center -38px; }
.pt-rows li.fin { border-bottom: 2px solid #d9d9d9; -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; height: 85px; }
.pt-rows li span.pt-3x { width: 60%; float: left; text-align: center; border: none; }
#unico
{
    font-size: 15px;
    display: inline-block;
}

/* Simple Button CSS: */
.big-button { font-size: 24px; line-height: 50px; font-weight: 700; color: #fff; padding: 10px 20px; background: #4a980d; text-shadow: 2px 2px rgba(0, 0, 0, 0.3); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #407718; text-decoration: none; position: relative; top: 18px;
    margin-bottom: 20px;
}
.big-button:hover { cursor:pointer;color: #fff; -moz-box-shadow: 0 0 20px #fffc00; -webkit-box-shadow: 0 0 20px #fffc00; box-shadow: 0 0 20px #fffc00; background: #6fbb2f; }
.big-button:active { position: relative; top: 1px; }

.big-button2
{
    top: 10px;
    left: 204px;
    padding: 5px 12px;
}


.linkButton
{
    font-size: 25px;
    font-weight: 700;
    color: yellow;
}
.linkButton:hover
{
    color: #fff;
    -moz-text-shadow: 0 0 20px #fffc00;
    -webkit-text-shadow: 0 0 20px #fffc00;
    text-shadow: 0 0 20px #fffc00;
}
.destaca
{
    font-size: 18px;
    font-weight: 700;
    color: yellow;
}
#mens2
{
    font-size: 15px;
}
.bienvenida
{
    line-height: 22px;
}
.bienvenida a
{
    color: yellow;
}
.count, .numero {
    font-size: 20px;
    margin-left: 20px;
    font-family: courier;
    font-weight: bold;
}
/* ---------------------- LEY DE COOKIES ------------------------------*/
.cookie-message {
  position:fixed;
  bottom:0;left:0;right:0;
  background:black;
  border-bottom:1px solid #ccc;
  box-shadow:0px 0px 3px #ccc;
  z-index: 99;
  color: white;
   opacity: 0.8;
   font-size: 14px;
      padding: 10px;
}
.cookie-message a {
 /* position:absolute;
  top:0; *top:-2px; right:20px;*/
  cursor:pointer;
  background-color: #fcf4bb;
   font-size: 16px;
   padding: 10px;


}
.cookie-message p, .cookie-message a {

  font:bold 11px/18px Arial;
  margin:0.6em 0;
     margin: 5px 5px 2px 5px;
}
.blue {
  border-bottom:1px solid #0E83AE;
  background-color:#0990c3;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0e83ae), color-stop(50%, #0990c3), color-stop(100%, #0e9dd2));
  background: -webkit-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: -moz-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: -o-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: -ms-linear-gradient(#0e83ae, #0990c3, #0e9dd2);
  background: linear-gradient(#0e83ae, #0990c3, #0e9dd2);
}
.blue p, .blue a { color:#fff; }

.firefoxNew {
    border: 1px solid #cece6d;
    padding: 20px;
    background-color: #696940;
}

/* ----------------------------------------------------------------------*/


.itemGaleria
{
    float: left;
    margin: 10px 15px 20px 12px;
    padding: 10px;
}
.itemGaleria img
{
    width: 300px;
    margin-left: auto ;
    margin-right: auto ;
}
.itemGaleria a
{

}
.itemGaleria img:hover
{
    opacity: 0.8;
    cursor: pointer;
}
.descItem
{
    margin-bottom: 10px;
    width: 300px;
}

.faqContainer iframe
{
    margin: 20px 0 20px 0;
}


.cupones
{
    position: absolute;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    /*margin: 10px 20px 0px 0px;*/
    top: 144px;
    right: 30px;
    z-index: 1000;
}

.imagenes-version7 {
    margin: 20px auto;
    display: table;
}

.container-share {
    margin: 20px auto;
    padding: 10px;
    background-color: white;
    opacity: 0.8;
}

.helpContainer {
    margin-top: 10px;
    line-height: 25px;
}
.helpContainer h1 {
    color: #d5fd08;
}



.articulos-container {
    padding: 20px;
    border: 1px solid #fff6af;
    background-color: rgba(195, 181, 8, 0.1);
    border-radius: 4px;
}
.vuelta-atras {
    background-image: url(../imagenes/up-arrow.png);
    width: 50px;
    height: 50px;
    float: right;
    cursor: pointer;
}
.vuelta-atras:hover {
    opacity: 0.8;
}

.helpContainer hr{
    margin-bottom: 50px;
    margin-top: 50px;
}

#basicas .iconHelp {
    background-color: #651919;
    color: white;
}

#basicas .iconHelp img{
    width: 30px;
    display: block;
}

#basicas table {
    background-color: beige;
    color: black;
    font-size: 14px;
}

#basicas span {
    color: black;
    text-shadow: 0 0px 0 black;
    padding-left: 10px;
}

.datos-usuarios {
    margin: 10px 0 20px;
    line-height: 23px;
    border: 1px solid #444444;
    border-radius: 3px;
    padding: 10px;
    background-color: rgba(144, 141, 141, 0.5);
    overflow: auto;
}

.datos-usuarios .left {
    float: left;
    font-size: 16px;
}

.datos-usuarios .right {
    float: right;
    font-size: 22px;
}
