
body {	
	background-color: #252525;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	color: white;
	text-align: left;
}

ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a:link, a:visited {
	text-decoration: none;
	color: lightgrey;
}

a:hover {
	color: white;
	text-decoration: none;
}

div {
  text-align: left;
}

#logo {
	width: 190px;
	height: 50px;
	margin-left: 25px;
	margin-top: 45px;
	text-align: center;
}

#logo img {
	width: 190px;
	height: 20px;
	margin-left: 0;
	margin-top: 10px;
}

#main_menu {
	left: 25px;
	top: 110px;
	position: absolute;
	border-width: 2px;
}

#main_menu ul {
		vertical-align: top;
}

#contenido {
	width: 700px;
	height: 700px;
	left: 70px;
	top: 0px;
	position: absolute;
}

li {
	list-style: none;
}

#sub_menu_proyectos {
	top: 110px;
	left: 100px;
	position: absolute;
}

#sub_menu_premios {
	top: 110px;
	left: 100px;
	position: absolute;
}

#sub_menu_proyectos li:hover {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: white;
	text-decoration: none;
}

#main_menu li:hover {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: white;
	text-decoration: none;
}

.liover {
	color: white;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: white;
	text-decoration: none;
}

#sub_menu_premios li:hover {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: white;
	text-decoration: none;
}

#principal {
	float: left;
	position: absolute;
	left: 270px;
	top: 120px;
}

#iconos {
				vertical-align: top;
				float: left;
				min-width: 50px;
				max-width: 75px;
				min-height: 50px;
				margin-right: 15px;
				margin-bottom: 15px;
}

.icono {
	display: none;
	float: left;
	width: 50px;
	height: 50px;
	opacity: 0.4;
	margin-right: 15px;
	margin-bottom: 15px;
	border-width: 1px;
	border-color: white;
	border-style: solid;
}

.icono:hover{
				opacity: 1;
}

.selected{
				opacity: 1;
}

.imagen {
				float: left;
				vertical-align: top;
				border-width: 1px;
				border-color: white;
				border-style: solid;
}

#texto-biografia {
		font-size: 140%;
	  font-family: Times New Roman, Times, serif;
	  width: 400px;
}

#respuesta {
	margin-top: 120px;
	margin-left: 200px;
}

#respuesta li {
	font-size: 130%;
	color: red;
	list-style-type: square;
	margin-top: 10px;
	margin-left: 40px;
}





