@charset "utf-8";
/* CSS Document */

.superior{
	height:55px;
	left:0px;
	top:25px;
	width:100%;
}
body{
background-color:#373a47;
	z-index:0;
}


.textoindex{
	margin-top:50px;
	width:100%;
	height:100px;
}
.pie{
	bottom:0px;
	right:0px;
	position: fixed;
	width:477;
	height:39;
	background-image:url(../img/inferior_barra.png);
	background-repeat:no-repeat;
}

.bienve{
	position:absolute;
	width:100%;
	z-index:-1;
	  color: #fff;
  font-size: 1.25em;
  left: 0;
  top: 75px;
  text-align: center;
  text-shadow: 0 0px 2px rgba(0, 0, 0, .5);
  width: 100%; 
}

#ref{
	color:#1b1b1b;
	font-weight: bold;
	font-size:13px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 2px;
	background-color:rgba(206, 193, 79, 0.5);
	display: inline ;
}
.masinfo{
  position: relative;
}

















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



body {
  font-family: 'Open Sans', sans-serif;
  
}

/* Navigation */

nav {
  width: 100%;
  height: 68px; 
  position: fixed;
  margin-top:-30px;
  /* fondo superior*/
  background: #373a47;
  z-index:5;
  
}
blanquito{
font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
}
nav ul {
  padding: 20px;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
  margin: 0 10px;
}
nav ul li a {
	/* texto superior index*/
  padding: 10px 0;
  color: #b7b7b7;
  font-size: 1rem;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease;
}
nav ul li a:hover {
  color: #b74b4e;
}
a.active {
  border-bottom: 2px solid #b74b4e;
}

/* Headings */

h1 {
  font-size: 5rem;
  color: #34495E;
}

/* Sections */

section {
  width: 100%;
  padding: 50px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  height: 500px;
  text-align: center;
}
section:nth-child(even) {
  background: #ecf0f1;
}
section:nth-child(odd) {
  background: #bdc3c7;
}
.sections section:first-child {
  margin-top: 60px;
}
section.active {}

footer {
  height: 500px;
  background: #34495e;
}

.up {
    width:100px;
    height: 600px;
    background-color: red;
}

.down {
    width:100px;
    height: 400px;
    background-color: yellow;
}
#baja{
	font-size:14px;
}