/* CSS Document */
	dl { width: 546px; }
	dl,dd {
	margin: 0;	
}
	dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	width: 574px;
}
	dd p{
	padding-left:30px;
}
	dt {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#FFFFFF;
	font-weight: bold;
	width: 574px;
	background-image:url(../images/fondo_blanco.jpg);
	background-position:center;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cbcdcc;
	border-bottom-color: #cbcdcc;
/*	height:27px;
*/}
	dt p{
	padding-left:30px;
	float:left;
}
	dt a {
	color:#000;
	display: block;
	text-decoration: none;
	/*height: 24px;*/
/*	line-height: 24px;
*/	width: 574px;
	font-weight: normal;
	padding-bottom:5px;
	padding-top:5px;

}
.marcado a{
	background-color:#0f85c8;
	color:#FFFFFF;
	background-image:url(../images/fondo_azul2.jpg);
	background-position:center;
	background-repeat: no-repeat;
/*	height:27px;
*/}
	dt a:hover {
	color:#FFF;
	display: block;
	background-image:url(../images/fondo_azul.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-color:#0f85c8;
/*	height:27px;
*/
}
	dd a {
	color:#000000;
	text-decoration:none;
}
dd dl dt a{
	padding: 3px 0px;
	margin: 0px;
}
dd dl{
	padding: 10px 0px;
}

