/* =NUESTRA CARTA DE EXPOSICIONES
----------------------------------------------- */

body {
	background: url(../image/background/nuestra-carta-de-exposiciones.png) repeat-x;
}

#header p, #header li a:hover, a:link, button {
	color: #696;
}

#header {
	border-bottom-color: #696;
}

a:visited, button:hover {
	color: #9c9;
}

#header object, div#header div.logo p {
	display: none;
}

body.home #header object, body.home div#header div.logo p {
	display: block !important;
}

/* =HOME
----------------------------------------------- */

h1.our-expos {
	position: absolute;
	top: 205px;
	*top: 215px; /* HACK: IE6+ */
	left: 450px;
	color: white;
}

.expos-home p {
	color: #999;
	font-size: 1.2em;
}

.expos-home ul {
	list-style: none;
}

.expos-home ul img {
	margin-bottom: 0.5em;
}

.expos-home ul a {
	color: #000 !important;
	text-decoration: none;
	font-size: 0.9em;
}

.expos-home ul strong {
	color: #999 !important;
	display: block;
}

.expos-home ul li {
	width: 130px;
	min-height: 250px;
	display: -moz-inline-stack; /* FF2*/
	display: inline-block;
	vertical-align: top; /* BASELINE CORRECCIÓN*/
	margin: 0 10px 20px 0;
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
	_height: 250px; /* IE6 */
}

/* =SUB-MENU
----------------------------------------------- */

.sub-menu {
	position: relative;
	width: 170px;
	float: left;
}

.sub-menu .window {
	font-size: 0.95em;
}

ul#alphabetic_menu {
	height: auto;
	overflow: visible;
}

.sub-menu a:link, .sub-menu a:visited {
	text-decoration: none;
	color: #696;
}

.sub-menu dt {
	line-height: 1em;
	margin-bottom: 0.8em;
}

.sub-menu dd {
	margin-left: 1em;
	padding: 0;
}

.sub-menu ul {
	padding: 0;
	margin: 0 0 1.5em;
}

.sub-menu li {
	list-style: none;
	margin-bottom: 0.8em;
}

.sub-menu a.selected span {
	font-size: 1.0em !important;
	font-size: 1.3em;
}

.sub-menu span {
	font-family: Arial, Helvetica, sans-serif;
}

/* =SMALL-MENU
----------------------------------------------- */

ul.small-menu {
	margin: 0 0 1.5em;
	padding: 0;
	font-size: 0.85em;
	line-height: normal;
}

ul.small-menu li {
	display: inline;
	margin-right: 0.8em;
}

ul.small-menu a:link, ul.small-menu a:visited {
	text-decoration: none;
	color: #696;
	font-style: italic;
}

/* =EXPO-MENU
----------------------------------------------- */

.expo-menu {
	position: absolute;
	top: 200px;
	left: 250px;
}

.expo-menu div {
	position: relative;
	width: 500px;
	height: 47px;
}

.expo-menu h1 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.expo-menu h1 a:link, .expo-menu h1 a:visited, .expo-menu h1 a:hover {
	color: #fff !important;
}

.expo-menu big {
	position: relative;
	top: -2px;
	left: -30px;
	font-size: 40px !important;
	font-weight: 900;
	color: #fff;
}

.expo-menu ul {
	margin: 0.7em 0;
	padding: 0;
	white-space: nowrap;
	font-size: 0.95em;
}

.expo-menu li {
	list-style: none;
	display: inline;
	margin-right: 0.75em;
}

.expo-menu a:link, .expo-menu a:visited {
	text-decoration: none;
	color: #696;
}

/* =MAIN > CONTENT
----------------------------------------------- */

#main div.content {
	margin-left: 220px;
}

#main div.float-text {
	position: absolute;
	top: 300px;
	left: 250px;
	width: 500px;
}

#main div.float-text h5 {
	font-size: 1.25em;
	line-height: 1.4em;
	margin: 0;
}

#main div.media-container {
	position: relative;
	height: 170px;
}

#main object.video {
	position: absolute;
	top: 0px;
}

/* COLUMNAS */

#main div.column-ab-a {
	float: left;
	width: 350px;
}

#main div.column-ab-a.small {
	width: 175px;
}

#main div.column-ab-b {
	position: absolute;
	width: 200px;
	left: 650px;
}

#main div.column-ab-b.big {
	width: 275px;
	left: 475px;
}

#main div.column-ab-b.big img {
	display: block;
	margin-bottom: 1.5em;
}

#main div.column-ab-b img {
	margin-bottom: 25px;
}

/* CREDITOS MENU */

dl.credits-menu {
	margin: 0;
	line-height: normal;
}

dl.credits-menu dt {
	font-style: italic;
}

dl.credits-menu dd {
	margin: 0 0 1em 0;
}

dl.credits-menu ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
}

/* PRENSA MENU */

ul.press-menu, ul.activities {
	margin: 0;
	padding: 0;
	line-height: normal;
}

ul.press-menu li, ul.activities li {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 1.5em;
}

ul.activities li {
	margin-bottom: 3em;
}

ul.press-menu img, ul.activities img {
	margin-bottom: 0.5em;
}

ul.press-menu a {
	text-decoration: none;
}

/* MEDIA MENU */

div.media-menu {
	margin: -2px;
}

div.media-menu img {
	margin: 0 !important;
}

div.media-menu a {
	position: relative;
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	padding: 3px;
	margin: 0 5px 5px 0;
	text-decoration: none;
	color: white !important;
}

div.media-menu a:hover {
	background-color: #999;
}

div.media-menu a.down {
	background-color: #696;
}

/* =MISC
----------------------------------------------- */

/* IMAGENES FLOTANTES */

#float-image * {
	position: absolute;
	z-index: 2;
}
