@charset "UTF-8";
/* CSS Document */





/*Resets and overrides*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
}


/*Links and type*/
a {
	color: #525049;
	text-decoration: none;
}
a:hover {
	color: #F60;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
h1 {
	display: block;
	font: normal uppercase normal 20px "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: left;
}
h2, h3 {
	font: 11px/18px "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	letter-spacing: 1px;
}

h4 {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}
h5 {
	font-size: 11px;
	font-style: italic;
}
h6 {
	font-size: 11px;
	font-style: italic;
}
p {
/* margin-top: 6px;*/
}

ol, ul {
	list-style: none outside none;
}


html {
	color: #525049;
}

body {
	line-height: 1;
	color: #525049;
	font: 11px/22px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

header {
	width: 985px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#namenav {
	float: left;
	height: 25px;
	margin-bottom: 1px;
	padding: 18px 0 15px;
	width: 100%;
	display: block;
	text-transform: uppercase;
}
#namenav h1 {
	float: left;
	font-size: 30px;
	line-height: 1em;
	width: 400px;
	margin-top: 6px;
}

/*============================= Main Navigation Menu============================*/
ul#nav {
	font-size: 25 px;/*base font-size for all menu sizing with ems*/
	height: 30px;
	list-style: none;
	margin: 0; /* reset the default left margin in IE */
	margin-top: 18px;
	padding: 0 0 0 10px; /* ubicacion barra menu */
	z-index: 9999;
}
#nav li {
	position: relative; /* establish stacking context for the AP'd dropdown sublist */
	float: left;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	background-image: url(../img/bg_body.gif);	/*FONDO MENUS*/
}

#nav li a {
	float: left;
	padding: 0 1em; /* text padding for left and right only */
	line-height: 1.75em; /* center the text vertically */
	text-decoration: none;
	color: #000;
}
#nav li:hover, #nav li.sfhover {
	visibility: visible;/* makes IE7 think something changes on hover, fixes IE sticking dropdown */
	background-color: #F67215; /*color fondo del menu*/
}
#nav li:hover a, #nav li.sfhover a {
	color: #F67215; /*FONDO LETRAS menu<<<<<<<<<<<<<<<*/
}


/*=== All Sublist Styles ===*/

#nav ul {
	position: absolute; /* position the sublist to nearest positioned ancestor, the (#nav li) in this case*/
	width: 210px;
	margin-left: -999em;/* hide the sublist */
	left: 0; /* IE6&7 need this to position the sublist correctly on hover*/
	top: 1.75em;
	list-style: none;
	background: #67876;/* IE needs some sort of BG on the nested ul */
	border: 1px solid #000; /*LINEA BORDE MENU*/
	z-index: 9999;
}
#nav li li {
	/*float:left;/*(note: lack of float here triggers IE6/7 overflow bug) inherits from #nav li anyway unless reset */
	border: 0;/*reset borders from #nav li*/
}
#nav li li a {
	float: none;/*reset the float from #nav li a*/
	display: block;
	width: 199px;/*IE6 needs a width (10em total with padding)*/
	line-height: 1.2; /*reset from #nav li a */
	padding: .3em .5em;
}
/*=== Hide All Sublists ===*/
#nav li:hover ul, #nav li:hover ul ul, #nav li.sfhover ul, #nav li.sfhover ul ul {
	margin-left: -999em;
}
/*=== Sublist Font Colors ===*/

#nav li:hover li a, #nav li.sfhover li a, #nav li:hover li li a, #nav li.sfhover li li a {
	color: #000;
} /*2nd and 3rd levels font color*/
#nav li li:hover a, #nav li li.sfhover a, #nav li li li:hover a, #nav li li li.sfhover a {
	color: #FFF;
	background-color: #F67215	
} /*2nd and 3rd levels font color on hover*/
/*=== Second Level UL position on hover ===*/

#nav li:hover ul, #nav li.sfhover ul {
	margin-left: -1px; /* show the sublist (line up with left border on main list items)*/
}
/*=== Third Level UL position on hover ===*/

#nav li li:hover ul, #nav li li.sfhover ul {
	margin-left: 210px;
	top: -1px;
}




/*=======================================CENTER CONTENT AREA==========================================*/

#wide {
	background: none repeat scroll 0 0 #0000;
	float: left;
	width: 100%;
	height: 600px; /*ANTIGUO 720px*/
}
#wide2 { /*============Modified for auto height (Pages:  Links, Bio, Exhibits, etc)========================*/
	background: none repeat scroll 0 0 #F0F0F0;
	float: left;
	width: 100%;
	height: auto;
}


#content {
	width: 960px;
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	overflow: visible;
}
#imagecontainer {
	float: left;
	width: 660;
	display: inline-block;
	background-image: url(../layout/Loading.png);
	background-position: center;
	background-repeat: no-repeat;
}
#imagecontainer img {
	border: 5px solid #F0F0F0;
	padding: 1px;
	background: #5049;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#info-container {
	float: right;
	width: 300px;
}
#title {
	font-size: 16px;
	font-style: normal;
	padding: 0px;
	margin: 0px;
}
#date {
	font-size: 14px;
	font-style: normal;
	margin-bottom: 15px;
}
#medium {
	font-size: 12px;
	font-style: normal;
	padding: 0px;
	margin: 0px;
}
#size {
	font-size: 11px;
	font-style: normal;
}


/*THUMBNAILS*/
#thumbs {
	float: left;
}
#thumbs li {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	border: 1px;
	border-color: #333;
}
#thumbs .item {
	-moz-opacity: .30;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
#thumbsSmall {
	float: left;
}
#thumbsSmall li {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}
#thumbsSmall .item {
	-moz-opacity: .30;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
ul#thumbs a {
	display: block;
	float: left;
	width: 55px;
	height: 55px;
	line-height: 80px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
ul#thumbs a:hover {
	overflow: visible;
	z-index: 800;
	border: none;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
ul#thumbsSmall a {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 1px;
	border-color: #333;
}
ul#thumbs a img {
	float: left;
	position: absolute;
	top: -5px;
	left: -5px;
	background: none repeat scroll 0 0 #FFF;
}
ul#thumbsSmall a img {
	float: left;
	position: absolute;
	top: -5px;
	left: -5px;
}
#thumbs .item:hover {
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#thumbsSmall .item:hover {
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
ul#thumbsSmall a:hover {
	overflow: visible;
	z-index: 1000;
	border: none;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
/*==========================================FOOTER==========================================*/
footer {
	padding: 20px 0;
	text-align: center;
}
footer ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}
footer1 ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	display: table;
	margin-top: 25px;
}
footer ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
footer ul li a {
	display: block;
	color: #525049;
	padding: 3px 10px;
	text-decoration: none;
	bottom: 10px;
	-webkit-transition: color .35s ease-in;
	-o-transition: color .35s ease-in;
	padding-top: 10px;
}
footer ul li a:hover {
	color: #0094C8;
}



/*======================================BIO MENU======================================*/
.biowrapper {
	clear: none;
	margin: 0 auto;
	overflow: hidden;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
}
#bioimage {
	float: left;
	margin: 0px 20px 0px 0px;
}
#bioimage img {
}
#bioimage p {
	text-align: right;
}
#biomenutext {
	float: clear;
}
#biomenu {
	float: right;
}
#biomenu ul {
	float: left;
	margin-bottom: 20px;
	list-style-type: none;
}
#biomenu li {
	display: inline-block;
}
#biomenu li a {
	float: right;
	display: block;
	height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #525049;
	background-color: #FFF;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-right: 4px transparent;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
#biomenu li a:hover {
	background-color: #FFF;
	color: #F60;
}
#biomenu ul li ul {
	display: none;
	z-index: 1000;
	position: absolute;
}
#biomenu ul li:hover ul {
	display: block;
}
#biomenu ul li ul a {
	background: #FFF;
	opacity: .85;
	width: 50px;
	font-size: 12px;
	padding-bottom: 5px;
	border-radius: 0;
}
/*BIOMENU*/
#biomenuvolver {
	float: right;
	}
#biomenuvolver ul {
	float: left;
	margin-bottom: 20px;
	list-style-type: none;
	}
#biomenuvolver li {
	display: inline-block;
}
#biomenuvolver li a {
	float: right;
	display: block;
	height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #525049;
	background-color: #FFF;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-right: 4px transparent;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
#biomenuvolver li a:hover {
	background-color: #FFF;
	color: #F60;
}
#biomenuvolver ul li ul {
	display: none;
	z-index: 1000;
	position: absolute;
}
#biomenuvolver ul li:hover ul {
	display: block;
}
#biomenuvolver ul li ul a {
	background: #FFF;
	opacity: .85;
	width: 50px;
	font-size: 12px;
	padding-bottom: 5px;
	border-radius: 0;
	/*FIN BIOMENU VOLVER=======================*/
}
#biotext2 {
	margin-top: 60px;
}
#biotext p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
.ExDateList {
	display: inline-block;
	margin-top: 60px;
}
.ExDate {
	font-size: 16px;
	font-weight: bold;
}
.ExList li {
	padding-left: 40px;
	font-weight: 500;
	font-size: 13.5px;
	display: block;
	margin-bottom: .6em;
}
.PuCoList li {
	font-weight: 500;
	font-size: 13.5px;
	display: block;
	margin-bottom: .6em;
}
.ExList ul {
}
.ExList ul li {
}


/* ==================Links List (Links Page)*/
.linkstop {
	margin-top: 10 px;
	margin-bottom: 0px;
}
.linkstop h2 {
	font-size: 14px;
	padding-top: 15px;
 padding bottom: 3px;
	margin: 0px;
	border: 0px;
}
.linkstop h4 {
	font-size: 12px;
	padding-left: 15px;
}
.linkbottom li a {
	padding-top: 5 px;
	padding-bottom: 5 px;
	font-size: 12px;
	padding-left: 15px;
}
#center {
	margin-left: auto;
	margin-right: auto;
	height: 700px;
}


#imagecenter {
	margin: 0px auto;
	position: relative;
	left: 50%
}

/* CSS agregado */


.BioTEXT {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #525049;
	text-align: justify;
	
}
.BioTEXT_Izquierda{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #525049;
	text-align: right;
}
	
.BIO_Parrafo {
    font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #525049;
	text-align: justify;
    text-indent: 1cm;

}
.BioTEXT_Black {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.biotext_centrado {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #525049;
	text-align: center;
	font-weight: bold;
}
.biotext_minimo_centrado {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #525049;
	text-align: center;
}
.biotex_separación {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 40px;
	color: #525049;
}
.Parrafo_puntuado {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #525049;
	text-align: justify;
	width: 700px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.bParrafo_expo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #525049;
	text-align: justify;
	width: 540px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: inline-table;
}
.footer2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	text-align: center;
}