html, body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	background-color: #F7F5ED;
	font-family: 'Slabo 27px', serif;
}
h1{
	font-family: 'Slabo 27px', serif;
	font-weight: bold;
	font-size: 48px;
}

h2{
	font-family: 'Slabo 27px', serif;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	color: #555;
}

a{
	color: #06606B;
	text-decoration: none;
}
a:hover{
	color: #B84F00;
	text-decoration: underline;
}

/*-----------------------------------------*/

.global{
	position: absolute;
}

.titulo{
	position: relative;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #D3D5E3;
}

.contenedor{
	position: relative;
	margin: 20px;
	overflow: hidden;
}
.categorias{
	position: relative;
	float: left;
	margin-top: 20px;
	display: inline-block;
}
.cuerpo{
	margin-left: 40px;
	display: inline-block;
	position: relative;
	width: 800px;
	height: 480px;
}

.contenido{
	position: absolute;
}

.footer{
	position: relative;
	padding-top: 40px;
	font-size: 12px;
	text-align: center;
	color: #339;
	text-decoration: none;
}

/*------------------------------------------------*/
.hsub{
	margin-top: -20px;
}

.miSelect{

}