body {
	margin: 0; 
	padding: 0;
	background-color: #d1c0c0; 
	/* background-color: #ff0000 ;  */
  	font-family: Verdana, Arial, sans-serif;
  	font-size: 10px;
	text-align: center;
}
#content {
	width: 320px;
	height: 520px;
 	margin: 0 auto;	
	text-align: center;
	/*background-image: url(../../imagenes/img1.gif);*/
	background-color: #d1c0c0;
}

#info{
    width: 320px;
	text-align: center;
    background-color: #d1c0c0;

}

#info .text {
	height: 420px;
	padding: 10px 20px 1px 10px;
	font-size: 10px;
	color: #372e2e;
	text-align: left;
	letter-spacing: -1px;
	overflow: hidden;
}	
#info a.downloadPDF {
  width: 163px;
  display: block;
  color: white;
  text-decoration: none;
  	text-align: center;
<!--  line-height: 20px;-->
}
#info a:hover.downloadPDF {
  text-decoration: underline;
}
#info a.hide {
	font-weight: bold;
	color: #5b514c;
	text-decoration: none;
	line-height: 20px;
}
#info a:hover.hide {
	color: white;
}

