@import url(https://fonts.googleapis.com/css?family=Arvo);
/**
*** least.
*** Author: Kamil Czujowski, Sergej MÃ¼ller
*** Version: 1.5
*** Made with â™¥ - Copyright (c) 2013 Hamburg, Germany - All rights reserved.
*** https://twitter.com/kamilczujowski, https://wpcoder.de
**/
/* @group Mixins */
/* @end */
/* @group Colors */
/* @end */
/* @group Default */
* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0; }

ul {
  list-style: none; }

h2 {
  font-family: Arvo, Arial, sans-serif;
  font-size: 30px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: F4CD09;
  letter-spacing: 1px;
  text-align: center;}

p {
  font-family: Georgia, Arial, sans-serif;
  font-size/line-height: 15px/1.8;
  font-weight: 100;
    color: white;
 /* font:bold 15px/1.8 Georgia, Arial, sans-serif;
  line-height: 15px;   */
}
  

/* @end */
/* @group Gallery */
section #dinamico{
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
  background-color: #3A8607;             /*COLOR DE FONDO DEL POP UP SIN ABRIR*/
  box-shadow: 0 0 10px;
  /* @group Fullimage */
  /* @end */
  /* @group Smallimages */ }
  
#gallery h1{
    padding:1px 0 0 0;
	margin:1px 1px 1px;
	font:bold 26px/1.3 Tahoma, Geneva, sans-serif;
	color:#505b4d;
	text-transform:capitalize;
}
  section #fullPreview {
    background-color: #D6F752;         /* F7FE2E D6F752 COLOR DE FONDO DEL POP UP CUANDO ABRE*/
    border-top: 2px solid #24B707;
    border-bottom: 2px solid #24B707;
     margin-top: 5px;
    padding: 10px 0 10px 0;
    display: none; }
    section #fullPreview img,
    section #fullPreview .fullCaption {
      max-width: 900px;   /*960px*/
      width: 60%;  /*100%*/                  /*tamaño de la imagen al abrir el pop up*/
      height: auto px;
      margin: 0 auto;
      display: block; }
    section #fullPreview .fullCaption {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 15px;
      font-weight: 300;
      	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
      color: #986E0B;                          /*  COLOR DE LETRA DEL PIE DE PAGINA DE LA FOTO CUANDO SE ABRE*/
      margin: 15px auto 0 auto; }
    section #fullPreview figure {           /*DIV DE LAS CARACTERISTICAS DEL BOTON CERRAR*/
      background-image: url("../img/effects/close.png");
      background-size: 100%;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 10px;
      right: 20px;
      cursor: pointer; }
  section li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* @group Over */
    /* @group Description */
    /* @end *
    /* @end */ }
    section li:hover .overLayer {
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      -ms-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      opacity: 0.8;
      display: block;
      border-top: 2px solid #24B707;
      border-bottom: 2px solid #24B707;
      background: #627754; }     /*627754 #BEF781 F7FE2E FF8000 #E1F5A9  COLOR DE FONDO AL PONER CURSOR*/
    section li:hover .infoLayer {
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      -ms-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      opacity: 1;
      display: block;}
    section li a {
      display: block;
      width: 240px;
      height: 150px;
      position: absolute;
      top: 10px;
      left: 0;
      z-index: 6; }
      section li a.spinner {
        background-size: 100%;
        background-image: url("../img/effects/spinner.gif");
        width: 50px;
        height: 50px;
        position: absolute;
        left: 95px;
        top: 60px; }
    section li img {
      border: none;
      margin: 10px 5px 0 0; }    /*MARGENES DE LA IMAGEN PEQUEÑA*/
    section li .overLayer,
    section li .infoLayer {
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      -ms-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      width: 240px;                                /*TAMAÑO DEL SOMBREADO AL COLOCAR EL CURSOR EN LA IMAGEN*/
      height: 150px;                                /*TAMAÑO DEL SOMBREADO AL COLOCAR EL CURSOR EN LA IMAGEN*/
      position: absolute;
      text-align: center;
      opacity: 0;
      top: 10px;
      left: 0;
      z-index: 4;
      /* @end */ }
      section li .overLayer ul,
      section li .infoLayer ul {
        padding: 20px 0 0 0; }
        section li .overLayer ul li,
        section li .infoLayer ul li {
          display: block;
          margin: 0 auto;
          width: 200px;
          padding: 0 0 5px 0; }
          section li .overLayer ul li:first-child,
          section li .infoLayer ul li:first-child {
            border-bottom: 2px white solid; }
          section li .overLayer ul li:last-child,
          section li .infoLayer ul li:last-child {
            padding: 5px 0 0 0;
            text-transform: lowercase; }
          section li .overLayer ul li h2,
          section li .infoLayer ul li h2 {
            /*font-size: 15px;   */
            font:bold 14px/1.8 Tahoma, Geneva, sans-serif;
            color:#FFFFFF;}             /* #688A08 F6CED8 F8E0F1 E1F9D1 FFFFFF TAMAÑO Y COLOR DE LETRA DE IMAGEN AL COLOCAR EL CURSOR*/
    section li .projectInfo {
      display: none;
      }

/* end */


