@charset "utf-8";
body {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment: scroll;
	background-color:#292929;
	font-family:Verdana, Geneva, sans-serif;
	
}
#wrapper {
	width:800px;
	float:left;
}
#menu {
	width:800px;
	height:52px;
	float:left;
}
#menu_left {
	width:30px;
	height:52px;
	float:left;
	background-image:url(images/menu_left.jpg);
	background-repeat:no-repeat;
}
#menu_bg {
	width:740px;
	height:52px;
	float:left;
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
}
#menu_bg ul {
	margin:0;
	padding:0;
	border:0;
}
#menu_bg ul li {
	list-style:none;
	float:left;
}
#menu_bg ul li a {
	color:#CCC;
	text-decoration:none;
	font-weight:bold;
	display:block;
	height:40px;
	padding-top:12px;
	padding-right:20px;
	background-image:url(images/menu_div.jpg);
	background-repeat:no-repeat;
	background-position: right;
	padding-left: 20px;
}
#menu_bg ul li a:hover {
	text-decoration:underline;
	color:#0045fc;
}
#menu_right {
	width:30px;
	height:52px;
	float:left;
	background-image:url(images/menu_right.jpg);
	background-repeat:no-repeat;
}
#content {
	width:800px;
	background-image:url(images/bg_content.jpg);
	background-repeat:no-repeat;
	float:left;
}
#header {
	width:800px;
	height:230px;
	float:left;
}
#top_info {
	width:800px;
	height:36px;
	float:left;
	background-image:url(images/info_top.png);
	background-repeat:no-repeat;
}
#info {
	width:800px;
	float:left;
	min-height:300px;
	background-image:url(images/bg_info.png);
	background-repeat:repeat-y;
	font-size:11pt;
}
#info a {
	color:#000;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#info_bott {
	width:800px;
	height:33px;
	float:left;
	background-image:url(images/info_bott.png);
	background-repeat:no-repeat;
}
#footer {
	width: 800px;
	height:30px;
	float:left;
	padding-top:5px;
	font-size:10px;
	text-align:right;
	color:#39F;
}
#marco {
	width:800px;
	height:100%;
	float:left;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	line-height:25px;
	font-weight:bold;
	font-size: 26pt;
}
.subtitulo {
	color:#333;
	font-size:20pt;
	font-weight:bold;
}
.trans {
	font-weight: bold;
	color: #DA251C;
}
.vision {
	font-weight: bold;
	color: #000;
}
.bike {
	font-weight: bold;
	color: #0045FC;
}
.tabla {
	background-color:#C8C8C8;
}
#info h2 a {
	font-size:16pt:
}
#info h3 {
	color:#FFF;
}
#info table td a {
	text-decoration:none;
	text-transform:uppercase;
}