@charset "utf-8";
#contenedor_enlaces {
	width: 500px;
	margin-top: 30px;
	margin-left: 75px;
}
.titulo_de_anunci {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	width: 500px;
	text-align: left;
	background-color: #ECE9D8;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.detalles_enlaces {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}
.titulo_enlaces {
}
.titulo_enlaces a:link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0000FF;
	text-decoration: underline;
}
.titulo_enlaces a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0000FF;
	text-decoration: underline;
}
.titulo_enlaces a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0000FF;
	text-decoration: underline;
}
.titulo_enlaces a:active{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0000FF;
	text-decoration: underline;
}

.descripcion_enlaces {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 20px;
}
.desc_enlaces{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
.url_enlaces a:link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF6600;
}
.url_enlaces a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF6600;
}
.url_enlaces a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF6600;
}
.url_enlaces a:active{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF6600;
}
