@charset "utf-8";
/* CSS Document */

/**/
	dl {
	width: 604px;
	}
	dl,dd {
	margin: 0;
	width: 604px;
}
	dd {
	font-size: 10px;
	color: #5c5c5c;
}
	dt {
	font-size: 16px;
	background-color: #a2bfd7;
	font-weight: bold;
	width: 604px;
	border: 1px solid #C6D3D4;
	padding: 0px;
	height: 32px;
	line-height: 32px;
}
	dt a {
	color: #000;
	display: block;
	text-decoration: none;
	height: 32px;
	line-height: 32px;
	width: 594px;
	background-image: url(../images/menos.gif);
	background-repeat: no-repeat;
	background-position: 560px center;
	padding-left: 10px;


}
.marcado a{
	background-color: #0f7ad1;
	color: #FFF;
	background-image: url(../images/mas.gif);
	background-repeat: no-repeat;
	background-position: 560px center;
	padding-left: 10px;
}
	dt a:hover {
	color: #000;
	display: block;
	background-image: url(../images/mas.gif);
	background-repeat: no-repeat;
	background-position: 560px center;
}
	dd a { color: #000; }

.classtable td {
	width: 33%;
	padding: 5px;
	font-size: 11px;
	color: #979797;
}

.classtable2 td {
	padding: 5px;
	font-size: 11px;
	color: #979797;
}
.classtable strong {
	font-weight: bold;
	color: #5c5c5c;
}
.right a {
	color: #0b5a9b;
	text-decoration: underline;
}