@charset "utf-8";
body {
		background-image:url(../images/bg.jpg);
		background-repeat:repeat;
		font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
		font-size:12px;
}
div#wrapper {
		background-image:url(../images/header_bg.jpg);
		background-repeat:repeat-x;		
		width:100%;
		margin:0;
}
div#header,
div#subheader,
div#content,
div#footer{
	width:80%;
	margin:0 5%;
}
div#content,
div#footer {
	width:750px;
}

div#header {
	height:105px;
}

/* -------------- */
/* CONTENIDO */
div#content {
	background-color:#FFF;
}
div#content p {
	margin:5px 20px 16px 30px;
	font-size:14px;
}
div#content span.highlight {
	background-color:#ffffcc;
	padding:5px 10px;
	border:1px dotted #ffff00;
	display:inline-block;
}

/* -------------- */
/* BARRA LATERAL */
div#sidebar {
	background-color:#f5f5f5;
	border-left:1px solid #c4c4c4;
	width:40px;
}
/* -------------- */
div#footer {
	background-color:#232323;
	margin-bottom:20px;
	height:80px;
}
div#logo a {
		display:block;
		height:105px;
		width:374px;	
		background:url(../images/logo.gif) no-repeat;
}
/* MENU PRINCIPAL */
ul#main_menu.menu_bottom_style {
	position: relative;
	height: 29px;
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
}
ul#main_menu.menu_bottom_style li {
	float: left;
	list-style: none;	
}
ul#main_menu.menu_bottom_style li.back {
	border-bottom: 3px solid #da2420;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;	
}
ul#main_menu.menu_bottom_style li a {
	font-weight:bold;
	text-decoration: none;
	color: #FFF;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;	
}

ul#main_menu.menu_bottom_style li a:hover, ul#main_menu.menu_bottom_style li a:active, ul#main_menu.menu_bottom_style li a:visited {
	border: none;
}
ul#main_menu.menu_bottom_style li a:hover {

}
/* -------------- */
/* MENU PIE DE PAGINA */
ul#footer_menu.menu_simple_style {
	position: relative;
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
	width:180px;
}
ul#footer_menu.menu_simple_style li{
	list-style: none;	
}

ul#footer_menu.menu_simple_style li a{
	display:block;
	padding:2px;
	color:#999;
}

ul#footer_menu.menu_simple_style li a:hover, ul#footer_menu.menu_simple_style li a:active, ul#footer_menu.menu_simple_style li a:visited {
}
/* -------------- */
ul.menu_tick_style {
		margin-left:30px;
}
ul.menu_tick_style li {
	background-image:url(../images/tick.png);
	background-repeat:no-repeat;
	padding:25px 25px 15px 90px;
	margin:10px 0;
}
ul.menu_tick_style h3 {
	font-size:24px;
	border-bottom:1px solid #da2420;
	margin-bottom:3px;
}
ul.menu_tick_style span {
	font-size:11px;
}
ul.menu_tick_style a {
	display:block;
	color:#cc3333;
	font-weight:bold;
}
div.banner_content {
	padding:10px 0;
	margin-left:30px;
}