/* Main styles */
body {margin:0}
form,h2,h3,h4,h5,h6,img,div,strong,em,p {
	margin:0; 
	padding:0;
	border:0
}
body,a,h6 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#582902; 
	font-weight:normal
}
h1 {margin:10px 0}
h5, a.h5, a.h5:hover {font-size:10px; text-align:left}
img {behavior:url(iepngfix.htc)}
.red {color:#CC0000}
a.red:hover {color:#000000;}


/* Main positioning & containers */
#main-container {
	width:1060px;
	margin:0 auto;
	margin-top:0px;
}

#leftcol-container {
	width:155px;
	padding:0px 1px 1px 1px; 
	background-color:#E3DDCD; 
	float:left
}
#leftcol-bg {
	width:155px; 
	background-color:#FFFCF4; 
	padding:0px 0 20px 0px
}
#body-container {
	/*padding:0px 0 0 26px;*/
  width:740px;
	margin:0 4px 0 4px;
  overflow:hidden;
	display:expression("inline-block");
}
#footer-container {
	color:#000000;
	font-size:12px;
	width:100%; 
	border-top:1px #E3DDCD solid; 
	background-color:#FFFCF4; 
	margin-top:12px;
	padding:10px 0 10px 0
}

/* Menu */
a.menu-item { 
	font-size:11px; 
	color:#40361B; 
	text-decoration:none; 
	width:101px; 
	height:16px;
	border-bottom:1px solid #E3DDCD; 
	background:url(../images/menu-arrow.gif) top left no-repeat; 
	padding: 4px 0 0 26px; 
	text-transform:uppercase; 
	margin: 0 14px 0 14px;
	display:block
}
a.menu-item:hover {
	background:url(../images/menu-arrow-selected.gif) top left no-repeat;
	background-color:#CC0000;
	color:#FFFFFF
}
a.menu-selected {
	background:url(../images/menu-arrow-selected.gif) top left no-repeat;
	background-color:#CC0000;
	color:#FFFFFF
}
a.menu-last-item {border-bottom:1px solid #FFFCF4}

/* Left column boxes */
div.left-box {
	display:block;
	width:127px;
	margin:14px;
	background-color:#E3DDCD;
	padding-bottom:8px
}
div.left-box h3 {
	background-color:#574A22;
	text-transform:lowercase;
	font:20px/22px "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	height:23px;
	width:117px;
	padding:0 0 0 10px;
	text-align:left;
	margin:0 0 12px 0;
}
div.left-box h4 {
	text-align:left;
	font-size:12px;
	font-weight:normal;
	margin:0 0 0 9px
}
div.left-box input {
	width:108px;
	border:1px #574A22 solid; 
	margin:0 7px 4px 0;
	font-size:11px
}
div.left-box input.button {
	background-color:#CC0000;
	border-color:#CC0000;
	color:#FFFFFF
}
div.left-box a {
	font-size:12px;
	font-weight:normal;
	margin:0 7px 0 0;
	line-height:17px
}
div.left-box a:hover {color:#CC0000}

/* Left column links */
a.left-links {
	font-size:12px;
	text-decoration:underline; 
	width:109px; 
	line-height:17px;
	background:url(../images/links-arrow.gif) top left no-repeat; 
	padding: 1px 0 0 18px; 
	margin: 0 13px 0 15px;
}
a.left-links:hover {color:#CC0000}

/* Left column titles */
#leftcol-bg h2 {
	text-transform:lowercase;
	font:20px/22px "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#574A22;
	height:23px;
	width:117px;
	padding:0 0 0 10px;
	text-align:left;
	margin:0 0 4px 14px;
}

/* Footer classes */
#footer-container a {
	font-size:12px;
	text-decoration:none;
	margin:0 4px 0 4px
}
#footer-container a:hover {
	color:#CC0000;
	text-decoration:underline
}
#footer-container h4 {
	font-size:11px;
	margin:4px 0 4px 0
}
#footer-container .small {font-size:11px}

/* Body - Header */
#body-header {
  /*width:543px; */
  margin:0
}
#body-header #body-header-logo {
	width:191px;
	float:left
}
#body-header-logo h6 {
	width:191px;
	border:1px solid #D1C7A7;
	display:block;
	margin-top:4px;
	line-height:18px;
	color:#000000
}

/* Home news */
#noticias-ajedrez-home {
	/*width:543px; */
	margin:6px 0 6px 0; 
	clear:both
}
#noticias-ajedrez-home h1 {
	font:30px "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-transform:lowercase
}
#noticias-ajedrez-home div.noticia-box {
	/*width:100%;*/
	margin:0 0 16px 0
}
#noticias-ajedrez-home div.noticia-box .title {
	font-weight:bold;
	font-size:16px;
	text-decoration:none
}
#noticias-ajedrez-home div.noticia-box a:hover {color:#CC0000}
#noticias-ajedrez-home div.noticia-box img {
	margin: 3px 20px 0 0;
	border:0;
	float:left
}
#noticias-ajedrez-home div.noticia-box div.read-more {
	/*width:100%;*/
	border-bottom:1px solid #E3DDCD;
	position:relative;
	clear:left;
	height:10px
}
#noticias-ajedrez-home div.noticia-box div.read-more a {
	color:#CC0000;
	font-size:13px;
	text-transform:lowercase;
	font-weight:bold;
	text-decoration:none;
	position:absolute;
	left:376px;
	top:2px;
	display:block;
	background-color:#FFFFFF
}
#noticias-ajedrez-home div.noticia-box div.read-more a:hover {text-decoration:underline}

/* Chess puzzle */
#problema-ajedrez {
	width:310px;
	margin:10px 0 20px 0;
	clear:both;
	float:left
}
#problema-ajedrez a.link {
	text-decoration:underline;
	font-weight:normal;
	font-size:12px;
	color:#582902
}
#problema-ajedrez a.link:hover {color:#CC0000}
#problema-ajedrez h1 {
	font:30px "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-transform:lowercase
}
#problema-ajedrez h6 {
	font-size:12px;
	color:#000000;
	text-decoration:none;
	margin:0;
}
#problema-ajedrez a {
	font-size:12px;
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
}
#problema-ajedrez a:hover {text-decoration:underline}
#problema-ajedrez img {border:1px solid #000000}
#problema-ajedrez #footnote,.footnote {width:276px; clear:both}
.problema-ajedrez-mosaico{
	/*width:50%;*/
	float:left;
	margin:0 20px 20px 0;
}
/* Libro de ajedrez */
#libro-ajedrez, #juegos {
	width:320px;
	height:291px;
	margin:10px 0;
	float:right
}
#libro-ajedrez h1, #juegos H1 {
	font:30px "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-transform:lowercase
}

#juegos DIV.content IMG { float:left; margin-right:10px; }
#juegos DIV.content { text-align:left; }


#juegos #juegos-ingenio A {
	float:left;
	display:block;
	line-height:18px;
	color:#CC0000;
	font-weight:bold;
	font-size:12px;
	margin-right:8px;
	text-align:center;
	}
#juegos #juegos-ingenio A:HOVER { color:#333; }
#juegos #juegos-ingenio A IMG { display:block; }

TABLE.juegos-lista A {
	display:block;
	line-height:24px;
	color:#CC0000;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	}
TABLE.juegos-lista A:hover { color:#333; }
TABLE.juegos-lista A IMG { display:block; }

#libro-ajedrez #libro-box {
	background-color:#E3DDCD;
	color:#574A22;
	/*width:100%;*/
	font-size:12px;
	padding:10px 5px 10px 5px
}
#libro-ajedrez #libro-box img {margin:5px 0 10px 0}
#libro-ajedrez #libro-box a {
	color:#574A22;
	font-size:12px;
}

/* Generic styles */
/* Login page styles */
#form-container {
	margin:10px 0 10px 0; 
	clear:both;
	float:left
}
#form-container h1 {
	font:30px "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-transform:lowercase
}
#form-container #bg-box {
	background-color:#574A22;
	color:#FFFFFF;
/*	width:100%; */
	font-size:12px;
	padding:20px
}
#form-container #bg-box #form-box {
	background-color:#E3DDCD;
	color:#574A22;
	padding:12px
}
#form-container #bg-box #form-box h4 {
	font-size:12px;
	font-weight:normal;
	margin:0 0 0 0
}
#form-container #bg-box #form-box h5 {
	font-size:12px;
	font-weight:bold;
	color:#CC0000;
	margin-bottom:10px
}
#form-container #bg-box #form-box input,textarea,select {
	border:1px #574A22 solid; 
	margin:0 0 4px 0;
	font-size:11px
}
#form-container #bg-box #form-box input.button {
	background-color:#CC0000;
	border-color:#CC0000;
	color:#FFFFFF
}
#form-container #bg-box #form-box a {
	font-size:12px;
	font-weight:normal;
	line-height:17px
}
#form-container #bg-box #form-box a:hover {color:#CC0000}

/* news page */
#noticias-ajedrez-rss {
	width:728px; 
	margin:6px 0 6px 0; 
	clear:both;
	float:left
}
#noticias-ajedrez-rss h1 {
	font:30px "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-transform:lowercase
}
#noticias-ajedrez-rss div.noticia-box-rss {
	width:728px !important;
	margin:0 0 8px 0
}
#noticias-ajedrez-rss div.noticia-box-rss .title, .sub-title {
	font-weight:bold;
	font-size:12px !important;
	text-decoration:none
}
#noticias-ajedrez-rss div.noticia-box-rss a:hover {color:#CC0000}
#noticias-ajedrez-rss div.noticia-box-rss div.read-more {
	/*width:100%;*/
	width:728px !important;
	border-bottom:1px solid #E3DDCD;
	position:relative;
	clear:left;
	height:10px
}
#noticias-ajedrez-rss div.noticia-box-rss div.read-more a {
	color:#CC0000;
	font-size:13px;
	text-transform:lowercase;
	font-weight:bold;
	text-decoration:none;
	position:absolute;
	left:610px;
	top:2px;
	display:block;
	background-color:#FFFFFF
}
#noticias-ajedrez-rss div.noticia-box-rss div.read-more a:hover {text-decoration:underline}

/* News pagination */
#noticias-paginacion {
	margin-top:10px; 
	clear:both
}
#noticias-paginacion a {color:#CC0000}
#noticias-paginacion a:hover {color:#582902}


/* Tablero */
#tablero-notacion {
	background:url("../images/tablero_bg.gif");
	width:276px;
	height:276px;
	overflow:hidden;
	background-repeat:no-repeat
	}
#tablero-ajedrez {
	width:240px;
	height:240px;
	display:block;
	overflow:hidden;
}
#tablero-borde {
	margin:0px auto;
	margin-top:18px;
	width:240px;
	height:240px;
	background-color:#000000;
	text-align:left;
}
#tablero-ajedrez .casilla {
	width:30px;
	height:30px;
	background-color:#f4ddab;
	float:left
}
#tablero-ajedrez .casilla img {border:0}
#tablero-ajedrez .oscura {background-color:#edb858}

/* puzzles page */
#problema-detalles {
	width:250px; 
	margin:10px 0 10px 0; 
	float:right
}
#problema-detalles h1 {
	font:30px "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-transform:lowercase
}

/* puzzle comments page */
#problema-ajedrez-comentarios {
	width:543px; 
	margin:10px 0 10px 0; 
	float:left
}
#problema-ajedrez-comentarios h1 {
	font:30px "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-transform:lowercase
}
#problema-ajedrez-comentarios div.comment {
	/*width:100%;*/
	margin:0 0 16px 0;
	border-bottom:1px solid #E3DDCD
}

/* Dictionary */
#diccionario {
	/*width:543px; */
	margin:10px 0 10px 0; 
	float:left;
	clear:both
}
#diccionario h1 {
	font:30px "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-transform:lowercase
}
#diccionario div.definicion {
	/*width:100%;*/
}
#diccionario div.definicion h2 {
	font-size:15px;
	font-weight:bold
}

.sitemap { line-height:24px; }
.sitemap A:HOVER { text-decoration:none; color:#CC0000; }

#cse-search-results iframe { 
  /*width:548px !important; */
}

.mnu_ajedrez { font-size:11px; color:#582902; }
.mnu_ajedrez A { font-size:11px; font-weight:bold; color:#582902; }

.newmenu, a.newmenu { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#000000}
a.newmenu:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#CC0000}
.newmenu-sub, a.newmenu-sub { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; color:#40361B; padding-left:6px}
a.newmenu-sub:hover { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; color:#CC0000; padding-left:6px}

.red {color:#CC0000 !important}


.right-column {
  width:160px;
	/*background-color:#FFFCF4; */
	padding-bottom:20px;
	float:right;
	/*border:1px solid #E3DDCD;*/
	}

ul, li{list-style-type:none; margin:0px; padding: 0px}

#chess {text-align:justify;}

.dots {
	clear:both;
	display:block;
	border-bottom:1px dashed #bfbfbf;
	margin:12px 0px;
	height:1px;
	font-size:1px;
}
