/* CSS Document */

dt {
	font-weight: bold;
	margin-top: 10px;
}

ul.secciones {
	margin-left: 0px;
}

ul.secciones li {
	margin: 10px 5px 10px 0px;
	list-style: disc;
}

ul.secciones li li {
	margin: 0 0 0 10px;
	list-style: none;
}

.secciones a {
	color: #000 !important;
}

.articulo .descripcion a img {
	border: 1px solid black;
} 

.articulo {
	text-align: justify;
}

.articulo .descripcion p {
	margin-top: 10px;
}


.articulo .titulo {
	color: #fff;
	font-size: 1.5em;
	height: 150px;
	padding: 10px 0 0 10px;
	background-image: url(/imagenes/turismo/enoturismo/vino_en_copa.jpg);
	background-repeat: no-repeat;
	background-position: 0 -50px;
}

.resumen-busqueda {
	color: #fff;
	height: 200px;
	padding: 10px 0 0 10px;
	margin: 0;
	background-image: url(/imagenes/turismo/enoturismo/vino_en_copa.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}
