@charset "utf-8";
/* CSS Document */

#colofon {
	height: 23px;
	width: 745px;
	font-size: 10px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 5px;
	color: #666666;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #709EC3;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #DFE0D7;
	position:relative;
}
#colofon a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#colofon a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
#colofon ul {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
}
#colofon li {
	float: left;
}
#colofon li.opcion{
	padding-left:20px;
	font-weight: normal;
	background-image: url(../images/generales/separa_colofon.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
#colofon li.opcion a{
	color:#000000;
	text-decoration:none;
}
#colofon li.opcion a:hover{
	color:#000000;
	text-decoration:underline;
}
#colofon li.cyber {
	font-weight: normal;
	color: #9c9c9c;
	float: right;
}
#colofon li.cyber a{
	color: #9c9c9c;
	text-decoration:none;
}
#colofon li.cyber a:hover{
	color: #333333;
	text-decoration:none;
}
