@charset "UTF-8";
/* CSS Document */
/* ==========================================================================
   Micro Reset
   ========================================================================== */   
html,
body,
div,
form,
fieldset,
legend,
label,
ul,
li {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  text-align: left;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
caption {
  font-weight: normal;
  font-size: inherit;
  margin: 0;
}
img {
  border: 0;
}
ul,
ol,
li {
  list-style: none;
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* === Style === */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  color: #000000;
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: white;
}
body {
  position: relative;
  letter-spacing: 1px;
}
a {
  text-decoration: none;
}
.preloader {
  display: none;
}
.main-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.main-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 1px;
  margin-right: -1px;
}
.main {
  position: relative;
  top: -24px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 400ms linear, top 400ms ease-out;
  -moz-transition: opacity 400ms linear, top 400ms ease-out;
  -ms-transition: opacity 400ms linear, top 400ms ease-out;
  -o-transition: opacity 400ms linear, top 400ms ease-out;
  transition: opacity 400ms linear, top 400ms ease-out;
}
.main-logo {
  display: block;
  width: 200px;
  height: 137px;
  margin: 0 auto 10px;
  overflow: hidden;
  font-size: 120px;
  font-size: 8rem;
  line-height: 1;
  font-weight: bold;
  text-indent: -9999px;
  background: transparent url(../img/iii.png) no-repeat;
  background-size: 100%;
}
.page-footer {
  position: relative;
  padding: 8px 0 11px;
  background: #4d4d4d;
  color: #ff0;
  -webkit-transition: opacity 400ms linear 500ms;
  -moz-transition: opacity 400ms linear 500ms;
  -ms-transition: opacity 400ms linear 500ms;
  -o-transition: opacity 400ms linear 500ms;
  transition: opacity 400ms linear 500ms;
}
.page-footer a {
  padding: 10px 0;
  color: #999999;
}
.no-touch .page-footer a:hover {
  color: #ff5859;
}
.no-touch .contact-detail a:hover {
  color: #ff5859;
}
.contact-trigger {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 60px;
  margin-left: -30px;
}
.contact-detail a {
  display: inline-block;
}
.contact-detail a:before {
  content: '\b7';
  padding: 0 16px;
}
.contact-detail a:first-child:before {
  content: '';
  padding: 0;
}
.complement {
  background: black;
  color: white;
}
.complement .main-logo {
  background-position: -3px -93px;
}
.complement .main-phonetic {
  background-position: -75px -188px;
}
.complement .main-sayit {
  background-position: -27px -215px;
}
.complement .page-footer a:hover {
  color: white;
}
.loading .main {
  opacity: 0;
  top: -4px;
}
.loading .page-footer {
  opacity: 0;
}
.mobile .page-footer {
  font-size: 17px;
  font-size: 1.13333333rem;
}
.mobile-phone .page-footer {
  padding-top: 16px;
  padding-bottom: 19px;
}
.mobile-phone .contact-detail a {
  display: block;
  padding: 8px 0;
}
.mobile-phone .contact-detail a:before {
  content: '';
  padding: 0;
}

#barraizq{
	width: 3px;
	height: 100%;
	z-index: 5;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #4d4d4d;
	opacity: 1;
	}
#barrader{
	width: 3px;
	height: 100%;
	z-index: 5;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #4d4d4d;
	opacity: 1;
	}
#barrasup{
	width: 100%;
	height: 3px;
	z-index: 5;
	position: fixed;
	top: 0;
	background-color: #4d4d4d;
	opacity: 1;

	}
#barrainf{	
	width: 100%;
	height: 3px;
	background-color: #4d4d4d;
	position: fixed;
	bottom: 0;
	z-index: 5;
	}
	
@media all and (max-width: 1024px) {  
	.main-logo {
	  display: block;
	  width: 200px;
	  height: 137px;
	  margin: 0 auto 10px;
	  overflow: hidden;
	  font-size: 120px;
	  font-size: 8rem;
	  line-height: 1;
	  font-weight: bold;
	  text-indent: -9999px;
	  background: transparent url(../img/fondo.png) no-repeat;
	  background-size: 100%;
	}
} 


