*{
    margin: 0;
    padding: 0;
}

header{
    width: 100%;
    background: rgba(0,0,0,.6);
    height: 50px;
    position: fixed;
    z-index: 10;
}

.ancho{
    width: 90%;
    height: 70px;
    margin: auto;
}

.logo{
    width: 23%;
    height: 121px;
    float: left;
    box-sizing: border-box;
}

.logo img{
    width: 90px;
}

.logo p a{
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    font-weight: bold;
    font-family:'Comfortaa', cursive;
}

.slider img{
    width: 100%;
    height: 100%;
    margin: auto; 
}

.columnasx5 a{
    text-decoration: none;
}

#franja{
    height: 35px;
    margin-top: -7px;
    background-color: #67001f;
}

nav{
    width: 70%;
    height: 50px;
    float: left;
    text-align: right;
    padding-top: 18px;
    box-sizing: border-box;
}

nav ul li{
    display: inline;
}

nav ul li a{
    color: #fff;
    font-family:'Comfortaa', cursive;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

nav ul li a:hover{
    color: #444;
}

footer{
    font-family: 'Lato', sans-serif;
    font-size: 13px;
	margin-top: 50px;
	background: #000;
	color: #555;
	text-align: center;
	padding: 20px;
}

@font-face{
    font-family: rale;
    src: url(fonts/Ralewey-Regular.ttf);
}





