/* Normal, standard links. */
a:link, a:visited
{
	color: #003456;
	background-color: transparent;
	text-decoration: none;
}

a:hover
{
	color: #F00000;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #003456;
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body
{
  background-color: #d7d7d8;
	color: #000000;
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px;
}

td
{
  background-color: inherit;
	color: #000000;
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
  background-color: #99B3E9;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
  background-color: #99B3E9;
}

/* Standard horizontal rule.. */
hr
{
	color: #161646;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #161646;
	background-color: #161646;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #dee7ef;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: 11px;
	font-family: 'Courier New';
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #000000;
  /*background-color: #99B3E9;*/
  background-color: #afc6db;
	border: 0px solid #000000;
}
.windowbg2
{
	color: #000000;
  background-color: #d7d7d8;
	border: 0px solid #000000;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
/*	background-color: #494999; */
  background-color: #161646;
}
.titlebg a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg
{
	font-weight: bold;
	background-color: #99B3E9;

	color: #000000;
}

/* The borders around things. */
.bordercolor
{
	background-color: #161646;
}
.tborder
{
	border: 1px solid #161646;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/*** CABECERA *********************************************************/

DIV#cabecera
  {
  position: relative;
  width: 968px;
  height: 193px;
  top: 15px;
  left: 18px;
  Z-index: 1;
  /*border: 1px solid #000000;*/
	}

DIV#cabecera_principal
  {
	position: relative;
	left: 0px; 
	top: 0px;
	}
	
DIV#cabecera_rotatoria
  {
	position: absolute;
	top: 0px;
	left: 286px;
	}

DIV#cabecera_texto
  {
	position: absolute;
	top: 141px;
	left: 286px;
	}

/*** FRASE ************************************************************/

DIV.frase
  {
  position: absolute;
  width: 660px;
  height: 37px;
  top: 142px;
  left: 292px;
  text-align: left;
  font: xx-small Verdana, Georgia, Arial, 'Times New Roman', sans-serif;
  /*border: thin solid #000000;*/
	}

DIV.fraseautor
  {
  position: absolute;
  width: 200px;
  height: 5px;
  top: 167px;
  left: 740px;
  text-align: right;
  font: xx-small Verdana, Georgia, Arial, 'Times New Roman', sans-serif;
  font-weight: bolder;
  letter-spacing: 0.1em;
	}

DIV#frase
  {
	position: relative;
  top: 0px;
	}
	
/*** NAVBAR ************************************************************/

DIV.navbar_area
  {
  position: relative;
  top: 20px;
  left: 17px;
  width: 969px;
  height: 33px;
  z-index: 2;
	}

DIV.subnavbar_area
  {
  position: relative;
  top: 20px;
  left: 17px;
  width: 969px;
  height: 33px;
  z-index:1;
	}
	
TD.navbar_center
  {
  background-image: url(navbar_cen.gif);
	background-repeat: repeat-x;
  height: 33px;
  text-align: center;
  color: white;
  font: 12px Verdana, Georgia, Arial, 'Times New Roman', sans-serif;  
	}

TD.subnavbar_center
  {
  background-image: url(subnavbar_cen.gif);
	background-repeat: repeat-x;
  height: 24px;
  text-align: center;
  color: white;
  font: 11px Verdana, Georgia, Arial, 'Times New Roman', sans-serif;  
	}

A.navbar_font,A.navbar_font:visited,A.navbar_font:active,A.navbar_font:link
  {
	font-weight:bold;
	color:white;
	font-family:Georgia,Trebuchet,Verdana,Helvetica,sans-serif;
  font-size:14px;
	}
	
A.navbar_font:hover
  {
	text-decoration: underline overline;
	}


DIV {
  border: 0px solid #000000;
  }	
  
DIV#userinfo_extras
  {
  position: relative;
	width: 967px;
  top: 22px;
  left: 17px;
  padding: 1px;
	}	

DIV#extras
  {
  position: relative;
	width: 590px;
	height: 180px;
  top: -1px;
  left: 0px;
  padding: 1px;
	}
  
DIV#userinfo
  {
  float: right;
	width: 365px;
	height: 180px;
  top: 0px;
  left: 0px;
  padding: 0px;
	}
	
DIV#cuerpo
  {
	position: relative;
	width: 970px;
  top: 30px;
  left: 17px;
  /*border: 1px dashed #000000;*/
  padding: 0px;
	}

/*** RECUADRO *********************************************************/

DIV.top
  {
  height: 31px; 
  background-image: url(hor_sup.gif); 
  background-repeat: repeat-x; 
	}

DIV.sim_top
  {
  height: 20px; 
  background-image: url(sim_hor_sup.gif); 
  background-repeat: repeat-x; 
	}

DIV.bottom 
  {
  height: 19px;
  background-image: url(hor_inf.gif); 
  background-repeat: repeat-x;
	}
	
DIV.sim_bottom 
  {
  height: 19px;
  background-image: url(sim_hor_inf.gif); 
  background-repeat: repeat-x;
	}	
	
IMG.esq_sup_izq { float: left;  }
IMG.esq_sup_der { float: right; }	
IMG.esq_inf_izq { float: left;  }
IMG.esq_inf_der { float: right; }

DIV.content 
  {
	position:relative;
  background-image: url(ver_izq.gif);
  background-repeat: repeat-y;
	}

DIV.boxcontrol 
  {
  position: relative;
  padding: 1px 23px 1px 21px;
  background-image: url(ver_der.gif); 
  background-position: right; 
  background-repeat: repeat-y;
  font-family: Verdana, Georgia, Arial, 'Times New Roman', sans-serif;
  Z-index: 1;
	}

DIV.boxcontrol_extras 
  {
  position: relative;
  padding: 1px 23px 1px 21px;
  width: 546px;
  height: 123px;
  overflow: auto;
  background-image: url(ver_der.gif); 
  background-position: right; 
  background-repeat: repeat-y;
  font-family: Verdana, Georgia, Arial, 'Times New Roman', sans-serif;
  Z-index: 1;
	}

DIV.boxcontrol_userinfo
  {
  position: relative;
  padding: 1px 23px 1px 21px;
  width: 321px;
	height: 123px;
  overflow: auto;
  background-image: url(ver_der.gif); 
  background-position: right; 
  background-repeat: repeat-y;
  font-family: Verdana, Georgia, Arial, 'Times New Roman', sans-serif;
  Z-index: 1;
	}
	
DIV.foros
  {
  position: relative;
  top: -5px;
  left: 17px;
  width: 969px;
	}

DIV.foro
  {
  position: relative;
  top: 0px;
  left: 0px;
  width: 926px;
	}
	
/*** PIE **************************************************************/

DIV#pie
  {
  position: relative;
  font-size: xx-small;
  top: 0px;
  left: 17px;
  width: 968px;
	}

A.boxTitleFont:visited,A.boxTitleFont:active,A.boxTitleFont:link
  {
	font-weight:bold;
	color:white;
	font-family:Georgia,Trebuchet,Verdana,Helvetica,sans-serif;
  font-size:13px;
	}

.boxTitle
  {
	position:absolute;
	top:-22px;
	font-weight:bold;
	text-align:center;
	color:white;
	font-family:Georgia, Trebuchet, Verdana, Helvetica, sans-serif;
  font-size:13px;
	width:100%;
	Z-index:1;
	}