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



html {
	height: 100%;
}

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {

	background-color:#00102a;
	height: 100%;
	font-family: verdana;

}

#outer {height: 100%; overflow: visible; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%; width: 100%; height:768px} /* for explorer only */
/* optional: #inner[id] {position: static;} */

.conteiner {

	/*background-image:url(../images/fundo.jpg); */
	background-repeat:repeat-x;
	height: 768px;
	width: auto;
	padding-top: auto;
	padding-bottom: auto;
	position:relative;
	top: 50%;
	margin-top: -385px;

}

.conteudo {

	width: 897px;
	padding: 0;
	margin: 0;
	padding-left: auto;
	height: 768px;
	position:relative;
	left: 50%;
	margin-left: -450px;
	overflow: hidden;	
	
}

#cellphone, #cellphone_dummy
{
	position:relative;
	width: 300px;
	height: 495px;
	top: -80px; 
	 /* display:inline; */
}

#enviado_erro, #enviado_ok
{
	position:relative;
	top: -326px;
	width:300px;
	left: 54px;
}

#enviado_ok
{
	position:relative;
	top: -356px;
	width:300px;
	left: 50px;

}

#enviado_ok #mensagem_ok
{
	position:relative;
	top: -40px;
	left: 58px;
	font-size: 11px;
	text-align: center;
	width: 140px;
}

#enviado_erro #mensagem_erro
{
	position:relative;
	top: -32px;
	left: 48px;
	font-size: 11px;
}

#cellphone #alt,#cellphone #cap,#cellphone #num
{
	position:relative;
	top: -411px;
	left: 113px;
	font-size: 8px;
	color: #333;
}

#cellform *
{
	padding: 0;
	margin: 0;
}

#cellform
{
	position: relative;
	top: -409px;
	left: 40px;

	display:inline;
}

#cellform h2
{
	font-family: Verdana;
	color: #333;
	font-size: 12px;
	margin:0;
}

#cellform input, #cellform textarea
{
	background-color: #BCBDB8;
	border-bottom: 1px solid #666;
	margin: 0;
	margin-bottom: 10px;
	#margin-bottom: 6px;
	width: 217px;
	font-size: 11px;
}

#cellform input.b 
{
	width: 109px;
	position: relative;
	left: -3px; 
	margin:0;
	border-top: #ddd 1px solid;
	background-color: #7FAC66;
	font-size: 11px;
	color: #fff;
	border: 1px solid #888;
	cursor: pointer;
}

#cellform input.fechar
{
	background-color: #A43E42;	
}

#cellform textarea
{
	font-family: verdana;
	font-size: 11px;
	height: 60px;
}

#cellimg
{
	width: 300px;
	height: 495px;
}

.figura {

	display: block;
	position:relative;
	top: 0px;
	left: 0px;
	float:left;
	clear:both;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.aviso {

	float:right;
	display: block;
	margin: 0;
	padding: 0;
	border:0px;
	

}

.rodape {

	color:#333333;
	display:block;

	top: 100%;
	width: 100%;
	position:absolute;
	margin-top: 0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;

}

.rodape a {

	color: #333333;
	text-decoration:none;

}

.rodape a:hover {

	color: #8dc63f;
	text-decoration:underline;

}