@font-face {
   font-family: 'MyFontFamilyTexto';
    src: url('lato-regular-webfont.eot');
    src: url('lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-regular-webfont.woff') format('woff'),
         url('lato-regular-webfont.ttf') format('truetype'),
         url('lato-regular-webfont.svg#lato-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
   font-family: 'MyFontFamilyTextoBold';
    src: url('lato-bold-webfont.eot');
    src: url('lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-bold-webfont.woff') format('woff'),
         url('lato-bold-webfont.ttf') format('truetype'),
         url('lato-bold-webfont.svg#lato-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

	
html,body{
      
      margin: 0;
      padding: 0;
      border: none;
      font-family: 'MyFontFamilyTexto', Arial, Helvetica, Verdana, sans-serif;
	  font-size: 14px;
	  background-color:#ffffff;
	  overflow:hidden;
}

.bold
{
	font-family: 'MyFontFamilyTextoBold', Arial, Helvetica, Verdana, sans-serif;
}

p
{
	
}

#main
{
	
}

.left{ float:left;}
.right{ float:right;}
.clear{ clear:both;}

.videoWrapper {
	/*height:120%;
	left:50%;
	margin-left:-60%;
	position:absolute;
	top:-10%;
	width:120%;
	z-index:0;	*/
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

footer {
	position:fixed;
	bottom:0px;
	width:100%;
	z-index:1000;
	font-size:11px;
	color:#ffffff;
}

footer .footer_content
{
	width:95%;
	margin:0 auto;
	height:21px;
	 z-index:5;
	 position:relative;
	 padding-top:9px;
}

footer .footer_content a
{
	text-decoration:none;
	color:inherit
}

footer .footer_content a:hover
{
	text-decoration:underline;	
}

#content_wrap
{
	position:absolute; z-index:250; width:100%; bottom:30px;
}

#content
{
	position: relative; width:95%; margin:0 auto;z-index:5; /*overflow-y: scroll;*/ background-color:#333333;
}

#left_content
{
	/*padding-right:15px;padding-left:100px;width:290px;*/ width:30%; font-size:12px; line-height:15px;
}

.left_content_cont
{
	padding-left:10%; padding-right:5px;
}

#right_content
{
	width:100%;
}

#left_content a
{
	text-decoration:none;
	color:inherit;
}

#left_content a:hover
{
	text-decoration:underline;
}

.centered
{
	 width:630px;
	 margin:0 auto;
	 position:relative
}

h1
{
	position:absolute; z-index:25; bottom:-9px; left:245px
}

  .background {
       position:absolute;
       top:0px;
       left:0px;
       width:100%;
       height:100%;
       z-index:1;
	   background-color:#333333;
	   /*-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)'; filter: alpha(opacity=90); opacity:.90;*/
       /* These three lines are for transparency in all browsers. */
   }
   
.relative5
{
	 position:relative; z-index:5
}
   
 #destaques
 {
	 margin:0;
	 padding:0;
	 padding-top:50px;
	 padding-bottom:80px;
}

#destaques li
{
	list-style:none;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#load
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	 -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=15)'; filter: alpha(opacity=15); opacity:.15;
	 z-index:10002;
}

.hide
{
	display:none;
}

.telefones
{
	background-image:url(/images/telefone.png); background-repeat:no-repeat; background-position:0 -8px; padding-left:15px
}

#logo
{
	cursor:pointer;
}

#debug
{
	visibility:hidden
}