/* 
Colors Page
	Purple			#49176D
	Blue			#009AC8
	Yellow			#F9EF42
	LightYellow		#FCF9AB
	Grey 20%		#CCCCCC
	Grey 50%		#808080
*/

/* Clear */
.clear {
	clear: both;
}
/* Background */
.bg1 {}
.bg2 {}
.bg3 {}
/* Divisions */
.container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	font-size: 11px;
}
.header {
	height: 25px;
	padding-top: 13px;
	padding-bottom: 32px;
	text-align: right;
	display: block;
	width: 100%;
}
.header ul {
	float: right;
	padding-right: 20px;
}
.header ul li {
	float: left;
	padding-left: 10px;
}
/* Buttons header */
.btn_header_ofun {
	width: 43px;
	height: 14px;
	display:block;
	background-image: url(../images/btn_header_ofun.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.btn_header_ofun a:hover {
	background-image: url(../images/btn_header_ofun2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.btn_header_ofun a{
	width: 43px;
	height: 14px;
	display:block
}
.btn_header_login {
	width: 38px;
	height: 14px;
	display:block;
	background-image: url(../images/btn_header_login.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.btn_header_login a:hover {
	background-image: url(../images/btn_header_login2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.btn_header_login a{
	width: 38px;
	height: 14px;
	display:block
}
.btn_header_schedule {
	width: 64px;
	height: 14px;
	display:block;
	background-image: url(../images/btn_header_schedule.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.btn_header_schedule a:hover {
	background-image: url(../images/btn_header_schedule2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.btn_header_schedule a{
	width: 64px;
	height: 14px;
	display:block
}
.btn_header_faq {
	width: 27px;
	height: 14px;
	display:block;
	background-image: url(../images/btn_header_faq.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.btn_header_faq a:hover {
	background-image: url(../images/btn_header_faq2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.btn_header_faq a{
	width: 27px;
	height: 14px;
	display:block
}
.btn_header_contactus {
	width: 76px;
	height: 14px;
	display:block;
	background-image: url(../images/btn_header_contactus.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.btn_header_contactus a:hover {
	background-image: url(../images/btn_header_contactus2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.btn_header_contactus a{
	width: 76px;
	height: 14px;
	display:block
}
.btn_header_editprofile {
	width: 76px;
	height: 14px;
	display:block;
	background-image: url(../images/btn_header_editprofile.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.btn_header_editprofile a:hover {
	background-image: url(../images/btn_header_editprofile2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.btn_header_editprofile a{
	width: 76px;
	height: 14px;
	display:block
}
.btn_header_logout {
	width: 50px;
	height: 14px;
	display:block;
	background-image: url(../images/btn_header_logout.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.btn_header_logout a:hover {
	background-image: url(../images/btn_header_logout2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.btn_header_logout a{
	width: 50px;
	height: 14px;
	display:block
}
.btn_header_myticket {
	width: 65px;
	height: 14px;
	display:block;
	background-image: url(../images/btn_header_myticket.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.btn_header_myticket a:hover {
	background-image: url(../images/btn_header_myticket2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.btn_header_myticket a{
	width: 65px;
	height: 14px;
	display:block
}
/* End buttons header */
.middle {}
.footer {
	width: 950px;
	color: #808080;
	font-size: 9px;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: center top;
}
.footerLogos {
	text-align: center;
	padding-bottom: 12px;
	background-repeat: no-repeat;
	background-position: center top;
}
.footerLogos img {
	padding-top: 7px;
}
.footerMenu {
	text-align: right;
	width: 100%;
}
.footerMenu ul {
	float: right;
	padding-right: 20px;
}
.footerMenu ul li {
	float: left;
	padding-left: 5px;
	text-align: right;
	font-weight: bold;
}
.footerMenu ul li a {
	color: #666666;
	text-decoration: none;
}
.footerMenu ul li a:hover {
	color: #009AC8;
}
.footerCredits {
	text-align: right;
	font-size: 10px;
	width: 100%;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
.footerCredits span {
	padding-right: 20px;
	display: block;
	color: #999999;
}

.box {
	list-style-type:none;
	float:left;
	width: 101px;
	height:35px;
	position:relative;
	clear:none;
	margin-top: 7px;
	text-align:center;
}
.logo_left {
	float: left;
}
.logo_right {
	float: right;
}
.imaLogos {
	height: 13px;
	width: 950px;
	background-image: url(../images/ima_logos_bg.jpg);
	display: block;
}
.footerText {
	width: 910px;
	margin: 0 auto;
	text-align: right;
}
.sideBars {
	text-align: left;
	width: 100%;
}
/* Sidebars Left & Right */
.sidebarLeft {
	float: left;
}
/* Right */
.sidebarRight {
	float: right;
}
.sidebarRightForms {
	width: 745px;
	float:right;
	text-align:center;
}
.sidebarRightFormsFlash {
	width: 745px;
	text-align: left;
}
.twoBanners {
	padding-top: 20px;
	padding-bottom: 20px;
}
.twoBannersBanner1 {
	float: left;
	height: 77px;
	width: 355px;
}
.twoBannersBanner2 {
	float: right;
	padding-right: 15px;
	height: 77px;
	width: 355px;
}



.homeTicker {
	width: 950px;
	height: 25px;
}
/* Menu Top */
.menuHeader {}
/* Menu Left */
.menuLeft {
	width: 150px;
	float:left;
	padding-left: 45px;
	margin-right: 10px;
	display:block;
}
.share a img {
	padding-top: 10px;
}

/* Menu Footer */
.menuFooter {}
/* Main content */
.mainContent {}
/* Titles */
.titleIma {}
.titleSectionIma {}
/* Subtitles */
.subtitleIma {}
.subtitleSectionIma {}
.layer_map {
	height: 545
.px;
	width: 800px;
	text-align: center;
	border: 1px solid #009AC8;
	display: block;
	height: 545px;
	background-color: #FFF;
}
.btn_layer_map {
	height: 20px;
	width: 790px;
	padding-right: 10px;
	padding-top: 10px;
	display: block;
	text-align: right;
}
.btn_layer_flash {
	height: 500px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
