/* +--------------------------------------------------------------------------------------------+ */
/* |     content_footer                                                                         | */
/* +--------------------------------------------------------------------------------------------+ */
#content_footer {
	clear: both;
	margin: 0px 0px 10px 0px;
	width: 840px;
	height: 20px;
	padding: 0px 0px 0px 0px;
}

	#content_footer img {
        width: 840px;
		height: 20px;
    }

/* +--------------------------------------------------------------------------------------------+ */
/* |     footer                                                                                 | */
/* +--------------------------------------------------------------------------------------------+ */
#footer {
	width: 800px;
	height: 45px;
	padding: 20px 20px 20px 20px;
	margin-bottom: 40px;
   	background: url(../img/peu_fondo.png) no-repeat;
	font-family: Verdana;
	font-size: 10px;
	color: #82838a;
}

	#footer a {
	    text-decoration: none;
		color: #82838a;
	}

	#footer b {
	    font-weight: bolder;
	}

	#footer #foo_datos {
		float: left;
		width: 600px;
    }

	#footer #foo_disseny {
        float: left;
		width: 200px;
		text-align: right;
    }

	#foo_politica {
		float: left;
        width: 800px;
		padding: 10px 0px 0px 0px;
    }

#foo_politica a:hover {
    cursor: pointer;
}


