html {
	background: url('./img/bkg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
*{
	font-family: 'Open Sans', sans-serif;
}

#page-wrapText{
	width: 650px;
	min-height: 100px;
	position: relative;
	margin: 25px 0 0 80px;
}
#header{
	width: 100%;
}
#logo{
	/* position: absolute;
	left: 0;
	top: 15px; */
	display: inline-block;
	width: 175px;
	vertical-align: middle;
}
h2#slogan {
	color: #db261f;
	font-weight: normal;
	display: inline-block;
	margin-left: 25px;
	width: 400px;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.5);
}
#duda_consulta {
	display: block;
	margin: 0 auto;
	width: 400px;
	background: rgba(255, 255, 255, 0.5);
}
