@charset "UTF-8";
/* CSS Document */

/* estilos para etiquetas estandar */
html, body{
	background-image:url(../interface_img/sitebg.png);
	background-repeat:repeat-x;
	background-color:#BFBFBF;
	height: 100%;
	padding: 0;
	margin: 0;
}

.bodybombardment{
	background-image:url(../interface_img/sitebg_bombardment.png);
	background-repeat:repeat-x;
	background-color:#78A0BE;
	height: 100%;
	padding: 0;
	margin: 0;
}

.bodydnf{
	background-image:url(../dummyneverfails/images/sitebg_dummy.png);
	background-repeat:repeat-x;
	background-color:#ADAEAE;
	height: 100%;
	padding: 0;
	margin: 0;
}

body, p, th, td {
	font-family: Arial;
	font-size:12px;
	margin: 0 auto;	
	text-align: left;
}

p, a, li, form, ul, h1{
	font-family: "Arial";
	font-size: 12px;
	color:#333333;
	margin:0px;
	padding:0px;
}

img{
	border: none;
}

ul {
	list-style-type:none;
}

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	font-weight: bold;
}

/* estilos etiquetas propias */

legend {
	display:none;
	margin:0;
	padding:0;
}

.plainList,
.plainList ul {
	list-style: none;
}

.horizontalList li{
	float: left;
}

#clearfooter {
	display: block;
	height: 75px;
}

#clearheader {
	display: block;
	height: 88px;
}

#container { 
	min-height: 100%;
	width: 765px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
}

* html #container {
	height: 100%;
}

/* cabecera con el logo about contact etc */

#header {
	background-image:url(../interface_img/topmain.gif);
	margin: 0px auto 0 auto;	
	text-align: left;
	width:765px;
	height:88px;
}

#header #headermenuWrapper { width: 765px; }
#header #headermenu { float: right; height: 20px; }

#header ul { margin: 2px 10px 0 0; }
#header ul li { padding: 0 0 0 15px; line-height: 20px;}
#header ul li:before,
#header ul .sep { content: "|"; color: #fff; padding: 0 15px 0 0; }
#header ul .sep { float: left; line-height: 20px; padding: 0 0 0 15px; } /* ie fix */
#header ul .first { padding-left: 0; }
#header ul .first:before { content: ""; }
#header li a {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

.toplogo { 
	width:765px;
	height:30px;
	padding: 30px 0px 0px 0px;
}

/* pie con el all rights, about contact etc */

#footer { 
	width: 100%;
	clear:both;
	height:75px;
	background-image:url(../interface_img/bottommain.gif);
	background-repeat:repeat-x;
	background-color:#204a5f;
	text-align: center;
	margin: -75px auto 0 auto;
	position: relative;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#footer ul { margin: 2px 10px 0 0; }
#footer ul li { color:#FFFFFF; padding: 0 0 0 15px; line-height: 20px;}
#footer ul li:before,
#footer ul .sep { content: "|"; color: #fff; padding: 0 15px 0 0; }
#footer ul .sep { float: left; line-height: 20px; padding: 0 0 0 15px; } /* ie fix */
#footer ul .first { padding-left: 0; }
#footer ul .first:before { content: ""; }
#footer li a {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

#footer .footerMenu {
	margin: 0 auto;
	padding: 0 auto;
}

#footer .footerMenu li {
	display: inline;
}
#footer .footerMenu .last,
#footer .footerMenu .first {
	border: none !important;
} 

/* envoltorios columna de contenido principal */
#colWrapper {
	position: relative;
	width: 765px;
	padding-top:10px;
}

#fWrapper {
	float: left;
	width: 765px;
}

/* bloque primario de contenido */

#mainContentCol {
	width: 590px; float: right;
	padding: 0px 0 0 0;
	position: relative;
}

/* bloque secundario izquierdo de contenido */

#mainLeftCol {
	width: 175px;
	float: left;
	position: relative;
}

/* contenido principal del bloque*/

#mainContent {
	min-height: 500px;
}

/* mainSubLeftCol es la columna de contenido alineada a izquierda del bloque primario */

#mainContentCol #mainSubLeftCol {
	width: 590px;
	float: left;
}

.boxContentC {
	padding: 20px 0 20px 0;
	margin: 0 auto;
	text-align: center;
}

.boxContentL {
	padding: 20px 20px 20px 20px;
	margin: 0 auto;
	text-align: left;
}

.boxContentR {
	padding: 0px 20px 0px 20px;
	margin: 0 auto;
	text-align: right;
}

#mainLeftCol .spotBox,
#mainLeftCol .silverBox {
	width: 165px;
	margin: 8px 10px 8px 0px;
}

#mainSubLeftCol .spotBox {
	width: 590px;
	margin: 0 0 6px 0;
}

/* cajas de contenido primarias, con un borde azul arriba y abajo */

.spotBox { 
	margin-bottom: 12px !important; 
}

.spotBox .bi { 
	padding-left: 3px;
	background: url(../interface_img/contentbox_mainbg.png);
}
.spotBox .bw { padding-right: 0px; }

.spotBox .bt {
	background: url(../interface_img/header_box.png) 100% 0 no-repeat;
	margin: 0 0 0 9px;
	position: relative;
	height: 25px;
	line-height: 25px;
	font-family:Arial; color: #FFFFFF; font-weight: bold;
	text-transform: uppercase;
	font-size:12px;
}

.spotBox .bt div {
	width: 9px; height: 25px;
	background: url(../interface_img/header_box.png) no-repeat;
	position: absolute;
	top: 0;
	left: -9px;
}

.spotBox .bb {
	background: url(../interface_img/footer_box.png) 100% 0 no-repeat;
	margin: 0 0 0 9px;
	position: relative;
	height: 12px;
	line-height: 12px;
	font-family:Arial; color: #FFFFFF; font-weight: bold;
	text-transform: uppercase;
	font-size:12px;
}

.spotBox .bb div {
	width: 130px; height: 12px;
	background: url(../interface_img/footer_box.png) no-repeat;
	position: absolute;
	top: 0;
	left: -9px;
}

/* cajas de contenido secundarias, totalmente blancas con transparencia */

.silverBox .bt {
	background: url(../interface_img/header_silverbox.png) 100% 0 no-repeat;
	margin: 0 0 0 9px;
	position: relative;
	height: 15px;
	font-size:12px;
}

.silverBox .bt div {
	width: 9px; height: 15px;
	background: url(../interface_img/header_silverbox.png) no-repeat;
	position: absolute;
	top: 0;
	left: -9px;
}

.silverBox .bi { 
	padding-left: 3px;
	background: url(../interface_img/contentbox_mainbg.png);
}
.silverBox .bw { padding-right:0px; }

.silverBox .bb {
	background: url(../interface_img/footer_silverbox.png) 100% 0 no-repeat;
	margin: 0 0 0 9px;
	position: relative;
	height: 15px;
	font-size:12px;
}

.silverBox .bb div {
	width: 9px; height: 15px;
	background: url(../interface_img/footer_silverbox.png) no-repeat;
	position: absolute;
	top: 0;
	left: -9px;
}

/* mainmenu es el menu de secciones a la izquierda*/

#mainmenu{
	padding: 10px 10px 10px 10px;
}

#mainmenu li{
	padding: 4px 0px 0px 0px;
}

#mainmenu a:hover{
	font-weight:bold;
}

#mainmenu .first{
	padding: 0px 0px 0px 0px;
}

#mainmenu a{
	font-size:16px;
}

/*    */
.selfClear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.selfClear {
	display: inline-block;
}


/* Hide from IE-mac \*/
* html .selfClear {
	height: 1%;
}

.selfClear {
	display: block;
}

.gamebutton{
	text-align:center;
	padding: 0 0 16px 0;
}