@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700');
/* CSS Document */

html, body, * {
	margin:0;
	padding:0;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

#header {
	text-align:left;
	border-bottom: 1px solid #d5d5d5;
	border-top: 3px solid #b41318;
	width:100%;
	height: 94px;
	overflow:auto;
}

#header img {
	margin:25px 25px 0 25px;
}

#header a {
	display:block;
	float:right;
	height:90px;
	line-height: 90px;
	width:90px;
	border-left: 1px solid #d5d5d5;
	text-align:center;
	font-size:19px;
	color: #292929;
	text-decoration:none;
}

#header a:hover {
	background: #00325f;
	color: #fff;
	font-weight:bold;
}

#header a.selected {
	background: #d5d5d5;
	color: #292929;
	font-weight: normal;
}

.line {
	width:100%;
	height:5px;
	overflow:auto;
}

.inner-line {
	width:20%;
	float:left;
	height:5px;
}

.minline {
	height: 1px !important;
}

.grey {
	background: #CCCCCC;
}

.blue {
	background:#032565;
}

.red {
	background:#b41318;
}

.content {
	overflow:auto;
	width:80%;
	max-width:1250px;
	margin:90px auto;
}

.span2 {
	overflow:auto;
	float:left;
	width:52%;
	margin:0 11% 0 0;
	color:#868686;
	text-align:left;
}

.span3, .icons {
	overflow:auto;
	float:left;
	width:26%;
	margin:0 11% 0 0;
	color:#868686;
	text-align:left;
}

.span3 a {
	text-decoration:none;
	font-weight:600;
	color:#333333;
	text-transform:uppercase;
}

.span3 a:hover {
	text-decoration:none;
	font-weight:600;
	color: #838383;
}

.last {
	margin:0;
}

h1 {
	color:	#b41318;
	font-weight:300;
    font-size: 2.1em;
	margin-bottom: 20px;
	display:block;
	padding-bottom: 20px;
	border-bottom:2px solid #b41318;
	text-transform:uppercase;
}

h2 {
	color:#333333;
	text-transform:uppercase;
	font-weight:400;
	font-size: 1.3em;
    letter-spacing: -1px;
	margin:20px 0 50px 0;
	display:block;
	width:100%;
	text-transform:uppercase;
}

h3 {
	color:	#fff;
	font-weight:300;
    font-size: 2.6em;
	margin-bottom: 10px;
	display:block;
	padding-bottom: 20px;
}

h4 {
	color:	#b41318;
	font-weight:600;
    font-size: 1.5em;
	margin-bottom: 10px;
	display:block;
	padding-bottom: 20px;
}

.cuote p {
    line-height: 1.5em;
    font-size: 2em;
    margin: 0 auto;
    font-family: 'Georgia';
    font-style: italic;
    text-align: center;
	position:relative;
	overflow:visible;
}

#contactos {
	background: url(../img/contactos.png) center center;
	padding:2px 0;
	color:#fff;
}

@media only screen and (max-width: 950px) {
	.span3, .span2 {
		text-align:center;
		width:100%;
		margin: 0 0 50px 0;
	}

	.icons {
		overflow:auto;
		float:left;
		width:50%;
		margin:0 0 0 0;
		color:#868686;
		text-align:left;
}

.last {
	margin:0;
}
	
	h1, h3 {
		text-align:center;
	}
}

