@charset "UTF-8";
/* CSS Document */

#flash {
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	top:20px;
	
	height:250px;
	z-index:2;
	
	
	}
	#banner {
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	
	top:5px;
	background-color:#fff;
	height:50px;
	z-index:6;
	
	
	}
	#horario {
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	max-width:2000px;
	top:190px;
	height:10px;
	z-index:3;
	
	
	
	}
	#pie {
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	top:420px;
	background-color:#69F;
	height:180px;
	z-index:12;
	
	
	}