*{
	margin: 0;
	padding: 0;
	font-family: rale;
}

header{
	width: 100%;
	background: rgba(0,0,0,.8);
	/*background-color: #eee;*/
	height: 70px;
	position: fixed;
	z-index: 10;
}
/* aquí estamos modificando el ancho */
.ancho{
	width: 80%;
	height: 70px;
	/*background: red;*/
	margin: auto;
}
.logo{
	width: 30%;
	height: 70px;
	/*background: blue;*/
	float: left;
	padding-top: 10px;
	box-sizing: border-box;
}
.logo p a{
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	font-family: rale;
}
nav{
	width: 70%;
	height: 70px;
	/*background: olive;*/
	float: left;
	text-align: right;
	padding-top: 24px;
	box-sizing: border-box;
}
nav ul li {
	display: inline-block;
}
nav ul li a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: rale;
}
nav ul li a:hover{
	color: #444;
}

.top-nav ul li.active a,
.top-nav ul li a:hover{
	color: #1ABC9C;
}
p{
	color: #888;
	font-family: Lato, sans-serif;
	font-size: 15px;
	text-align: justify;
}

.txtp{
	font-size: 22px;
}

.xtxcenter{
	text-align: center;
}


.scrollup{
	width:48px;
    height:48px;
    text-indent:-9999px;
    opacity:0.6;
    position:fixed;
    bottom:17px;
    left: 15px;
    /*right:1290px;*/
    display:none;           
    background: url('../images/top-move.png') no-repeat;
  
}

/*Footer*/

.txtf{
	color:#FFF;
}

/*---- //End-wrap----*/
@font-face{
	font-family: rale;
	src: url(fuentes/Raleway-Regular.ttf);
}

