/* CSS Document */

@font-face {
font-family: 'stencilia';
src: url(../fonts/stencilia.ttf) format('truetype'), 
url('../fonts/stencilia.eot');
}

#botonera a {
	font-family: 'stencilia', tahoma;
	font-size: 13px;
	display: block;
	margin: 0 auto;
	width: 105px;
	height: 33px;
	color: #FFF;
	background-color: #999;
	text-align: center;
	}
#botonera a b {
	display: block;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
	
#binicio {
	font-family: 'stencilia', tahoma;
	font-size: 14px;
	display: block;
	margin: 0 auto;
	width: 85px;
	height: 18px;
	padding-top:67px;
	color: #000;
	background-color: #EE1C25;
	text-align: center;
	background-image: url(../img/logof.png);
	background-repeat: no-repeat;
	}
	
#titulo, .titulo {
	font-family: stencilia, Tahoma, Geneva, sans-serif;
	font-size: 18px;
}
img {border:none;}
td.celda {
	background-color: #000;
	}
.mayusculas td {
	text-transform: uppercase;
}