
@font-face {
    font-family: ChewedPenBB;
    src: url("ChewedPenBB.otf") format("opentype");
}

@font-face {
    font-family: neuropolitical;
    src: url("neuropolitical.ttf") format("opentype");
}

/*
#B40404 --> el rojo
#F6E3CE --> el background principal
#F5D0A9 --> el carne
#FF4000 --> el rosa naranja
#610B0B --> rojo oscuro (boton pulsado)

*/

html {
	background-image: url(../images/fondo2.png);
	background-repeat: repeat;
	font-family: Arial;
}

body { 
	margin: 1em 0 1em 0;
	padding:0;
	font-size: large;
		text-align: center;
}

#titulo {
	color: #F5D0A9;	
	text-shadow: 2px 2px 5px #FF4000, 0 0 25px #B40404, 0 0 5px black;
	font-size: 3em;
	font-family: neuropolitical;
}	

.subtitulo {
	font-style: italic;
	background: url(../images/papel_arrugado.png) no-repeat;
	background-size: 100% 100%;
	font-family: ChewedPenBB, Arial; 
	font-size: 2.5em;
	padding: 0 0.6em 0em 0.6em;
	text-shadow: 4px 4px 0px rgba(0,0,0,0.1); 
}

#mensaje {
	margin: 2em 0.7em 1em 0.7em;
	font-size: x-large;
	font-weight: bold;
}

#container{
    margin: 2em auto auto auto;
}

#logo {
    display: inline-block;
}

#logo img {
    width: 78%;
}

#badges {
    display: inline-block;
	  vertical-align: bottom;
}

footer {
  margin: 2em auto auto auto;
}

.linkred {
	text-decoration: underline;
	font-size: smaller;
	color: #B40404;
	cursor: pointer;
}


@media screen and (min-height: 490px) and (min-width: 500px) {		/* si hay mas de 480 de altura y más de 500 de anchura el footer se pone abajo */

	footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 50px;
	}

}


@media screen and (max-width: 500px) {		/* menos de 500 */

body { 
	margin: 0.3em 0 0 0;
}

#mensaje {
	margin: 1em 0.2em 1em 0.2em;
	font-size: large;
}
	
#container{
    margin: 1em auto auto auto;
}

#logo img {
    width: 78%;
}

}