ul.menu li.documentos a:link, ul.menu li.documentos a:visited {
  background: url(/images/menu/documentos-on.png) no-repeat;
}

.docs h3 {
	margin: 0;
	/*font-weight: bold;
	color: #D3005F;*/
	/*font-size: small;*/
}

div.docs {
	clear: both;
	margin-bottom: 0px;
}

.docs p {
	margin: 5px 0;
	/*font-size: 90%;*/
}

.docs img {
	margin: 0;
}

.docs hr {
	clear: both;
	margin:0 0 10px 0; padding:0;
	border: 0;
	background: #fff;
	height: 1px;
}

/* Truquillo para ver la ce aparecer*/

.de {
	display: block;
	position: relative;
}

img.de {
	width: 1px;
	height: 1px;
}

.sp {
	width: 229px;
	height: 346px;
	position: relative;
}

.dediv {
	top: 100px;
	position: relative;
}

.dediv a:hover img.de {
  width: 229px;
  height: 346px;
  top: -290px;
}
