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


#banner_vivat {
	width:100%;
	height:80px;
	background-color:#00807f;
}

#titulo {
	position:relative;
	width:875px;
	padding:27px;
	margin-left:auto;
	margin-right:auto;
}

#titulo h3 { 
	margin:0px; 
	color:#FFF;
	font-weight:300;
}

#conteudo_vivat {
	position:relative;
	width:875px;
	height:auto;
	padding:25px;
	padding-bottom:60px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	color:#808080;
	font-weight:300;
	text-align:justify;
}


#contato_vivat {
	position:relative;
	width:875px;
	height:500px;
	padding:25px;
	padding-bottom:60px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	color:#808080;
	font-weight:300;
	text-align:justify;
}

#contato_vivat a { color:#808080; text-decoration:none; }
#contato_vivat a:hover {color:#00807f;}


/* -- Form Contato -- */

#contato_left {
	float:left;
	position:relative;
	width:420px;
	height:340px;
	}
#contato_right {
	float:left; 
	padding-left:30px;
	width:300px;
	}

input{
	width:400px;
	height:40px;
	padding-left:15px;
	margin-bottom:10px;
	background-color:#e9e9e9;
	color:#000;
	border:0px;
}

::-webkit-input-placeholder { /* WebKit browsers */color: #000;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: #000;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color: #000;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color: #000;}

textarea {
  overflow: auto;
  resize: none;
	width:400px;
	height:140px;
	padding:15px 0px 0px 15px;
	margin-bottom:10px;
	background-color:#e9e9e9;
	color:#000;
	border:0px;
}

select {
	width:200px;
	height:40px;
	margin-bottom:10px;
	background-color:#e9e9e9;
	color:#000;
	border:0px;
}

.btn {
	width:418px;
	height:40px;
	padding-left:15px;
	margin-bottom:10px;
	background-color:#808080;
	color:#fff;
	border:0px;
}
.btn a:hover { color:#999; }





#seguros {
	margin-bottom:20px;
	width:900px;
	height:100px;
}
#icon {
	position:relative;
	width:70px;
	height:60px;
	float:left;
}

#desc {
	position:relative;
	width:800px;
	height:auto;
	float:left;
}
#desc h4 {font-weight:300;}
#desc p {margin:0px; font-size:14px; margin-top:5px;}