input[type="checkbox"]{
	display: none;
}

input[type="checkbox"] + label{
	cursor: pointer;
}

input[type="checkbox"] + label:before{
	content: "";
	color: transparent;
	background-color: transparent;
	border: 1px solid #db3d30;
	margin-right: 5px;
	display:block;
	width: 25px;
	float:left;
	clear:right;
	height: 15px;
}

input[type="checkbox"]:checked + label:before{
	background-color: #db3d30;
	color: #db3d30;
}

#footer2{
	background: -o-linear-gradient(0deg, #DF7243 1%, #DB3C30 48%, #C7282C 100%);
	background: -moz-linear-gradient(0deg, #DF7243 1%, #DB3C30 48%, #C7282C 100%);
	background: -ms-linear-gradient(0deg, #DF7243 1%, #DB3C30 48%, #C7282C 100%);
	background: linear-gradient(270deg, #DF7243 1%, #DB3C30 48%, #C7282C 100%);
}

ul#tabsDocumentos li.activo{
	background: -o-linear-gradient(0deg, #DF7243 1%, #DB3C30 48%, #C7282C 100%);
	background: -moz-linear-gradient(0deg, #DF7243 1%, #DB3C30 48%, #C7282C 100%);
	background: -ms-linear-gradient(0deg, #DF7243 1%, #DB3C30 48%, #C7282C 100%);
	background: linear-gradient(270deg, #DF7243 1%, #DB3C30 48%, #C7282C 100%);
}