/* ERROR CSS */
/* --
CSS Reseter
CSSLab © 2007
Basado en: Yahoo UI Reset CSS, Eric Meyer's Reworked Reset y experiencias personales
-- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }

/*====================================================*/

html, body {
	width: 100%;
}

body {
	font: 13pt Arial, Helvetica, sans-serif;
	background: #00AEF0;
}

a, a:link {
	color: #36f;
}

a:hover {
	color: #ed008c;
	background: #fff200;
}

a:active {
	color: #fff200;
	background: #ed008c;
}

/*
a:visited {
	color: #69c;
}
*/

#pagina {
	overflow: auto;
	width: 800px;
}

#nav {
	float: left;
	position: fixed;
	top: 0;
	left: 30px;
	display: inline;
	width: 200px;
	padding-bottom: 10px;
	border-bottom: 6px solid #fff200;
	background: #fff
}

#nav h1 {
	width: 200px;
	height: 220px;
	background: url(logo_mamm.png) center no-repeat;
}

#nav h1 a, #nav h1 a:hover {
	display:block;
	width: 200px;
	height: 220px;
	background: transparent;
}

#nav h1 a span {
	display: none;
}

#nav ul {
	border-top: 1px solid #00aef0;
	width: 180px;
}

#nav li a {
	display: block;
	width: 160px;
	padding: 3px 0 3px 20px;
	border-bottom: 1px solid #00aef0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background: url(nav_bg.gif) 0 50% no-repeat;
	color: #0074a6;
}

#nav li a:hover {
	background-color: #fff200;
	background-position: -200px 50%;
	color: #003850;
}

#contenido {
	float: left;
	display: inline;
	width: 510px;
	height: 400px;
	margin-left: 230px;
	padding: 20px 40px 20px 20px;
	background: #FFF url(bgcolor.gif) right top repeat-y;
}

#contenido h2 {
	font: 30pt Arial, Helvetica, sans-serif;
	color: #ED008C;
}

#contenido p {
	margin: 15pt 0;
}