* {
	padding: 0px;
}

body {
	background: #202020;
	color: #000000;
	font-size: 12px;
	font-family: "Arial", helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #409000;
}

a img {
	text-decoration: none;
	border: 2px solid #185203;
}

a:hover {
	text-decoration: underline;
}

#top {
	float: left;
	width: 100%;
	height: 120px;
	background: url('../images/top.png') repeat-x bottom left;
	position: absolute;
	top: 0%;
	left: 0%;
}

#content {
	width: 650px;
	height: 385px;
	position: absolute;
	left: 310px;
	top: 125px;
}

#box1 {
	width: auto;
	height: 240px;
	float: left;
}

#box1_left {
	width: 20px;
	height: 240px;
	background: url('../images/box1_left.png') no-repeat top right;
	float: left;
}

#box1_center {
	padding: 10px;
	width: 550px;
	height: 240px;
	background: url('../images/box1_center.png') repeat-x top left;
	float: left;
}

#box1_center h3.title {
	color: #202020;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 3px;
	height: 30px;
	float: left;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}

#box1_right {
	width: 20px;
	height: 240px;
	background: url('../images/box1_right.png') no-repeat top left;
	float: left;
}

#box2 {
	width: auto;
	height: auto;
	float: left;
}

#box2_left {
	width: 19px;
	height: 333px;
	background-image: url('../images/box2_left.png');
	repeat: no-repeat; 
	float: left;
}

#box2_center {
	padding: 10px;
	width: 550px;
	height: auto;
	background: url('../images/box2_center.png') repeat-x top left;
	float: left;
}

#box2_center h3.title {
	color: #509010;
	height: 30px;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 3px;
	float: left;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}

#box2_right {
	width: 23px;
	height: 333px;
	background-image: url('../images/box2_right.png');
	repeat: no-repeat; 
	float: left;
}

#gallery {
	width: 600px;
	height: 180px;
	float: left;
}

#gallery a.gallery_link{
	width: 85px;
	height: 85px;
	background: url('../images/gallery_normal.png') no-repeat top left;
	float: left;
	padding-left: 7px;
	padding-top: 7px;
	margin: 0px;
}

#gallery a.gallery_link:hover{
	background: url('../images/gallery_hover.png') no-repeat top left;
}

#gallery img {
	float: left;
	border: 0px;
	width: 73px;
	height: 73px;
}

#news{
	margin-top: 5px;
	width: 600px;
	height: 250px;
	float: left;
	font-family: "Verdana", "Arial", sans-serif;
	color: #d2d2d2;
}

#header{
	text-align: left;
	height: 80px;
	position: absolute;
	left: 25px;
	top: 5px;
	z-index: 1;
}

#nav {
	height: auto;
	min-height: 633px;
	float: left;
	width: 230px;
	background: url('../images/nav_bg.png') repeat-y;
	z-index: 1;
	position: absolute;
	left: 50px;
	top: 100px;
	font-family: "Verdana", "Arial", sans-serif;
}

#publicidad {
	width: 200px;
	height: 200px;
	margin-left:15px;
}

#publicidad1 {
	width: 468px;
	height: 60px;
	margin-left: 350px;
	margin-top: 30px;
	position: absolute;
}

#buscador {
	margin-left:20px;
	width: 190px;
	height: 26px;
}

#buscador_img {
	margin-top:0px;
	margin-left:0px;
	width: 19px;
	height: 26px;
	background-image: url(../images/search_img.png);
	float: left;
}

#buscador_line {
	margin-top:0px;
	margin-left:0px;
	width: 124px;
	height: 26px;
	background-image: url(../images/search_line.png);
	float: left;
}

#buscador_button {
	margin-top:0px;
	margin-left:0px;
	width: 47px;
	height: 26px;
	background-image: url(../images/search_button.png);
	float: left;
	cursor: pointer;	
}

#search {
	margin-top:4px; 
	height:20px; 
	width:120px; 
	margin-left: 2px; 
	border: 0px;
}

#nav h3.title {
	width: 200px;
	float: left;
	margin-left: 15px;
	height: 25px;
	text-align: center;
	margin-top: 5px;
	background: url('../images/line.png') repeat-x bottom center;
	font-family:  "Arial", "Verdana",sans-serif;
	font-size: 18px;
}

#nav a.nav_link{
	width: 200px;
	float: left;
	margin-left: 15px;
	height: 20px;
	text-align: center;
	padding-top: 2px;
	background: url('../images/nav_link.png') no-repeat center center ;
	color: #000000;
	text-decoration: none;
}

#nav a.nav_link:hover{
	color: #509010;
	background: url('../images/nav_link.png') no-repeat center center #202020;
}

#footer{
	font-size: 10px;
	float: left;
	height: 50px;
	color: #797971;
	z-index: 1;
	position: absolute;
	top: 800px;
	left: 500px;
}

#footer a {
	color: #797971;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #509010;
}
