﻿@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300,900);

body {
	font-family: 'Lato', sans-serif;
	font-size: 14pt;
	color: #0032a0;
}
a {text-decoration: none; text-transform: italic}

.bgblue {
	background: #122768;
	color: white;
}

.border-blue {
	border-left: 2px solid #0032a0;
}

.column {
	padding: 0em 5em;
}

h1 {
	color: #0032a0;
	text-align: center;
	border-bottom: 1px solid #0032a0;
	width: 95%;
	padding-bottom: 5px;
	margin: 0px auto; 
	font-size: 2.8em;
}

.bgblue h1 {
	color: white; 
	border-color: white;
}

p { text-align: justify; }
.logo-cabecera { width: 70%;}
.text-center { text-align: center; }
.text-right { text-align: right;}
.text-left { text-align: left;}

.clear {clear: both;}
.col-9 {width: 73%; float: left; padding: 1%;}
.col-8 {width: 58%; float: left; padding: 1%;}
.col-7 {width: 59%; float: left; padding: 1%;}
.col-6 {width: 48%; float: left; padding: 1%;}
.col-5{width: 37%; float: left; padding: 1%; min-height: 270px;}
.col-4 {width: 31%; float: left; padding: 1%; min-height: 210px;}
.col-3 {width: 23%; float: left; padding: 1%;}
.col-3 img, .col-1 img { width: 100%;}
.col-4 { text-align: center;}
.col-4 img, .col-5 img { width: 70%; margin: 0px auto;}
.col-4 p, .col-5 p, .col-6 p { padding: 0 1em; text-align: justify; margin-top: 0px; 	font-size: 0.7em;}
.col-1 { width: 10%; float: left; padding: 1%;}