body{
	background:url(images/bg.jpg) no-repeat 52% 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:0; margin:0;
}

img{
	border:none;
}


a{
	color:#000;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}

/*---Cabecera--*/

.header{
	height:112px;
	width:1000px;
	margin: 0 auto; padding:0;
}

.logo{
	margin-left:50px;
}

.searchform{
	float:right;
	width:auto;
	margin:0 20px 0px 0;
	color:#626262;
}

.searchform h3{
	margin: 30px 0 4px 0;
	font-size: 18px;
}

.searchform input[type="text"]{
	width:256px;
	height:22px;
	padding:6px;
	font-size:20px;
	border:solid 1px #B4B4B4;
	background:#E6E6E6;
}

.searchform input[type="submit"]{
	margin-left: 5px;
	background:url(images/gobutton.png);
	border:none;
	cursor:pointer;
	width:37px;
	height:37px;
	font-size:13px;
	font-weight:bold;
	color:#92C90D;
}

/*---Área Principal--*/

.mainarea{
	width:100%;
	background-color:#313131;
}

.mainarea .wrapper{
	width:1000px;
	margin: 0 auto; padding:0;
	height:362px;
	color:#EEEEEE;
}

.left{
	float:left;
	margin:39px 0 0 142px;
	position:absolute;
	width:auto;
}

.right{
	float:right;
	width:auto;
	margin:55px 92px 0 0;
}

.right p{
	width:345px;
	margin:5px 0 10px 35px;
	line-height:1.5em;
}

.right p.ftext{
	font-weight:bold;
	margin:0 0 5px 10px;
}

.right a{
	margin:0px 0 0 35px;
}

/*---Pie---*/

.footer{
	height:320px;
	width:1000px;
	margin: 0 auto; padding:0;
	line-height:20px;
	font-size:14px;
}

.sidebar{
	margin:110px 0 0 35px;
	float:left;
	width:30%;
}

.sidebar2{
	margin:110px 0 0 35px;
	left:50px;
	float:left;
	width:25%;
}

.sidebar2 p{
	margin-top:8px;
}

.footer .links{
	margin:65px 0 0 150px;
	clear:left;
	display:inline-block;
}

