@charset "UTF-8";
/* CSS Document */

#contenidoEnlaces {
	float: left;
	width: 730px;
	overflow: auto;
	height: 370px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #909F52;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#contenidoEnlaces h1 {
	font-size: 10pt;
	text-align: left;
	color: #FFFFFF;
	width: 700px;
	background-color: #909F52;
	height: 15px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#contenidoEnlaces h2 {
	font-size: 10pt;
	text-align: left;
	color: #333333;
	margin-left: 20px;
}
#contenidoEnlaces h3 {
	font-size: 10pt;
	text-align: left;
	margin-left: 50px;
	font-weight: normal;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
}
#contenidoEnlaces a {
	color: #666666;
	text-decoration: none;
}
#contenidoEnlaces a:visited {
	color: #666666;
	text-decoration: none;
}
#contenidoEnlaces a:hover, a:active {
	color: #909F52;
	text-decoration: underline;
}

