.TextoPrincipal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
	color: #FFFFFF;
	
}
.rodape {
	color: #666666;
}

.Titulos {
	font-family: "Century Gothic";
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.testmonial {
	font-style: italic;
	font-size: 13px;
}
h5 {
	font-size: 13px;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
.invis_search {
	font-size: 6px;
	font-style: normal;
	line-height: 1px;
	font-weight: normal;
	color: #666666;
}
.caixa {
	padding: 2px;
}
.justified {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
}
.options {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #FFF;
}

/******* UPDATES BY FILIPE ********************/
ul.menu {margin: 0;padding: 0;}
ul.menu li { list-style: none; display: inline-block; margin: 0; padding: 5px 7px;}
ul.menu li a { font-size: 12px; line-height: 20px; font-weight: bold; text-transform: uppercase; color: #fff; text-decoration: none; }

.base { width: 780px; margin: 0 auto; position: relative; }
.base .header { background: #fff; }
.base .menu-base { background: #F55300; border-top: 4px solid #111; }
.base .banner { position: relative; }
.base .banner img { max-width: 100%; max-height: auto; }
.base .header-title { background: url('Images/grystrp.gif') bottom left repeat-x #4B4B4B; padding: 15px 0 22px; text-align: center; border-top: 2px solid #666; }
.base .content {text-align: left;}
.base .column { width: 370px; float: left; text-align: left; }
.base .column.left { float: left; margin-right: 40px; }
.base .column.right { float: left; }

.base .footer { background: #fff; padding: 5px 0; text-align: center; }

.clearfix { display: block; clear: both; }

@media only screen 
  and (max-width: 900px){
	table {
	    border-collapse: collapse;
	}
 	img, iframe, table, .full { max-width: 100% !important; max-height: auto; }
 	.base { width: 100%; }
}

@media only screen 
  and (max-width: 768px){
}

/* Portrait and Landscape */
@media only screen 
  and (max-width: 667px) { 
 	table {
		overflow-x: auto;
		display: block;
	}
}

@media only screen 
  and (max-width: 480px) { 
	
}

@media only screen 
  and (max-width: 320px) { 
	
}