* {
	padding: 0;
	margin: 0;
}

body {
	background: url(fondo.png) repeat-x;
}

#contenedor {
	margin: 0 auto;
	width: 992px;
	background: white;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 30px;
}

#cabecera {
	background-color: #002c83;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	color: white;
	padding: 10px;
	width: 972px;
	height: 100px;
}

#cabecera h1 {
	position: relative;
	font-weight: normal;
	font-size: 36px;
	margin-left: 135px;
	margin-top: 5inpx;
	color: WhiteSmoke;
	z-index: 5; /* Los z-index aquí y en #cabecera a es para que el enlace
	de Español/English pueda pulsarse en todo el texto, porque si el título
	se coloca por encima del enlace, se solapa con él y el enlace solo es
	pulsable en la parte superior de las letras. */
}

#cabecera a {
	position: relative;
	top: 10px;
	left: 900px;
	color: #000E7A;
	text-decoration: none;
	font-family: 'Lucida Grande';
	font-size: 0.9em;
	z-index: 10;
}

#cabecera a:hover {
	text-decoration: underline;
}

#foto {
	width: 992px;
	height: 150px;
	float:left;
	background: url(cabecera.jpg);
}

#menu {
	float: left;
	width: 160px;
	padding: 20px;
	margin: 20px;
	background-color: #e6e6e6;
	font-family: 'Lucida Grande';
	font-size: 83%;
}

#menu li {
	list-style: none;
	line-height: 200%;
}

#menu li a {
	font-weight: bold;
	text-transform: uppercase;
}

a {
	color: #002C83;
	text-decoration: none;
}

a:hover {
	color: #4c83c1;
}

#menu p {
/*	font-size: 75%;*/
	margin-bottom: 10px;
}

#menu .member {
	margin-bottom: 10px;
}

#cuerpo {
	float: left;
	line-height: 150%;
	padding: 20px;
	width: 660px;
	background-color: white;
/*	text-align: justify;*/
	font-family: 'Lucida Grande';
	font-size: 83%;
}

#cuerpo ul {
	padding-left: 25px;
}

#cuerpo p {
	margin-bottom: 15px;
	padding-left: 15px;
	width: 95%;
}

#cuerpo h1 {
	margin-top: 10px;
	color: #002C83;
	font-size:1.5em;
}

#cuerpo h2 {
	margin: -5px 0px 0px 0px;
	font-size: 1.1em;
	font-weight: normal;
	width: 430px;
}

#cuerpo hr {
	margin-bottom: 15px;
}

#cuerpo #data {
	margin: 0px 10px 10px 0px;
	width: 430px;
	float: left;
}

#cuerpo #data h1 {
	margin: 30px 0px 10px 0px;
	font-size: 1.4em;
	color: black;
}

#cuerpo #personalInformation {
	float: left;
	width: 220px;
	margin: -20px 0px 0px 0px;
}

#cuerpo #personalInformation #personalInformationData {
	background-color: #e6e6e6;
	padding: 10px 3px 1px 3px;
	margin-top: 10px;
}

#cuerpo #personalInformation h1 {
	font-size: 90%;
	text-align: center;
	margin: 0px 0px 10px 0px;
	color: black; /* Si se quita, quedará como el "azul enlace" */
}

#cuerpo #personalInformation h2 {
	font-size: 90%;
	margin: 20px 0px 15px 15px;
	font-style: normal;
	font-weight: bold;
}

#cuerpo #personalInformation p {
	font-size: 80%;
	margin: 0px 0px 15px 0px;
}

#cuerpo #personalInformation img {
	width: 200px;
	height: 200px;
	margin: 10px 0px 10px 10px;
}

#prepie {
	width: 992px;
	height: 15px;
	clear: both;
	background: #171796;
	color: white;
	text-align: center;
}

#pie {
	width: 972px;
	font-size: 75%;
	padding: 10px;
	clear: both;
/*	margin: 0px 0px 10px 0px;*/
	background: white;
	color: #000E7A;
	text-align: center;
}
