@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    background: url(/images/bg_main.png) repeat fixed #e1e1e1;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    color: #3d3d3d;
}
a:active, a:hover, a:link, a:visited {
    text-decoration: none;
    color: #3d3d3d;
}
a:hover {
    cursor: pointer;
}
a img {
    border: none;
}
h1, h2, p, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
}
ul, li {
    list-style: none;
}
.clear {
    clear: both;
}
/*SOCIAL BTNS*/
/*FOR ALL BTNS*/
.sociales_btn_container {
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: 0.2s;
}
.sociales_btn_container:hover {
    text-decoration: none;
}
.sociales_btn_texto {
    padding: 0 11px 2px 8px;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}
.sociales_btn_icon {
    padding: 8px 0 8px 9px;
}
/*FACEBOOK BTN*/
.sociales_btn_color_facebook {
    background-color: #4267b2;
}
.sociales_btn_color_facebook:hover {
    background-color: #2a4c90;
}
/*BOOKMARK BTN*/
.sociales_btn_color_favoritos {
    background-color: #9f62ea;
}
.sociales_btn_color_favoritos:hover {
    background-color: #8b4bd9;
}
/*END SOCIAL BTNS*/
#wrapper {
    margin: 0 auto;
    width: 998px;
    position: relative;
}
#top {
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.top_logo img {
    vertical-align: top;
    width: 376px;
}
.top_logo {
    width: 376px;
    padding-top: 23px;
    padding-bottom: 19px;
    display: inline-block;
}
/* NAV */
.no_desktop, .responsivo_menu {
    display: none;
}
.decor_treboles, .decor_diamantes, .decor_corazones, .decor_picas {
    position: absolute;
    width: 18px;
    height: 21px;
    margin-top: 22px;
    margin-left: -9px;
    display: block;
}
.decor_picas {
    background-image: url(images/decor_picas.png);
}
.decor_corazones {
    background-image: url(images/decor_corazones.png);
}
.decor_diamantes {
    background-image: url(images/decor_diamantes.png);
}
.decor_treboles {
    background-image: url(images/decor_tréboles.png);
}
.no_desktop, .responsivo_menu {
    display: none;
}
nav {
    z-index: 999;
    position: relative;
    min-height: 65px;
    width: 998px;
    background-color: #53949d;
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}
ul.nav a:active, nav a:link, nav a:visited {
    color: #fff;
}
nav a:hover {
    color: #0f3f46;
    transition: 0.4s;
}
ul.nav a {
    display: block;
    padding: 18px 50px 17px 50px;
    background-color: #53949d;
}
ul.nav li {
    float: left;
}
ul.nav {
    display: block;
    width: 998px;
}
ul.nav ul {
    visibility: hidden;
    position: absolute;
    transition: all .1s ease-in-out;
    transform-origin: left top;
    transform: scaleY(0);
    margin-left: -175px;
    width: 360px;
    background-color: #62b0ba;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);*/
}
nav li:hover ul {
    visibility: visible;
    transform: scaleY(1);
}
ul.nav li:hover > * {
    display: block;
}
ul.nav ul li {
    float: none;
}
ul.nav ul a {
    text-align: right;
    padding: 10px 24px 10px 18px;
    background-color: #62b0ba;
}
ul.nav ul li:first-child {
    padding-top: 10px;
    border-top: 1px solid #3d7b84;
}
ul.nav ul li:last-child {
    padding-bottom: 12px;
}
.boxes_bg {
    width: 100%;
    float: left;
}
.foot_spacer {
    margin-bottom: 50px;
}
.box_hola {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #fffdfe;
    outline: 1px solid #d4d4d4;
    outline-offset: -12px;
    margin-bottom: 18px;
    box-shadow: 0 2px 0 0 #b1b1b1;
}
.box_hola_texto1 {
    padding-top: 22px;
    font-size: 30px;
    font-weight: 600;
    padding-left: 6px;
    padding-right: 6px;
}
.box_hola_texto2 {
    line-height: 24px;
    padding-top: 14px;
    padding-left: 38px;
    padding-right: 38px;
}
#box_hola_sociales {
    padding-top: 26px;
    padding-bottom: 36px;
    text-align: center;
    font-size: 1px;
}
.box_hola_btn_facebook {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
}
.box_hola_btn_favoritos {
    display: inline-block;
    vertical-align: top;
}
.box_hola_rey {
    position: absolute;
    right: 0;
    bottom: -5px;
    padding: 0;
}
.box_juegos {
    float: left;
    width: 100%;
}
.box_juego {
    margin-bottom: 18px;
    float: left;
    margin-right: 16px;
    width: 322px;
    background-color: #fffdfe;
    box-shadow: 0 2px 0 0 #b1b1b1;
}
.box_juego:nth-child(3n) {
    margin-right: 0;
}
.box_juego_img {
    width: 322px;
    transition: filter .2s ease-in-out;
}
.box_juego_img:hover {
    filter: brightness(116%);
}
.box_juego_texto1 {
    font-size: 20px;
    padding-top: 2px;
    font-weight: 700;
    padding-left: 12px;
}
.box_juego_texto1 a:hover {
    text-decoration: underline;
}
.box_juego_texto2 {
    padding-top: 4px;
    padding-left: 12px;
}
.box_juego_texto3 {
    padding: 1px 2px 12px 12px;
    line-height: 24px;
}
.box_juego_mas {
    clear: both;
    padding-bottom: 16px;
}
.box_juego_mas_btn {
    padding: 24px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    display: block;
    background-color: #53949d;
    color: #ffffff !important;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s ease-in-out;
}
.box_juego_mas_btn:hover {
    background-color: #3b8089;
}
/* SUB */
.box_info {
    width: 100%;
    background-color: #fffdfe;
    outline: 1px solid #d4d4d4;
    outline-offset: -12px;
    margin-bottom: 18px;
    padding-bottom: 29px;
    box-shadow: 0 2px 0 0 #b1b1b1;
}
.box_info_texto1 {
    text-align: center;
    padding-top: 22px;
    font-size: 30px;
    font-weight: 700;
    padding-left: 29px;
    padding-right: 29px;
}
.box_info_texto2 {
    line-height: 24px;
    padding-top: 14px;
    padding-left: 29px;
    padding-right: 29px;
}
.box_info_texto2 a:active, .box_info_texto2 a:link, .box_info_texto2 a:visited {
    color: #000cff;
    text-decoration: none
}
.box_info_texto2 a:hover {
    color: #000cff;
    text-decoration: underline;
}
.box_info_texto3 {
    padding-top: 14px;
    padding-left: 29px;
    padding-right: 29px;
    font-weight: 700;
}
.box_info_img {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 8px;
}
.box_info_form {
    padding-top: 19px;
    padding-right: 29px;
    padding-left: 29px;
}
/* JUEGOS */
.juego {
    float: left;
    width: 100%;
    background-color: #fffdfe;
    outline: 1px solid #d4d4d4;
    outline-offset: -12px;
    margin-bottom: 18px;
    box-shadow: 0 2px 0 0 #b1b1b1;
}
.juego_anu_1 {
    font-size: 28px;
    font-weight: 700;
    padding-left: 22px;
    padding-right: 22px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}
/*.juego_anu_1 {	
    background-color: #d4d4d4;
    margin-top: 29px;
	display: block;
    margin-bottom: 150px;
    font-size: 1px;
    width: 728px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
}*/
.juego_file_responsivo {
    display: none;
}
.juego_file {
    text-align: center;
    font-size: 1px;
}
.juego_sociales {
    padding-top: 33px;
    padding-bottom: 43px;
    text-align: center;
    font-size: 1px;
}
.juego_sociales_facebook {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
}
.juego_sociales_bookmark {
    display: inline-block;
    vertical-align: top;
}
/*.juego_anu_2 {
    width: 728px;
    height: 90px;
    margin: 0 auto;
    background-color: #d4d4d4;
    margin-bottom: 29px;
    margin-top: 55px;
    font-size: 1px;
}*/
.juego_info {
    float: left;
    position: relative;
    width: 100%;
    background-color: #fffdfe;
    outline: 1px solid #d4d4d4;
    outline-offset: -12px;
    box-shadow: 0 2px 0 0 #b1b1b1;
}
.juego_info_rey {
    position: absolute;
    right: 0;
    bottom: -5px;
    padding: 0;
}
.juego_info_ul {
    line-height: 24px;
    padding-bottom: 10px;
    padding-left: 29px;
    padding-right: 29px;
}
.juego_info_texto1 {
    padding-top: 24px;
    padding-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
}
.juego_info_texto2 {
    font-weight: 700;
    margin-bottom: 8px;
}
.juego_info_texto3 {
    padding-bottom: 20px;
}
.votar_corazones {
    display: inline-block;
}
.votar_voto {
    height: 32px;
    font-size: 16px;
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
}
.votar_select {
    padding-bottom: 16px;
    margin-left: -3px;
}
input[type='radio'] {
    width: 18px;
    height: 18px;
    vertical-align: top;
}
.votar_btn {
    padding-top: 16px;
    padding-bottom: 14px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    background-color: #9f9f9f;
    color: #fff;
    outline: none;
    border: 0;
    box-sizing: border-box;
    min-width: 200px;
    transition: .2s ease-in-out;
}
.votar_btn:hover {
    background: #53949d;
}
.votar_info {
    padding-top: 12px;
    color: #e43e3e;
    font-weight: 700;
}
/*GAMES*/
.gamebosscom880600 {
    width: 880px;
    height: 600px;
}
.carta-blanca-verde {
    width: 880px;
    height: 600px;
}
.carta-blanca-asombrosa {
    width: 880px;
    height: 600px;
}
.free-cell {
    width: 880px;
    height: 600px;
}
.freecell-solitaire {
    width: 880px;
    height: 600px;
}
.gamebosscom800600 {
    width: 800px;
    height: 600px;
}
/*RESPONSIVO*/
@media (max-width: 1500px) {
    #wrapper {
        margin-left: 11px;
        margin-right: auto;
    }
}
@media (max-width: 991px) {
    #wrapper {
        width: 768px;
        margin-left: auto;
        margin-right: auto;
    }
    .top_logo {
        padding-top: 0px;
    }
    nav {
        display: none
    }
    .box_juego:nth-child(odd) {
        margin-left: 54px;
    }
    .box_juego:nth-child(3n) {
        margin-right: 16px;
    }
    .box_juego:nth-child(2n) {
        margin-right: 0;
    }
    .juego {
        outline: 0;
        outline-offset: 0;
    }
    .responsivo_button {
        background: #53949d;
        padding: 10px 15px 12px 15px;
        margin: 10px 8px 12px 4px;
        cursor: pointer;
        text-decoration: none;
        position: relative;
        display: block;
        vertical-align: middle;
        float: right;
    }
    .responsivo_menu {
        font-weight: 700;
        font-size: 22px;
        *zoom: 1;
        display: block;
        box-sizing: border-box;
        position: relative;
        padding: 4px;
    }
    .responsivo_menu:before {
        content: " ";
        display: table;
    }
    .responsivo_menu:after {
        content: " ";
        display: table;
        clear: both;
    }
    .responsivo_menu_text {
        float: left;
        display: block;
        color: #fff;
    }
    .responsivo_icon {
        margin: 5px 0 0 6px;
        float: left;
    }
    .responsivo_icon_bars {
        display: block;
        height: 2px;
        width: 18px;
        background-color: #fff;
        margin-top: 4px;
    }
    .responsivo_nav {
        clear: both;
        font-size: 22px;
        list-style: none;
        background-color: #62b0ba;
        display: block;
        position: static !important;
        width: 100%;
        margin-bottom: 16px;
    }
    .responsivo_nav a {
        display: block;
        text-align: center;
        padding: 13px 0 13px 0;
        margin: 0;
        border-bottom: 1px solid #dbdbdb;
    }
    .responsivo_nav a:hover {
        text-decoration: none;
        background: #53949d;
        color: #fff;
    }
    .gamebosscom880600 {
        width: 736px;
        height: 502px;
    }
    .carta-blanca-verde {
        width: 736px;
        height: 502px;
    }
    .carta-blanca-asombrosa {
        width: 736px;
        height: 502px;
    }
    .free-cell {
        width: 736px;
        height: 502px;
    }
    .freecell-solitaire {
        width: 736px;
        height: 502px;
    }
    .gamebosscom800600 {
        width: 736px;
        height: 552px;
    }
}
@media (max-width: 767px) {
    #wrapper {
        width: 630px;
    }
    .box_juego:nth-child(3n), .box_juego:nth-child(2n), .box_juego:nth-child(odd) {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .gamebosscom880600 {
        width: 598px;
        height: 408px;
    }
    .carta-blanca-verde {
        width: 598px;
        height: 408px;
    }
    .carta-blanca-asombrosa {
        width: 598px;
        height: 408px;
    }
    .free-cell {
        width: 598px;
        height: 408px;
    }
    .freecell-solitaire {
        width: 598px;
        height: 408px;
    }
    .gamebosscom800600 {
        width: 598px;
        height: 449px;
    }
}
@media (max-width: 640px) {
    #wrapper {
        width: 500px;
    }
    .box_hola_rey {
        display: none;
    }
    .juego_file {
        display: none;
    }
    .juego_file_responsivo {
        padding-top: 1px;
        width: 468px;
        display: block;
        margin: 0 auto;
    }
    .juego_file_responsivo img {
        width: 100%
    }
}
@media (max-width: 525px) {
    #wrapper {
        width: 435px;
    }
    .box_hola_texto1 {
        font-size: 26px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .box_hola_texto2 {
        padding-left: 24px;
        padding-right: 24px;
    }
    .box_info_texto1 {
        font-size: 26px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .box_info_texto2 {
        padding-left: 24px;
        padding-right: 24px;
    }
    .box_info_texto3 {
        padding-left: 24px;
        padding-right: 24px;
    }
    .box_info_form {
        padding-left: 24px;
        padding-right: 24px;
    }
    .juego_file_responsivo {
        width: 403px;
    }
    .juego_info_rey {
        display: none;
    }
}
@media (max-width: 480px) {
    #wrapper {
        width: 322px;
    }
    .top_logo img {
        width: 306px;
    }
    .top_logo {
        width: 306px;
    }
    .box_hola_btn_facebook {
        display: block;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .box_hola_btn_favoritos {
        display: block;
    }
    .juego_file_responsivo {
        width: 290px;
    }
}