/********** CONTENIDOS **********/


div#contenidos h3 {
	width: 141px;
}

div#contenidos h3 span {
	width: 141px;
	background: url(../img/tituloNotasPrensa.gif) left top no-repeat;
}

div#contenidos img {
	float: left;
	margin: 0 15px 5px 15px;
}

div#contenidos dl {
	clear: left;
	margin: 0 25px 0 15px;
	font-size: 10px;
}

div#contenidos dt {
	height: 19px;
}

div#contenidos dt, [hack] {
	height: auto;
}

div#contenidos dt a {
	display: block;
	height: 19px;
	margin-bottom: 1px;
	padding-left: 30px;
	line-height: 19px;
/*	background: url(../img/flechaDesplegable.gif) #efefef 8px 5px no-repeat;*/
	background: url(../img/flechaDesplegable.gif) #fff 8px 5px no-repeat;
	font-weight: bold;
	color: #6c6c6c;
}

div#contenidos dl.any2005 dt.any2005 a,
div#contenidos dl.any2004 dt.any2004 a,
div#contenidos dt a:hover {
	background: url(../img/flechaDesplegableHover.gif) #6c6c6c 8px 5px no-repeat;
	color: #fff;
}

div#contenidos dd {
	display: none;
/*	background-color: #f8f8f8;*/
	line-height: 13px;
}

div#contenidos dl.any2010 dd.any2010,
div#contenidos dl.any2009 dd.any2009,
div#contenidos dl.any2008 dd.any2008,
div#contenidos dl.any2007 dd.any2007,
div#contenidos dl.any2006 dd.any2006,
div#contenidos dl.any2005 dd.any2005,
div#contenidos dl.any2004 dd.any2004 {
	display: block;	
}

div#contenidos dd dl {
	clear: left;
	margin: 0;
}

div#contenidos dd dt {
	height: auto;
	margin: 0 25px 0 17px;
	padding: 8px 0 4px 13px;
/*	border-bottom: 1px #000 dotted;*/
	background: url(../img/flechitaGris.gif) 5px 13px no-repeat;
	font-weight: bold;
	color: #6c6c6c;
}

div#contenidos dd dt, [hack] {
	background-position: 5px 12px;
}

div#contenidos dd dd {
	display: block;
	margin: 0;
	padding: 4px 25px 10px 30px;
	border-bottom: 1px #fff solid;
	background-color: transparent;
	line-height: 13px;
}

div#contenidos dd dd.extra {
	padding-top: 10px;
}

div#contenidos dd dd a {
	color: #6c6c6c;
}

div#contenidos dd dd a:hover {
	color: #fe7715;
}