/* ------ Atributos Urbanos ---------------------------- */
/* ------ Desarrollado por Arqyestudio.com ------------- */
/* ------ 2006 ----------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	color: #555;
	background: #73807a url(../images/background.gif) 50% 0 repeat-y;
	text-align: center;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

/* ----------- Header -------------- */

#header {
	height: 134px;
	border-bottom: 1px solid #666;
	position: relative;
}

/* Header Backgrounds */
#glosario #header {
	background: url(../images/header_glosario.png) no-repeat;
}
#home #header,
#equipo #header,
#contacto #header {
	background: url(../images/header.png) no-repeat;
}
#areas-de-estudio #header {
	background: url(../images/header_zonas-de-estudio.png) no-repeat;
}
#actividades #header {
	background: url(../images/header_actividades.png) no-repeat;
}

#inicio #header {
	background: url(../images/header_inicio.gif) no-repeat;
}

/* Main Menu */
#header ul {
	font-size: 12px;
	padding-top: 107px;
}
#header ul li,
#footer ul li {
	display: inline;
}
#header ul li a,
#footer ul li a {
	padding: 0 8px 0 8px;
	text-decoration: none;
	float: left;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	display: block;
	font-size: 11px;
	font-weight: normal;
	height: 27px;
	line-height: 27px;
	letter-spacing: 0.1em;
}
#header ul li a:hover,
#header ul li a.active,
#footer ul li a:hover,
#footer ul li a.active,
#content .col2 ul li.pdf a:hover,
#grupo_almeria ul li a:hover {
	color: #fff;
	background-color: #5f94ab;
}
#header ul#secondarynav {
	position: absolute;
	padding: 0;
	top: 0;
	right: 154px;
}
#header ul#languagenav {
	position: absolute;
	padding: 0;
	top: 0;
	right: 14px;
}
#header ul#secondarynav li a,
#header ul#languagenav li a {
	color: #dedede;
	text-transform: lowercase;
	letter-spacing: 0;
	font-weight: bold;
	border-top: 3px solid #eee000;
	height: 20px;
	line-height: 20px;
}
#header ul#secondarynav li a:hover,
#header ul#secondarynav li a.active {
	border-top: 3px solid #5f94ab;
	background: none;
	color: #fff;
}
#header ul#languagenav li a:hover {
	color: #fff;
}
#header .search {
	position: absolute;
	top: 111px;
	left: 565px;
}
#header .search input.searchfield,
#footer .search input.searchfield {
	border: 1px solid #ccc;
	font-weight: bold;
	color: #666;
	width: 110px;
}
#header .search input.searchbutton {
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 3px;
	height: 19px;
	width: 52px;
}

/* ----------- Content -------------- */

#content {
	width: 750px;
	overflow: auto;
	padding-bottom: 10px;
	text-align: justify;
	background-color: #fff;
}
#home #content {
	padding-top: 20px;
}

/* Simple Content (search results, etc...) */
#content ol {
	padding: 0 30px 15px 40px;
}
#content ol dl {
	line-height: 140%;
	display: inline;
}
#content ol dl dt {
	padding-bottom: 5px;
	display: inline;
}
.searchresults {
	background-color: #ebdf00;
}

/* Paragraphs */
#content p,
#content .col1 dl,
#content h3 {
	padding: 0 0 12px 20px;
}
#content .col2 p {
	color: #899890;
	padding: 0 0 10px 0;
}
#content .col2 p.highlight {
	text-align: left;
	background: url(../images/aportaciones_fondo.gif) bottom left no-repeat;
	padding: 0 0 5px 5px;
	margin-bottom: 30px;
}
#content .col2 ul {
	text-align: left;
	color: #899890;
}
#content .col2 ul.bibliography li {
	background-image: none;
	padding: 0 0 5px 0;
}
#content .summary p {
	padding: 15px 0 15px 20px;
}
#areas-de-estudio #content p {
	line-height: 1.6em;
	padding-right: 20px;
}
#areas-de-estudio #content .col1 p,
#areas-de-estudio #content .col2 p {
	padding-right: 0;
}
.tools p {
	float: left;
	padding-left: 20px;
}
#content p.note {
	font-size: 90%;
	font-weight: bold;
	margin: 0 70px 20px 25px;
}
#content p.note img {
	float: left;
	margin-right: 10px;
}

/* Summary */
#content .summary {
	overflow: auto;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	background: #ededed url(../images/summary.gif) bottom left repeat-x;
}
#content .summary p {
	line-height: 1.6em;
	float: left;
	width: 415px;
	color: #555;
}
#content .summary img {
	float: right;
	margin: 20px 20px 20px 0;
}
#content .summary p.emphasis {
	text-transform: uppercase;
	width: 700px;
	text-align: center;
	color: #888;
	letter-spacing: 0.1em;
}

#content .presentation {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	background: #ededed url(../images/summary.gif) bottom left repeat-x;
	margin-top: 10px;
	position: relative;
	width: 750px;
	height: 210px;
}
#content .presentation .description {
	height: 170px;
	overflow: auto;
	position: absolute;
	width: 435px;
	top: 20px;
	left: 0;
}
#content .presentation .data {
	height: 170px;
	position: absolute;
	width: 260px;
	top: 20px;
	right: 20px;
	background: url(../images/data_background.gif) no-repeat;
	font-size: 90%;
}
#content .presentation .data dl {
	padding: 8px;
}
#content .presentation .data dd {
	padding-bottom: 5px;
}
#areas-de-estudio #content .presentation .data img {
	float: right;
	margin: 8px 8px 0 0;
}

/* Columns */
#content ul {
	list-style: none;
}
.col1 {
	float: left;
	width: 435px;
	line-height: 1.6em;
}
#content .col1 img,
#areas-de-estudio #content img,
img.float {
	margin-right: 10px;
	float: left;
}
#inicio .col1 img {
	margin-left: 20px;
}
#content .col1 ul {
	margin: 0 0 15px 20px;
}
#content .col1 ul li,
#content .col1 dd,
#content dl.formatted dd {
	padding-left: 15px;
	background: url(../images/list.png) 0 4px no-repeat;
}
#content .col1 .subcol {
	float: left;
	width: 195px;
}

.col2 {
	margin-left: 470px;
	width: 260px;
	line-height: 1.4em;
}
#glosario .col2 ul li span,
#areas-de-estudio .col2 ul li span {
	display: block;
	padding-bottom: 5px;
	color: #899890;
}
#glosario .sep {
	border-right: 1px solid #ccc;
}
#inicio .col2 p {
	line-height: 1.5em;
	padding-bottom: 8px;
	color: #666;
}
#inicio .col2 p span {
	font-weight: bold;
	display: block;
	color: #899890;
}
.col2 dl {
	margin-top: 15px;
	line-height: 150%;
}
dt {
	font-weight: bold;
}
#contacto dl dt {
	text-align: left;
}
#contacto #content .col2 dl {
	margin: 0 0 10px 0;
}

/* Tools and Nav */
.tools {
	font-weight: bold;
	color: #5f94ab;
	font-size: 11px;
	overflow: auto;
	margin: 15px 0 8px 0;
	position: relative;
	width: 730px;
}
#glosario .tools {
	margin: 0 0 20px 0;
}
.tools p.crumb a {
	padding-right: 15px;
	background: url(../images/arrow.gif) 98% 3px no-repeat;
}
.crumb select {
	width: 300px;
	border: 1px solid #ccc;
	font-size: 11px;
	color: #5f94ab;
	font-weight: bold;
}
.tools a.imprimir {
	padding-left: 20px;
	background: url(../images/print.gif) 0 -2px no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
#height {
	padding-left: 610px;
	background: url(../images/personalizar.gif) 610px 0 no-repeat;
	background-color: #fff;
}
#height a {
	display: block;
	text-indent: -5000em;
	width: 125px;
	height: 18px;
}
.abcd {
	width: 575px;
	height: 46px;
	margin: 15px auto;
	text-align: center;
	background: url(../images/abcd.gif);
	line-height: 46px;
}
.abcd a,
.abcd select {
	margin-top: 13px;
}
.abcd a.current {
	color: #666;
}
.abcd a {
	padding: 1px;
	margin: 0;
}
.abcd a:hover {
	background-color: #666;
	color: white;
}
.abcd form {
	display: inline;
}
.abcd select {
	width: 130px;
	border: 1px solid #ccc;
	font-size: 11px;
	color: #555;
	margin-left: 13px;
}
.abcd select#keywordMenu {
	background-color: #f7f4eb;
}
.abcd select#authorsMenu {
	background-color: #dfe9e7;
}
p#backTop {
	padding: 0 0 30px 20px;
	font-size: 11px;
	background-color: #fff;
}
p#backTop a {
	background: url(../images/backTop.gif) no-repeat;
	padding: 0 0 2px 18px;
	height: 22px;
}
#stylesheet {
	background-color: #808080;
	color: white;
}
#stylesheet #screen-switcher {
	overflow: hidden;
	height: 65px;
	background-color: #808080;
}
#stylesheet #screen-switcher form {
	margin: 10px auto;
	width: 302px;
}
#stylesheet #screen-switcher fieldset {
	padding: 10px;
	width: 300px;
	background-color: #999;
	border: 1px solid #666;
}
#stylesheet #screen-switcher fieldset select {
	margin-left: 20px;
	width: 190px;
}

/* Headings */
h1 {
	font-size: 20px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 15px 20px;
	font-weight: normal;
}
h1 span {
	display: block;
	font-size: 12px;
	text-transform: none;
	letter-spacing: 0;
}
h2 {
	/* text-indent: -5000em; */
	/* display: block; */
	/* width: 150px;
	height: 14px;*/
	margin: 15px 0 10px 20px;
	font-size: 14px;
}

.col2 h2 {
	margin-left: 0;
}

h3 {
	font-size: 14px;
	color: #555;
	text-transform: uppercase;
	margin: 0 0 5px 20px;
	font-weight: normal;
	background: url(../images/h2.gif) -20px -7px no-repeat;
	height: 22px;
}
#equipo h3 {
	margin: 7px 0 6px 20px;
}
#areas-de-estudio .col2 h3 {
	margin: 0 0 10px 0;
	background-image: none;
}
#mapa_areas {
	width: 750px;
	height: 395px;
	position: relative;
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
	background: url(../images/mapa_area.jpg);
	margin-bottom: 20px;
}
#grupo_cadiz {
	width: 750px;
	height: 300px;
	margin-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #ccc;
	background: url(../images/cadiz_mapa.gif);
}
#grupo_cadiz ul {
	position: absolute;
	left: 180px;
	top: 70px;
	line-height: 160%;
}
#grupo_costa {
	width: 750px;
	height: 360px;
	margin-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #ccc;
	background: url(../images/costa_mapa.gif);
}
#grupo_costa ul.costaone {
	position: absolute;
	left: 270px;
	top: 120px;
	line-height: 160%;
}
#grupo_costa ul.costatwo {
	position: absolute;
	left: 420px;
	top: 50px;
	line-height: 160%;
}
#grupo_almeria {
	width: 750px;
	height: 300px;
	margin-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #ccc;
	background: url(../images/almeria_mapa.gif);
}
#grupo_almeria ul {
	position: absolute;
	right: 230px;
	top: 25px;
	line-height: 160%;
}
#grupo_almeria ul li a,
#grupo_cadiz ul li a,
#grupo_costa ul li a,
#grupo_estrecho ul li a,
#grupo_sevilla ul li a {
	padding: 2px 4px 2px 4px;
	text-transform: uppercase;
	font-size: 11px;
}
#grupo_sevilla {
	width: 750px;
	height: 360px;
	margin-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #ccc;
	background: url(../images/sevilla_mapa.gif);
}
#grupo_sevilla ul,
#grupo_estrecho ul {
	position: absolute;
	left: 330px;
	top: 80px;
	line-height: 160%;
}
#grupo_estrecho {
	width: 750px;
	height: 360px;
	margin-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #ccc;
	background: url(../images/estrecho_mapa.gif);
}
#grupo_estrecho ul.estrechoone {
	position: absolute;
	left: 170px;
	top: 25px;
	line-height: 160%;
}
#grupo_estrecho ul.estrechotwo {
	position: absolute;
	left: 275px;
	top: 5px;
	line-height: 160%;
}

/* Links */
a {
	text-decoration: none;
	font-weight: bold;
	color: #5f94ab;
	outline: none;
}
a:hover {
	color: #555;
}
.link a,
.col2 ul li {
	padding-left: 15px;
	background: url(../images/arrow.gif) 0 4px no-repeat;
}
span.link {
	display: block;
}
p.admin {
	margin-top: 50px;
}
p.admin a {
	text-align: center;
	padding: 5px;
	display: block;
	background-color: #5f94ab;
	font-size: 11px;
	margin: 0 auto;
	width: 150px;
	color: white;
}
p.admin a:hover {
	background-color: #888;
}
.pdf a {
	display: block;
	padding: 3px 0 3px 20px;
	background: url(../images/pdf.gif) 0 3px no-repeat;
}
#content .col2 ul.documentos {
	list-style: none;
}
#content .col2 ul.documentos li {
	background: url(../images/dots.gif) bottom repeat-x;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
}
#content .col2 ul.documentos li ul li {
	background: none;
	padding: 3px 0 0 16px;
	margin-bottom: 0;
}
#content .col2 ul.documentos li span {
	padding: 0 0 5px 16px;
}
#content .col2 ul.documentos a {
	display: block;
	padding: 0 0 2px 16px;
	background: #fff url(../images/thick_arrow.gif) left 2px no-repeat;
}
#content .col2 ul.documentos a:hover {
	background-color: #f5f5f5;
}

/* Flash */
#words {
	background: #0a0a0a;
}
#slideshow {
	padding-left: 20px;
}

/* Misc */
.noticias p span {
	display: block;
	color: #6fb9cc;
	font-weight: bold;
}
img,
table,
fieldset {
	border: none;
}
.clear {
	clear: both;
	height: 30px;
}
sup {
	font-size: 70%;
	line-height: 0;
}
.footnote {
	margin: 20px 0 20px 0;
	font-size: 90%;
	line-height: 130%;
}
img .floatright {
	margin-right: 10px;
	float: right;
}
#content img#poster {
	display: block;
	float: none;
	width: 600px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#content img#poster2 {
	display: block;
	float: none;
	width: 396px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Tooltips */
.preview {
	float: left;
	width: 330px;
	margin-top: 5px;
}
blockquote {
	background: url(../images/quote_right.gif) bottom right no-repeat;
}
blockquote div {
	background: url(../images/quote_left.gif) top left no-repeat;
	padding: 15px 0 15px 0;
}
blockquote div p {
	line-height: 16px;
}
blockquote div p span {
	display: none;
}
.illustration {
	float: right;
	width: 260px;
	margin-top: 28px;
}
.illustration p {
	text-align: right;
	color: #999;
	padding: 5px 0 0 0;
	margin: 0;
}

/* Tables */
body#grupos td {
	vertical-align: top;
	border-right: 1px solid #ccc;
	padding: 3px;
	line-height: 140%;
	text-align: left;
}
body#grupos td.simple {
	border: none;
}
body#grupos th {
	padding-bottom: 10px;
	text-align: center;
}
table dt {
	color: #899890;
	padding-bottom: 3px;
	font-weight: normal;
	font-size: 14px;
}
table dd {
	padding-left: 12px;
	background: url(../images/list.png) 0 4px no-repeat;
}
table {
	border-collapse: collapse;
	margin: 0 20px 20px 20px;
	text-align: left;
}
table td {
	width: 33%;
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: top;
}

#content dl.formatted,
#content dl.actividades {
	padding: 10px 60px 15px 50px;
	margin-top: 0;
	margin-bottom: 15px;
	background: url(../images/dl_background.png) 30px bottom no-repeat;
}
#content dl.formatted dt {
	font-weight: bold;
	padding-bottom: 7px;
	color: #899890;
}
#content dl.actividades dt {
	padding-left: 22px;
	background: url(../images/calendar.gif) 0 -1px no-repeat;
	color: #e9a039;
	font-weight: bold;
	padding-bottom: 7px;
}
#content dl.formatted dd,
#content dl.actividades dd {
	line-height: 150%;
	padding-bottom: 7px;
}
#content dl.formatted dd span,
#content dl.actividades dd ul {
	font-size: 90%;
	display: block;
	border-top: 1px solid #ccc;
}
#content dl.actividades dd ul li ul {
	border-top: none;
	padding-bottom: 5px;
}
#content dl.actividades dd strong {
	color: #899890;
}
#content dl.actividades dd ul li {
	padding-left: 15px;
	background: url(../images/list.png) 0 4px no-repeat;
}
#content .boxwrapper {
	background: url(../images/dl_background.png) 30px top no-repeat;
	height: 15px;
}

/* Form */
form {
}
label {
	display: block;
	padding-bottom: 2px;
}
label.obligatorio {
	background: url(/images/obligatorio.gif) 0 50% no-repeat;
	padding-left: 15px;
}
form#form input,
textarea,
label {
	font: 11px "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px;
}
form#form input {
	width: 180px;
	border: 1px solid #999;
	background-color: #f7f4eb;
	margin-bottom: 10px;
}
form#form div {
	float: left;
	width: 45%;
	padding-left: 15px;
}
textarea {
	display: block;
	width: 390px;
	border: 1px solid #999;
	background-color: #f7f4eb;
}
form#form input#button {
	width: 80px;
	height: 20px;
	border: none;
	margin: 10px 0 30px 0;
	background-color: white;
	padding: 0;
}

/* ----------- Footer -------------- */

#footer {
	background: #0a0a0a url(../images/footer.gif) no-repeat;
	height: 90px;
	position: relative;
	border-top: 1px solid #666;
}

#footer ul {
	font-size: 12px;
}
#footer #imagemap {
	position: absolute;
	top: 70px;
	left: 380px;
}
#footer #imagemap a {
	width: 68px;
	height: 16px;
	display: block;
	text-indent: -5000em;
}
#footer #imagemap a:hover {
	border: 1px solid #666;
}

/* ----------- Lightbox  -------------- */

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer > #hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink,
#nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover,
#prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover,
#nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData {
	padding: 0 10px;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1em;
}
#imageData #bottomNavClose {
	width: 75px;
	float: right;
	padding-bottom: 0.7em;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html > body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%; /* End hide from IE-mac */
}
