/*  
 stylesheet
*/

div.htmlcontent {
	padding-bottom: 40px;
}
div.bloqueHtml h1 {
	color: #003366;
	font: normal 3em Times New Roman;
	margin: 10px 0 20px 0;
	text-align: center;
	text-transform: uppercase;
}

div.bloqueHtml h3 {
	clear: both;
	color: #003366;
	font: bold 1.8em Times New Roman;
	font-style: italic;
	margin: 0px 0 0 0;
	text-align: center;
	padding-top: 20px;
}

div.bloqueHtml p {
	margin: 0;
}
div.bloqueHtml ul {
	list-style-type: none;
	margin: 0;
	margin-left: 8px;
}
div.bloqueHtml li {
	float: left;
	list-style-type: none !important;
}

div.bloqueHtml li p {
	color: #003366;
	font: bold 1.6em Times New Roman;
	font-style: italic;
	height: 177px;
	text-align: center;
}

div.bloqueHtml li a {
	color: #003366;
	display: block;
}
div.bloqueHtml li img {
}

div.bloqueHtml li p + p {
	height: 50px;
	line-height: 40px;
	background: url(juegos/bg-texto-juegos.png) no-repeat;
}

div.bloqueHtml li.pilla p + p {
	background: url(juegos/bg-texto-juegos.png) no-repeat 0 0;
}
div.bloqueHtml li.ruleta p + p {
	background: url(juegos/bg-texto-juegos.png) no-repeat -252px 0;
}
div.bloqueHtml li.mahjong p + p {
	background: url(juegos/bg-texto-juegos.png) no-repeat -478px 0;
}
