@font-face {
font-family:"Raleway Light";
src:url(../fuentes/Raleway-Light.ttf);

}


header
{
	background:#fff;
	font-family:"Raleway Light";
	position:relative;
}

header .contenido-centrado
{
	padding:2em 0px;
}

.fixed
{
position: fixed;
top: 0px;
left: 0px;
width: 100% !important;
z-index: 999;
}

.nofijo
{
position:relative;
}

#cssmenu {
  background: #ffffff;
  width: auto;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  transition:all 1s ease;
}
#cssmenu ul {

  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
  margin-top:1em;
  width: 500px;
  border-bottom:2px #808181 solid;
}
#cssmenu ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {
  color: #808181;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-size: 1.1em;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #333333;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {

  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #808181;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: '';
  display: block;
  position: absolute;
left: 0px;
bottom: -3px;
height: 5px;
width: 0px;
  background: #0082c5;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #333333;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
#cssmenu.align-right li.last > a:after,
#cssmenu.align-right li:last-child > a:after {
  display: block;
}
#cssmenu.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 600px) {
  
  #cssmenu ul li {
    float: none;
    display: block;
  }
  
  #cssmenu ul li a {
    width: 100%;
	  padding: 5px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ffffff;
	text-align:left;
  }
  
  #cssmenu ul li{
    width: 50%;
	float:left;
    
  }
  
  #cssmenu ul li.last > a,
  #cssmenu ul li:last-child > a {
    border: 0;
  }
  
  #cssmenu ul li a:after {
    display: none;
  }
  
  #cssmenu ul li a:before {
    display: none;
  }
  
  header img
  {
     width:70%;
  }
  
  #cssmenu ul 
  {
  width:80%;
  }
  
}


/*---------------contenido responsivo---------------*/
@media screen and (max-width : 1024px){
	
}
@media screen and (max-width : 800px){
	
	
}
@media screen and (max-width : 600px){
	
}
@media screen and (max-width : 320px){
	
}
/*---------------contenido responsivo---------------*/