* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
}


header {
  color: #000000;
}

header a {
  color: #000000;
  text-decoration: none;
}

.logo-menu {
  background: #FFFFFF;
}

.logo-menu h2 {
  font-weight: 300;
  font-size: 30px;
}

.logo-menu .menu a {
  font-weight: bold;
  font-size:16px;
  display: inline-block;
  padding: 5px 5px;
}

.logo-menu .menu a:hover {
  color: #808080;
  border-bottom: 2px solid #ff9f1c;
  padding-bottom: 5px;

}

.submenu {
  font-weight: bold;
  background: #FFFFFF;
}

.submenu nav a {
  padding: 5px 5px;
  display: inline-block;
}

.submenu nav a:hover {
  color: #808080;
  border-bottom: 1px solid #ff9f1c;
  padding-bottom: 5px;
}

/* MAIN */
* {
  margin:0;
  padding:2px;
  box-sizing:border-box;
}

h2 {
  font-weight: bold 200;
  font-family: cursive;
  font-size:28px;
  padding:10px 0;
  text-align:center;
  color:#000000;
}

h3 {
  font-weight: 200;
  font-size:17px;
  padding:10px 0;
  text-align:left;
  color:#000000;
}

h4 {
  font-weight: 200;
  font-size:10px;
  padding:7px 0;
  text-align:center;
  color:#000000;
}

h5 {
  font-weight: 200;
  font-size:17px;
  padding:10px 0;
  text-align:center;
  color:#000000;
}

p {
  font-weight: 200;
  font-size:17px;
  padding:10px 0;
  bottom:5px;
  text-align:center;
  color:#000000;
}

em {
  font-weight: bold 200;
  font-size:17px;
  padding:10px 0;
  bottom:5px;
  text-align:center;
  color:#FF0000;
}

hr {
    border-width:6px;
    border-style:solid;
    border-color: #000000;
    width:100%;
}


.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.main .thumb {
  margin-bottom: 10px;
    
}

.main .thumb img {
  width: 100%;
  vertical-align: top;
}

.wiggle {
  display:block;
  margin:0px auto; 
  width:180px;
  height:180px;
  font-size: 20px;
  color: #FFFFFF;
  }

.wiggle:hover {
  -webkit-animation:none;
}

.short-animate {
  -webkit-transition:.5s ease-in-out;
  -moz-transition:.5s ease-in-out;
  -ms-transition:.5s ease-in-out;
  -o-transition:.5s ease-in-out;
  transition:.5s ease-in-out;
}

.long-animate {
  -webkit-transition: .5s .5s ease-in-out;
  -moz-transition: .5s .5s ease-in-out;
  -ms-transition: .5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
}

html,body {
  height:100%;
  min-height:100%;
  opacity: 1;
}

.lightbox {
  position:fixed;
  top:-100%;
  bottom:100%;
  left:0;
  right:0;
  background:#FFFFFF;
  z-index:501;
  opacity:0;
}

.lightbox img {
  position:absolute;
  margin:auto;
  top:130px;
  left:0;
  right:0;
  bottom:0px;
  max-width:0%;
  max-height:0%;
}

#lightbox-controls {
  position:fixed;
  height:70px;
  width:70px;
  top:-70px;
  right:0;
  z-index:502;
  background:rgba(0,0,0,.1);
}

#close-lightbox {
  display:block;
  position:absolute;
  overflow:hidden;
  height:50px;
  width:50px;
  text-indent:-5000px;
  right:10px;
  top:10px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

#close-lightbox:before {
  content:'';
  display:block;
  position:absolute;
  height:0px;
  width:3px;
  left:24px;
  top:0;
  background:white;
  border-radius:2px;
  -webkit-transition: .5s .5s ease-in-out;
  -moz-transition: .5s .5s ease-in-out;
  -ms-transition: .5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
}

#close-lightbox:after {
  content:'';
  display:block;
  position:absolute;
  width:0px;
  height:3px;
  top:24px;
  left:0;
  background:white;
  border-radius:2px;
  -webkit-transition: .5s 1s ease-in-out;
  -moz-transition: .5s 1s ease-in-out;
  -ms-transition: .5s 1s ease-in-out;
  -o-transition:.5s 1s ease-in-out;
  transition:.5s 1s ease-in-out;
}

.lightbox:target {
  top:0%;
  bottom:0%;
  opacity:1;
}

.lightbox:target img {
  max-width:100%;
  max-height:100%;
}

.lightbox:target ~ #lightbox-controls {
  top:90px;
}

.lightbox:target ~ #lightbox-controls #close-lightbox:after {
  width:50px;
}

.lightbox:target ~ #lightbox-controls #close-lightbox:before {
  height:50px;
}

@-webkit-keyframes wiggle {
    0% {
      -webkit-transform:rotate(2deg);
  }
  20% {-webkit-transform:rotate(-2deg);}
  40% {-webkit-transform:rotate(2deg);}
  60% {-webkit-transform:rotate(-2deg);}
  80% {-webkit-transform:rotate(2deg);}
  100% {-webkit-transform:rotate(-2deg);}
}

/* FOOTER */
footer  {
   margin:0;
   padding:0;
   display:flex;  
   justify-content:flex-start; 

}

a.class_a_href{
    color:#000000;
    font-size: 10px;
    text-decoration: none;
    justify-content:flex-start;
    pointer-events: none;
    cursor: default;

}

footer {
	line-height: 100%;
	color:#000000;
	justify-content:flex-start;  
        width: 100%;
	padding: 15px 0;
	display: block;
	padding: 20px;

}

#botonSubir {
    bottom:0px;
    background:#808080;
    margin-right:20px;
    padding:10px;
    position:fixed;
    right:0px;
    -moz-border-top-left-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    cursor:pointer;
  }

