@charset "UTF-8";
/* CSS Document */

body, p, h1, h2, h3, h4, h5, div, span, a, input, textarea, select, option, form, li {
font-family: 'Catamaran', sans-serif;
font-size: 18px;
font-weight: 300;
color: #263B81; 
margin: 0; 
padding: 0;
line-height: 30px;
list-style: none;
}

/*reset de: img*/

img {
	border: none;
	margin: 0; 
	padding:0; 
}


/*Contenedor*/

	#contenedor {
	height: 100%;
	width: 100%;
	position:absolute;
	}
	
	#azul {
	height: 60%;
	width: 100%;
	background-color:#263B81;
	}
	
	#logo {
	height: 311px;
	width: 510px;
	position: absolute;
	left: 50%;
	margin-left: -255px;
	bottom: 50%;
	}
	
	#blanco {
	height: 40%;
	width: 100%;
	}
	
	#texto {
	height: 311px;
	width: 510px;
	position: absolute;
	left: 50%;
	margin-left: -255px;
	text-align: center;
	margin-top: 40px;
	}
	
	.derechos {
	font-family: 'Catamaran', sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #263B81; 
	margin: 0; 
	padding: 0;
	line-height: 16px;
	}
	
	#mdg {
	text-align: left;
	font-family: 'Catamaran', sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 100; 	
	color: #263B81;
	text-decoration: none;
	}
	
	.mail {
	font-family: 'Catamaran', sans-serif;
	font-size: 15px;
	font-weight: 800;
	color: #263B81;
	text-decoration: none; 
	}	
	
	.h1 {
	font-family: 'Catamaran', sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #263B81;
	text-decoration: none; 
	}
	
	#wa {
	height: 52px;
	width: 52px;
	position: absolute;
	left: 50%;
	margin-left: -26px;
	}

	