@import 'https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i';

body{
	padding:0;
	margin:0;
	background:url(img/bg.jpg) no-repeat top left fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#666;
}
a:hover .img{filter:alpha(opacity=25);-moz-opacity:.50;opacity:.50;}
a {
	color: #11a8f3; text-decoration:none;
}
a:hover {
	color: #125ba0;
} 

#geral{
	width: 100%;
	min-width: 900px;
	height: 160px;
	position:relative;
}
#conteudo{
	width: 800px;
	margin: 0 auto;
	padding: 50px;
	background-color: #cccccc;
}
#txt{
	width: 530px; 
	height: 530px; 
	float: left; 
	background: url(img/bottom_txt.png) center bottom no-repeat #ffffff;}

#txt2{
	width: 800px;  
	float: left; 
	background: url(img/bottom_txt2.png) bottom right no-repeat #ffffff;}

#txtblue{
	width: 800px;  
	float: left; 
	background: url(img/bottom_txt2_blue.png) bottom right no-repeat #11a8f3;}

#txt h2, #txt2 h2 {
	font-size: 24px; font-weight:700; text-align:center; padding: 0 20px;
}

#txt h3, #txt2 h3 {
	font-size: 21px; text-transform:uppercase; text-align: center; padding: 0 20px;
}

#txt  h4, #txt2 h4 {
	font-size: 33px; text-align:center; padding: 0 20px;
}

#txt  h4 span, #txt2 h4 span {
	font-size: 21px; font-weight: 400;
}

#txt p, #txt2 p {
	text-align: justify;
	font-weight:300; 
	padding: 0 40px;
	font-size:20px;
}
#txtblue p {
	text-align: justify;
	font-weight:300; 
	padding: 0 40px;
	font-size:20px;
	color: #ffffff;
}
#txtblue p a {
	text-decoration: none;
	padding: 5px 15px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	color: #ffffff;
}
#txtblue p a:hover {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #11a8f3
}

.clear {
	clear: both;
}
.closed {
	text-align: center; font-size: 18px; color: #b40000; font-weight: bold; margin: 20px; border: 2px solid #b40000; padding:10px;
}

.sub {
	font-size: 70%; vertical-align: top;
}
.center {
	text-align:center;
}
.tittab {
	 font-size:15px; color:#333333; font-weight:bold;
}
.tematab{
	font-weight:600;
}
.coffeetab{
	font-size: 15px; color: #999999; font-weight:300; 
}
.blue{
	color:#11a8f3;
}
.white{
	color:#ffffff;
}
.bold{
	font-weight:600;
}
