@import url('http://fonts.googleapis.com/css?family=Alegreya+Sans:400,700');

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

table { border-collapse: collapse; border-spacing: 0; }
img { max-width: 100%; }

/** Glidejs styles **/
.slider 
{
	z-index:-10;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
	
.slides 
{
  z-index:-1;
  height: 100%;
  overflow: hidden;
  width:100%;
  /**	
   * Prevent blinking issue
   * Not tested. Experimental.
   */
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;

   -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -o-transition: all 500ms cubic-bezier(0.165, 0.840 width:100x; , 0.440, 1.000); 
   transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
	
.slide 
{
	z-index:-1;
  height: 100%;
  float: left;
  clear: none;
}
.slide figure 
{
	z-index:-1;
  display: block;
  position: relative;
  text-align: center;
}
.slide figure figcaption 
{
	z-index:-1;
  position: absolute;
  right: 20%;
  font-size: 1.1em;
  font-weight: bold;
  padding: 8px 14px;
  color: #464646;
  background: rgba(255,255,255,0.8); 
}
.slide figure figcaption a {
  color: #5a7f;
  text-decoration: none;
}
.slide figure figcaption a:hover { text-decoration: underline; }

.slide figure img 
{
	z-index:-1;
  max-height: 400px;
  width:100%;
}
.slider-arrows {}

.slider-arrow 
{
  position:absolute;
  display: block;
  margin-bottom: -20px;
  padding: 10px;
  font-family: 'Alegreya Sans', 'Trebuchet MS', sans-serif;
  text-decoration: none;
  font-weight: 100;
  font-size: 2.0em;
  color: #000;
  background: yellow;
  border: 1px solid #fff;
  border-radius: 8px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slider-arrow:hover {
  background: black;
  color: white;
}

.slider-arrow--left { top: 630px; left: 47%; }
.slider-arrow--right { top: 630px; left: 51%; }

.slider-nav__item:hover { background: #bababa; }
.slider-nav__item--current, .slider-nav__item--current:hover { background: #999; }

/** responsive styles **/
@media screen and (max-width: 1050px) {
  #contenedorCentral { }
  .slider-arrow { font-size: 1.8em; padding: 15px; }
} 

@media screen and (max-width: 650px) {
  h1 { font-size: 2.9em; }
}

@media screen and (max-width: 450px) {
  h1 { font-size: 2.1em; }
}
