body {
margin:0;
padding:0;
font:14px sans-serif;
/*height:100%;*/
background:#c0c0c0 url(bg.png) center repeat-y;
}

h1,h2,h3 {
margin:5px;
}

a {
color:black;
}

a:hover {
color:black;
}

img {
vertical-align:middle;
}

#contenedor {
border:0px solid gray;
width:970px;
margin:0 auto 0;
}

#header {
height:100px;
overflow:hidden;
/*border:1px solid blue;*/
background:white url(header.png) center repeat-x;
}

#header h1,#header h2 {
display:none;
}

#categorias_top {
clear:both;
text-align:center;
border-top:1px solid #979797;
border-bottom:1px solid #979797;
background:#ddd;
padding:7px;
}

#menu {
width:160px;
float:left;
padding:0;
margin:7px 0 0 3px;
/*border:1px dotted red;*/
}

#contenido{
width:800px;
margin:0 4px 0 0;
float:right;
border:0px dotted red;
}

.list_box {
width:175px;
background:url(list_box.png) top center no-repeat;
margin:7px 0 0 7px;
padding:5px 5px 0 10px;
float:left;
}

.list_box a {
display:block;
}

.list_box img {
margin-left:40px;
}

.list_box h2 {
text-align:center;
}

.game_box {
width:310px;
height:100px;
margin:0px 0 5px 5px;
float:left;
overflow:hidden;
}

.game_box img {
width:90px;
height:90px;
border:2px solid gray;
float:left;
padding:2px;
margin:3px;
}

.game_box img:hover {
border:2px solid white;
background:gray;
}

.game_box p {
margin:0px;
}

#footer {
clear:both;
height:40px;
/*border:1px solid blue;*/
/*text-align:center;*/
background:white url(footer.png) center center repeat-x;
margin:0;
padding:0px;
font-size:11px;
/*border:1px dotted blue;*/
}

#footer p {
position:relative;
top:7px;
text-align:center;
font-weight:bold;
/*border:1px dotted red;*/
}

.box_cat_v .boton_cat {
display:block;
border:1px dotted blue;
padding:3px;
}

.box_cat_h .boton_cat {
border:1px dotted blue;
padding:3px;
}

#langbox{
float:right;
margin:0;
padding:0;
height:100px
}

#langbox a{
padding:0;
margin:8px 8px 0 0;
text-decoration:none;
/*vertical-align:top;*/
display:block;
}

#langbox img{
border:0;
margin:0;
padding:0;
}

#game{
clear:both;
margin:5px auto;
padding:0px;
text-align:center;
}