table{
	border: solid 10px #BAAEA5;
	margin-left: 30px;
	margin-top: 30px;
	width: 1255px;
	height: 480px;
	color:#fff;
	text-align: center;
	font-family: cabinregular;
}

.encabezado{
	font-size: 28px;
	background: #AF998B;
	height: 100px;
}

.encabezado2{
	font-size: 28px;
	background: #AF998B;
	border: solid 3px #BAAEA5;
	color: #fff;
}

td{
	border: solid 3px #DDD8D2;
}

tr{
	border: solid 3px #DDD8D2;
}

.infocentral{
	color: #000;
	font-size: 25px;
}

input{
	text-align: center;
	border: none;
	width: 130px;
}