/****************************************/
/*             ESTILO PIE               */
/****************************************/

#footer{
	float:left;
	height:75px;
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-color:#EEEEE7;
	color:#666666;
	font: 0.75em "Trebuchet MS", Arial, sans-serif;
	width:820px;
}
#footer a img{
	border:0;
}

#footer .textopie{
	width:300px; 
	float:left;
	padding:30px 5px 5px 25px;
	line-height:1.7em;
}

#footer .creditos{
	width:350px; 
	float:right; 
	padding:33px 30px 5px 5px;
	text-align:right;
	line-height:1.5em;
}

#footer a.w3c{
	border:0;
}

#footer a{
	display:inline;
	padding:0;
	margin:0;
	color: #999999;
	border-bottom:1px dotted #999999;
	text-decoration:none;
}
#footer a:hover{
	border-bottom:1px solid #999999;
	padding:0;
	margin:0;
	text-decoration:none;
}
