* { font-family: 'EB Garamond', serif;
    text-align: center; 
}

img {
    max-width: 100%;
    width: "600ems";    
    align-content: center;
}

body {
    text-align: center;
    margin-left: 9em;
    margin-right: 9em;
}

h1 {
    color:black;
    font-size: 40px;
    
}

h2 {font-family: 'Merriweather', serif;
    color: black; 
    font-size: 5em;
    text-transform: lowercase;
    margin:0;
    font-family: cursive;
    }

h3 {font-family: 'Yantramanav', sans-serif;
    color: black; 
    font-size: 1.3em;
    text-transform: lowercase;
    margin-top: 0;
    margin-bottom:0;
    text-transform: uppercase;
    font-weight: 100;
        
    }

h4 {
    font-family: 'Yantramanav', sans-serif;
    text-transform: uppercase;
    background-color: #e2e2e2;
    margin-left: 20%;
    margin-right: 20%;
    border: none;
    border-width: medium;
}

h5 {
    font-family: 'Yantramanav', sans-serif;
    text-transform: lowercase;
    color: blue;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 40%;
    margin-right: 40%;
    border: none;
    text-transform: uppercase;
    text-decoration: underline;
}

h6 {
    font-family: 'Yantramanav', sans-serif;
    text-transform: uppercase;
    color: red;
    margin-left: 30%;
    margin-right: 30%;
    border: dotted;
    border-width: thin;
    text-transform: uppercase;
    text-decoration: none;
}

img {
    width: "55%";
}
p {
    text-align: center;
    color: #605a5e;
    font-style: normal;
    padding: 2% 18%;
    margin-top: 0;
    margin-bottom:0;

}

a {
    font-family: 'Yantramanav', sans-serif;
    text-decoration: none;
    color: black;
    background-color: none;
    text-emphasis: lowercase;
    letter-spacing: 1px;
    text-transform: lowercase;
    padding: 0 0.4em;
    border-width: medium;
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    text-decoration: none;
    border-bottom: dotted 1px;
	}

a:visited {
    font-family: 'Yantramanav', sans-serif;
    color: black;
    background-color: #00ff43;
    text-transform: lowercase;
    border: solid;
    border-width: thin
}

a:hover {
    font-family:'Yantramanav', sans-serif;
    color: blue;
    background: rgb(248, 40, 192);
    
    overflow: visible;
}

ol {
    text-align: left;
    padding: 2% 20% 
    
}

.dialogo{
    text-align: left;
    margin-left: 12em;
    margin-right: 12em;
    color: #605a5e;
}

.todocero {
    margin: 2em;
    padding: 2em;
}

.cursiva{
    font-family: cursive;
    
}

.negro{
    font-family: black;
    text-align: left;
    text-decoration: underline;
    color: #605a5e;
    font-style: normal;
    padding: 2% 18%
}

span.registro {
    position: center;
    border: solid;
    border-color: black;
    border-width: thick;
}    

.code{
    font-family: 'courier', sans-serif;
    font-weight: 50;
    font-size:.8em;
    color: firebrick; 
    text-align: left;
    padding-left: 30%;
    padding-right: 30%;
}

.index:hover{
    font-family:'Yantramanav', sans-serif;
    color: blue;
    background: rgb(0, 10, 255);
    overflow: visible;
    padding-left: 50%;
    padding-right: 50%;
    border: 2;
    border-width: 1%;
    border-color: black;
}

/*SLIDER*/

@import url(http://fonts.googleapis.com/css?family=Istok+Web);
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}


div#captioned-gallery { 
  width: 100%; overflow: hidden; 
}
figure.slider { 
  position: relative; width: 500%;
  font-size: 0; animation: 30s slidy infinite; 
}
figure.slider figure { 
  width: 20%; height: auto;
  display: inline-block;  position: inherit; 
}
figure.slider img { width: 100%; height: auto; }
figure.slider figure figcaption { 
  position: absolute; bottom: 0;
  background: rgba(0,0,0,0.4);
  color: #fff; width: 100%;
  font-size: 2rem; padding: .6rem; 
}




/*

/*
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);	


#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: center;
  margin: 0;
  padding: 0;
  height: 100ems;
  list-style: none;
}

#slider ul li {
  position: center;
  display: block;
  float: center;
  margin: 0;
  padding: 0;
  width: 600ems;
  height: 200ems;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}



/*

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -50%; }
45% { left: -50%; }
50% { left: -100%; }
70% { left: -100%; }
75% { left: -150%; }
95% { left: -150%; }
100% { left: -200%; }
}


body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: center;
  width: 55%%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 15s slidy infinite; 

