@charset "utf-8";

html {  
	height:100%;
} 

body {
	margin: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #91b552;
	background-image:url(../grafic/fondo.png);
	background-position:center top;
	background-attachment: fixed;
}

a {
	text-decoration: none;
	color: #000;
	cursor:pointer;
}

a:active, a:link, a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #7b5;
}

.enlace {
	text-decoration: none;
	color: #030;
	cursor:pointer;
}

.enlace:active, .enlace:link, .enlace:visited {
	text-decoration: none;
	color: #030;
}

.enlace:hover {
	text-decoration: none;
	color: #172;
}

.lista {
	text-decoration: none;
	color: #fff;
}

.lista:active, .lista:link, .lista:visited {
	text-decoration: none;
	color: #fff;
}

.lista:hover {
	text-decoration: underline;
	color: #8c6;
}

.cabecera {
	text-decoration: none;
	color: #000;
	cursor:pointer;
}

.cabecera:active, .cabecera:link, .cabecera:visited {
	text-decoration: none;
	color: #000;
}

.cabecera:hover {
	text-decoration: none;
	color: #172;
}

.logoEnlace {
	display: block;
	margin-top: 10px;
	margin-left: 60px;
	width: 220px;
	height: 60px;
}

.enlacesYedeco {
	display: inline-block;
	width: 1px;
	height: 1px;
	/*background-color:#FF0000;*/
}

.siguenosBuscador {
	margin-top: 8px;
	margin-right: 6px;
	font-size: 9px;
	color: #fff;
}

table {
	/*border-collapse: collapse; /* con esto te ahorras los cellpading=0; y cellpaccing=0; */
	border-spacing: 0;
	border: 0;
}

td {
	font-size: 12px;
	border-spacing: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-size: 12px;
	display: inline;
}

.botonNormal {
	border:#0D5F00 1px solid;
	background-color:#2A980D;
	background-image:url(../grafic/botonForm.png);
	background-repeat:repeat-x;
	background-position:top;
	color:#fff;
}

.textoNormal {
	border:#0D5F00 1px solid;
	background-image:url(../grafic/textoForm.png);
	background-repeat:repeat-x;
	background-position:top;
}

.botonFormulario {
	border:#0D5F00 1px solid;
	background-color:#2A980D;
	background-image:url(../grafic/botonForm.png);
	background-repeat:repeat-x;
	background-position:top;
	color:#fff;
	height:22px;
	margin-left:-2px;
	vertical-align:middle;
}

.textoFormulario {
	border:#0D5F00 1px solid;
	background-image:url(../grafic/textoForm.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
	margin-right:-2px;
	width:120px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	vertical-align:middle;
	resize: none;
}

.textoFormularioBloq {
	border:#0D5F00 1px solid;
	color:#264;
	background-color:#9da;
	margin-right:-2px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	vertical-align:middle;
	resize: none;
}

.textoFormularioError {
	border:#5F0D00 1px solid;
	color:#642;
	background-color:#da9;
	margin-right:-2px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	vertical-align:middle;
}

.textoCabecera {
	font-size:9px;
	color:#040;
}

.menuIzquierdo, .menuIzquierdoFijo {
	border-bottom:#0D5F00 1px solid;
	height:18px;
	margin-left:2px;
	margin-right:2px;
	background:url(../grafic/botonForm.png);
	background-repeat:repeat-x;
	background-position:top;
	color:#df6;
	font-size:11px;
	font-weight:bold;
	display:block;
}

.menuIzquierdo:hover, .menuIzquierdoPulsado {
	border-bottom:#0D5F00 1px solid;
	height:18px;
	margin-left:2px;
	margin-right:2px;
	background:url(../grafic/botonForm.png);
	background-repeat:repeat-x;
	background-position:0 -20px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	display:block;
}

.menuEnlaces {
	border-bottom:#0D5F00 1px solid;
	height:auto;
	margin-left:2px;
	margin-right:2px;
	padding-left:12px;
	background-image:url(../grafic/fondoDegradadoContenido.png);
	background-repeat:repeat-x;
	background-position:top;
	color:#240;
	font-size:11px;
	font-weight:bold;
	display:block;
}

.botonBuscador {
	border:#0D5F00 1px solid;
	background-color:#2A980D;
	background-image:url(../grafic/botonForm.png);
	background-repeat:repeat-x;
	background-position:top;
	color:#fff;
	height:22px;
	margin-left:-2px;
	vertical-align:middle;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
}

.botonBuscador:hover, .botonFormulario:hover {
	background-position:0 -20px;
	cursor:pointer;
}

.textoBuscador {
	border:#0D5F00 1px solid;
	background-image:url(../grafic/textoForm.png);
	background-repeat:repeat-x;
	background-position:top;
	margin-right:-2px;
	padding-left: 2px;
	width:120px;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:15px;*/
	font-size:13px;
	color:#777;
	font-weight:bold;
	vertical-align:middle;
	border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
	-khtml-border-radius:4px 0 0 4px;
}

.busquedaTitulo{
	background-color:#df5;
}

.busquedaDesarrollador{
	background-color:#fd5;
}

.botonHome {
	display:inline-block;
	text-align:right;
	background-image:url(../grafic/iconoHome.png);
	background-position:0 -1px;
	background-repeat:no-repeat;
	width:44px;
	margin:1px;
}

.botonHome:hover {
	background-position:0 -15px;
}

.botonInfoAmigo {
	display:inline-block;
	background-image:url(../grafic/iconoInfo.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:21px;
	height:16px;
}

.botonInfoAmigo:hover {
	background-position:0 -17px;
}

.botonEnviarMensaje {
	display:inline-block;
	background-image:url(../grafic/iconoMensaje.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:21px;
	height:16px;
}

.botonEnviarMensaje:hover {
	background-position:0 -17px;
}

.botonCarruselIzq {
	display:block;
	background-image:url(../grafic/flechaIzq.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:24px;
	height:28px;
}

.botonCarruselIzq:hover {
	background-position:0 -28px;
}

.botonCarruselDer {
	display:block;
	background-image:url(../grafic/flechaDer.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:24px;
	height:28px;
}

.botonCarruselDer:hover {
	background-position:0 -28px;
}

.tablaRedondeada {
	background-color:#89aa4f;
	border:#682 1px solid;
	border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	-khtml-border-radius:8px 8px 0 0;
}

/* tabla flotante mas oscura y totalmente redondeada */
.tablaRedondeadaAbsoluta {
	color:#dfe;
	background-color:#5f903e;
	border:#104708 1px solid;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
}

.tablaRedondeadaCerrarEmulador {
	background-color:#6f984e;
	border:#104708 1px solid;
	border-right:0;
	border-radius:8px 0 0 8px;
	-moz-border-radius:8px 0 0 8px;
	-webkit-border-radius:8px 0 0 8px;
	-khtml-border-radius:8px 0 0 8px;
}

/* tabla totalmente redondeada pero sin color de fondo ni de bordes */
.tablaRedondeadaSinFondo {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
}

.imagenBorder {
	border:#104708 1px solid;
}

.imagenMenu {
	border:0;
	vertical-align:text-bottom;
	margin:0 4px 0 4px;
}

.valoracionJuego {
	width:100%;
	height:24px;
	background-image:url(../grafic/valoracion.png);
	background-repeat:no-repeat;
}

.valor {
	display: inline-block;
	width:34px;
	height:24px;
}

.valorMostrado0 {
	background-position:0px -120px;
}

.valorMostrado1 {
	background-position:0px -96px;
}

.valorMostrado2 {
	background-position:0px -72px;
}

.valorMostrado3 {
	background-position:0px -48px;
}

.valorMostrado4 {
	background-position:0px -24px;
}

.valorMostrado5 {
	background-position:0px 0px;
}

.sinJava {
	background-color:#000;
	width:480px;
	height:320px;
	color:#090;
	padding:5px;
	position:relative;
	float:left;
}

.sinJava a {
	color:#3a0;
	text-decoration:none;
	font-weight:bold;
}

.sinJava a:hover {
	color:#5b1;
	text-decoration:underline;
	font-weight:bold;
}

/* para menu flotante visible de principio */
.dhtmlgoodies_contentBox {
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	padding-bottom:8px;
	width:302px;
	z-index: 100;	
}

.dhtmlgoodies_content {
	position:relative;
	width:100%;
	background-image:url(../grafic/menuSupCentro.png);
	background-repeat:repeat-y;
}

/* para galeria imagen presentacion */
#imageSlideshowHolder{
    width:138px;
    height:90px;
    position:relative;
}
  
.imageInGallery{    
	width:138px;
    height:90px;
    left:0px;
    top:0px;
	z-index: 50;
    position: absolute;
}

/* Publicidad */
.publicidad{
	position:absolute;
	/*position:fixed;*/
	background-image:url(../grafic/fondoContenidoInterior.png);
	background-repeat:repeat-y;
	background-position:0px 0px;
	width:120px;
	height:600px;
	top:80px;
	margin-left:567px;
	padding:2px 2px 2px 0;
}
