body
{
background:url(../images/bg.jpg) repeat-x top #fff;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
font-weight: bold;
margin:0px auto auto auto;
color:#675c53;
}

p{
text-align:justify;
line-height:14px;
margin:0px;
}
a{
text-decoration:none;
color:#675c53;
}

#main_container{
width:1024px;
height:auto;
margin:auto;
padding:0px;
position:relative;
}
.main_content{
width:900px;
height:auto;
margin:auto;
}
#header{
width:960px;
height:75px;
margin:auto;
}

.top_center_box{
width:960px;
height:19px;
background:url(../images/top_box.gif) no-repeat center;
}
.center_box{
width:960px;
background-color:#FFFFFF;
}


/*---------------middle_box-----------------*/
.middle_box{
	width:880px;
	height:400px;
	margin:auto;
	background-image: url(../images/entradaWeb.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/*--------------------MENU--------------------*/
.menu{
	padding-left:450px;
	height:40px;
}

.menu ul {
margin: 0;
padding: 0;
list-style: none;
line-height: normal;
}
			
.menu li {
	float: left;
	padding-left:50px;
}
.menu a{
text-decoration:none;
color: #675c53;
}
.menu a:hover{
text-decoration:none;
color: #ffa100;
}





/*-----------------------descarga_box-------------------*/
.descarga_box{
	width:410px;
	float:left;
	padding: 10px 30px 15px 0;
}
.descarga_box a{
	font-size: 14px;
	font-weight: bold;
}

/*--------------wide_content-----------*/
#wide_content{
width:auto;
padding:10px 40px 10px 40px;
}


/*--------------------footer--------------------*/
#footer{
	width:960px;
	height:70px;
	clear:both;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
}
.copyright{
float:left;
padding-left:30px;
padding-top:50px;
}

