@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
@import url('menu.css');
@import url('footer.css');
@import url('precios.css');

* {
	margin:0;
	padding:0;
	box-sizing: border-box;
	}

body {
	font-family: 'Titillium Web', sans-serif;
	}

header {
	width:100%;
	height:50px;
	background:#136586;
	color:#fff;
	
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	}
header .contenedor {
	display:table;
	color:#fff;
	}

section {
	width:100%;
	margin-bottom:25px;
	}

article {
	margin-bottom:60px;
	margin-left:5px;
	margin-right:5px;
	width:100%;
	}

h1 {
	float:left;
	}

h2 {
	text-align:center;
	margin-bottom:20px;
	}
h2 a {
	color:#0066FF;
	border:none;
	text-decoration:none;
	}
h2 a:hover {
	color:#136586;
	text-decoration:underline;
	}

h3 {
	text-align:center;
	margin-bottom:20px;
	}
h3 a {
	color:#E05477;
	border:none;
	text-decoration:none;
	letter-spacing:4px;
	}
h3 a:hover {
	color:#136586;
	text-decoration:underline;
	}

h4 {
	text-align:center;
	margin-bottom:10px;
	}
h4 a {
	color:#E05477;
	border:none;
	text-decoration:none;
	letter-spacing:4px;
	}
h4 a:hover {
	color:#136586;
	text-decoration:underline;
	}

img {
	border:none;
	}

ul {
	margin-left:20px;
	}

ol {
	margin-left:20px;
	}

.contenedor {
	width:98%;
	margin:auto;
	font-size:16px;
	color:#136586;
	}

@media (min-width:640px) {
	article {
		width:48%;
		}
	}
@media (min-width:960px) {
	article {
		width:32%;
		}
	}
