@import url(http://fonts.googleapis.com/css?family=Bree+Serif&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,100italic,100,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext);
 @charset "utf-8";
/* CSS Document */

body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	color: #333333;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #EFEFEF;
}
p {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	color: #333333;
	line-height: 20px;
	margin: 6px 0;
}
a img {
	border: 0px;
}
strong {
	font-weight: 700;
}
.content {
	width: 980px;
	margin: 0 auto;	
}
#slide {
	float: left;
	width: 100%;
	height: 600px;
	background:url(../gfx/des/slides/slide1.jpg) 100% 0 no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
}
#slide h1 {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}
#page {
	float: left;
	width: 100%;
	background-image: url(../gfx/des/pageTop.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0 auto;
	padding: 60px 0 30px 0;
}
#txt {
	float: right;
	width: 900px;
	padding: 0 40px;
}
#txt h2 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	color: #0066b3;
	margin: 0px;
	padding: 0px;
}
#txt a {
	color: #0066b3;
}
#txt a:hover {
	text-decoration: none;
}
#sonda {
	float: left;
	width: 100%;
	padding: 175px 0 0 0;
}
#footer {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 50px 0;
	background-color: #0066b3;
	border-top: 8px solid #ed1c24;
}
.fL {
	float: left;
	margin: 0 0 0 40px;
}
.fL h2 {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	margin: 0px;
}
.fL p {
	color: #b3d1e8;
	margin: 0px;
}
.fL a {
	color: #b3d1e8;
	text-decoration: none;
}
.fL a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#txt li {
	margin: 5px 0;
}
