/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/

/** { margin: 0; padding: 0; }*/
body { }
html { overflow-y: scroll; }
a { text-decoration: none; }
a:focus { outline: 0; }
#page-wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}
h1 { font: bold 40px Sans-Serif; margin: 0 0 20px 0; }
h3 {
	
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
}
/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }
/* Specific to example one */

#example-one .list-wrap {
	padding: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	font-weight: normal;
	background-color: #FFF;
}

#example-one ul.none { list-style: none; font-size: 12px; }
#example-one ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#example-one ul li a:hover {
	color: #000;
	background-color: #CCC;
}
#example-one ul li:last-child a { border: none; }

#example-one .nav {
	overflow: hidden;
	margin-bottom: 10px;
}
#example-one .nav li {
	width: 25px;
	float: right;
	margin: 0 10px 0 0;
	list-style-type: none;
}
#example-one .nav li.last { margin-right: 0; }
#example-one .nav li a {
	display: block;
	padding: 5px;
	background: #666;
	color: white;
	font-size: 12px;
	height: 25px;
	text-align: center;
	border: 0;
	line-height: 120%;
	vertical-align: middle;
	font-weight: normal;
}

#example-one .nav {
	margin-top: 20px;
}

#example-one li a.current,#example-one li a.current:hover {
	background-color: #FFF !important;
	color: #D22B53;
	font-weight: bold;
}
#example-one .nav li a:hover, #example-one .nav li a:focus { background: #999;}

/* Specific to example two */

#example-two .list-wrap {
	background-color: #DEDEDE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 6px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	font-weight: normal;
	min-height:200px;
}

#example-two ul.none { list-style: none; font-size: 12px; }
#example-two ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#example-two ul li a:hover { background: #333; color: white; }
#example-two ul li:last-child a { border: none; }

#example-two .nav {
	overflow: hidden;
	margin-bottom: 0px;
	margin-top: 10px;
}
#biblio, #atribucion, #titulos, #investigadores, #cronologia{
	background-color: #fff;
	padding: 15px;
	border: 1px solid #DEDEDE;
	line-height:145%;
	text-align:justify;
	}

.noticia {
	margin-bottom:10px;
	}
#titulos{
	background-color: #FFF;	
	}
#example-two .nav li {
	width: 110px;
	float: right;
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
}
#example-two .nav li.last { margin-right: 0; }
#example-two .nav li a {
	display: block;
	padding: 5px;
	background: #666;
	color: white;
	font-size: 10px;
	height: 27px;
	text-align: center;
	border: 0;
	line-height: 125%;
	vertical-align: middle;
	font-weight: bold;
}

#example-two li a.current,#example-two li a.current:hover { 
	background-color: #DEDEDE !important; 
	color: black;
	-moz-border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px; 
	}
#example-two .nav li a:hover, #example-two .nav li a:focus { background: #999;}