/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ul.menu>li>a:active:before{
	background-color: blue;
}
ul li:hover a {  <ul class="nav">
	background: red;
} */
/* body#portada #nav li.1{background: red;},
body#portada #nav li.2{background: red;},
body#portada #nav li.3{background: red;},
body#portada #nav li.4{background: red;},
body#portada #nav li.5{background: red;},

#portada #1{color:#fff}
#portada #2{color:#fff}
#portada #3{color:#fff}
#portada #4{color:#fff}
#portada #5{color:#fff} */
header {
  background: rgba(0,0,0,.5);
  /*Color: rgb(255,0,0);Color de los iconos cambia*/
  width: 100%;
  height: 10%;/*Grosor*/
  position: fixed;
  z-index: 100;
  top:0%;/*-1px*/
  /*margin: 0px -30px 20px;*/ /*mover header*/
}
.contenido {
  color: #000;
}

