body {
        /* Para el navbar */
        padding-top: 50px;
      }

 
 
 
 /* Tama–o del Avatar y del logo de la Barra */
.avatar, .logobarra {
	height: 40px;
	width: 40px;
	margin: -10px 10px -10px 0px;
}
	
#header {
		background-color: rgb(16,127,177);
		background-image: url('/imagenes/portada.png');
		background-repeat: no-repeat;
		background-position: right 5% bottom 50%;
		background-position-y: 50%;
		background-position-x: 98%;			
 		}

   
   #header h1 {
   	color: #fff;
   }


   .thumbnail {
   	background-color: #fbfbfb;
   }

   #footer {
   	background-color: #f5f5f5;
   	height: 100px;
   	width:100%;
   	padding-right: 100px;
       	padding-top: 20px;
       	margin-top: 30px;
       	
   }
   
   #botonera {
   padding: 20px;
   }
   
   #pregunta {
   	font-size:1.5em;
   }
   #respuestas {
   	font-size:1.2em;
   	padding-top:10px;
   	padding-left:10px;
   }
   
    #resultados {
   	font-size:1.2em;
}

#login {
	padding:20px;
}

#login button {
	margin-top: 10px;
}


	.correcto {
	color: #3C763D;
	}

	.incorrecto {
	color: #A94442;
	}
	
/* Para las im‡genes de las categor’as de los resultados */
.imagenresultados{
	width:75px;
	height:75px;
}


/* Sociales */
.facebook-button a {
	
	display: block;
    padding: 5px 5px 5px 25px;
    background: #3B5998 url('https://fbstatic-a.akamaihd.net/rsrc.php/yl/r/H3nktOa7ZMg.ico') 5px no-repeat;
    background-size:15px 15px;
    border: 1px solid #ccc;
    width: 170px;
    color: #fff;
    text-decoration:none;
    
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

  }
  
  
 /* Usuarios */
 
#userprofile a{
	height:150px;
	width: 150px;
 }

#user-year-results, #user-month-results {
	padding-top:10px;
	padding-bottom:30px;
}


/* Tags con enlaces */
.label a:hover, .label a {
	color:#fff;
	text-decoration:none;
}

/* Wordpress */
aside h1 {
	font-size:24px;
}

img.alignright {
	float:right; 
}

img.alignleft {
	float:left;
	
}

#reproductor {position: relative; height:320px; width: 100%} 
#player, #over { width:100%; height:100%; top: 0px; left:0px; position: absolute; }
#over {z-index:2;}

