@charset "iso-8859-1";
/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:#000;
}

a {
	color:#86C5E6;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

.boton_inicio {
	margin-left:20px;
	margin-top:10px;
	width:380px;
	height:120px;
	float:left;
}

.boton_inicio a {
	display:block;
	width:380px;
	height:120px;
}

#main_container {
	background:url(images/background.jpg) no-repeat top center #000;
	width:100%;
}

#main {
	width:900px;
	margin:auto;
}

#header {
	height:160px;
	background:url(images/header.jpg) no-repeat bottom #26252a;
}

#side_menu {
	background:url(images/side_menu.jpg) no-repeat;
	width:220px;
	height:750px;
}

#side_menu ul {
	margin:0px 0px 0px 53px;
	width:160px;
	padding:0px;
}

#side_menu ul li {
	list-style:none;
	padding:20px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:160px;
	height:32px;
}

#side_menu ul li a {
	width:150px;
	height:27px;
	display:block;
	color:#daf8ff;
	padding-left:10px;
	padding-top:5px;
	text-decoration:none;
}


.sm_1 a {
	background:url(images/side_menu_button.jpg) no-repeat top left;
}

.sm_1 a:hover {
	background:url(images/side_menu_button.jpg) no-repeat top right;
}

.sm_2 a {
	background:url(images/side_menu_button.jpg) no-repeat bottom left;;
}

.sm_2 a:hover {
	background:url(images/side_menu_button.jpg) no-repeat bottom right;
}

#right_content {
	float:right;
	width:680px;
}

#info_content {
	background:url(images/content.jpg) no-repeat #001413 top;
	padding:5px;
	width:670px;
	height:620px;
	overflow:auto;
	color:#FFF;
}

#slideshow {
	width:680px;
	height:300px;
}

#news_title {
	background:url(images/news_title.jpg) no-repeat;
	width:680px;
	height:30px;
}

#home_content {
	background:url(images/home_content.jpg) no-repeat;
	width:680px;
	height:450px;
}

#news {
	background:#333;
	height:330px;
	width:440px;
}

#news a {
	color:#FFF;
	text-decoration:none;
}

#banners {
	background-color:#FFF;
	height:330px;
	width:240px;
	float:right;
	overflow:hidden;
}

#bottom_info {
	background:url(images/info_zone_a.jpg) no-repeat;
	width:680px;
	height:120px;
	float:right;
}

#bottom_info div {
	margin:5px;
	float:left;
	overflow:hidden;
	color:#FFF;
	height:110px;
}

#bottom_info_a {
	width:160px;
}

#bottom_info_b {
	width:160px;
}

#bottom_info_c {
	width:330px;
}

#importants {
	background:url(images/importants.jpg) no-repeat;
	clear:both;
	height:230px;
	padding-top:29px;
}

#suzuki_rally {
	float:right;
	width:245px;
	height:200px;
	margin-right:35px;
	overflow:hidden;
}

#horarios {
	float:right;
	width:246px;
	height:200px;
	margin-right:35px;
	overflow:hidden;
}

#eventos {
	float:right;
	width:259px;
	height:200px;
	overflow:hidden;
}

#sequence {
	background:url(images/sequence.jpg) no-repeat bottom;
	height:168px;
}

#footer {
	background:url(images/footer.gif) repeat-x;
	font-size:x-small;
	text-align:center;
	padding-top:5px;
	color:#FFF;
	height:67px;
}

#footer a {
	text-decoration:none;
	color:#FFF;
}

#footer a:hover {
	text-decoration:underline;
}