body
{
	position:relative;
	top:-30px;
}

div#wrapper
{
	width:1000px;
	height:711px;
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url("../../images/portada/fondo.png");
	text-align:left;
}

header#header nav ul, #footer nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
header#header
{
	position:relative;
	top:200px;
}
header#header nav ul li, footer#footer nav ul li
{
	padding:0;
	margin: 0 20px 0 0;
	display:inline;
}

section#jovenes
{
	float: left;
	width: 280px;
}
/*section#jovenes aside ??????????
{
	float: right;
	width: 35%;
	margin-left: 5%;
	font-size: 20px;
	line-height: 40px;
}*/
article.jovenes
{
	position:relative;
	top:250px;
	height:321px; /* height de wrapper - top de jovenes -> 711px - 350px */
	text-align:center;
}
section#mayores
{
	float: left;
	width: 450px;
}
article.mayores
{
	position:relative;
	top:250px;
	height:321px;
	text-align:center;
}
section#profesionales
{
	float: left;
	width: 270px;
}
article.profesionales
{
	position:relative;
	top:350px;
	height:221px;
	text-align:center;
}

footer#footer
{
	clear: both;
	width: 100%;
	display: block;
        text-align: center;
}


div.puerta
{
	width: 100%;
	position: absolute;
	bottom: -5px;
}
div#mujer
{
	position:absolute;
	top:200px;
	left: 200px;
        z-index: 1;
}
div#hombre
{
	position:absolute;
	top:80px;
	left:180px;
}
div#bienvenida
{
	width: 100px;
	height: 100px;
	position:relative;
	left: 80px;
	top: -200px;
	display: none;
	background-image: url("../../images/portada/bienvenida.png");
}
div#queeslacatedra
{
	position:absolute;
	top:30px;
}
div#investigacion
{
	position:relative;
	top:-50px;
	left:600px;
	width:200px;
}
div#investigacionoculto
{
	display:none;
	position:absolute;
	top:50px;
	left:-70px;
}
p#tituloproyecto1
{
	font-size:20px;
}
div#infoproyecto1
{
	display:none;
	position:absolute;
	top:30px;
	left:20px;
	background:white;
	padding:10px;
}
div#infoproyecto3
{
	display:none;
	position:absolute;
	top:100px;
	left:20px;
	background:white;
	padding:10px;
}
div#usuario
{
	position:relative;
	top:-85px;
	left:800px;
	width:200px;
}