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

body {
	text-align:center;
	background-color:#CCC;}
	
a, a:visited {
	color:#FFF;
	font-weight:bold;}

#lateral {
	width:200px;
	height:480px;
	background-image:url(imagenes/lateral.png);
	}
	
#menu {
	width:440px;
	height:100px;
	margin-left:200px;}
	
#contenedor {
	width:640px;
	height:480px;
	left:50%;
	margin-left:320px;
	margin-top:100px;}
	
#contenido {
	width:440px;
	height:380px;
	float:left;
	margin-left:200px;
	overflow:hidden;}
	
#entradas {
	height:280px;
	margin-left:10px; 
	margin-top:70px; 
	margin-right:20px; 
	color:#CCC; 
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:auto;
	}
	
#llegar {
	height:280px;
	margin-left:10px; 
	margin-top:70px; 
	margin-right:20px; 
	color:#CCC; 
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:auto;
	}
	
#pie {
	width:640px;
	height:50px;
	color:#333; 
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:10px;
}
