/*body*/
body {
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	line-height:15px;
}

/*contenedores*/
#div_center {
	position:absolute;
	height:300px;
	margin-top:60px;
	left:50%;
	width: 790px;
	margin-left:-495px;
	text-align:center;
	background-image: url(../imatgesWEB/logo.png);
	background-repeat: no-repeat;
	background-position: 175px 0px;
}
#div_footer{
	position:absolute;
	height:auto;
	top:55%;
	right:0%;
	z-index:999;
}
#div_footer .col_1{
	float:left;
	margin-right:50px;
	padding-top:148px;
}
#div_footer .col_1 a{
	color:#e80057;
	text-decoration:none;
}
#div_footer .col_1 a:hover{
	color:#ffffff;
	text-decoration:none;
	background-color:#e80057;
}

#div_footer .col_1 h3{
	font-size:12px;
	color:#e80057;	
	margin:0px;
}
#div_footer .col_2{
	float:left;
	margin-right:35px;
}
#div_footer .col_2 h2{
	font-size:12px;
	color:#e80057;	
	margin:0px;
}
/*lists */
#navi{  	
	font-size:11px;
	color:#7f7f7f;
	list-style:none;
	margin:0;	
	padding:0;
	margin-bottom:15px;
}

