h2  {
	background-color: #F7F9EC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	clear: both;
}
.contenedorModulosClasificado {
	clear: both;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom:10px;
	margin-top:5px;
	margin-left:4px;
}


.seleccionado {
	background-color:#CCC
}

.clasificado {
	float: left;
	width: 195px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin-bottom: 2px;
}
.clasificado ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.clasificado li {
}
.clasificado li a {
	color: #003366;
	text-decoration: none;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 16px;
	display: block;
	font-size: 11px;
	line-height: 11px;
	border: 1px solid #AEAEAE;
	background-image: url(/images_diseno/imagenes/clasificados_misc.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.clasificado li a:hover {
	background-color: #FFFFCC;
}
.aviso {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size:12px;
}
.avisoOver  {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFCC;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size:12px;
}
.contenedorAvisos {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

