a img {border:0}
a {
	color: black;
}

/*los links del footer se definen abajo*/
a:hover {
	text-decoration: underline;
	color: #3F75FE;
}

a:visited {
	color: black;
}

a:visited:hover {
	text-decoration: underline;
	color: #3F75FE;
}


strong {
	color: #3F75FE;
	}
	
p.just {
	text-align: justify;
	}


/* Definición de Fuentes */
body { 
	font: normal 12pt "Tahoma", "Verdana", sans-serif;
	margin: 0px;
	background: black;
}

h1 {
	font: bold 20pt "Arial", helvetica, sans-serif;
	color: #3F75FE;
}

h2 {
	font: bold 18pt "Arial", helvetica, sans-serif;
	color: #3F75FE;
}

h3 {
	font: bold 16pt "Arial", helvetica, sans-serif;
	color: #3F75FE;
}

h4 {
	font: bold 14pt "Arial", helvetica, sans-serif;
	color: #3F75FE;
}

h5 {
	font: bold 16pt "Arial", helvetica, sans-serif;
	color: #3F75FE;
	text-align: auto;
}


#referform label { display: block; width: 11em; float: left; }
#referform fieldset { width: 34em; }

#contactform label { display: block; width: 10em; float: left; }
#contactform fieldset { width: 33em; }

/* Definición de los elementos en float */
div.right {
	width:200px;
	float:right;
}

div.left {
	width:200px;
	float:left;
}
div.contentright {
margin-left: 200px;
}
div.contentleft {
margin-right: 200px;
}


#fotojuego {
	background-image: url("../images/content/service/fondojuego.jpg");
	background-position: top;
	background-repeat: no-repeat;
	width: 150px;
	height: 110px;
	padding-top: 10px;
}

#cartuchoindex {
	/* La imagen debe ser de 250 x 300*/
	background-image: url("../images/content/service/fondocartucho.jpg");	

	background-position: top;
	background-repeat: no-repeat;
	/* Debe coincidir con el tamaño de la foto */
	width: 225px;
	height: 175px;
	/* color: #E8E4E3; */
 	/*color: #ffcc33;  el naranja*/ 
	font: normal 9pt "Tahoma", "Verdana", sans-serif;
	/*padding-top: 10px;*/
	/* Distancia arbitraria entre cartuchos */
	/*margin: 1em; */


}

/* usado dentro de cartuchoindex para que el texto no sobresalga del borde */
#padding5 { padding: 1ex 1.5em; }


#page {
	background: #E8E4E3;
	width: 1000px;
	height: 720px;
	margin-left: auto;
	margin-right: auto;
	border: solid 0px lightgray;
}

#pagelegal {
	background: #E8E4E3;
	width: 1000px;
	/*height: 720px;*/
	margin-left: auto;
	margin-right: auto;
	border: solid 0px lightgray;
}


#header {
	font-size: 120%;
	background: #E8E4E3;
	color: black;
	text-align: right;
	height: 140px;
	padding-top: 0px;
}
#menu {
	background-image: url("../images/menu/menu_back.png");
	background-repeat: no-repeat;
	border: dashed 0px #000066;
	width: 182px;
	height: 635px;
	float: left;
	text-align: center;
}


#menu ul {
	margin: 0px;
	padding-top: 25px;
	padding-right: 12px;
	padding-left: 0px;
	list-style: none;
	font-size: 120%;
}

#menu ul li {
	padding-top:3px;
}

#menu ul li a {
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
}
#menu ul li a:hover {
	text-decoration: underline;
}
#menu ul li a:visited {
	text-decoration: none;
	color: #000000;
}

#content { 
	width: 72%;
	margin-top: 1px;
	margin-left: auto;
	text-align: left;
	padding: 1.5ex;
	padding-left: 4em;
	padding-top: 0ex;
	padding-right: 2em;
	font: normal 10pt "Tahoma", "Verdana", sans-serif;
}

#content table {
	font-size: 95%;
	text-align: left;
}
#content table tr {
	width: auto;
	background: url ("../images/content/service/servicegame/fondo.jpg") no-repeat;
	background-position: right;
}
#content table tr td {
	width: auto;
	background: none;
}
/*
th {
	width: auto;
	background-repeat: no-repeat;
	/*cellspacing: 10px;*/

/* ¿Qué pasa con estos comentarios? Estaban mal.
	margin: 15px auto;
	font: normal 10pt "Arial", "Verdana", sans-serif;
	text-align: center;
}
*/

/*l y LI aquí ¿abajo y solos? deberían ir arriba con el resto de elementos comunes
ul {
	
	margin: 0px;
	padding: 0px;
}
ul li { margin: 0px; }

label { float: left; }
input { margin-left: 5em; }*/

#footer {
	background: #E8E4E3 url("../images/footer/fondofooter.jpg") no-repeat;
	background-position: top;
	text-align: center;
	width: 1000px;
	height: 19px;
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
	padding-top: 3px;
}

#footer a {
	color: black;
	font-size: 100%;
}

#footer a:hover {
	text-decoration: underline;
	color: #E8E4E3;
}

#footer a:visited:hover {
	text-decoration: underline;
	color: #E8E4E3;
}

