.titulo{

	width: 100%;
	background-color: #691a6f;
	padding: 5%;
}

.titulo h2{

	color: #FFF;
	font-size: 200;
}

#tabla td{

	background-color: #F1F1F2; 

}

a.btn-descargar {
	background:url(../images/home/btn_arrow.png) top right no-repeat #691a6f;
	color:#ffffff;
	display:block;
	height:22px;
	font-size:13px;
	margin-top:20px;
	padding:5px 0 0 8px;
	text-decoration:none;
	width:170px;
	float: left;
}

a.btn-ver {
	background:url(../images/home/btn_arrow.png) top right no-repeat #691a6f;
	color:#ffffff;
	display:block;
	height:22px;
	font-size:13px;
	margin-top:20px;
	padding:5px 0 0 8px;
	text-decoration:none;
	width:100px;
	float: left;
	margin-left: 10px;
}

.imgAAA img{

	width: 40%;

}