
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #e8e8e8;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #333;
}

#Container {
	width: 874px;
	height: 530px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#Header {
	width: 874px;
	height: 133px;
	background-color: #222;
}
.FlashMenu{
	z-index: 1;
	visibility: visible; 
	position: absolute; 
	top: 10px;
}

#Leftbar {
	width: 287px;
	float: left;
}
.img1{
	vertical-align: top;
}
.horarios{
	width: 287px;
	height: 173px;
	background-color: #CBDDE1;
	color: #333;
}

#botonera {
	width: 287px;
	background-color: #CBDDE1;
	color: #333;
}
#botonera div{
	padding-left: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 6px;
}
#botonera .boton{
	border-top: 1px dotted #444;
	padding-left: 34px;
}
#botonera .selected{
	border-top: 1px dotted #000;
	padding-left: 34px;
	background-color: #FFF;
}

.newsBody{
	width: 275px;
	height: 81px;
	background-color: #DDD;
	color: #333;
	padding: 6px;
}
.news {
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #DDD;
	color: #333;
	border-bottom: 1px dotted #000;
}

#Rightbar {
	width: 587px;
	float: right;
}
#dataZone {
	background-color: #FFFFFF;
	width: 587px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px	
}

.promoBox {
	height: 93px;
	width: 587px;
	background-image: url(imgs/bk.jpg);
	background-repeat: repeat-x;
	text-align: right;
}
.promoBox span {
	padding-right: 8px;
	position: relative;
	top: 8px;
}

#Footer {
	width: 874px;
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	color: #888;
	text-align: center;
	position: relative;
	top: 14px;
	padding-top: 4px;
}