@charset "UTF-8";
/* CSS Document */

* {
	position: relative;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	color: #bdd8fc;
	background: #add0ff url("background.jpg");
	background-attachment: fixed;
}

div, img, ul {
	text-align:left;
	margin:0;
	padding:0;
	border: none;
}

.clear {clear: both;}

h1,h2,h3,h4,h5,h6 {
	color: #194160;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 0;
	padding: 0;
	clear: both;}
h1 {font-size: 16px; margin-top:2em;} h2 {font-size: 15px;margin-top: 1.5em; letter-spacing:.2em; margin-top:3em;}
h3 {font-size: 14px;
	font-style: italic;
	margin-bottom: -.5em;
	margin-top: 2em;
	color: #fff;
	text-transform: uppercase;}

a:link, a:visited {
	color:inherit;
	text-decoration:inherit;
	border:0px;
}

a:hover, a:active, a#active {
	text-decoration: none;
	font-weight: bold;
	color: #4c82c8;
}
a#active {font-weight: normal;}

em, .em {color: #205076;}
.left {
	float: left;
	margin: 1em;
	border: medium solid #205076;
}

.none {
	float: none;
	margin: 1em;
	border: medium solid #205076;
}

#webpage {
	margin: 0 auto;
	border-top: 3px solid #69c;
	text-align: center;
	position: relative;
	width:908px;
}

#main {
	position: fixed;
	border-top: 3px solid #69c;
	height:359px;
	width: 908px;
	margin-top: -3px;
	background: #ACCDF8 url(foto-principal.jpg) no-repeat bottom right;
	z-index: 3;
	
}

ul#nav {
	position: relative;
	font-size: 15px;
	color: #dfe9eb;
	top: 330px;
	height: auto;
	text-align: center;
	list-style-type: none;
}

ul#nav li {
	margin-right: 6em;
	display: inline;
}

ul#nav li.last {
	margin-right: 0;
}

#logo {
	position: absolute;
	top: 122px;
	left: 70px;
	height: 97px;
	width: 297px;
	text-indent: -9999px;
	background: url(logo.png) no-repeat;
}

#smalldeg {
	position: relative;
	width: 908px;
	height: 30px;
	top: 339px;
	background:url(smalldeg.png) repeat-x;
	z-index: 2;
}


#contenido {
	margin-top: 359px;
	height: 100%;
	overflow: hidden;
	clear: both;
	background-color: #5c81b2;
	position: relative;
	padding: 3em 2em;
	z-index: 1;
}


#footer {
	position: relative;
	height:52px;
	background-color:#205076;
	color: #356992;
	line-height: 52px;
	text-indent: 2em;
	clear: both;
}
