@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

@font-face {
    font-family: 'caviar_dreamsbold';
    src: url('font/caviar_dreams_bold-webfont-webfont.eot');
    src: url('font/caviar_dreams_bold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/caviar_dreams_bold-webfont-webfont.woff2') format('woff2'),
         url('font/caviar_dreams_bold-webfont-webfont.woff') format('woff'),
         url('font/caviar_dreams_bold-webfont-webfont.ttf') format('truetype'),
         url('font/caviar_dreams_bold-webfont-webfont.svg#caviar_dreamsbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'caviar_dreamsbold_italic';
    src: url('font/caviardreams_bolditalic-webfont-webfont.eot');
    src: url('font/caviardreams_bolditalic-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/caviardreams_bolditalic-webfont-webfont.woff2') format('woff2'),
         url('font/caviardreams_bolditalic-webfont-webfont.woff') format('woff'),
         url('font/caviardreams_bolditalic-webfont-webfont.ttf') format('truetype'),
         url('font/caviardreams_bolditalic-webfont-webfont.svg#caviar_dreamsbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'caviar_dreamsitalic';
    src: url('font/caviardreams_italic-webfont-webfont.eot');
    src: url('font/caviardreams_italic-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/caviardreams_italic-webfont-webfont.woff2') format('woff2'),
         url('font/caviardreams_italic-webfont-webfont.woff') format('woff'),
         url('font/caviardreams_italic-webfont-webfont.ttf') format('truetype'),
         url('font/caviardreams_italic-webfont-webfont.svg#caviar_dreamsitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('font/caviardreams-webfont-webfont.eot');
    src: url('font/caviardreams-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/caviardreams-webfont-webfont.woff2') format('woff2'),
         url('font/caviardreams-webfont-webfont.woff') format('woff'),
         url('font/caviardreams-webfont-webfont.ttf') format('truetype'),
         url('font/caviardreams-webfont-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    background-color: black;
    font-family: "Raleway", sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #fdcd5b;
}

a:hover {
    color: #d1a949;
}

p {
    font-size: 13px;   
    margin-top: 8px;
}

.italica {
    font-style: italic;
}

#general {
    max-width: 1000px;
    min-width: 860px;
    margin: 0 auto;
}

header {
    margin: 0;
    padding: 0;
    height: 73px;
    background-color: #393633;
    position: fixed;
    z-index: 1;
}

#links {
    margin: 0; 
    padding: 0;
    display: block;
    list-style: none;  
    font-weight: 400;
    font-size: 13px;
    padding-left: 6px;
    margin-right: 20;
}

header nav {
    width: 100vw;
    min-width: 860px;
    max-width: 1000px;
    text-decoration: none;
    display: block;
}

#logo img {
    padding-left: 15px;
    padding-top: 10px;
    max-width: 200px;
    padding-right: 20px;
}

#links li {
    float:left;
    margin: 10px;
    margin-left: 5px;
    padding-top: 20px;
    display: block;
    text-align: center;
}

#links li a {
    text-decoration: none;
    display: block;
    color: #fff;
}

#links li a:hover {
    color: #fdcd5b;
}

nav > ul > li:hover div {
	display:table;
}

nav ul li div {
    width: 90px;
    height: 100px;
    font-size: 12px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
	background: #58534f;
	display: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-left: 10px;
    z-index: 0;
}

nav ul li div ul {
	width: 100%;
	display: table-cell;
	border-right: 0;
    padding: 0;
    padding-left: -1px;
}

nav ul li div ul li:last-child {
    border-bottom-left-radius: 1;
    border-bottom-right-radius: 1;
}

nav ul li div ul .titulo a:hover {
	background:none;
}

/*

.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

*/

#links #busqueda {
    float: right;
    padding-top: 16px;
}    

#logo {
    max-width: 100%;
}
    
header nav img {
    display: block;
    float: left;
    width: 30%;
}

.seccion {
    clear: both;
    height: 90vh;
    margin-top: 0px;
    padding: 0;
    min-width: 860px;
    max-width: 1000px;
    min-height: 630px;
    max-height: 740px;
}

#foto{
    background-image: url("imagenes/fotocuenca3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 73vh;
    min-height: 450px;
    padding-top: 15vh;
    margin-bottom: -15vh;
}

#portada {
    text-align: left;
    display: block;
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
    width: auto;
    color: white;
}

.separador {
    width: 100px;
    height: 5vh;
    min-height: 3px;
}

h1 {
    font-size: 40px;
    font-weight: 500;
    font-family: "caviar_dreamsbold";
    color: white;
    letter-spacing: 2px;
    margin-top: 10px;
    padding-left: 6%;
}

h2 {
    clear: both;
    font-family: "Raleway";
    font-size: 12px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    padding-left: 6%;
    padding-top: 20px;
}

#portada h1 {
    font-size: 50px;
    font-weight: 100;
    font-family: "caviar_dreamsregular";
    clear: both;
    position: absolute;
    padding: 5px;
    padding-left: 2%;
    padding-bottom: 10px;
    padding-right: 10px;
    margin: 0;
    margin-top: 30vh;
    height: 50px;
    width: auto;
    background-color: #393633;
}

.espacio {
    line-height: 70px;
}

#la-matanza {
    min-width: 650px;
}

#portada h2 {
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 2px;
    padding-left: 2%;
    position: absolute;
    margin: 0;
    margin-top: 32vh;
    width: 135px;
    background-color: #fdcd5B;
    color: black;
}

#portada h3 {
    font-size: 23px;
    color: #fdcd5B;
    font-weight: 500;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: solid 3px;
    border-bottom-color: #fdcd5b;
    width: 200px;
    border-bottom-left-radius: 2px;
    margin-bottom: 9px;
    margin-top: 0;
}

#articulos {
    clear: both;
    width: 100vw;
    height: 27vh;
    min-height: 170px;
    max-width: 1000px;
    min-width: 860px;
    background-color: #393633;
    float: left;
    margin: 0;
    margin-top: 10px;
}

#proyecto,#quienes-somos {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
    height: 100%;
}

#proyecto {
    background-color: #4f9a96;
}

#cultural {
    background-color: #fdcd5B;
}

#proyecto h3, #proyecto span, #quienes-somos h3, #quienes-somos span {
    display: block;
    clear: both;
    margin-left: 12%;
    margin-right: 20px;
}

#cultural h1 {
    width: 50%;
    margin-bottom: 0;
    margin-top: 3vh;
}

#cultural h3, #portfolio article h3 {
    color: #fdcd5B;
    display: block;
    background-color: #393633;
    font-size: 17px;
    font-family: "caviar_dreamsregular";
    text-align: center;
    height: 25px;
    margin: 0;
    padding-top: 5px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

#cultural h3 {
    float: right;
    width: 220px;
}

#portfolio article h3 {
    width: 100px;
}

#cultural article {
    float: left;   
}

#ninos {
    width: 60vw;
    max-width: 630px;
    min-width: 520px;
    margin: 0;
    padding: 0;
    padding-left: 6%;
    margin-top: 2vh;
}

#cultural article img {
    float: left;
    margin-right: 15px;
    width: 250px;
    margin-top: 0;
    margin-bottom: 10px;
}

#ninos div h5 {
    margin-top: 0;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 10px;
}

.actividades h5 {
    font-weight: 600;
    font-size: 17px;
    margin: 0;
}

#cultural span {
    color: #bc7311;
}

#cultural article div {
    float: left;
    height: 234px;
    border-bottom: solid;
    padding-bottom: 3vh;
    border-bottom-width: 1.5px;
}

.recorrido {
    width: 220px;
    height: 50vh;
    min-height: 170px;
    float: right;
    margin-right: 6%;
    clear: both;
    margin-top: -40px;
}

.recorrido p {
    margin-left: 12px;
    margin-right: 12px;
}

.recorrido div {
    margin-top: 3vh;
}

#ejes {
    float: left;
    height: 200px;
    width: 100px;
}

.actividades {
    width: 23%;
    margin-top: 4vh;
    margin-right: 2%;
    height: 110px;
}

#cultural article article img {
    width: 100%;
}

#educacion {
    background-color: #4f9a96;
}

#educacion h1 {
    margin-bottom: 10px;
}

#educacion h2 {
    color: #fdcd5B;
}

#naturaleza {
    margin-left: 6%;
}

#naturaleza h3 {
    color: #fdcd5B;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    width: 400px;
    margin-bottom: 10px;
}

#naturaleza p {
    padding-bottom: 4px;
    border-bottom: solid;
    border-bottom-width: 1px;
    float: right;
    text-align: right;
    display: block;
    width: 255px;
    margin: 0;
    margin-right: 6%;
    margin-top: -30px;
}

#naturaleza img {
    clear: both;
    width: 300px;
    float: right;
    margin-right: 6%;
    margin-bottom: 20px;
    margin-left: 20px;
}

#naturaleza span {
    font-size: 18px;
    margin-top: 20px;
}

#leyenda {
    height: 300px;
    width: 100px;
    float: left;
    margin-left: 200px;
}

#leyenda span {
    clear: both;
}

#barra {
    clear: both;
    width: 100%;
    background-color: #468986;
    margin: 0;
    height: 250px;
}

#barra article {
    width: 88%;
    height: 100%;
    margin: 0 auto;
}

#barra div h3 {
    clear: both;
    color: #fdcd5B;
    font-size: 13px;
    color: #fdcd5B;
    font-weight: 500;
    margin-bottom: 4px;
}

#barra article div {    
    margin: 0;
    width: 50%;
    height: 100%;
    float: left;
}

#barra article div img {
    width: 95%;
    margin-top: 20px;
}

#barra p {
    margin-left: 0;
}

#portfolio {
    background-color: #fdcd5B;
    display: block;
    color: #000;
}

#portfolio article {
    margin-left: 6%;
    width: 18%;
    float: left;
}

#slideshow {
    margin: 0;
    margin-right: 0;
    margin-bottom: 30px;
    float: right;
}

#portfolio .recuadro {
    background-color: rgba(0, 0, 0, 0.14);
}

#portfolio span {
    font-size: 20px;
    color: #000;
}

#derecha {
    height: 480px;
    float: right;
    width: 650px;
}

#derecha article {
    width: 650px;
    margin: 0;
    margin-top: 25px;
    border-top: solid 1px;
}

#derecha h6 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.recuadro {
    padding: 10px;
    margin-top: 10px;
}

.recuadro h5 {
    margin: 0;
    font-weight: 200;
}

.recuadro p {
    margin-bottom: 0px;
}

footer {
    height: 100px;
}

footer div {
    width: 600px;
    margin: 0 auto;
}

footer div p {
    width: auto;
}

footer div #textopie {
    float: left;
    overflow: auto; 
}

footer div #pie-links {
    width: 40%;
    background-color: azure;
    align-content: center;
}

footer img {
    width: 40px;
}