#principal a.botonFirmas.descargar:hover
{
	background-color: #A85A5A;
}
#principal a.botonFirmas:hover
{
	background-color: #5785A7;
	text-decoration: underline;
	color: white;
}
#principal a.botonFirmas.descargar
{
	background-color: #AE3636;
}
	
#principal a.botonFirmas
	{
		display: inline-block;
		font-size: 17px;
		margin-top: 30px;
		margin-right: 20px;
		margin-right: 7px;
		text-align: center;
		display: inline-block;
		cursor: pointer;
		font-weight: 100;
		line-height: 25px;
		border-radius: 0px;
		background: #196CA8 none repeat scroll 0% 0%;
		color: #FFF;
		height: inherit;
		padding: 2px 15px;
		border-radius: 13px;
		box-shadow: 2px 2px 3px rgba(1,1,1,0.3);

	}