
	#header {
		position: fixed;
		top: 0px;
		width: 100%; margin: 0;
		height: 145px;
		z-index: 3000;
		background-color: rgba(213,0,55,1);
		-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;
	}
	
	#espacioheader { height: 145px; }
	
	#header #logo {
		float: left;
		width: 210px;
		text-align: center;
		margin-top: 30px;
		margin-left: 40px;
		-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;
	}
	#header #cerrarsesion {
		float: right;
		width: 200px;
		text-align: right;
		margin-top: 40px;
		margin-right: 30px;
	}
	
	#header a { color: #f35512; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
	#header a:hover { color: #666; }
	

#titulo { position: fixed; top: 24px; z-index: 3010; left: 290px; width: 50%; text-align: left; color: #FFF; font-weight: bold; overflow: hidden; }
#titulo h1 { font-family: 'Luckiest Guy', Arial, Helvetica, sans-serif; font-size: 45px; letter-spacing: 2px; color: #FFF; margin-top: 10px; margin-bottom: 2px; }

#subtitulo { position: fixed; top: 24px; z-index: 3020; right: 200px; float: right; text-align: right; color: #FFF; font-weight: bold; overflow: hidden; }
#subtitulo h2 { font-family: 'Luckiest Guy', Arial, Helvetica, sans-serif; font-size: 18px; letter-spacing: 2px; color: #FFF; margin-top: 10px; margin-bottom: 2px; }


#antifaces { position: fixed; z-index: 3020; top: 30px; right: 200px; float: right; width: 470px; }
#antifaces .antifaz{ float: left; opacity: 0.2; filter: alpha(opacity=20); }
.antifazview{ opacity: 0.9 !important; filter: alpha(opacity=90) !important; }
#antifaces img { width: 60px; padding: 0 3px; }



@media screen and (max-width: 1440px) {
	#header, #espacioheader { height: 120px; }	
	#header #logo { width: 160px; margin-top: 20px; margin-left: 40px; }
	#header #cerrarsesion {	margin-top: 30px; margin-right: 30px; }
	
	#titulo { top: 10px; }
	#titulo h1 { font-size: 40px; }

	#antifaces { right: 200px; width: 440px; }
	#antifaces img { width: 40px; padding: 0 3px; }
}

@media screen and (max-width: 1450px) {
	#titulo { left: 220px; width: 35%; text-align: left; }
	#titulo h1 { font-size: 40px; letter-spacing: 2px; }

	#subtitulo { right: 200px; width: 30%; float: right; text-align: right; }
	#subtitulo h2 { font-size: 16px; letter-spacing: 2px; }
}

@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1024px) {
	#header, #espacioheader { height: 100px; }	
	#header #logo { width: 140px; margin-top: 20px; margin-left: 5%; }
	#header #cerrarsesion {	margin-top: 30px; margin-right: 5%; }
	#header #cerrarsesion img { width: 100px; }
	
	#titulo { left: 200px; width: 50%; }
	#titulo h1 { font-size: 30px; }
}









@media screen and (orientation: landscape) and (max-width: 700px) {
	
	#titulo { width: 50%; }
	#titulo h1 { font-size: 34px; margin-top: 10px; }
}
	
@media screen and (max-width: 500px) {
				
	#titulo { top: 26px; width: 70%; margin-left: -35%; }
	#titulo h1 { font-size: 26px; margin-top: 10px; }
}
	
	#menuResponsive { display: none; }
	

  /*************************************************/
 /********************* FOOTER ********************/
/*************************************************/
#footer {
	width: 100%;
}



/* AVISOS */
.avisosgeneral { display: none; position: fixed; top: 0; left: 0; z-index: 2000; }
.avisofondo { position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.8); }
.aviso { position: fixed; margin: auto; width: 300px; left: 50%; margin-left: -150px; height: auto; top: 50%; margin-top: -100px; background: #FFF; color: #1e165d; padding: 30px; border: 5px solid #50e1ff; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.aviso .imagen { color: #f35512; font-size: 20px; }
.aviso a { color: #50e1ff; }
.aviso .imagen img { margin-right: 10px; }
.aviso button { float: right; margin-left: 10px; width: auto; padding: 5px 10px; background: #1e165d; color: #50e1ff; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }


/* Responsive */
@media screen and (max-width: 900px) {

	#menuResponsive #cerrarsesion {
		margin-top: 22px;
		padding-right: 8px;
		float: right;
		text-align: right;
	}
	#menuResponsive #cerrarsesion img { width: 18px; margin-right: 8px; }
	#menuResponsive #cerrarsesion a { font-size: 12px; color: #666; }

	#menuResponsive {
		width: 100%;
		display: block;
		position: fixed;
		z-index: 3000;
		top:0;
		left: 0;
	}





}



@media screen and (max-width: 800px) {
	


}


@media screen and (orientation: landscape) and (max-width: 700px) {
	
	#header { height: 80px;	}
	#espacioheader { height: 80px; }
	#header #logo {
		width: 100px;
		margin-top: 10px;
		margin-left: 10px;
	}
	#header #cerrarsesion {
		float: right;
		width: 100px;
		text-align: right;
		margin-top: 20px;
		margin-right: 10px;
	}
	
}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 500px) {

	#header { height: 120px;	}
	#espacioheader { height: 120px; }
	#header #logo {
		width: 100px;
		margin-top: 10px;
		margin-left: 10px;
	}
	#header #cerrarsesion {
		float: right;
		width: 100px;
		text-align: right;
		margin-top: 20px;
		margin-right: 10px;
	}

}

@media screen and (max-width: 350px) {

}