body, td, th {
	font-family: Arial;
	font-size: 12px;
	color: #F1F2F4;
}
body {
    
	
	background-color: #000000;
	background-image: url(http://www.radiomipreferida.com/imagenes/fondo-mayo.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment: fixed;
	margin: 0px;
	
}
.Estilo1 {
	color: #1E3D52;
	font-weight: bold;
	
	}


.imagenesdelosjuegos {


	border: 2px solid #902498;

}


.descripcionjuego {

	font-size: 13px;

	font-weight: normal;

	color: #FFFFFF;

}
.top-nombre-de-los-videos {
	color: #BEE554;
	font-size:14px;
	font-weight: bold;
	
	}
.nombre-de-los-modulos {
	color: #FAF6CA;
	font-size:13px;
	font-weight: bold;
}


a {
background: transparent;
	font-size:11px;
    color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
background: transparent;
	font-size:11px;
    color: #97D40A;
	text-decoration: none;
	font-weight: bold;
}


img {
	border: none;
}

/* ---------- Inician las mini imagenes de videos ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.gallery span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.gallery .favorite {
	background: url(images/favorite.gif) no-repeat;
}
.gallery .photo {
	background: url(images/photo.gif) no-repeat;
}
.gallery .video {
	background: url(http://www.radiomipreferida.com/imagenes/video.gif) no-repeat;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover img  {
	border-color: #666;
}
.gallery a:hover span {
	background-position: left -22px;
}