/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author http://limpid.nl/lab/css/fixed/header-and-footer
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	background: #fff;
	padding: 90px 0 75px;
}

* html body {
	overflow: hidden;
} 

* html div#content {
	height: 100%;
	overflow: auto;
}

#margen_der {
	background-color: #fff;
	position: fixed;
	z-index: 59;
	width: 30px;
	padding-left: 0;
	top: 0;
	left: 0;
	height: 100%;
}

#margen_izq {
	background-color: #fff;
	position: fixed;
	z-index: 1234;
	width: 30px;
	padding-left: 0;
	top: 0;
	height: 100%;
	right: 0;
}

body.section-1 {
}
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none;
	color: #000;
}
a:active { text-decoration: none; }
a:visited { text-decoration: none;
	color: #000;
}
a:hover {
	border-bottom: none;
}
img:hover {
	border-bottom: thin none #000;
}
a img { border: none; }

#header {
	background: #fff;
	width: 100%;
}

#header_thinline {height: 2px; background: transparent;
	margin-bottom: 11px;
	margin-top: 55px;
	width: 98%;
}

#footer {
	background: #fff; 
	z-index: 888;
}

div#header {
	position: absolute;
	top: 0;
	width: 100%;
	border-bottom: thin none #000;
	left: 0;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0.1em;
	height: 90px;
}

div#footer {
	position: absolute;
	left: 0;
	width: 100%;
	height: 75px;
	bottom: 0;
}

#footer_thinline {
	background-color: #000;
	height: 1px;
	width: 98%;
	margin-top: -13px;
	margin-bottom: 15px;
	padding-bottom: 0;
}

@media screen {
	body>div#header {
		position: fixed;
	}
	body>div#footer {
		position: fixed;
}
}

#content {
	z-index: 3;
}

.container {
    padding: 25px;
}

#content .container {
	text-align: justify;
	direction: ltr;
	letter-spacing: 0.2ex;
	padding: 0 25px 12px 30px;
}
#content p { width: 400px; margin-bottom: 9px; }

#header .container,
#footer .container {
	padding-top: 24px;
	padding-left: 30px;
	padding-right: 0;
}

#header .container div p et {
	right: 30px;
	position: fixed;
	text-transform: lowercase;
	font-weight: bold;
}	

p {
    margin: 0 0 9px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.uni-index { width: 200px;
	margin-left: 50px;
	color: #000;
	text-decoration: none;
	background: transparent scroll;
}