/* CSS
*/

/*
	RESET
*****************/
html, body, h1, h2, p, ul, li{
	margin:0px;
	padding:0px;
}
/*
ul,li{
		list-style:none;
	}
*/

/* 
	LAYOUT
*****************/
body{
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	background-image: url(../img/fons.jpg);
	background-repeat:repeat;
	background-position: center top;
		}

#wrapper{
	margin:auto;
	text-align:center;
	}
#header{
	overflow:hidden;
	}
#content{
	width:770px;
	padding:20px;
	background-color:#fff;
	text-align:left;
	display:block;
	overflow:hidden;
	margin:0 auto;
	height: auto;
	}
#content2{
	width:575px;
	float:right;
	text-align:left;
	clear:both;
	overflow:hidden;
	background-color:#fff;
	}
#content .menu{
	float:left;
	width:187px;
	}
#content .central{
	float:right;
	width:605px;
	}
	
#img_left{
	float:left;
	padding-right:15px;
	padding-bottom:15px;
	}	
#idSearch{
	display:block;
	overflow:hidden;
	margin:20px 0px 40px 0px;
	}
#idSearch .formHead{ float:right; display:block; width:auto; height:31px; overflow:hidden; margin-right:10px;}
.formHead input{ float:left;}
.formHead input.text{
	border:0px solid #ffffff;
	left:1px;
	width:105px;
	background:url(../img/b_input.jpg) 0px 0px no-repeat;
	padding:4px;
	font: normal 13px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#5c5b5b;
	height:31px;
}
.formHead input.image{ 
	color: #FFFFFF; 
	font-size: 13px; 
	border: 2px solid #a42320;
	height:23px;
	background-color: #c53431;
	margin-top:1px;
	margin-right:4px;
}

.menuNav{ clear:both; overflow:hidden;}
.menuNav ul{ display:block; overflow:hidden;}
.menuNav ul li{ float:left; margin-left:50px;}
.menuNav ul li.first{ margin-left:0px;}
.menuNav ul li a img{ border:none;}

div.nav{ clear:both; overflow:hidden; margin:50px 0px;}
div.nav ul{ border-left: 1px solid #b7b7b7; display:block; width:auto; margin-right:55px; float:left; overflow:hidden;}
div.nav ul li{ padding-left:10px;}
#footer{
	font-size:11px;
	display:block;
	background: url(bg_menu.gif) 0px 0px repeat-x;
	text-align:right;
	padding:10px 0px;
	}

/*
	 GENERAL STYLES
************************/
a, a:hover{
	color:#b80400;
	text-decoration:none;
	font-weight:bold;
	}
a:hover{
	color:#e2001a;
	text-decoration:underline;
	}
p {
	color:#5c5b5b;
	font-size:12px;
	line-height:22px;
	margin-bottom:10px;
	}
.strong {
	color:#ececec;
	line-height:26px;
	font-size:14px;
	font-weight:bold;
	}
.strong2 {
	color:#e2001a;
	line-height:26px;
	font-size:14px;
	font-weight:bold;
	}

.txt-small {
	color:#5c5b5b;
	font-size:11px;
	line-height:21px;
	}
h1 {
	color:#373737;
	font-size:22px;
	font-weight:normal;
	margin:0px 0px 8px 0px;
	
	/*color:#fff;
	font-size:15px;
	font-weight:normal;
	margin:8px 0px 11px 0px;
	position:relative; */
	}	
h2 {
	color:#7a7a7a;
	font-size:18px;
	font-weight:normal;
	margin:0px 0px 8px 0px;
	}	

.clear{
		clear:both;
		}
.hr{  margin-left:-28px; height:1px; border-top: 1px solid #b7b7b7; overflow:hidden; width:595px; z-index:10; margin-bottom:20px; }
.hr hr{ display:none;}
