h1 {
	color: #424242;
}

a {
	color: #316595;
	text-decoration: none;
}

.datas {
	color: #cc0000;
}

#header {
	margin-top: 10px;
	padding: 10px 0;
	background: #FFFFFF;
	color: #424242;
}

	#header img {
		margin-left: 10px;
		float: left;
	}			

	#header #nav {
		float: right;
		overflow: hidden;
	}
	
		#header #nav li {
			float: left;
			list-style: none;
		}
		
		#header #nav li.active a span, #header #nav li.current_page_item a span, #header #nav li a:hover span {
			-moz-background-clip:border;
			-moz-background-inline-policy:continuous;
			-moz-background-origin:padding;
			text-shadow:0 1px #222222;
		}
		
		#header #nav li a:hover, #header #nav li.active a, #header #nav li.current_page_item a {
			color:#d0dde6;
			cursor:pointer;
			text-decoration:none;
		}
		
			#nav li a {
				color:#3F3F3F;
				text-decoration:none;
				text-shadow:0 1px #FFFFFF;
			}
			
			#nav li a span {
				display:inline-block;
				height:30px;
				padding:0 5px 0 0;
			}
			
			#nav a {
				font-size:14px;
				font-weight:700;
				line-height:30px;
			}

#topSection_wrap {
	background: #316595 url(../img/videos_bg1.jpg) repeat-x;
	height: 348px;

}

#bar {
	background: #316595 url(../img/barra.png) repeat-x;
	height: 50px;
}

#topSection {

}

#main_txt {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: justify;
}

#txt {
	padding: 10px;
}
	#txt h1 {
		color:#FFFFFF;
		text-shadow:0 1px #222222;
		font-weight:700;
	}
	
	#txt p {
		text-align: justify;
		color:#FFFFFF;
		text-shadow:0 1px #222222;
		font-size:13px;
		font-weight:500;
		line-height:22px;
	}
	
#banners {
	text-align: center;
}

	#topSection .cta-button {
	  display:block;
	  width:200px;
	  height:50px;
	  background:url(../img/call_to_action.jpg) no-repeat 0 -50px;
	}
	
		#topSection .cta-button a {
		  display:block;
		  width:100%;
		  height:100%;
		  background:url(../img/call_to_action.jpg) no-repeat 0 0;
		  text-indent:-9999px;
		}
		
		#topSection .cta-button a:hover {
			background-position:0 50px;
		}

#video_holder {
	margin-top: 22px;
	height: 246px;
}
		
	#video_holder p {
		text-align: center;
	}	

#menu {
	padding: 3px;
}

#blog ul li {
	list-style: none;
	margin-left: 0;
	padding-bottom: 11px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #cccccc;
}

#blog li:last-child {
	border-bottom: 0;
}

#blog li span {
	color: #424242;
	font-weight: bold;
	display: block;
	margin-top: 5px;
}

#blog li a {
	text-decoration: none;
	color: #316594;
}

h2 {
	color: #424242;
	text-shadow: 0 1px 3px #E6E6E6;
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 16px;
	border-bottom-color:#E6E6E6;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

form {
	margin:10px 15px; padding: 0;
}

label {
	display:block;
	color: #424242;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding:3px;
	border:1px solid #424242;
	background-color: #eee;
	font: normal 1em Verdana, sans-serif;
	color:#424242;
}

textarea {
	width:260px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #424242;
	background-color: #eee;
	height:200px;
	display:block;
	color:#424242;
}

input.button { 
	margin: 0; 
	cursor: pointer;
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 2px 3px; 
	color: #333;/* color: #339900; */
}

#bottom {
	background: #d0dde6;
	overflow: hidden;
	padding-top: 23px;
	padding-bottom: 30px;
	padding-left: 10px;
}

	#bottom p:first-child {
		float: left; /* IE fix */
	}

	#bottom-wrap p, #bottom a {
		color: #424242;
		font-weight: bold;
		display: inline;
	}
	
#face {
	width: 64px;
	float: left;
}

#footer_txt {
	float: left;
}