.logoHeader{
    height:75px;
}



.color1{
    color:#a245ff;
}
.color2{
    color: #ffd145;
}
.color3{
    
}
.color4{
    
}

.bgColor1{
    background:#a245ff;
}
.bgColor2{
    background: #ffd145;
}
.bgColor3{
    
}
.bgColor4{
    
}

.bgNavidad{
    background: url(/assets/images/copos.png) left top repeat;
}


.categoria{
    border: 1px solid #f6f6f6;
    margin: 5px;
    padding:3px 8px;
}



        .luces {
        background-image: url(https://lh5.googleusercontent.com/-4L1A9tG4vHc/TuuwZRNQ26I/AAAAAAAAB-k/lDA3666E5uE/s457/luces%25252010.gif);
        background-repeat:repeat-x;
        height:32px;
        width:100%;
        margin-bottom:10px;
        }


.form-inline input{
    height: 48px;
    border: 4px solid #a2afdd;
    border-radius: 10px;
}

nav{
    background-image: url("/assets/images/fondoHead.png");
    background-size: cover;
}

.zindex9999{
    z-index:9999;
}

.tituloCategoria{
    padding: 5px 25px;
    font-size: 3em;
    border: 1px solid #fff;
    display: inline-block;
    background: #635784;
    margin: 10px;
    border-radius: 3px;
}














html, body{
/*Font-Family: 'Oswald', Sans-Serif;
Font-Size: 51px;

Font-Family: 'Esteban', Serif;
Font-Size: 17px;*/
font-family: 'Open Sans', sans-serif;
}


/*@media screen and (min-width: 991px)*/
body {
    /*background: url(/assets/images/bg1.jpg) left top no-repeat,url(/assets/images/bg_2.jpg) left bottom no-repeat;*/
    /*background: url(/assets/images/bg_1.jpg) left top no-repeat,url(/assets/images/bg_2.jpg) left bottom no-repeat;*/
    /*background-color: #00b7ec;*/
    background-color: #228eae;
    letter-spacing: 2px;
    /*background-size: contain;*/
}


.lineBg{
    background-repeat:no-repeat;
    background-position: center center;
    background-image:url(/assets/images/lineBackground.png);
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    min-height:100%;
}

.tituloJuego{
    font-family: 'Sniglet', cursive;
    font-size:2em;
}

#splashScreen{
	position:absolute;
	z-index:1000;
	width:100%;
	height:100%;
	background: #260151;
}

#container1{
	color: #fff !important;
}

/********* MENU **********/

#logoFlotante{
  position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.shadow{
  box-shadow: 0 4px 6px 0 hsla(0,0%,0%,02);
}


.menusup{
    background-color: #0e73a5!important;
    background: rgb(9,9,121);
    background: linear-gradient(0deg, rgb(14, 115, 165) 30%, rgba(87,217,255,1) 91%, #0e73a5 100%);
    padding: 0.5rem 1rem !important;
    /*background:url(/assets/images/header_bg.png)*/
}

.yaJugados{
    background: #6a6cb9;
    padding: 8px 15px;
    margin: 0 10px;
    border-radius: 8px;
}


/****************/


.back{
    height: 40px;
    margin: 10px;
}


/*a{cursor:url(http://falconmasters.com/img/cursor.gif), auto;}*/
.squareGame {display: inline-block; margin:5px; border:3px solid #CDCDCD; border-radius: 3px;}
.gameThumb {display: inline;width:75px; height:75px;border-radius:4px;}
.gameThumbMini {display: inline;width:45px; height:45px;border-radius:4px;}
.gameThumbXs {display: inline;width:32px; height:32px;border-radius:4px;}
.gameThumbCircle {display: inline;width:32px; height:32px;border-radius:50%;}

.gameCapture{display: inline;width:120px; height:80px;border-radius:4px;}


.bloque{
    border:1px solid #aaa;
    border-radius: 1%;
    /*background-image: url("/assets/images/bgBloque.png");*/
    background:#6a6cb9;
    z-index:9999;
}
.bloque1{
    border:1px solid #aaa;
    border-radius: 1%;
    /*background-image: url("/assets/images/bgBloque.png");*/
    background:#6a6cb9;
    z-index:9999;
}
.bloqueOpaco{
    border:0px solid #aaa;
    border-radius: 1%;
    background:#6a6cb9;
    z-index:9999;
}

.gameDescription{
    background: #fff;
    border: 1px solid #cdcdcd;
    color: #000;
    border-radius: 2px;
    padding: 6px;
}



.botonCategoria{
    /*position: relative;
    background: #15516f;
    color: #FFF;
    border: 1px solid #0d4986;
    border-radius: 10px;
    margin: 8px 20px;
    padding: 3px 10px 3px 22px;*/

    position: relative;
    /* background: #15516f; */
    background: linear-gradient(0deg, #095f89 30%, rgb(91, 181, 207) 91%);
    color: #FFF;
    border: 1px solid #63809e;
    border-radius: 10px;
    margin: 5px;
    padding: 7px 20px 3px 20px;
    height: 40px;
    font-size: 15px;
}

/*.botonCategoria > img{
    position: absolute;
    top: -1px;
    left: -22px;
    width: 40px;
    background: #6E95A8;
    border-radius: 25px;
    border: 1px solid #46bfe9;
}
*/


/**************** SPINNER INICIAL ********************/

#loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}




/*************** STAR POLL SYSTERM ********************/


.votes_main {
    margin: 10px auto;
    overflow: hidden;
    width: 450px;
}
.votes_gray {
    background-image: url("/assets/images/star_gray.png");
    float: left;
    height: 64px;
    position: relative;
}
.votes_active {
    background-image: url("/assets/images/star.png");
    height: 64px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.votes_buttons {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}
.votes_button {
    border: medium none;
    height: 64px;
    margin: 0;
    padding: 0;
    width: 64px;
}
.votes_main span {
    color: #333333;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 64px;
    margin-left: 10px;
}
/*************** FOOTER *****************/

.footer{
    color:#FFF;
    border:1px solid #aaa;
    border-radius: 1%;
    background-image: url("/assets/images/bgBloque.png");
}

.footer a, .footer a:visited, .footer a:hover{
    color:#FFF;
    text-decoration: none;
}















