@charset "utf-8";
/* CSS Document */
.hueco
{
	width: 55px;
	height: 29px;
	border: 1px solid black;
	font-size: 1.2em;
	text-align: center;
}
.huecoRES
{
	width: 100px;
	height: 29px;
	border: 1px solid black;
	font-size: 1.2em;
	text-align: center;
}

.but
{
	width: 100px;
	height: 30px;
	background-image: linear-gradient(to bottom, rgba(3,16,95,1.00), rgba(3,16,95,0.8));
	border-bottom: 1px black solid; 
	color:white;
}
.but:hover {
	color:rgba(3,16,95,1);
	background-image: none;
	background-color: white;
}
#tabla
{
	margin: auto;
	border: none; 
	width: auto;
	height: auto;
	
}
#mcm
{
	margin: auto;
}