header h3, h2 {
	display: inline;
}

header {
	height: 230px;
	width: 100%;
	margin-bottom:15px;
}

#header_animado {
	height: 150px;
	width: 100%;
}

#header_animado img {
	float: left;
	height: 100%;
	width: 25%;
}

#header_title{
	position: relative;
	width: 100%;
	height: 80px;
}

#header_title #header_title_imgtexto{
	position: absolute;
	width: 60%;
	height: 60%;
}

#header_title #header_title_imgtitle{
	position: absolute;
	left:60%;
	width: 40%;
	height: 100%;
}