/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}
body {
	background-color: #CC0000;
	background-image: url(../img/bk.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	font-size: 12px;
	color: #000000;
}
a:link {
	font-size: 12px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
img {
	border: 0;
}
#caja {
	width: 120px;
	height: 400px;
	text-align: center;
}
#text {
	width: 120px;
	height: 113px;
	text-align: center;
	background-color: #CC0000;
	color: #FFFFFF;
/*	background-image: url(../img/flecha.jpg);*/
/*	background-repeat: no-repeat;*/
/*	background-position: center;*/
}
#tapa {
	position:absolute;
	left:0px;
	top:223px;
	width:120px;
	height:90px;
	z-index:10;
}
#item {
	position:absolute;
	left:24px;
	top:234px;
	width:39px;
	height:40px;
	z-index:2;
}
.texto {
	font-size: 12px;
	color: #FFCC00;
}
.titulo {
	font-size: 12px;
	color: #FFCC00;
	text-transform: uppercase;
}

