@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

#siteMobile{ display:none }

body {
	background-image:url(images/fundoEntrada.jpg);
	background-repeat:repeat-x;
	background-color:#F2F2F2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	padding-bottom:150px;
}

/* #conteudoEntrada{
	position:relative;
	height:100%;
	min-height:500px;
	_heigth:500px;
}*/

.entrada #logo{
	background:url(images/logoEntrada.jpg);
	width:204px;
	height:55px;
	text-indent:-20000px;
	margin:70px auto 0 auto;
}

#siteprint { display:none }
	

.entrada .instrucao{
	color:#005DA3;
	text-align:center;
	font-size:12px;
	margin-top:90px;
}

.entrada #opcoesSite{
	width:300px;
	margin:20px 0 0 -140px;
	position:relative;
	left:50%;
	list-style-type:none;
	display:block;
	float:left;
}

.entrada #opcoesSite a{
	 display:block;
	 text-decoration:none;
	 color:#000;
	 cursor:pointer;
}

.entrada #opcoesSite a .pointer{
	display:block;
	float:left;
	background:url(images/pointer.jpg);
	width:26px;
	height:31px;
	line-height:31px;
	margin:25px 10px 0 10px;
}

.entrada #opcoesSite a .descricao{ float:left }

.entrada #opcoesSite a h3{
	font-size:20px;
	font-weight:normal;
	text-indent:-20000px;
	margin:0;
}

.entrada #opcoesSite a h3#completa{
	background:url(images/txt_versao_completa.jpg) -4px 0 no-repeat;
	width:149px;
	height:22px;
	margin-top:2px;
}

.entrada #opcoesSite a h3#rapida{
	background:url(images/txt_versao_rapida.jpg) -1px 0 no-repeat;
	width:120px;
	height:24px;
	margin-top:1px;
}

.entrada #opcoesSite a h3#full{
	background:url(images/txt_full_version.jpg) -1px 0 no-repeat;
	width:98px;
	height:23px;
	margin-top:1px;
}

.entrada #opcoesSite a h3#fast{
	background:url(images/txt_fast_version.jpg) -1px 0 no-repeat;
	width:103px;
	height:23px;
	margin-top:1px;
}

.entrada #opcoesSite a h3#version_completa{
	background:url(images/txt_version_completa.jpg) -1px 0 no-repeat;
	width:153px;
	height:23px;
	margin-top:1px;
}

.entrada #opcoesSite a h3#version_rapida{
	background:url(images/txt_version_rapida.jpg) -1px 0 no-repeat;
	width:127px;
	height:24px;
}

.entrada #opcoesSite a h4{
	color:#005DA3;
	font-size:12px;
	font-weight:normal;
}

.entrada #opcoesSite a p{
	color:#29ABE2;
	font-size:11px;
	margin-top:3px;
}

.entrada #linkIphone{
	background:url(images/entrada_iphone.png) no-repeat bottom;
	width:359px;
	height:167px;
	position:absolute;
	bottom:0;
	left:50%;
	margin:0 0 0 -300px;
	text-indent:-20000px;
}

#opcoesIdiomas {
	clear:both;
	float:none;
	width:135px;
	margin:0 auto;
	padding-top:50px;
	list-style:none;
}

#opcoesIdiomas li {
	display:inline;
	margin:0 5px;
}

#opcoesIdiomas img { border:none }