#menut{
margin-left: -5%;
position: absolute;
z-index: 2000;
width: 235px;
}
#menut h1{
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	padding: 20px;
	background: #000;
}
#navegacion{
	width: 270px;
	display:block;
	list-style:none;
	z-index:3;
}
#navegacion a{
	color: #444;
	display: block;
	background: #cccbcb;
	line-height: 50px;
	padding: 0px 20px;
	text-transform: uppercase;
	margin-bottom: 6px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-size: 14px;
	text-decoration: none;
	font-family: "open sans";
	font-weight: 400;
	font-size: 15px;
}
#navegacion a:hover {
	background: #ffffff;
}.principal{
	right: 40px;
	left: 300px;
	position: absolute; clear: both; padding-bottom: 30px;
}
.principal h2{
	font-size: 50px;
	padding: 5px 0px 10px 0px;
	margin-top: 30px;
	color: #000000;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.principal h3{
	font-size: 35px;
	padding: 5px 0px 10px 0px;
	/*margin-top: 30px;*/
	color: #000000;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.principal p{
	font-size: 18px;
	color: #5b5b5b;
	display: inline-block;
	margin: 1px 0px;
}
.externo{
	width: 70%;	
	position: absolute;
	background-color: #000;
	box-shadow: 4px -4px 4px rgba(0,0,0,0.2);
	margin-left: -102%;
	z-index:2;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.externo h2{
	font-size: 50px;
	padding: 5px 0px 10px 0px;
	margin-top: 30px;
	color: #000000;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.externo h3{
	font-size: 35px;
	padding: 5px 0px 10px 0px;
	margin-top: 30px;
	color: #000000;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.externo p{
	font-size: 18px;
	color: #5b5b5b;
	display: inline-block;
	margin: 1px 0px;
}
.externo:target{
	margin-left: 30%;
	background-color: #DFDFDF;
}
.lista_datos{
	position: relative;
	width: 100%;
}
.lista_datos li{
	list-style-type: none;
}
.lista_datos .datos{
	position:relative;
	width: 70%;
	float:left;
	margin-bottom: 5%;
}
.lista_datos .datos .linea{
	position:relative;
	width: 100%;
	float:left;
}
.lista_datos .datos .titulo{
	position:relative;
	width: 30%;
	float: left;
	margin-top: -30px;
}
.lista_datos .datos .texto{
	position:relative;
	width: 60%;
	float: right;
	margin-right: 10%;
}
.lista_datos .foto{
	position: relative;
	width: 23%;	
	height: 30%;
	float: right;
	margin-right: 5%;
	margin-top: 5%;
}
.lista_datos h5{
	font-size: 20px;
	margin-top: 30px;
	color: #000000;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.lista_datos h6{
	font-size: 15px;
	line-height: 24px;
	color: #5b5b5b;
	display: inline-block;
}
.lista_premios{
	position:relative;
	width: 100%;
	float:left;
	margin-bottom: 8%;
}
.lista_premios h3{
	font-size: 35px;
	padding: 1px 0px 1px 0px;
	margin-top: 30px;
	color: #000000;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.arquitectos{
	position:relative;
	width: 70%;
	float:left;
}
.arquitectos .linea{
	position:relative;
	width: 100%;
	float:left;
}
.arquitectos .titulo{
	position:relative;
	width: 30%;
	float: left;
}
.arquitectos .texto{
	position:relative;
	width: 60%;
	float: right;
	margin-right: 10%;
	margin-top: 1%;
	color: #8f8e8e;
}
.arquitectos .foto{
	position: relative;
	width: 23%;	
	height: 30%;
	float: right;
	margin-right: 5%;
}
