body {
	margin: 0;
	z-index: 10;
	color: #333333;
	font: 1.4em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	padding: 0;
	background: #e3ebf4 url(http://www.tresdk.com/images/6.png) repeat-x;
}

a{
	color: #333333;
	text-decoration: none;
}

#cont{
	margin-right: auto;
	margin-left: auto;
	width: 720px;
	height: auto;
	margin-top: 20px;
	overflow: visible;
}

#menuizq{
	overflow: hidden;
	float: left;
}

#logo{
	width: 200px;
	height: 90px;
	text-align: center;
	padding-top: 10px;
	background-color: white;
}

#monstrer{
	float: right;
}


.entrada{
	height: auto;
	width: 460px;
	background-color: white;
	margin-bottom: 20px;
	padding: 0 20px 20px;
}
.barraentrada{
	width: 400px;
	height: 60px;
	float: none;
	position: relative;
	left: 60px;
}
.categoria{
	width: 60px;
	height: 60px;
	background-color: red;
	left: -60px;
	position: relative;
}
p.tituloentradas{
	position: relative;
	margin-top: -80px;
	margin-left: 10px;
}

/* @group MENU */

#menu{
	width: 180px;
	background-color: white;
	top: 20px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	
}
div#menu a{
	font: 0.9em often;
	padding-right: 100%;
	padding-left: 20px;
	margin-left: -20px;
	white-space: nowrap;
}

div#menu a:hover{
	background-color: #aaaaaa;
	cursor: pointer;
}

div#menu a.activa {
	color: #888888;
}

/* @end */

/* @group fuente */

@font-face {
font-family: "often";
src: url(/files/often.ttf) format("truetype");
}



/* @end */

