@charset "utf-8";
/* CSS Document */


.inp
		{
			width: 50px;
			height: auto;
			font-family:'Cookie',cursive;
			font-size: 1em;
			text-align: center;
			background-color: white;
		}

.inp2
		{
			width: 100%;
			
			height: auto;
			font-family:'Cookie',cursive;
			font-size: 1em;
			text-align: center;
			background-color:rgba(4,58,2,0.05);
		}

.but
		{
			height: auto;
			width: auto;
			background-color: rgba(4,58,2,0.2);
			color: black;
			padding: 10px;
			border: none;
			margin: auto;
			
			
		}
.but:hover
		{
			height: auto;
			width: auto;
			background-color: rgba(0,0,0,0.7);
			color:white;
			padding: 10px;
			border: none;
			margin: auto;
			
			
		}

.tablaX
{
	width: auto;
	max-width: 100px;
	
}
.tablaX2
{
	width: auto;
		
}