@charset "utf-8";
/* CSS Document */

html, body { 
	margin: 0px auto;
}

@font-face {
	font-family: zurich;
	src: url(../fonts/Zurche.ttf);
}

body {
	font-family: zurich;
	font-size: 100%;
}

p, blockquote {
 -moz-hyphens:auto;
 -ms-hyphens:auto;
 -webkit-hyphens:auto;
 -o-hyphens:auto;
 hyphens:auto;
 word-wrap:break-word;
}
	

#base {
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}


header {
	background-color:#a2d9f7;
	background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,1));
	width: 100%;
	height: 25%;
}

#inheader {
	background-image: url(../Img/bg.png);
	width: 100%;
	min-height: 200px;
}

#logo {
	float: left;
	width: 15%;
	min-width: 200px;
	margin: 2% 15%;	
}

#minitabs {
	list-style: none;
	margin: 0;
	padding: 7px 5px;
	border-bottom: 1.5px solid #CCC;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
}
#minitabs li {
	display: inline;
	margin: 0 8px;
	white-space:nowrap;
}
#minitabs a {
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 2px solid #FFF;
	color: #999
  }
#minitabs a#current {
	border-color: #DE1F27;
	color:#097CBC
}
#minitabs a:hover {
	border-color: #DE1F27;
	color: #097CBC
}

#content {
	width: 100%;
	display: table;
}

#who {
	margin: 2% 23%;
	float: left;
	overflow: auto;
}

#who h1 {
	text-align:center;
	font-size: 2.3em;
	color: #097CBC;
}

#who p {
	text-align:justify;
	font-size: 1.1em;
}

#slider {
	overflow: hidden;
    width: 100%;
	height: 420px;
	margin:0;
	padding:0;
	border: none;
    display: table-cell;
    vertical-align: middle;
}

#seg01 {
	position:fixed;
	float:right;
	bottom: 8%;
	right: 10%;
	width: 10%;
	min-width: 100px;
	max-height: 180px;
	float: left;
	z-index: 2;
}

@media screen and (max-width: 800px) {
    #seg01 {
		  top: 2%;
		  right:5%;
 		  position: absolute;
    }
	#who {
	margin: 2% 13%;
}
	#menu {
	float:left;
	width: 100%;
}

#slider {
	height: 300px;
}
}

@media screen and (max-width: 379px) {
    #seg01 {
	opacity: 0;
     }
	
	#who {
	margin: 2% 10%;
}
	#logo {
	float: left;
	width: 70%;
	min-width: 150px;
}

#slider {
	height: 180px;
}

}


footer {
	width: 100%;
	margin: 0px;
	background-image: url(../Img/bg_fx.png);
	background-repeat: repeat-x;
	background-color: #255B98;
	padding: 3%;
	float: left;
	text-align:center;
	z-index: 1;
	color: #FFF;
}

footer p {
	font-family: zurich;
}




