/* CONTAINERS */
html,body,#wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
}

#debug,.debug {
display: none !important;
display: none;
}

/* GENERAL */

label {
	display: block;
	padding: 0.5em;
}

.hidden {
	display: none;
}

a img {
	border: 0;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

body {
	color: black;
	font-family: Arial,Verdana,sans-serif;
	font-size: 80%;
	background-image: url(../images/top_bg.png);
	background-repeat: repeat-x;
}

#logo {
	width: 20%;
	height: 56px;

	background: url(../images/mundodillon.png);
	background-position: center;
	background-repeat: no-repeat;

	padding: 0;
	margin: 10px 0 0 0;

	float: left;
}

#logo span {
	display: none;
}

/* menu */

#menus ul,#menus li,#section_menu ul {
	margin: 0;
	padding: 0;
}

#menus {
	width: 75%;
	height: 15%;
	padding-top: 2%;
	margin: 0;
}

#menus .current a {
	color: black;
}

#menus a,.section_menu a {
	text-decoration: none;
	color: blue;
}

#menus a {
	text-transform: uppercase;
	color: white;
}

#menus a:hover,.section_menu a {
	color: red;
	text-decoration: none;
}

#menus li {
	float: left;
	display: inline;
	padding: 0 2.2%;
	text-align: center;
}

#menus ul li ul,
#section_menu ul li ul {
	display: none;
}

#section_menu ul li.current ul {
	display: block;
}


#menus *,#section_menu * {
	list-style: none;
}

#section_menu {
	float: left;
	width: 30%;
	text-align: center;
	font-size: 1.1em;
	padding-top: 1em;
}

#section_menu ul {
	margin: 0.5em 0 1em 0;
}

#section_menu a:hover {
	color: red;
}

a#section_menu .current a {
	color: black;
}

#section_menu a,
#section_menu .current li a {
	color: #888;
	text-decoration: none;
	text-transform:none;
	font-weight: normal;
}

#section_menu .current li a {
	font-size: 0.8em;
}

#section_menu .current a {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

#section_menu .current .current a {
	color: #000;
	font-weight: bold;
}

li#li-tienda,
li#li-lista_de_correo,
li#li-contacto {
	display: block;
	float: none;
	font-size: 0.8em;
	position: absolute;
	right: 1%;
	width: 25%;
	padding: 0;
	text-align: left;
}

li#li-tienda a,
li#li-lista_de_correo a,
li#li-contacto a {
	color: #006699;
	font-weight: bold;
}
#li-tienda {
	top: 1.2em;
}
#li-lista_de_correo{
	top: 2.4em;
}
#li-contacto {
	top: 3.6em;
}


/* SECTION */

.section_text,.section_img {

}

.home #section_name {
/*	display: none; */
}

#section_name {
	margin: 1em;
	color: #31a5c2;
	font-weight: bold;
	font-size: 1.1em;
}

.section_img {
	float: left;
	width: 54%;
	text-align: center;
}

.section_text {
	padding-right: 1%;

}

/* CONTENT */

#section_content {
	margin: 0;
	height: 80%;
	overflow: auto;
}

.part {
height: 70%;
}

/* HEADINGS */

h3 {
	font-size: 1.6em;
	font-weight: bold;
	display: inline;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}



/* SECTIONS */

