*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header{
	width: 100%;
	/*background: rgba(255,128,0,.7);*/

	/*esto hace el fondo en degradé con 70 % de transparencia*/
	background: rgba(255,147,15,1);
	background: -moz-linear-gradient(left, rgba(255,147,15,1) 0%, rgba(214,118,0,0.7) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,147,15,1)), color-stop(100%, rgba(214,118,0,0.7)));
	background: -webkit-linear-gradient(left, rgba(255,147,15,1) 0%, rgba(214,118,0,0.7) 100%);
	background: -o-linear-gradient(left, rgba(255,147,15,1) 0%, rgba(214,118,0,0.7) 100%);
	background: -ms-linear-gradient(left, rgba(255,147,15,1) 0%, rgba(214,118,0,0.7) 100%);
	background: linear-gradient(to right, rgba(255,147,15,1) 0%, rgba(214,118,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff930f', endColorstr='#d67600', GradientType=1 );

    min-width: 360px;
	height: 70px;
	position: fixed;
	z-index: 100;
}
.cabecera{
	height: 70px;
	width: 80%;
	margin: auto;
}
.logo-imagen{
	/*padding-top: 1px;*/
    margin-top: 10px;
	width: 3%;
	height: 70px;
	float: left;
}
.logo{
    margin-top: 10px;
	width: 47%;
	height: 70px;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
}
.logo p a{
	color: #000;
	font-size: 35px;
    /*margin: 10px;*/
	text-decoration: none;
	font-weight: bold;
	font-family: RDM;
}

.contenedor-menu{
    /*float: left;*/
    padding: 20px;
    width: 50%;
    font-family: Rale;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    /*background: rgba(0,0,0,0);*/
    text-transform: uppercase;
    line-height: 18px;
}

.contenedor-menu{
    color: #fff;
    text-decoration: none;
    width: 49%;
    /*min-width: 230px;*/
    margin: 3px;
    display: inline-block;
    line-height: 18px;
}

.contenedor-menu .menu{
    display:block;
    width: 100%;
}

.contenedor-menu ul{
    list-style: none;
}

.menu > li{
    float: left;
    background: rgba(0,0,0,0);
}

.contenedor-menu li a{
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}

.contenedor-menu li a:hover{
    color: rgba(255,147,15,1);
    background: rgba(0,0,0,.7);
}

.contenedor-menu .menu .icono{
    font-size: 12px;
    line-height: 18px;
}

.contenedor-menu .menu .icono.derecha{
    float: right;
    margin-left: 10px;
}

.contenedor-menu .menu ul{
    display: none;
    /*margin-left: 10px;*/
}

.contenedor-menu .menu ul li a{
    background: rgba(100,100,100,.5);
}

.contenedor-menu .menu .activado > a{
    color: rgba(255,147,15,1);
    background: rgba(0,0,0,.7);
}

.btn-menu{
    display: none;
    padding: 0px 0;
    color: #fff;
    text-decoration: none;
}
.btn-menu:hover {
    color: rgba(255,147,15,1);
    /*background: rgba(0,0,0,.7);*/
}

.btn-menu .icono{
    float: right;
}















#particles-js{
	color: rgba(255,147,15,1);
}
@font-face{
	font-family: RDM;
	src: url(fuentes/BankGothicMedium.otf);
}
@font-face{
	font-family: Rale;
	src: url(fuentes/Raleway-Regular.ttf);
}
