/*!
 * Varilux
 */

* {
	padding:0;
	margin:0;
	list-style:none;
}

html, body {
	height:100%;
}

body {
    background:url(../img/fundo.png) no-repeat 171px 0px #3cb8d1;
    font-family:'Roboto', sans-serif;
	color:#ea148c;
	font-size:15px;
	font-weight:400;
}

#principal {
	position:relative;
	min-height:100%;
	margin:0;
	padding:0;
	/*background:url(../img/fundo.jpg) no-repeat center 0;*/
}

.container {
	width:1000;
	margin:0;
	background:url(../img/fundo_conteudo.png) no-repeat 0 0;
	min-height:750px;
}

#logo {
	margin:94px 0 0 37px;	
	float:left;
}

#conteudo {
	margin:17px 0 0 52px;
	float:left;	
	width:400px;
}

.texto {
	margin:70px 0 0 17px;	
}

h1 {
	width:1px;
	height:1px;	
}

h2 {
	font-size:22px;
	font-weight:700;
	margin-bottom:20px;
}

h3 {
	font-size:18px;
	font-weight:400;
	margin-bottom:2px;
}

p {
	line-height:24px;
}

a {
	color:#ea148c;
	font-size:13px;
}

a.bt1 {
	color:#fff;
	width:90px;
	text-align:left;
	line-height:24px;
	display:block;
	margin:6px 0 2px 0;
	padding:0 0 0 10px;
	text-transform:uppercase;
	font-size:10px;
	background:#2f3490;	
	text-decoration:none;
}

a.bt2 {
	color:#fff;
	width:90px;
	text-align:left;
	line-height:24px;
	display:block;
	margin:6px 0 2px 0;
	padding:0 0 0 10px;
	text-transform:uppercase;
	font-size:10px;
	background:#3cb8d1;
	text-decoration:none;
}

a.bt1:hover, a.bt2:hover {
	text-decoration:none;
	background:#ea148c;
}

#rodape {
	margin:170px 0 0 260px;
}

.replacement {
	width:1px;
	height:1px;
	position:absolute;
	overflow:hidden;
}
	
.uppercase {
	text-transform:uppercase;
	margin-bottom:5px;
}

.float_left {
	float:left;	
	width:125px;
}

.clearfix:after {content: "\00A0"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;width:0;font-size: 0px}.clearfix{display: inline-block;}html[xmlns] .clearfix {display: block;}* html .clearfix{height: 1%;}.clearfix {display: block}