/************************** ESTILOS GENERALES ********************************/
h1, h2, h3, h4, h5, p{
	margin: 										0;
	padding: 										0;
	font-family: 									helvetica, arial, sans-serif;
}

h1, h2, h3, h4, h5{
	text-transform: 								uppercase;
}

img{
	max-width: 										100%
}

.body{
	margin: 										0;
	padding: 										0;
}

.centrado{
	text-align: 									center;
}

.wrapper{
	width: 											100%;
	background-color: 								#3e505b;
}

.wrapper960{
	width: 											960px;
	margin: 										0 auto;
}

.azul{
	background-color: 								#61737f;
	padding: 										40px 0;
}

.azul p, .azul h2{
	color: 											#fff;
	padding: 										10px 20px;
	width: 											920px;
	margin: 										0 auto;
}

/**************************** ESTILOS HEADER **********************************/

header{
	width: 											100%;
	height: 										80px;
	background-color: 								rgba(255, 255, 255, .9);
	position: 										fixed;
	top: 											0;
	left: 											0;
}

header img{
	width: 											150px;
	float: 											left;
	margin: 										10px 20px;

}

header h1{
	padding: 										27px 0 0 0;
	color: 											#333333;
	font-size: 										1.7em;

}

/*********************** PRELOADER **************************************/

#loader-wrapper{
	position: 										fixed;
	top: 											0;
	left: 											0;
	width: 											100%;
	height: 										100%;
	z-index: 										100;
	background-color: 								#fff;
}

#loader{
	display: 										block;
	position: 										relative;
	left: 											50%;
	top: 											50%;
	width: 											200px;
	height: 										200px;
	margin: 										-50px 0 0 -100px;
	z-index: 										150;
	text-align:center;
}
