/*-------------------------- LAY OUT GENERAL ------------------------ */
html, body
{
	height: 100%;
}

body
{
	padding: 0;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F9D7B2;
	color: #000000;
	background-image: url(/img/pixel_line_bg.jpg);
	background-repeat: repeat-x;
}


#ClickScreenshot
{
	font-size: 11px;
	text-align: center;
}


#MainText
{
	font-size: 13px;
}


#BubbleTitle
{
	font-family: Verdana;
	color: #404040;
	font-weight: bold;
}


#GameTitleLink a 
{ 
	font-family: Verdana;
	color: #404040;
	text-decoration: none;
	font-weight: bold;
}

/*#mainlink a:link { 
	color: #333333;
	}*/
/*#mainlink a:visited { 
	color: #FFFFFF;
	}*/

#GameTitleLink a:hover 
{ 
	//color: #CCCCCC;
	//background-color: #333333;
	text-decoration: underline;
}
/*#mainlink a:active { 
	color: #333333;
	}*/
	
#BubbleText
{
	font-size: 13px;
}


/*#contenedor{
	width: 781px;
	min-height:100%;
	margin-right: auto;
	margin-left: auto;
}*/

#cabezal 
{
	height: 174px;
	background-image: url(/img/header_bg.jpg);
}

/*#main 
{
	background-image: url(img/line_bg.jpg);
	background-repeat: repeat-y;
	float: right;
}*/

/*.separador 
{
	height: 19px;
	clear: both;
}*/

/*
#linea_vertical 
{
	background-color: #FFFFFF;
	width: 1px;
	height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	position: fixed;
	bottom: 0px;
	float: left;
}
*/

#bottom 
{
	background-image: url(/img/bottom_bg.jpg);
	height: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	width: 781px;
	text-align: center;
	padding-top: 7px;
	float: left;
}


h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


strong 
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*-------------------------- MENU DE NAVEGACION PRINCIPAL------------------------ */
#menu_principal {
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin:0;
	padding-top: 20px;
	_padding-top: 22px;
	padding-left: 260px;
	float: left;
	width: 150px;
}
#menu_principal span {
	padding-left: 26px;
}	
#menu_principal li {
	margin-top: 2px;
	_margin-top: 0px;
	height: 20px;
	vertical-align: top;
}
#menu_principal li a {
	display:block;
	width: 150px;	
	text-decoration:none;
	text-align:left;
	font-size:11px;
	background-image:url(/img/bullet_menu.gif);
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: left -26px;
	padding-top: 4px;
	padding-bottom: 4px;	
}
#menu_principal li a:hover {
	color:#FFFFFF;
	background-position: left 4px;
}
.menu_principal_active {
	display:block;
	width: 124px;
	text-decoration:none;
	text-align:left;
	font-size:11px;
	background-image:url(/img/bullet_menu.gif);
	color:#FFFFFF;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	background-position: left 4px;
}
/*-------------------------- MENU IZQUIERDO ------------------------ */
/*#menu_izquierdo {
	height: 100%;
	width: 212px;
	float: left;
	background-image: url(img/menuizq_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#noticias_cabezal {
	height: 20px;
	width: auto;
	color: #9A7C5F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-top: 16px;
	vertical-align: top;
	padding-left: 28px;
	float: left;	
	padding-bottom: 2px;
	_padding-bottom: 0px;
}
*/

#banner {
	float: right;
	height: 174px;
	width: 370px;
	clip: rect(auto,auto,auto,10px);
}

