/*** custom checkboxes ***/

input[type=radio] { display:none; } /* to hide the radio itself */
input[type=radio] + label:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 36px; 
  color: #CB1E1C;
  display: inline-block;
}

input[type=radio] + label:before { 
	content: "\f0c8"; 
} /* unchecked icon */
input[type=radio] + label:before { letter-spacing: 0px; } /* space between radio and label */

input[type=radio]:checked + label:before { 
	content: "\f5a2";
} /* checked icon */
input[type=radio]:checked + label:before { letter-spacing: 0px; } /* allow space for check mark */

body {
    background-color: #000 !important;
}

h1 {
    font-family: Roboto !important;
    background-color: #91190E !important;
}

h2 {
    color: #91190E !important;
    border-top-color: #91190E !important;
    border-bottom-color: #91190E !important;
}

h3 {
    background-color: #000 !important;
}

h4 {
    color: #91190E !important;
}

.bloqueg, .bloquem, .bloquep {
    background-color: #91190E !important;
}

#bloquesindex .bloque {
    color: #E16466;
}

#bloquesindex .bloque:hover {
    border-top: #91190E 1px solid;
    border-bottom: #91190E 1px solid;
    color: #91190E;
}

#footer a {
    color: #E16466;
}

#contacto .cuadrocontacto {
    border: #91190E solid 1px;
}

#contacto .boton {
    background-color: #91190E;
    border: #91190E solid 1px
}

#bloquesindex .bloque {
    font-size: 1.3rem;
}

.error {
	font-size: 11px;
    font-family: Oswald, sans-serif;
    font-weight: normal; 
	color: #fff;
    background-color: darkred;
   	padding: 3px;
    margin-bottom: 10px;
}

p {
	font-size: 14px;
    font-family: Oswald, sans-serif;
    font-weight: normal; 
	color: #000;
   	padding: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 480px){
    #mosaicojuego .td {
        width: 80%;
        float: none;
    }
}
	
/* ------------------------- CabeceraLogoPremios */
@media screen and (max-width: 480px){
	.logopremios {
		width: 90%; 
	}
}

.logopremios {
    max-width: 100%;
}

#cabeceralogopremios {
	position: relative;
	width: 945px;
	height: 210px;
    z-index: 1;
}

#cabeceralogopremios h2 {
	width: 700px;
	height: 195px;
	position: absolute;
	text-indent: -9999px;
    margin: 5px auto 5px auto;
}

/* ------------------------- Premios */

#premios {
	font-family: Marvel;
	font-size: 16px;
    text-align: center;
}

#premios .info {
    font-family: Montserrat;
    font-size: 16px;
    padding: 5px;
  	border-radius:6px;
	-moz-border-radius:6px;
 	-webkit-border-radius:6px;
    background: #E0E4EA;
    text-align: justify;
    text-justify: inter-word;
}

#premios .botoninicio {
	font-family: Oswald;
	font-size: 24px;
	color:#EFF3F5;
    background-color: #CB1E1C;
    padding: 4px 14px;
    margin: 5px 10px;
    border: 0px;
  	border-radius: 6px;
	-moz-border-radius: 6px;
 	-webkit-border-radius: 6px;	
}

#premios .botoninicio:hover {
    text-decoration: none;
	background-color:#CB1E1C;
    color: #EFF3F5;
}

.usuariopremios {
	font-family: Marvel;
	font-size:16px;
    float: right;
    vertical-align: middle;  
    padding: 5px 15px;
    font-weight: normal;		
}

#premios select {
	margin-top: 10px;
	font-family: Oswald;
	font-size: 1.5rem;
	color: #FFFFFF;
	background-color: #91190E;
    border: #000000 solid 1px;
  	border-radius: 6px;
	-moz-border-radius: 6px;
 	-webkit-border-radius: 6px;
   	padding: 3px 3px 3px 4px;
    margin-bottom: 25px;
    margin-left: 3px;
    -webkit-appearance: none;   
    max-width: 95%;
}

#premios .doypuntos {
	margin-bottom: 1px;	
    font-size: 36px;
    text-align: center;
}

#premios .categoria {
	font-family: Marvel;
	font-size:30px;
    text-align: left;
	color: #804900;
    border-bottom: #804900 solid 1px;
   	padding: 4px;
    margin: 5px;
}

#premios .infocategoria {
	font-size:18px;
	font-family: Montserrat;
	color: #FFFFFF;
    background-color: #CB1E1C;
  	border-radius:6px;
	-moz-border-radius:6px;
 	-webkit-border-radius:6px;
   	padding:10px;
    margin-bottom: 10px;
    margin-top: 5px;
}

#premios .cuadrootro {
	font-family: Oswald;
	font-size: 18px;
	color: #000000;
    border: #CB1E1C solid 1px;
  	border-radius: 8px;
	-moz-border-radius: 8px;
 	-webkit-border-radius: 8px;
   	padding: 6px 6px 4px 8px;
    margin-bottom: 5px;
    margin-left: 3px;
    -webkit-appearance: none;   
    max-width: 90%;
}

/* ------------------------- UltimosJuegos */

#votosjuegos {    
	width: 100%;
}

#votosjuegos h2 {
	font-family: Marvel;
	font-size:16px;
	color:#fff;	
	margin: 15px 15px 10px 5px;
	background-color: #CB1E1C;
    text-align: left; 
    vertical-align: middle;  
  	border-radius: 4px;
	-moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
    padding: 5px 15px;
    text-transform: uppercase; 
    font-weight: normal;
    box-shadow:0px 0px 1px 1px rgba(0,0,0,.2);		
}


#votosjuegos table {
    width: 99%;
    border-spacing: 10px;
}

#votosjuegos td {
    text-align: center;
    vertical-align: bottom;
    width: 20%;
    padding: 3px;
  	border-radius: 4px;
	-moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
    background-color: #EFF3F5;
}

#votosjuegos img{
	vertical-align:middle;
}

#votosjuegos .seleccionar {
	font-family: Oswald;
    font-weight: bold;
	font-size: 14px;
	color: #999;	
}

.divimagen_premios {
    width: 150px;
    /*height: 150px;*/
    overflow:hidden;  
    margin: 5px auto;
  	border-radius: 6px;
	-moz-border-radius: 6px;
 	-webkit-border-radius: 6px;       
}

.divimagen_premios:hover {
    -moz-box-shadow: 0 0 8px #000; 
    -webkit-box-shadow: 0 0 8px #000; 
    box-shadow: 0 0 8px #000;       
}
/*
#votosjuegos .portada {
    border: 0px;
  	border-radius: 6px;
	-moz-border-radius: 6px;
 	-webkit-border-radius: 6px;
    min-height: 150px;
    max-width: 150px;
    margin-right: 5px;
}*/

#votosjuegos .logo {
    width: 140px;
    margin-right: 5px;
    border: 0px;
  	border-radius: 4px;
	-moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
}



/* ------------------------- BloquesIndex */

#bloquespremios {
	width: 986px;
    margin: 0px 0px 0px -25px;
	padding: 10px 2px 10px 2px;
	background-color: #333;
    text-align: center; 
    vertical-align: middle;  
    box-shadow:0px 0px 1px 1px rgba(0,0,0,.5);
}

#bloquespremios span {
    color: #FFFFFF;
}

#bloquespremios .encabezado {
	font-family: Montserrat;
	font-size: 24px;
	color: #fff;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

#bloquespremios .bloque {
	font-family: Marvel;
	font-size: 14px;
	color: #CB1E1C;
   	padding: 2px 5px 2px 5px;
    margin-bottom: 5px;
    margin-left: -3px;
    text-transform: uppercase; 
    transition: padding 0.5s; 
    transition: font-size 0.5s; 
}

#bloquespremios .bloque:hover {
	background-color: #FFFFFF;
    border-top: #CB1E1C 1px solid; 
    border-bottom: #CB1E1C 1px solid;
	color: #CB1E1C;
    text-decoration: none;
    transition: padding 0.5s;
    transition: font-size 0.5s;
    box-shadow:0px 0px 1px 1px rgba(0,0,0,.5);
}

#bloquespremios .bloquevotado {
	font-family: Marvel;
	font-size: 14px;
	color: #ccc;
   	padding: 2px 5px 2px 5px;
    margin-bottom: 5px;
    margin-left: -3px;
    text-transform: uppercase; 
    transition: padding 0.5s; 
    transition: font-size 0.5s; 
}

#bloquespremios .bloquevotado:hover {
	background-color: #FFFFFF;
    border-top: #CB1E1C 1px solid; 
    border-bottom: #CB1E1C 1px solid;
	color: #000;
    text-decoration: none;
    transition: padding 0.5s;
    transition: font-size 0.5s;
    box-shadow:0px 0px 1px 1px rgba(0,0,0,.5);
}

#premios .infovotacion {
	font-family: Marvel;
	font-size:22px;
    text-align: center;
	color: #804900;
   	padding: 4px;
    margin: 5px;
}

::-webkit-scrollbar {
    width: 1em;
  }
   
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
::-webkit-scrollbar-thumb {
    background-color: #91190E;
    outline: 1px solid #CB1E1C;
    border-radius: 5px;
  }

  .flag-icon {
      border-radius: 25% 10%;
  }
