@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
body {
	margin:0;
	padding:0;}
	
li, ul {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;}

a {
	text-decoration:none;
	color:#EBEBEB;}

a:hover {
	color:#AFC8D3;}

h1,h2,h3,h4 {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	margin:0;
	padding:0;
	}
	
.header_menu {
	font-family: 'Roboto', sans-serif;
	position:absolute;
	width:100%;
	height:60px;
	background-color:#384F71;
	z-index:1000;
}

.menu {
	width:900px;
	height:60px;
	margin:0 auto 0 auto;
	position:relative;}
	
.menu > ul {
		width:900px;
		margin-top:20px;
		}

.menu > ul > li {
	width:110px;
	height:15px;
	padding-top:0px;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A4B4D0;
	}

.menu_text {
	color:#EBEBEB;
	font-size:16px;
	text-transform: uppercase;
	}


.header_foto {
	position:absolute;
	width:100%;
	height:260px;
	background-color:#496794;
	z-index:1000;
	margin-top:60px;
}

.header_box {
	margin:0 auto 0 auto;
	width:900px;
	height:260px;
	position:relative;
	}

.header_box > .photo {
	background-image: url(images/bar.png);
	height: 260px;
	width: 900px;
	float:left;
	background-repeat:no-repeat;
	}

.gray_bar {
	position:absolute;
	width:100%;
	height:10px;
	background-color:#DCE3E7;
	margin-top:2px;	
	}

.footer_bar {
	
	position:absolute;
	width:100%;
	float:left;
	background-color:#384F71;
	margin-top:14px;
	padding-bottom:120px;
	
	} 
	
.main {
	background-color:white;
	width:100%;
	}

.main_text {
	padding:20px 0 20px 0;
	width:900px;
	margin:0 auto 0 auto;
	position:relative;
	
	
	}

.main_text > h1 {
	font-family: 'Open Sans', sans-serif;
	font-size:26px;
	margin-bottom:10px;
	color:#426782;
	}

.main_text > h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	margin-bottom:10px;
	color:#426782;
	text-align:center;
	}

.main_text > h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	margin-bottom:10px;
	color:#2B4253;
	}

.main_text > h3  > a {
	text-decoration:none !important;
	color:#355066;
}
.main_text > h3  > a:hover { color:#990000; }

.main_text > h4  > b > a {
	text-decoration:none !important;
	color:#355066 !important;
}
.main_text > h4  > b > a:hover { color:#990000 !important; }

.main_text > h4 {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	margin-bottom:10px;
	color:#333333;
	text-align: justify;
	line-height: 1.6em;
	}

.main_info {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	padding:20px 0 0px 0;
	width:900px;
	margin:0 auto 0 auto;
	position:relative;
	text-align:center;
	color:white;
	
	
	
	}
.box {
	width:900px;
	position:relative;
	
	}
.gal_box {
	height:220px;
	width:220px;
	margin:5px;
	background-color:#00FF66;
	float:left;
	border:solid 10px #E4E6D9
	}

.gal_box:hover {
	opacity:0.8;
	cursor:pointer;
}


.central_gallery {
	padding:20px 0 20px 0;
	width:900px;
	margin:0 auto 0 auto;
}

.central_gallery > h1 {
	font-family: 'Open Sans', sans-serif;
	font-size:26px;
	margin-bottom:10px;
	color:#426782;
	}

.footer_gal {
	width:100%;
	height:300px;
	background-color:#384F71;
	float:left;
	
	}
