@charset "UTF-8";

/* CSS Document */

/*copyright Stout Graphix, vilaloboscorretora.com.br 2013
feel free to use these styles as you wish
attribution would be nice, but not required
*/

/* Vila Lobos color palette
#f0f9f2     rgb(240, 249, 242) OFF WHITE
#ffdb26     rgb(255, 219, 38)  YELLOW
#abc8a4    rgb(171, 200, 164)  MINT GREEN
#142615    rgb(20, 38, 21) 	   FOREST GREEN
#8c988c   rgb(140, 152, 140)   GREY

*/

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
}

/*Global styles -----------------------------------------------------------------------------------------------------------*/
html {
	background: #142615; /* Old browsers */

background: -moz-linear-gradient(top,  #142615 0%, #f0f9f2 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#142615), color-stop(100%,#f0f9f2)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #142615 0%,#f0f9f2 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #142615 0%,#f0f9f2 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #142615 0%,#f0f9f2 100%); /* IE10+ */

background: linear-gradient(to bottom,  #142615 0%,#f0f9f2 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142615', endColorstr='#f0f9f2',GradientType=0 ); /* IE6-9 */

}

body {
	width:960px;
	margin:0 auto;
	background-color:#f0f9f2;
	margin-bottom:.2em;
}
/*---End Global Styles---*/

/*---Header Styles---*/
header {
	padding-top:16px;
}
#logo {
	margin-left:16px;
}
.menu {
	margin-left:40px;
	
}
#mintBanner {
	height:224px;
	background-color:#abc8a4;
}
#banner {
	float:left;
	margin-left:16px;
	margin-top:16px;
}
#noticias {
	width:288px;
	height:168px;
	margin-top:16px;
	margin-left:16px;
	padding-top:12px;
	padding-bottom:12px;
	text-align:center;
	background-color:rgba(140, 152, 140, .5);
	float:left;
}
.cotacao {
	width:128px;
	height:108px;
	margin-left:16px;
	margin-top:16px;
	padding-top:84px;
	float:left;
	text-align:center;
	background-color:#142615;
	color:#f0f9f2;
}
.LigaCotacao {
	color:#ffdb26;
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
.faleConosco {
	color:#abc8a4;
	text-align:center;
	font-weight:bold;
	font-size:1.4em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
.yellow {
	color:#ffdb26;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .7);
}
.red {
	color:red;
	font-size:15px;
}

/*---End Header Styles---*/

/*---Heading Design---*/
h1, h2, h4, h5, h6, .HeaderLinks {
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.HeaderLinks {
	font-size:30px;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
}
h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size:16px;
	font-weight:bold;
	ont-family:Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-size:14px;
	font-style:italic;
}
h5 {
	font-size:16px;
	color:#f0f9f2;
	padding-bottom:8px;
}
h6 {
	font-size:11px;
	padding-bottom:4px;
	color:#f0f9f2;

}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}
/*---End Heading Design---*/

/*---Link Design---*/
a:link {
	text-decoration:none;
	color:#000;
}
a:visited {
	text-decoration:none;
	color:#000;
}
a:hover, a:active {
	text-decoration:none;
	color:#ffdb26;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, .5);
}
a:focus {
	text-decoration:none;
	color:#ffdb26;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .7);
}
/*------------------------------*/

h1 a:visited {
	text-decoration:none;
	color:#000;
}
h1 a:hover, a:active {
	text-decoration:none;
	color:#ffdb26;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .7);
}
h1 a:focus {
	text-decoration:none;
	color:#ffdb26;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .7);
}
/*------------------------------*/

.HeaderLinks a:visited {
	text-decoration:none;
	color:#000;
}
.HeaderLinks a:hover, a:active {
	text-decoration:none;
	color:#ffdb26;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .7);
}
.HeaderLinks a:focus {
	text-decoration:none;
	color:#ffdb26;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .7);
}
/*------------------------------*/

.faleConosco a:visited {
	text-decoration:none;
	color:#000;
}
.faleConosco a:hover, a:active {
	text-decoration:none;
	color:#ffdb26;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .7);
}
.faleConosco a:focus {
	text-decoration:none;
	color:#ffdb26;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .7);
}
/*------------------------------*/
ul a:link {
	text-decoration:none;
	color:#000;
}
ul a:visited {
	text-decoration:none;
	color:#000;
}
ul a:hover, a:active {
	text-decoration:none;
	color:#ffdb26;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
}
ul a:focus {
	text-decoration:none;
	color:#ffdb26;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
}
/*------------------------------*/

 h2 a:link, a:visited {
	text-decoration: none;
	color: #f0f9f2;
}
h2 a:hover, a:active {
	text-decoration:none;
	color:#ffdb26;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .7);
}
h2 a:focus {
	text-decoration:none;
	color:#ffdb26;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .7);
}
/*------------------------------*/

 h6 a:link, a:visited {
	text-decoration: none;
	color: #f0f9f2;
}
h6 a:hover, a:active {
	text-decoration:none;
	color:#ffdb26;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .7);
}
h6 a:focus {
	text-decoration:none;
	color:#ffdb26;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .7);
}
/*------------------------------*/


 .cotacaoYellow a:link, a:visited {
	text-decoration: none;
	color: #f0f9f2;
}
.cotacaoYellow a:hover, a:active {
	text-decoration:none;
	color:#142615;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .7);
}
.cotacaoYellow a:focus {
	text-decoration:none;
	color:#142615;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .7);
}

.Seguro a:visited {
	text-decoration:none;
	color:#000;
}
.Seguro a:hover, a:active {
	text-decoration:none;
	color:#ffdb26;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
}
.Seguro a:focus {
	text-decoration:none;
	color:#ffdb26;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
}
/*------------------------------*/

.Seguro1 a:visited {
	text-decoration:none;
	color:#000;
}
.Seguro1 a:hover, a:active {
	text-decoration:none;
	color:#ffdb26;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
}
.Seguro1 a:focus {
	text-decoration:none;
	color:#ffdb26;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
}

/*---End Link Design---*/

/*---Main Body Design---*/
article {
	width:620px;
	text-align:justify;
	float:left;
	margin-left:16px;
	margin-top:12px;
	}
.cotacaoYellow {
	width:128px;
	height:40px;
	margin-top:80px;
	margin-left:244px;
	padding-top:8px;
	text-align:center;
	background-color:#ffdb26 ;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, .7);
	box-shadow:2px 2px 1px 1px rgba(0, 0, 0, .7);
}

.Seguro1 {
	width:194px;
	font-size:16px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:16px;
	margin-bottom:16px;
	float:left;
}
.Seguro {
	width:194px;
	font-size:16px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-left:19px;
	margin-top:16px;
	margin-bottom:16px;
	float:left;
}
.indexPic {
	border:solid #abc8a4 16px;
}
/*---Sidebar list Design---*/

#outrosSeguros {
	float:right;
	width:288px;
	margin-right:16px;
}
ul {
	list-style: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:black;
	margin-top:16px;
	margin-bottom:16px;
}
li {
	background:rgba(171, 200, 164,.5);
	padding: 5px;
}
li:nth-child(even) {
	background:rgba(140, 152, 140,.5);
}
#allLogos {
	width:284px;
	height:336px;
	margin:16px;
	border:solid 2px #abc8a4;
	background-image:url(../_images/allLogos.jpg);
	float:right;
}
/*---footer Design---*/
footer {
	clear:both;
	height:224px;
	background-color:#142615;
}
#footerLocalizeNos {
	float:left;
	width:400px;
	height:176px;
	text-align:center;
	border-right:2px solid #f0f9f2;
	margin-top:16px;
	margin-left:16px;
}
.footerBaixada {
	width: 198px;
	height:108px;
	border-left:2px solid #f0f9f2;
	padding-top:32px;
	float: right;
}
.footerSaoPaulo {
	width:200px;
	height:108px;
	padding-top:32px;
	float:left;
}

#footerProdutos {
	float:left;
	width:368px;
	height:176px;
	text-align:center;
	margin-top:16px;
	margin-left:32px;
	border-right:2px solid #f0f9f2;
}

.footerLi1 {
	float:left;
	text-align:left;
}
.footerLi2 {
	float:left;
	width:100px;
	text-align:left;
	margin-left:8px;
}
.footerDoubleLine {
	padding-top:4px;
	font-family:Arial, Helvetica, sans-serif;
}
.footerLi3 {
	float:right;
	width:144px;
	text-align:left;
}

#SigaNos {
	float:right;
	width:80px;
	height:184px;
	margin-left:16px;
	margin-right:32px;
	text-align:center;
	margin-top:16px;
}
.socialMediaIcons {
	margin-top:4px;
	float:left;
	padding-left:20px;
	padding-right:20px;		
}
#copyright {
	clear:both;
	text-align:center;
	margin-bottom:4px;
}
