@charset "utf-8";
#foot {
	background-color: #000000;
	width: 100%;
}
#foot-central h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3366;
	margin-bottom:0px;
}


#foot-central {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#foot-central ul {
	width: 160px;
	margin-right: 20px;
	margin-left: 10px;
	float: left;
}
#foot-central  a  {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 5px;

}
#copyright-info {
	text-align: center;
	width: 1000px;
	font-size: 11px;
	font-style: italic;
	clear: left;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF3366;
	padding-top: 15px;
	padding-bottom:30px;
}


#foot-central li a:hover {
	color:#FF3366;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

}


#foot-central li {
	list-style-type: none;
	float: left;
	padding-right:30px;
	margin-bottom:8px;
}

.otras-web{
	color:#FF3333;
	text-decoration:underline;
	background-color: #F33;
	float:right;
	padding:10px;
	margin-top:-20px;
	}
