html {
        height: 100%;
        max-height: 100%;
        padding: 0;
        margin: 0;
        border: 0;
/* */
}

body {
        height: 100%;
        max-height: 100%;
        padding: 0;
        margin: 0;
        border: 0;
}

* html #cabeceira, * html #menu, * html #contido {
	position: absolute;
	height: 80px;

}

#cabeceira{
        position: fixed;
        margin: 0;
        top: 0;
  		left: 50%;
  		margin-left:-276px; 
        display: block;
        width: 550px;
        height: 150px;
        background: url(../imaxes/cabecera/cabecera.jpg) #ddd;
        z-index: 0;
        color: #fff;
}

#contido {
        display:block; 
        position:absolute; 
        z-index:0; 
        top:155px; 
        bottom:0px; 
		higgh:80%;
        width:350px; 
        margin-left:-276px; 
        left:50%; 
        background:#F7F8F7;
  padding: 0px;
        }

#menu {
        display:block; 
        overflow:auto; 
        position:absolute; 
        z-index:0; 
        top:155px; 
        bottom:0px;
		higgh:80%; 
        width:200px; 
        margin-left:74px; 
        left:50%;
  background:#fff; 
        }

.separador {
	height:130px;

}
#contenido .textoshobbykart .textoluto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E72229;
	background-color: #FFE52A;
}
