@charset "utf-8";
/* CSS Document */


body{
	
	font-family: 'Roboto', sans-serif;
	background-color: white;
	color: #424e75;
}

.menu{
	font-size: 1.0rem;padding-top: 20px;
	
	position: fixed;font-weight: bold;
	background: #FFFFFF;
	height: 50px;
	z-index: 97;
	padding-right: 40px;

}

.menu ul li{
    color: aquamarine;
    list-style: none;
    display: inline;
    padding-right: 30px;
}

.menu_movil{
	display: none;
}

.encabezado{
background: url("../imagenes/minas.jpg");
background-repeat: no-repeat;
background-size: cover;

height: 600px;
padding: 0;
	
}

.principal{
	
font-size: 3.0rem;font-weight: bold;color: white;padding-top: 180px;text-shadow: 0 0 5 black;
}

.titulo_1{
	
	color: #424e75; font-weight: bold;font-size: 2.0rem;
}

.lista{
	text-align: left;
	font-size: 0.9rem;
}

.espacio{
	height: 120px;
}


.minex{
	text-align: justify;color: #424e75;font-size: 1.0rem;line-height: 30px
}

.menu_lista{
	z-index: 99;
	position: fixed;
	top: 30px;
	display: none;
	background-color:whitesmoke;float: right
}

#logo{
	height: 130px;
	z-index: 99;
}

.bajo{
	margin-top: 5px;
	position: fixed;
	bottom: 0;
	z-index: 99;
	background: #424e75;
	font-size: 0.9rem;
	height: 30px;
	color: white;
}

@media (max-width:700px){
	
	.menu{
		display: none;
	}	
	
	.menu_movil{
		display: block;
		font-size: 0.9rem;
		font-weight: bold;
		text-align: right;
		padding-right: 20px;
		padding-top: 5px;
		position: fixed;
		top: 0;
		background-color: white;
		height: 30px;
		z-index: 98;
	}
	
	
	
	.principal{
	
font-size: 2.0rem;
}
	
	
	.titulo_1{
	
font-size: 1.2rem;
}
	
	
	.minex{
	font-size: 0.8rem;
	line-height: normal;
}
	
	.lista{
	
	font-size: 0.7rem;
}
	
	#logo{
		height: 100px;
	}
	
	
}
