		/*Acordeon CSS*/
		#container {
			margin: 0px;
			padding-top: 0px;
			padding-left: 0px;
			width: 480px;
		}

			#bottom_container {
				clear: both;
				width: 480px;
				height: 300px;
			}
		/*	Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 28px;
			width: 463px;
			background: url(../images/bgevent.jpg) repeat-x bottom #FFCC00;
			padding-left: 15px;
			line-height: 28px;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 13px;
			font-weight: bold;
			color: #333333;
			border-bottom: 1px solid #785303;
			border-left: 1px solid #FFCC00;
			border-right: 1px solid #FFCC00;
			cursor: pointer;
			margin: 0px;
		}
		
		.accordion_toggle_active {
			/*background: url(../images/bgevent.jpg) repeat-x bottom #FFCC00;*/
			color: #333333;
			border-bottom: 1px solid #785303;
		}
		
		.accordion_content {
			background-color: #FFCC00;
			background-image:url(../images/bgenevents.jpg);
			overflow: hidden;
		}
			
			.accordion_image {
			margin: 0px;
			padding: 0px;
			text-align:center;
			width: 250px;
			height: 265px;
			float: left;
			}
			
			.accordion_event {
			margin: 0px;
			padding: 0px;
			height: 265px;
			width: 230px;
			float: left;
			}
			
			.accordion_event p{
			border: 0px;
			margin: 0px;
			color: #785303;
			}
			
			
			.accordion_event a, .accordion_event a:visited{
			border: 0px;
			margin: 0px;
			color: #785303;
			}
			
			.evento_box{
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 12px;
			padding-right: 12px;
			height: 130px;
			}
			.evento {
			font-size: 14px;
			font-weight: bold;
			}
					
			.evento_desc {
			padding-top: 15px;
			text-align: justify;
			}
			
			.precio_box{
			padding-top: 0px;
			padding-bottom: 0px;
			padding-left: 50px;
			padding-right: 12px;
			height: 105px;
			}
			
			.precio_titulo {
			font-weight: bold;
			}
			
			.precio_comprar{
			padding-top: 3px;
			
			}
								
			.link_box {
			text-align: center;
			vertical-align: text-bottom;
			height: 15px;
			}
