div.download {
	border: 1px solid #d4e6fe;
	margin: 1px 0 10px 0;
	}
div.download p { 
	color:#333333; 
	text-align: justify; 
	padding: 10px 10px 0px 10px;
}
a.link_to_download { 
	height: 18px;
	background: url(../images/descargas_icono.jpg) no-repeat top left #16549f;
	color: #ffffff;
	font-weight: bold;
	display: block;
	font-weight: bold;
	padding: 3px 3px 0 31px;
	
	
}
div#contents a.link_to_download:hover { 
	background: url(../images/descargas_icono_hover.jpg) no-repeat top left #388ccc;
	padding: 3px 3px 0 31px;
	}
div#contents a.link_to_download, a:visited, a:active { color: white; }
div.download {
	cursor: pointer;}
