@charset "iso-8859-1";
/* CSS Document */
html { padding: 0; margin:0;}
body {
	background-color: #233079;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-image:url(graficos/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	max-width: 600px;
	margin: 0 auto;
	text-align: justify;
	padding: 4px;
	
}
#logo, #logo_title { text-align: center;}
#logo{ margin-top:-20px; margin-bottom: 7px;}

div.box { margin-bottom: 10px;} 
div.box .top, div.box .top div {
	height: 25px;
}
div.box .top { background-image: url(graficos/box-tl.png);
		background-position: top left;
		background-repeat: no-repeat;
		padding-left: 17px;
}
div.box .top div div{ background-image: url(graficos/box-t.png);
		background-position: top left;
		background-repeat: repeat-x;
		padding: 0;
}
div.box .top div{ background-image: url(graficos/box-tr.png);
		background-position: top right;
		background-repeat: no-repeat;
		padding-right: 17px;
}

div.box .bottom, div.box .bottom div {
	height: 21px;
}
div.box .bottom { background-image: url(graficos/box-bl.png);
		background-position: bottom left;
		background-repeat: no-repeat;
		padding-left: 17px;
}
div.box .bottom div div{ background-image: url(graficos/box-b.png);
		background-position: bottom left;
		background-repeat: repeat-x;
		padding: 0;
}
div.box .bottom div{ background-image: url(graficos/box-br.png);
		background-position: bottom right;
		background-repeat: no-repeat;
		padding-right: 17px;
}
div.box .cont_l {
	background-image: url(graficos/box-l.png);
	background-position: left center;
		background-repeat: repeat-y;
		padding: 0;
}
div.box .cont_r {
	background-image: url(graficos/box-r.png);
	background-position: right center;
		background-repeat: repeat-y;	
		padding: 0;
		background-color:#FFF;
}
div.box .contenido {
	padding: 0 15px;
	
}
p {margin: 0; padding: .8em 5px; line-height: 1.5em;}

h2, h1 { margin: -15px 0 5px;
padding-left: 5px;
	color: #F47F1B;
	font-size: 140%;
}

h3 { margin: 5px;}
h4 { margin: 15px 5px 5px;}
div.pie {
	text-align: center;
	font-size: 90%;
	margin-bottom: -4px;
}
textarea, input, select {}

.pok { font-size: 110%; font-weight: bold; color: #5ACF75 }


dt { margin-top: 10px;}
dd{ margin-left:20px;}

.centrado {text-align:center;}

ul.menu {margin: 0; padding: 0; list-style-type:none; width: 100%; height:64px;margin-bottom: 10px; }
ul.menu li {float: left;  width: 31%; height:30px; line-height: 30px;
	border: #999 2px outset; margin: 0; text-align: center; overflow:hidden;
	background-color:#FFE57F; }
ul.menu li.x2 {width: 63%;}
ul.menu a {display: block; text-decoration: none; color: #000; font-weight:bold;}
ul.menu a:active, ul.menu a:hover {background-color:#FAC90C;}


ul.mainmenu {margin: 0; padding: 0; list-style-type:none; width: 100%;max-width: 273px; height:30px;margin: -15px auto 35px;  }
ul.mainmenu li {float: left;  width: 91px; height:30px; line-height: 30px;
	 margin: 0; text-align: center; 
	background-image:url(graficos/b_black_normal.png);
	bakground-position: center; center; background-repeat:no-repeat;}

ul.mainmenu a {display: block; text-decoration: none; color: #eaeaea; font-weight:bold;}
/*ul.menu a:active, ul.menu a:hover {background-color:#FAC90C;}*/
h1 {clear: both;}
ul.mainmenu a:active, ul.mainmenu a:hover {
	color: #fff;
}
ul.mainmenu li.activa a{
	color:#ccc;
}
ul.mainmenu li.activa {
	background-image:url(graficos/b_black_pulsado.png);
}

a.flagl {
	float: left; 
	display: block;
	width: 30px; height: 20px;
}
a.flagr {
	float: right; 
	display: block;
	width: 30px; height: 20px;
}
a.flagr img, a.flagl img {
	border: #F47F1B 1px solid;	
}
.marketb {
	height:20px;
	width:200px;
	background-image:url(graficos/deg.png);
	text-align:center;
	color:#222;
	display:block;
	text-decoration: none; 
	font-weight:bold; 
	font-size:.95em; 
	line-height:20px;
	background-position: center left;
	border: #999 1px solid;
	margin: auto;
}
