

table
{
	margin-top:3%;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	width:90%;
	text-align:center;
	border: 4px solid #448d08	;
	text-decoration:none;

}
th, td{
	padding:10px;
		border: 1px solid #448d08	;
	
}
thead{
	background-color:#246355;

	border-bottom:solid 5px #0f362d;
	color:white;
}
tr:nth-child(even){
	background-color:#ddd;

}
.tablaforma{
	text-decoration:none;
	padding:1%;
	width:80%;
	background-color:#fff;
	align-items:center;
}
.arcpdf
{
position: absolute; 
left: 10%; 
top: 300px; 
background-color:#d33d28;
width:200px;
height:50px;
color:#fff;
padding:10px;
font-family:Arial;
font-size:25;
border-radius:30;
}