/*-----------------------------------------------------------------------------
 General:
-----------------------------------------------------------------------------*/

body {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	color: #114499;
	background-color: #FFFFFF;
	background-image: url(img/fondo_zauber2.png);
	background-position: top left;
	background-repeat: no-repeat;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #4475a5;
/*#2244aa;*/
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a:active,
a:visited {
}

strong, b {
	font-weight: bold;
}

p {
	margin-top: 1.0em;
	margin-bottom: 0.8em;
	line-height: 1.5em;
	text-align: justify;
	text-justify: newspaper;
}

ul {
	margin-left: 0px;
	padding-left: 30px;
}

li {
	text-align: justify;
	text-justify: newspaper;
}


div#logo_animado {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 280px;
	height: 80px;
	background-color: #ffffff;
	background-image: url(img/zauber_animado.gif);
	cursor: pointer;
}

/*-----------------------------------------------------------------------------
 Contenidos:
-----------------------------------------------------------------------------*/

div h2 {
	margin-top: 4px;
	margin-bottom: 20px;
	margin-right: 16px;
	font-size: 130%;
	font-weight: bold;
	text-align: right;
	color: #4475A5;
}

div h3 {
	margin-top: 20px;
	margin-bottom: 4px;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	border-bottom: dotted 1px #A0A0A0;
}

div#presentacion,
div#filosofia,
div#desarrollo,
div#trabajos,
div#contacto {
	display: none;
	position: absolute;
	left: 11px;
	top: 81px;
	width: 328px;
	/*height: 410px;*/
	padding-left: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 90%;
	color: #555;
	background-color: #d0d0d0;
	/*border-bottom: solid 1px #c0c0c0;*/
	opacity: 0.8;

	border-radius: 0em 1.6em 1.6em 1.6em;
	-moz-border-radius: 0em 1.6em 1.6em 1.6em;
	-webkit-border-radius: 0em 1.6em 1.6em 1.6em;
	-khtml-border-radius: 0em 1.6em 1.6em 1.6em;
	-ms-border-radius: 0em 1.6em 1.6em 1.6em;
}

div.content {
	height: 440px;
	padding-right: 16px;
	padding-bottom: 20px;
	overflow:auto;
}

div#menu {
	position: absolute;
	left: 420px;
	top: 365px;
	text-align: right;
}

div#menu a {
	font-family: courier, serif;
	font-size: 120%;
	font-weight: bold; 
	color: #a0a0a0;
	display: block;
}
div#menu a:hover {
	text-decoration: none;
	/*color: #6699cc;*/
	color: #ffcc00;
	background-color: transparent;
}

/*---------------------------------------------------------------------------*/

