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

BODY {
	background-color: #DFE0E1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
DIV {
	font-family: Tahoma, Geneva, sans-serif;
	color:#333333;
}
DIV.center {
	width: 950px;
    margin-left: auto; 
    margin-right: auto;
}
IMG {
	border: 0px;
}
H1 {
	font-family: 'Raleway', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
}
A {
	color: #000;
	text-decoration: none;
}

#promo:HOVER {
	color: #11408E;
}

#h1 { /* promoção home */
	font-family: 'Raleway', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
}
.promocao_box {
	background-color: #2580a2;
	padding-top: 10px; 
	padding-bottom: 5px;
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: ease;
	-o-transition-property: background;
	-o-transition-duration: 0.3s;
	-o-transition-timing-function: ease;
	transition-property: background;
	transition-duration: 0.3s;
	transition-timing-function: ease;    
}
.promocao_box:HOVER {
	background-color: #000000;
}
.promocao_box P {
	color: #FFF;
}


.txt_14_gray {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 14px; color: #666666; text-decoration: none}
.txt_blue {color: #11408E;}

A.link_14_gray {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 14px; color: #333; text-decoration: none}
A.link_14_gray:HOVER {color: #666666;}
A.link_18_black {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 18px; color: #000000; text-decoration: none}
A.link_18_black:HOVER {color: #666666;}

.main_bkg {
    background: url("../img/main_bkg.png") no-repeat fixed center 0 transparent;
	padding-bottom: 10px;
}

.slideshow_nav {
	cursor: pointer;
	float: right;
	display: inline-block;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
.slideshow_nav:HOVER {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

/* Formulário */
#div_form_left {
	display: inline-block;
	/*background-color: gold;*/
	width: 430px;
	/*line-height: 400px;*/
}
#div_form_right {
	display: inline-block;
	/*background-color: green;*/
	width: 515px;
	vertical-align: top;
}
/*
#loading {
	background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
	width: 430px;
	height: 460px;
	position: absolute;
}
*/
#loading {
	display: none;
    background: rgba(255, 255, 255, .6) 
                url(../img/loading.gif) 
                50% 50% 
                no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.textbox {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #808080;
	height: 25px;
}
.textbox_nome {
	width: 401px;
}
.textbox_data {
	width: 100px;
}
.btn_calendar {
	vertical-align:middle;
	padding-left:5px;
}
.textbox_numero {
	width: 50px;
}
.textbox_telefone {
	width: 120px;
}
.textbox_email {
	width: 187px;
}
.combobox {
	cursor: pointer;
}
.textarea {
	width: 401px;
	height: 100px;
}
.button {
	cursor: pointer;
	background-color: #999;
	color: #FFF;
}
.button:HOVER {
	background-color: #ededed;
	color: #999;
}
#email_alternative {
    display: none;
}
