﻿/*MENU DE NAVEGACIÓN*/

header nav {
	width:100%;
	background:#000;
	position: fixed;
	top: 0;
	animation: menu 1s;
	z-index: 100;
}

@keyframes menu {
	0% {top: -10%}
	100% {top: 0}
}
 

}
 
header nav ul {
	overflow:hidden;
	list-style:none;
	width: 50%;
	float: left;
}
 
header nav ul li {
	float:left;
}
 
header nav ul li a {
	color:#fff;
	padding:15px;
	display:block;
	text-decoration:none;
	font-family: helvetica;
	font-size: 100%;
}
 
header nav ul li a:hover {
	background:#013769;
}

 
@media screen and (max-width:900px ) {
	header nav {
		width:80%;
		height:100%;
		left:-100%;
		margin:0;
		position: fixed;
	}
 	
 	header nav ul {
	overflow:hidden;
	list-style:none;
	width: 100%;
	float: none;
	}

	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}
 
	.menu_bar {
		display:block;
		width:100%;
		background:#033D6A;
	}
 
	.menu_bar .bt-menu {
		display:block;
		padding:40px;
		background:#014686;
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:60px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
 
	.menu_bar span {
		float:right;
		font-size:50px;
	}
}


/*DISEÑO WEB*/

img {
	width:auto%
}


/*tamaños de fuente y colores*/
	.fondoportada {
	background: url(../images/portadaXX.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	}

	.fondodos {
	background: url(../images/fondodosXX.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	}

	.fondotres {
	background: url(../images/fondotresXX.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	}

	.fondotresb {
	background: url(../images/fondotresb.jpg);
	width: 100%;
	height: auto;
}


	.fondocuatro {
	background: url(../images/fondocuatroXX.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	}

	.fondoquinto {
	background: url(../images/fondoquinto.jpg);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	}

	.fondocinco {
	background: url(../images/fondoseisXX.jpg);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	}

	.layer-black {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	display: inline-block;
	vertical-align: middle;
	}
}



.barra {
	width: 100%;
	height: 100%;
	background: linear-gradient(#008EFB,#023968);
	display: inline-block;
}

.titulo {
	font-weight: bold;
	font-size: 200%;
}

@media screen and (min-width: 480px) and (max-width: 959px) {
	.position {
	position: relative;
	top: 0;
	}
}

@media all and (min-width: 900px) {
	.position {
	position: relative;
	top: 15%;
	}
}

/*SEGUNDA PÁGINA*/

.banneruno {
	background: url(../images/banneruno1.gif);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: auto;
}

/*TECERA PÁGINA*/

.bannerdos {
	background: url(../images/fondotres.jpg);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: auto;
}

.bannertres {
	background: url(../images/bannertres.jpg);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: auto;
}


/*CUARTA PÁGINA*/

.bannercuatro {
	background: url(../images/bannercuatro.jpg);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: auto;
}

/*QUINTA PÁGINA*/

.bannerdos {
	background: url(../images/banner.jpg);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: auto;
}

/*SEXTA PÁGINA*/

.layer-white {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
	border-radius: 5px;
}

.buttonproductuno {
	width: 100%;
	height: 100%;
	background: url(../images/tlf.jpg);
	background-size: cover;
	border-radius: 5px;
}

.buttonproductdos {
	width: 100%;
	height: 100%;
	background: url(../images/ram.jpg);
	background-size: cover;
	border-radius: 5px;
}

.buttonproducttres {
	width: 100%;
	height: 100%;
	background: url(../images/ram.jpg);
	background-size: cover;
	border-radius: 5px;
}

.buttonproductcuatro {
	width: 100%;
	height: 100%;
	background: url(../images/ram.jpg);
	background-size: cover;
	border-radius: 5px;
}

.boton {
	height: 30%;
	width: 60%;
	margin: auto;
	text-align: center;
	background: #0064B9;
	position: relative;
	top: 40%;
	border-radius: 5px;
	color: white;
	font-weight: bold;
}


}