/* Título */

h1.title, 
h2.title {
	font-family: 'Matura MT Script Capitals', fantasy; 
	color:rgb(255,191,0); 
	text-align:center; 
	margin: 0;
	border: 0;
	padding: 0;
	text-shadow: -1px 0 brown, 0 1px brown, 1px 0 brown, 0 -1px brown, 0 0 0.5vh rgb(255,191,0), 0 0 0.3em black;
}

.title a {
	text-decoration:inherit;
	color:inherit;
}



@media all and (orientation:landscape) {
	h1.title {
		font-size: 10vh;
		line-height:10vh;
		margin-top: -8vh;
	} 
	h2.title {
		font-size: 6vh;
		line-height:6vh;
		margin-top: -8vh;
	} 
}

@media all and (orientation:portrait) { 
	h1.title {
		font-size: 8vw;
		line-height:8vw;
		margin-top: -8vh;		
	} 
	h2.title {
		font-size: 6vw;
		line-height:6vw;
		margin-top: -8vh;		
	} 
}





/* Foto */
a.cartel-imagen {
	display: block;
	text-align:center;
}
a.cartel-imagen img {
	display: inline-block;
	height: 60vh;
}





/* fadeover *//*

.fadeover {

	transition: opacity 2s ease-in-out;

	opacity:1;

}

.fadeover:hover {

	opacity:0.5;

}



/* Portada *//*

.cartel {

	text-align:center;

}

.cartel img,

.cartel-imagen {

	display: block;

	margin: 1em auto;

	z-index: 10;

	

}

.cartel img,

.cartel-imagen img {

	display:block;

	height: auto;

	width: auto;

	margin: 0 auto;

}

.cartel-titulo {

	display: block; 

	text-align: center;

	line-height: 100%;

	z-index: 100;

	color: Gold; 

	text-shadow: 0 0 0.15em black; 

	font-family: 'Monotype Corsiva', serif;

}

@media all and (orientation:landscape) { 

	.cartel img,

	.cartel-imagen img {

	max-height: 50vh;

	max-width: 60vw;

	}

	.cartel-titulo { 

		font-size: 11vh; 

		margin: -9vh auto 0 auto; 

	} 

}

@media all and (orientation:portrait)   { 

	.cartel img,

	.cartel-imagen img {

		max-height: 40vw;

		max-width: 60vw;

	}

	.cartel-titulo { 

		font-size: 5vh; 

		margin: -4vh auto 0 auto; 

	} 

}

	



*/

