@charset "UTF-8";
/* CSS Document */


/* Divs del pie de pagina, footer */

#links_pie {
	width: 930px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 20px;
}
#links_pie #links_pie_derecha img {
	padding-right: 4px;
	padding-left: 4px;
}

#links_pie_izquierda {
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 12px;
	margin-left: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

#links_pie_centro {
	width: 120px;
	margin-top: 4px;
	margin-right: 140px;
	margin-bottom: 4px;
	margin-left: 540px;
}

#links_pie_derecha {
	width: 192px;
	float: right;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 12px;
}

.textos_links_pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
	text-decoration: none;
	text-align: left;
	line-height: 10pt;
}

.textos_links_pie:hover {
	color: #990000;
	
}.textos_nolinks_pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
	text-decoration: none;

	
}
#links_pie_linea {
	clear: both;
	width: 930px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 8px;
}

