p {
	margin:0;
	padding:0;
	color:#333;
}

a {
	color: #357;
	text-decoration: none;
}

a:hover {
	color: #753;
	text-decoration: underline;
}

a img {
	border:none;
}


/* Estructura del documento */

body {
	background-color: #eee;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#222;
	}

#wrapper1{
	margin:0 auto;
	width: 800px;


}

#wrapper2 {
	width: 800px;
	position:absolute;
	padding:0; margin:0;
}
	
#header {
	height:85px;
	margin-top: 10px; 
	padding:0;
	background-color: #eee;
	}
	
#menu {
	height:35px;
	color:#e1e1d4;
	background-color: #357;
	padding:0 5px;
	}


#content {
	position: relative;
	float:right;
	width: 530px;
	padding: 0;
	margin: 10px 0;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 105%;	
	}

#lateral{
	width: 250px;
	position: relative;
	float: left;
	margin: 10px 0;
}

#footer {
	width: 230px;
	position: relative;
	float: left;
	clear: left;
	padding:7px 10px;
	background-color: #357;
	font-size:70%;
	color:#ddd;
	}

/* Cabecera */

#header h1 {
	margin:0;
	padding:0;

}

#header img {
	height: 80px;
	position: absolute;
	top:5px; right: 0;
	-ms-interpolation-mode: bicubic;
	image-rendering:optimizeQuality;
}

#header a:hover {
	text-decoration: none;
	color:#357;
}


/* Menú */

.button{
	position: relative;
	float: right;
	line-height: 35px;
	height: 32px;
	padding: 0 15px;
	margin-right: 5px;
	border-bottom: 3px solid #357;
}

.button:hover {
	border-bottom: 3px solid #e1e1d4;
}

.button a{
	display: block;
	width: 100%;
	height: 33px;
	padding: 0px 10px;
	color: #e1e1d4;
	text-decoration: none;
}


.current{
	background-color:#e1e1d4;
	color: #357;
	border-bottom: 3px solid #e1e1d4;
}

/* LATERAL */

#lateral img {
	display: block;
	text-align:center;
	-ms-interpolation-mode: bicubic;
	image-rendering:optimizeQuality;
	width:100%;
	}
#lateral h2 {
	margin: 5px;
	font-size:100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align:center;
	font-variant:small-caps;
	}
#lateral ul {
	margin: 5px 0; padding: 0;
	list-style: none;
}
	
#lateral li {
	margin: 10px 0 5px 10px;
	font-size: 85%;
	font-weight: lighter;
}
	
#lateral p a:hover {
	text-decoration: underline;
	}

#lateral img{
	
}



/* CONTENT */

#content h1 {
	font-size:130%;
	margin: 10px 0;
}

#content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:115%;
	margin: 0 0 5px 0;
}

#content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:90%;
	margin: 0;
}

#content p{
	margin:5px 0 10px 0;
	font-size:90%;
	color:#333;
}


/* FOOTER */

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}


/* RESEARCH */

.submenu{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #999;
	color:#eee;
	margin: 10px 0; padding: 0;
}

.submenu li {
	display: inline-block;
	padding: 0 5px;
}

.submenu a{
	width: 100%;
	height: 100%;
	font-size: 115%;
	color: #eee;
	padding: 5px;
	font-variant: small-caps;
}

.submenu a:hover{
	text-decoration: none;
	color:#357;
	background-color: #eee;
}

.submenu2{
	width: 50%;
	margin: 5px auto;
}


.interests {
	list-style: square;
	margin:5px 0; padding: 0 0 0 25px;
	color:#555;
}

.paper{
	background-color: #e1e1d4;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 5px;
	padding: 5px;
}

.paper-authors {
	color: #357;
	display: block;
}

.paper-title {
	color: #753;
}

.paper-reference{
	color: #777;
	font-style: italic;
}

.paper-link {
	font-variant: small-caps;
	text-transform: lowercase;
	color:#357;
	display: inline-block;
	padding-left: 15px;
	background: url("../image/pdf.jpg") 0% 50% no-repeat;
	display: block;
}


/* Other */

.idle {
	height: 20px;
}