/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

body {
	font-size: 13px;
	font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
	background: #fff;
	color: #000;
	line-height: 1.3em;
	/* font-weight: 300; */
}



/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #00cc00; }
a:visited { text-decoration: none; color: #1e1e1e; }
a:hover { text-decoration: underline; }
a img { border: none; }

/* general styles */
small { font-size: 9px; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* headings */
h1 { font-size: 13px; margin-bottom: 1em; font-weight: bold; }
h2 { font-size: 13px; margin-bottom: 1em; font-weight: bold; }
h3 { font-size: 13px; margin-bottom: 1em; }
h4 { font-size: 13px; margin-bottom: 1em; }

/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { width: 800px; margin-bottom: 1em; /* line-height: 1.3em; */ }

/* highlighter style - maybe you want to change colors? */
.highlight { background: #ccff00; color: #000; }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { width: 215px;  /* line-height: 1.3em; */ background-color: rgba(255, 255, 255, 0);
}
#exhibit { margin: 0 0 0 215px; }
#tagexhibit { margin: 0 0 0 -27px; }

/* styling the index */
#index ul { list-style: none; margin: 0; }
#index ul.section { margin-bottom: 1em; }
#index ul.subsection {  }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { /*display: inline;*/ margin-right: 3px; }
#index ul#all_tags li a {  }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { font-weight: bold; }

/* active exhibit title parts */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ font-weight: bold; }

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link {  } 
#index a:hover {  } 
#index a:active {  } 
#index a:visited {  }

/* links styles only for the #exhibit region */
#exhibit a:link {  } 
#exhibit a:hover {  } 
#exhibit a:active {  } 
#exhibit a:visited {  } 

/* the follow rules for exhibit are not required */
/* they are mostly for complex customization */
/* for tag display */
#exhibit ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#exhibit ul#all_tags li { display: inline; margin-right: 3px; }
#exhibit ul#all_tags li a {  }

/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding: 27px 9px 25px 27px; }

/* this is where you pad them separately */
#index .container {  }
#exhibit .container {  }


/*iframe full*/
#iframe {
	width: 100%;
	height: 1400px;
}

#quienes {
	float: left;
}

#quienes a {
	display:block;
	width:250px;
	height:250px;
	position:relative;
	float:left;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-top: 10px;
	
	}
	
#quienes .nombre {
	display:none;
	width:100%;
	height:100%;
	padding:15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	position:absolute;
	position:left;
}
#quienes a:hover .nombre {
	text-decoration: none;
	text-transform: none;
	top: 0px;
	background-color: rgba(255, 255, 255, 0.5);
	color: black;
	display:block;
	font: 25px/210px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}



#topos {
	z-index: -10;
	position: fixed;
	bottom: -50px;
	left: -20px;
}

#ndxz {
left: 20px;
bottom: 15px;
position: fixed;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}