@charset "UTF-8";
/* CSS Document */
body {
	margin: 45px;
	padding: 0px;
	background-color:#f2f2f2;
	font-family: 'Muli', sans-serif;
}
#Menu {
	width: 203px;
	position: fixed;
	display: block;
}
#contenido {
	display: block;
	width: 80%;
	margin-left: 243px;
	 font-size: 13px;
    line-height: 22px;
}
#Menu a#menulink {
	background-color: #FFFFFF;
	color: #333333;
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 9px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	display: block;
	text-decoration: none;
	}
	#Menu a#menulink:hover {
	background-color: #F9F9F9;
	color: #333;
	}
	#Menu #logo {
		margin-bottom:20px;
		}
#contenido #textocol1 {
	display: block;
	float: left;
	width: 475px;
	margin-right: 50px;
}
#contenido #textocol2 {
	display: block;
	float: left;
	width: 475px;
}


/* ---- demos ---- */

.demo .isotope,
.demo.isotope {
  border: 2px solid #484542;
  background: hsla(0, 0%, 0%, 0.15);
}

/* horizontal examples need height */
.isotope.horizontal {
  height: 334px;
}

.demo .button {
  margin-bottom: 0.8em;
}


/* clearfix */
.isotope:before,
.isotope:after {
  content: " ";
  display: table;
}

.isotope:after {
  clear: both;
}


/* ---- item elements ---- */

.element-item {
	position: relative;
	float: left;
	width: auto;
	height: 172px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

.element-item.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element-item.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element-item.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element-item.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element-item.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.element-item.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element-item.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element-item.diatomic        { background: #00F; background: hsl( 252, 100%, 50%); }
.element-item.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element-item.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); }

/* varying sizes */
.is-varying-sizes .element-item.height2 { height: 210px; }

/* ---- mini items ---- */

.item,
.mini-item {
  float: left;
  width: 50px;
  height: 50px;
  background: #e6e5e4;
  border: 2px solid #b6b5b4;
  border-color: hsla(0, 0%, 0%, 0.4);
}

.mini-item.w2 { width: 100px; }
.mini-item.h2 { height: 100px; }

.mini-item.w3 { width: 150px; }
.mini-item.h3 { height: 150px; }

.mini-item.gigante {
  width: 150px;
  height: 200px;
}

.clickable .mini-item:hover {
  border-color: #28F;
  background: #8CF;
  cursor: pointer;
}

/* ---- flexible 5 columns ---- */

.flex-5-col .grid-sizer,
.flex-5-col .mini-item { width: 20%; }
.flex-5-col .mini-item.w2 { width: 40%; }

/* ----  ---- */
.imag {
	display: block;
	margin-bottom: 25px;
}
#contenido #Galeria {
	float: left;
	width: 475px;
	display: block;
	margin-right: 50px;
	margin-bottom: 25px;
}
#contenido a#Galeria {
	color: #000;
	text-decoration: none;
}
#contenido #Galeria img {
	margin-bottom: 10px;
}
