@charset "UTF-8";
/* CSS Document */
/*::::::::::::::::::::::::::::::::::::
APARIENCIA GENERAL
::::::::::::::::::::::::::::::::::::*/
* {margin:0; padding:0;}
/*====================================================================*/
/*::::::::::::::::::::::::::::::::::::
APARIENCIA DEL BODY
::::::::::::::::::::::::::::::::::::*/
/*====================================================================*/
/*::::::::::::::::::::::::::::::::::::
APARIENCIA DEL HEADER
::::::::::::::::::::::::::::::::::::*/
header {
	width:100%;
	overflow: hidden;
	background:#f2f4f4;
	z-index:1000;
	
}

.wrapper {
	width:80%;
	margin:auto;
	overflow:hidden;
}

header .logo {
	font-size:22px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	line-height:130px;
	float:left;
}

header nav {
	float:right;
	line-height:130px;
}

header nav a {
	display:inline-block;
	color:#001489;
	padding:10px 20px;
	text-decoration:none;
	line-height:normal;
	font-size:21px;
	font-family: 'Volkhov', serif;
	font-weight:bold;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-right:1px solid #001489;
}

header nav a:hover {
	background:#001489;	
	color:#fff;
}
/*====================================================================*/
/*::::::::::::::::::::::::::::::::::::
APARIENCIA DEL HEADER2
::::::::::::::::::::::::::::::::::::*/
.header2 {
	position: fixed;
	height:100px;
	padding-bottom:10px;
}

.header2 .logo {
	line-height:100px;
	font-size:50px;
}

.header2 nav {
	line-height:100px;
}

.contenido p {
	margin-bottom:1em;
}
/*====================================================================*/
/*::::::::::::::::::::::::::::::::::::
APARIENCIA PARA DISPOSITIVOS TABLETAS
::::::::::::::::::::::::::::::::::::*/
@media screen and (max-width: 1100px) {
    
	
	header nav a {
		font-size:16px;
		display:inline-block;
		padding:5px 6px;
		font-family: 'Volkhov', serif;
		
		}
	header .logo,
	header nav {
		width:100%;
		text-align:center;
		line-height:50px;
	}

	.header2 {
		height:auto;
	}

	.header2 .logo{
		line-height:17px;
	}

	.header2 nav {
		line-height:25px;
	}
	
	.wrapper {
	width:100%;
}
}

/*====================================================================*/
/*::::::::::::::::::::::::::::::::::::
APARIENCIA PARA DISPOSITIVOS MÒVILES
::::::::::::::::::::::::::::::::::::*/
@media screen and (max-width: 550px) {
	
	header nav a {
		font-size:8px;
		display:inline-block;
		padding:4px 3px 4px 2px;
		font-family: 'Volkhov', serif;
        border-right:1px solid #001489;
		}
	header .logo,
	header nav {
		width:100%;
		text-align:center;
		line-height:40px;
	}

	.header2 {
		height:auto;
	}

	.header2 .logo{
		line-height:10px;
	}

	.header2 nav {
		line-height:25px;
	}
	
	.wrapper {
	width:100%;
}
}
