* {
	padding: 0;
	margin: 0;
}
a, a:visited {
	color: #FC0101;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration:underline;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #00589C;
	font-style: italic;
	padding-top: 40px;
	padding-bottom: 50px;
	border-bottom: 1px dotted #999999;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FB9a05;
	padding-top: 1em;
	padding-bottom: 1em;
}
h2#principal {
	font-size: 1.75em;
	color: #00589C;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FB9a05;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	font-style: italic;
	padding-left: 5px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FB9a05;
	padding-top: 0.50em;
	padding-bottom: 0.50em;
	padding-left: 8px;
}
p {
	padding: 5px;
}
ul {
	margin: 0 0 1em 1.5em;
	padding: 5px 10px;
}
li {
	padding-bottom: 5px;
}

/**
**  Header
**/
#header {
}
#header img {
	float: left;
}

/**
**	La navegacio del lloc (a l'esquerra)
**/
#navigation {
	margin-top: 20px;
}
#navigation ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 1.1em;
}
#navigation li {
	display: inline;
}
#navigation a {
	margin-bottom: 0.3em;
	border-left: 1px solid #F9CC09;
	border-bottom: 1px solid #F9CC09;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
#navigation a:link, #navigation a:visited, #navigation a:focus {
	display: block;
	text-decoration: none;
	color: #901602;
}
#navigation a:hover {
	color: #621313;
	border-bottom: 7px solid #F9CC09;
	padding-bottom: 0;
}
#navigation ul.subnavigation {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 0.9em;
	margin-left: 2em;
}

/**
** Barra de navegaciķ secundāria: Tabs
**/
ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 1em 0 1em 0; /* set margins as desired */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* set font as desired */
	border-bottom: 1px solid #F9CC09; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
	display: inline;
	padding: 0;	/* Per tal que no apliqui el padding i margin de #content ul li */
	margin: 0;
}
ul#tabnav li.tabcurr  { /* settings for selected tab */
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}
ul#tabnav li.tabcurr a { /* settings for selected tab link */
	background-color: #fff; /* set selected tab background color as desired */
	color: #901602; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}
ul#tabnav li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #F9CC09; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #F9CC09; /* set unselected tab background color as desired */
	color: #901602; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
	background: #fff; /* set desired hover color */
}

/**
**	Els elements del footer
**/
#footer {
	border-top: 1px dotted #AAAAAA;
	margin-top: 20px;
	background-color: #F0F0F0;
	color: #626262;
}
#foot_menu {
	text-align: center;
	font-size: 95%;
	padding-bottom: 5px;
}
#footer ul {
	text-align:center;
	
}
#footer ul li {
	display: inline;
	padding: 0.5em 1.5em;
}

/**
**	El elements del contingut
**	
**/
#content {
	margin-top: -20px;
	position: relative;
}
.img_right {
	float: right;
	padding: 0 10px;
}
.indent {
	padding-left: 2em;
}
/**
**	Resources
**		.res_image: Imatges dels resources
**/
ul.res_images {
	list-style-type: none;
}
ul.res_images li{
	display: inline;
	padding: 0 10px;
	/*width: 50%;*/
}
.wait {
	z-index: 4;
	position: absolute;
	top: 100px;
	left: 100px;
}
/**
**	Publications
**/

.pub_publication {
	padding: 0px;
	margin: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-right-color: #666666;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.pub_publication h4 {
	background-color: #dddddd;
	display: block;
	color: #00589C;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding: 5px;
}
.pub_publication p {
	margin: 5px;
	padding: 0px 0px 3px;
}
.pub_autors{
	font-style: italic;
}
.pub_viewdoi {
	float: right;
	padding: 3px 5px 0 5px;
	cursor: pointer;
}
.pub_viewdoi img{
	border: 0;
}

.pub_viewabstract {
	float: right;
	padding: 0 5px;
	cursor: pointer;
}
.pub_media {
	font-weight: bold;
}
.pub_any {
	font-weight: bold;
}
.pub_tom {
	font-weight: normal;
	font-style: italic;
}
.pub_pag {
	font-weight: normal;
}
.pub_abstract {
	/*visibility: hidden;
	height: 0;*/
	/*padding: 0 !important;*/
}
.pub_abstract-title {
	font-weight: bold;
	margin: 5px;
	padding: 0px 0px 3px;	
}

/**
**	Members 
**		
**/
.table_members { width: 75%; }
.foto_members {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #FB9A05;
	border-bottom-color: #FB9A05;
}
.info_members {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FB9A3B;
}
.mailto_members {
	background-image: url(../images/email_at_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.phone_members {
	background-image: url(../images/phone-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
}
.www_members {
	background-image: url(../images/www_icon2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 22px;
}
/**
**	Financial Sources
**		
**/
ul#ul_financial {
	list-style: none;
	margin-left: 0;
	padding-left: 10px;
}
#ul_financial li {
	display: block;
	padding: 5px;
}

/**
** Contact
**/
#contact {
	list-style: none;
	margin-left: 0;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #F9CC09;
	border-right: 1px solid #F9CC09;
}
#contact li {
	display: block;
	padding: 0 5px;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contact li.cont_first { padding-top: 10px; }

