/* Central */
.cartel {
	text-align:center;
}


.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) {
	.cartel-imagen {
		width:100%;
	}
	.title {
		font-size: 2.8em;
		line-height: 1.8em;
	} 
}

@media all and (orientation:portrait) { 
	.centerColumn {
		clear:both;
	}
	.cartel {
		
	}
	.cartel-imagen {
		width:33%;
	}
	.title {
		font-size: 2.2em;
		line-height: 1.8em;
		margin-top:-0.8em;
	} 
}







/* Fuente del texto menu *//*
@media all and (orientation:landscape) and (min-aspect-ratio: 16/9){ 
	.column p {
		font-size:2vh;
		line-height:130%;
		color:red;
	}
}
@media all and (orientation:landscape) and (max-aspect-ratio: 16/9) and (min-aspect-ratio: 4/3) { 
	.column p {
		font-size:2vh;
		line-height:130%;
		color:pink;
	}
}
@media all and (orientation:landscape) and (max-aspect-ratio: 4/3){ 
	.column p {
		font-size:1.5vw;
		line-height:130%;
		color:lime;
	}
}

@media all and (orientation:portrait)   { 
	.column p {
		font-size:2vw;
		line-height:130%;
		color:blue;
	}
}
*/


