/*Credits: santosh setty */
/*URL: http://webdesigninfo.wordpress.com */
*{
	margin:0;
	padding:0;
	border:0;
}
body{
	background:#000;
	font:12px verdana;
	color:#fff;
}
.clear{
	clear:both;
}
.width_113px { width: 150px; }
.width_145px { width: 120px; }
.width_120px { width: 110px; }
.width_140px { width: 160px; }
#wrapper{
	width:820px;
	margin:0 auto;
}


#header{
	width:820px;
	height:70px;
	background:url(img/header_bg.gif) repeat-x;
}
.logo{
	width:220px;
	height:70px;
	float:left;
	margin:0 0 0 0;
}
.logo h2{
	display:none;
}
.email{
	width:50px;
	height:40px;
	float:right;
	margin:5px 20px 0 0;
}





.menu{
	position:relative;
	padding:0 0 0 12px;
	margin:0 auto 0 auto;
	height:52px;
	list-style:none;
	width:820px;
	background:#000;
	line-height:42px;
}
.menu li{
	float:left;
	list-style:none;
	margin:0 5px;
}
.menu li a{
	float:left;
	display:block;
	color:#717171;
	text-decoration:none;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 12px;
	height:52px;
	cursor:pointer;	
}
.menu li a b{
	float:left;
	display:block;
	padding:0 24px 0 12px;
}
.menu li.current a{
	color:#ffffff;
	font-weight:bold;
	background:url(img/menu_hover_left.gif) no-repeat;
	background-position:left;
}
.menu li.current a b{
	color:#ffffff;
	background:url(img/menu_hover_right.gif) no-repeat;
	background-position:right;
	height:52px;
	line-height:32px;
}
.menu li a:hover{
	color:#ffffff;
	background:url(img/menu_hover_left.gif) no-repeat;
	background-position:left;
	line-height:34px;
}
.menu li a:hover b{
	color:#ffffff;
	background:url(img/menu_hover_right.gif) no-repeat;
	background-position:right;
	height:52px;
}
#banner{
	width:820px;
}
#container{
	background:#242426;
	width:820px;
	font:12px verdana;
	color:#717171;
}
.left{
	width:590px;
	float:left;
	padding:0 0 5px 10px;
	top: auto;
}
.left h2{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#bad709;
	margin:8px 0 5px 0;
}
.left h3{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#bad709;
	margin:8px 0px 5px 15px;
	height: auto;
}
.left p{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#717171;
	line-height:22px;
	margin:10px 5px 0 20px;
	height: auto;
}

.divider{
	background:url(img/divider.gif) no-repeat center center;
	width:5px;
	height:252px;
	float:left;
}
.right{
	width:215px;
	float:right;
}
.right h2{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#bad709;
	margin:10px 0 10px 10px;
}
.right p{
	margin:5px 0 5px 14px;
}



#bottom { width: 790px; background-color: #242426; padding: 30px 0 15px 30px; overflow: hidden; }
#bottom .box { margin-right: 20px; float: left; overflow: hidden; }
#bottom .box h3,
#bottom .box li,
#bottom .box a { font-family: Arial, Verdana, Tahoma, sans-serif; }
#bottom .box li { padding: 3px 0; }
#bottom .box { text-transform: uppercase; color: #bad709; }
#bottom .box h3 { font-size: 12px; }
#bottom .box ul { margin: 17px 0 25px 0; }
#bottom .border{ border-right: 1px solid #000; }
#bottom .box a { color: #fff; text-decoration: none; }
#bottom .box a:hover { color: #aaa; text-decoration: none; }
#bottom a:hover, 
.box_contacto {margin-right:0 !important;}




#footer{
	width:820px;
	height:40px;
	font-size:11px;
	font-family:Verdana;
	color:#717171;
}
#footer a{
	font-size:11px;
	font-family:Verdana;
	color:#717171;	
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer ul{
	list-style:none;
	margin:6px auto;
	text-align:center;	
}
#footer li{
	display:inline;
	list-style:none;
	font-size:11px;
	font-family:Verdana;
	color:#717171;	
}
#footer li a{
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	text-decoration:none;
	padding:0 10px;
}
#footer li a:hover{
	text-decoration:underline;
}
#footer p{
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	text-align:center;
	margin:5px 0 0 0;	
}

