@import url('reset.css');

html {
	-webkit-font-smoothing: antialiased;
}

a.opacity {
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	border: none;
}

a:hover.opacity {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	border: none;
}

a.opacityinverse {
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out; border:none;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);}
	
a:hover.opacityinverse {
	opacity: 1;
	-moz-opacity: 1;
	border: none;
}

.clear{clear: both;}

a,
a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #CCC;
}

li.active a {
	color: #0f2147;
}

body {
	background-color: #f8f5f4;
	color: #0f2147;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: 400;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 39px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
	
	margin-bottom: 16px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #333333;
	margin-bottom: 7px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #333333;
	padding-top: 20px;
	margin-bottom: 10px;
	clear: both;
	border-bottom: 1px solid #E7E5E5;
}

/* --------------------------------------------------------------------------
	CSS - BASE
--------------------------------------------------------------------------- */

#topbar {
	width: 100%;
	height: 117px;
	background: #0f2147;
}

#armandoselva {
	position: relative;
	height: 117px;
	width: 1060px;
	margin: 0 auto;
	padding: 0 20px 10px 20px;
}

#armandoselva img{
	float:right;
}

#logo {
	position: absolute;
	top: 30px;
	left: 20px;
}


#wrapper {
	width: 1060px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 20px 0 20px;
}

#column-container {
	position: relative;
	float: left;
	margin: 0 0 30px 0;
	height: auto;
	overflow: hidden;
}

.column {
	position: relative;
	float: left;
	
	width: 245px;
	height: auto;
	overflow: hidden;
	padding-right: 26px;
}

.lastcolumn {
	padding-right: 0;
}


#footer {
	clear: both;
	position: relative;
	border-top: 1px solid #cbccce;
	padding-top: 2px;
	margin-top: 20px;
	margin-bottom: 50px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* --------------------------------------------------------------------------
	NAVIGATION
--------------------------------------------------------------------------- */

#menu {
	margin: 20px auto;
	border-bottom: 1px solid #cbccce;
}

#menu ul {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #333333;
	margin-bottom: 7px;
}

#menu ul li {
	display: inline-block;
	padding: 0 20px 0 0;
}

#menu ul li.right {
	float: right;
	padding: 0 0 0 20px;
}


a.link {
	padding: 5px 10px 5px 10px;
	background: #c3c1bd;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	display: inline-block;
	margin-top:10px;
	margin-bottom: 10px;
}

a.link:hover {
	padding: 5px 10px 5px 10px;
	background: #CCC;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
}


.main-content {
	width: 780px;
	position: relative;
	float: left;
	
	border-right: 1px solid #E7E5E5;
	padding-right: 20px;
	margin-bottom: 20px;
}

.side-content {
	width: 240px;
	position: relative;
	float: right;
	padding-left: 10px;
	
	line-height: 26px;
	padding-bottom: 20px;
	
}

.thumbgallery {
	position: relative;
	float: left;
	padding-right: 10px;
	margin-top: 10px;
}

/* Localized */