 fondo{
 background-color: #ac439a;
}

body, td, th {
	font-family: Arial;
	font-size: 12px;
	color: #F1F2F4;
}
body {
	background-color: #ea2a65;
background-image: url(../imagenes/fondo-juegosvestir.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Estilo1 {
	color: #1E3D52;
	font-weight: bold;
}
.top-nombre-de-los-juegos {
	color: #FAF6CA;
	font-size:14px;
	font-weight: bold;
	
	}
.nombre-de-los-modulos {
	color: #FAF6CA;
	font-size:13px;
	font-weight: bold;
}

a:link,
a:visited,
a:active{
	background: transparent;
	font-size:14px;
    color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/* search box */
.search-box {
	padding:3px;
	margin-bottom:3px;
	height: 22px;
	#height: 25px;
}

.search-box .button{
	background: #004EB0 none;
	border:none;
	color:#FFF;
	padding:2px 6px;
	#padding:1px 6px;
	font-weight:bold;
}


.clear{
	clear:both;
}

/*    listing table    */
.listing {
	width:400px;
	float:left;
	border: #DDD 1px solid;
	border-collapse:collapse;
	color:#444444;
	display: table;
	margin:inherit;
	border-collapse: collapse;
}

.listing tr {
	border:1px solid #DDD;
}

.listing td{
	border-collapse:collapse;
	border-bottom:1px #eee solid;
	
	padding:2px;
	margin:0;
	
	text-align: left;
	
}
.listing th {
	color: #25a2dc;
	font-weight: 800;
	font-size: 14px;
	border-bottom: 1px solid #DDD;;
}

.listing a {
	color: #666 ;
}

.listing a:hover {
	color: #004EB0 ;
	text-decoration: none ;
}

/* paginator */
.thispage{
	margin:0px 3px;
	font-weight: bold;
}

.paginator  {
	text-align:left;
	font-weight:normal;
	float:right;
	text-align:left;
	color:#444444;
	font-size:13px;
	padding:5px 6px;
	margin:10px 2px;
}
.paginator a{
	color:#444444;
	border: #DDDDDD 1px solid;
	background:#FFFFFF none ;
	margin:2px;
	padding:2px 6px;
	text-decoration:none;
}
.paginator a:hover {
	background:#004EB0;
	color:#FFF;
	text-decoration:none;
}