/* Estilos generales de la Home */

/* Destacado Flash */

#highlight-flash { margin-top: 15px; text-align: center; font-size: 0.8em; color: #8b8b8b; background: #ececec; }
#highlight-flash p { padding: 10px; margin: 0; }
#highlight-flash a { color: #464646; text-decoration: none; }
#highlight-flash a:hover { text-decoration: underline; }

/* Wallpapers Destacados */

/* Estilo para la caja de los wallpapers */
.box-wallpaper { float: left; width: 98px; margin: 5px 15px; }
.box-wallpaper img { border: solid 1px #c8c8c8; margin: 0; padding: 0; }
.block-wallpaper { border: solid 1px #e4e4e4; margin-top: 3px; color: #878787; font-size: 0.7em; }
.block-wallpaper a { color: #878787; text-decoration: none; }
.block-wallpaper a:hover { text-decoration: underline; }
.block-wallpaper img { border: 0; vertical-align: middle; }
.block-wallpaper p { margin: 0; padding-bottom: 2px; }
.download-text { background: #e4e4e4; margin: 0; font-weight: 700; }
.download-text a { color: #3e3e3e; }

/* Sonidos Reales Destacados */

.real-sound-1 { background: #f2f2f2 url(../images/bullet-gray.gif) 10px 12px no-repeat; border-top: solid 1px #d3d3d3; border-bottom: solid 1px #d3d3d3; font-size: 0.7em; color: #3e3e3e; width: 100%; }
.real-sound-1 p { margin: 0; }
.real-sound-2 { background: url(../images/bullet-gray.gif) 10px 12px no-repeat; font-size: 0.7em; color: #3e3e3e;  width: 100%; }
.real-sound-2 p { margin: 0; }
.real-left { float: left; padding: 7px 20px; }
.real-left img { vertical-align: middle; }
.real-right { float: right; padding: 7px 10px; }
.real-right img { vertical-align: middle; }

/* Juegos Destacados */

.play-1 { border-bottom: solid 1px #d3d3d3; font-size: 0.7em; color: #3e3e3e; }
.play-1 p { margin: 0; }
.play-1 a { color: #eb0883; text-decoration: none; }
.play-1 a:hover { text-decoration: underline; }
.play-left { float: left; padding: 5px 0; text-align: left; width: 380px; margin-right: 10px; }
.play-left img { float: left; }
.play-right { float: right; padding: 7px 10px; vertical-align: middle; width: 110px; }
.play-right img { vertical-align: middle; }

