/*
 * Hoja de estilo para los enlaces y páginas con diseño similar
 */
 
 
div.contenido{
	margin-right: 205px !important;
}
div.contenido h1{
	margin-top: 28px;
	margin-bottom: 16px;
}


dl{
	margin: 20px 10px 20px 12px;
}
dl dt{
	margin: 0 0 1px 0;
	color: #555555;
}
dl dt strong{
	color: #777777;
	font-weight: bold;
	text-transform: uppercase;
}
dl dd{
	font-size: 80%;
	margin: 0 0 20px 0;
	background: transparent url(/lib/img/flecha-enlaces.gif) 0 6px no-repeat;
	padding: 0 0 0 14px;
}
dl dd a{
	color: #077BD1;
	text-decoration: underline;
}


div.aviso{
	margin: -10px 220px 45px 35px;
	color: #C3536F;
	font-size: 80%;
	text-align: center;
	line-height: 2;
}
div.aviso strong{
	font-weight: normal;
	text-transform: uppercase;
}
