/*      _/_/_/                                                    _/          _/_/_/                          _/_/  _/      _/  
     _/        _/    _/  _/  _/_/  _/  _/_/    _/_/      _/_/_/  _/        _/        _/  _/_/    _/_/_/    _/        _/  _/ 
      _/_/    _/    _/  _/_/      _/_/      _/_/_/_/  _/    _/  _/        _/  _/_/  _/_/      _/    _/  _/_/_/_/      _/   
         _/  _/    _/  _/        _/        _/        _/    _/  _/        _/    _/  _/        _/    _/    _/        _/  _/  
  _/_/_/      _/_/_/  _/        _/          _/_/_/    _/_/_/  _/          _/_/_/  _/          _/_/_/    _/      _/      _/      */

/*  Surreal-GrafX 
	- sgX_wrsis
	  · diseņo por lyrico y Tormi4000
	  · codigo por sylve y Tormi4000  */

html {
  background: url('images/fondo.jpg') repeat-x black;
  cursor: url('http://www.surreal-grafx.com/cursor.cur'), default;
}

body {
	width: 958px;
	margin: auto;
	padding: 0px;
	border: 0px;	
	text-align: left;
	color: #ffffff;
	font-family: verdana, Arial, Sans-serif;
	font-size: 10px;
}

/* Links */
a:link, a:visited { margin: 0; padding: 0; color: #a1d72b; text-decoration: none; font-size: 11px; }
a:hover, a:active { margin: 0; padding: 0; color: #0ad400; text-decoration: none; font-size: 11px; }

/* Campos de texto, botones, etc... */
input[type="text"], input[type="file"], input[type="hidden"], input[type="password"], input[type="submit"], input[type="reset"], input[type="button"], input[type="checkbox"], select {
	outline-width: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #a1d72b;
	background-color: #000000;
	font-size: 11px;
	color: #a1d72b;
}

textarea {
	outline-width: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #ffffff;
	border-style: dashed;
	font-size: 12px;
}

/* Divs del theme */
#tdback {
	background: url('images/background.jpg') repeat-y;
}

#contenido {
	font-size: 11px;
}

/* Header */
#header {
	width: 906px;
	height: 130px;
}

/* Menu */
#menu {
	height: 33px;
}
#menu.button {
	height: 33px;
	float: left;
}

/* Columna y bloques de la izquierda */
#izquierda {
	width: 164px;
	float: left;
}
#bloque-iz {
	width:  164px;
}
#bloque-iz.titulo {
	width: 164px;
	height: 21px;
	padding-top: 4px;
	background: url('images/izq-titulo.jpg') no-repeat;
	font-weight: bold;
	color: #9eb587;
}
#bloque-iz.contenido {
	width: 154px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
#bloque-iz.base {
	width: 164px;
	height: 2px;
	background: url('images/izq-base.jpg');
}

#large {
	width: 906px;
	float: left;
	background:url(images/background2.jpg) repeat-y black;
}

/* Columna, noticias, modulos y bloques del centro */
#centro {
	width: 578px;
	float: left;
}

#noticias {
	width: 578px;	
}
#noticias.titulo {
	height: 21px;
	background: url('images/centro-titulo.jpg') no-repeat;
	padding-top: 1px;
	font-size: 14px;
	color: #9eb587;
}
#noticias.contenido {
	width: 568px;
	padding: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}
#noticias.base {
	width: 578px;
	background: url('images/noticias-base.jpg');
}

#bloque-centro {
	width: 578px;
}
#bloque-centro.titulo {
	height: 21px;
	background: url('images/centro-titulo.jpg') no-repeat;
	padding-top: 1px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #9eb587;
}
#bloque-centro.contenido {
	width: 568px;
	padding: 5px;
	font-size: 11px;
}
#bloque-centro.base {
	width: 578px;
	height: 2px;
	background: url('images/centro-base.jpg');
}

#modulo .titulo {
	height: 21px;
	background: url('images/centro-titulo.jpg') no-repeat;
	padding-top: 1px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #9eb587;
}
#modulo.contenido {
	width: 568px;
	padding: 5px;
	font-size: 11px;
}
#modulo.base {
	width: 578px;
	height: 2px;
	background: url('images/centro-base.jpg');
}

#modulo-large.titulo {
	height: 21px;
	background: url('images/centro-large-titulo.jpg') no-repeat;
	margin-top: 5px;
	padding-top: 1px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #9eb587;
}
#modulo-large.contenido {
	width: 892px;
	padding: 5px;
	font-size: 11px;
}
#modulo-large.base {
	width: 906px;
	height: 2px;
}

/* Columna y bloques de la derecha */
#derecha {
	width: 164px;
	float: right;
}

#bloque-der {
	width: 164px;
}
#bloque-der.titulo {
	width: 164px;
	height: 21px;
	padding-top: 4px;
	text-align: left;
	font-weight: bold;
	background: url('images/der-titulo.jpg') no-repeat;
	color: #9eb587;
}
#bloque-der.contenido {
	width: 154px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
#bloque-der.base {
	width: 164px;
	height: 2px;
	background: url('images/der-base.jpg');
}

/* Footer */
#footer {
	height: 30px;
	border: 0px;
	width: 906px;
	clear: both;
	background: url('images/footer.jpg') repeat-x center #1b1b1b;
}
#footer-text {
	padding-top: 10px;
}

/* FIN */
