/* Some stylesheet reset */
.nav, .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;	
}


   
   
/* The main container */
.nav {
	/* Layout and positioning */

	position: absolute;
	width:500;
	height: 10px;
	 /* CHANGE this if you want another width or remove it if you want the width of the container */
	border-radius: 0px;
	border: 0px solid #c1c1c1;
	top:0px;
	text-align:center;

	/* Background and effects 
	background: #eaeaea; 
	background: -webkit-linear-gradient(bottom, #e1e1e1, #f4f4f4); 
	background: -moz-linear-gradient(bottom, #e1e1e1, #f4f4f4); 
	background: -o-linear-gradient(bottom, #e1e1e1, #f4f4f4); 
	background: -ms-linear-gradient(bottom, #e1e1e1, #f4f4f4); */
	
}

.nav>li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	font-size:15px;
}

/* The main navigation links */
.nav>li>a {
	/* Layout */
	display: block;
	padding: 11px 10px;

	/* Typography */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	color: #000;
	text-shadow: 0 1px 0 #CCC;

	/* Effects */
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/* The hover state of the navigation links */
.nav>li>a:hover, .nav>li:hover>a {
	x
	background: rgba(255, 255, 255, .6);
	color: #900;
}

.nav>li:first-child>a {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.nav>.dropdown>a {
	padding-right: 26px;
}

/* The arrow indicating a dropdown menu */
.nav>.dropdown>a::after {
	 content: "";
	 position: absolute;
	 top: 13px;
	 right: 15px;
	 width: 4px;
	 height: 4px;
	 border-bottom: 1px solid #000;
	 border-right: 1px solid #000;
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	 -o-transform: rotate(45deg);
	}

/* Changing the color of the arrow on hover */
.nav>.dropdown>a:hover::after, .nav>.dropdown:hover>a::after {
	border-color: #900;
}

.nav ul {
	position: relative;
	position: absolute;
	left: -9999px;
	display: block;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

/* Level 1 submenus */
.nav>li>ul {
	padding-top: 0px;
	z-index: 9999;
	border-top: 1px solid #c9c9c9;
	top: 32px;
}

/* Making the level 1 submenu to appear on hover */
.nav>li:hover>ul {
	left: -1px;
}

/* Level 2+ submenus */
.nav ul ul {
	left: -9999px;
	top: 0px;
	z-index: 999;
}

/* Making the level 2+ submenu to appear on hover */
.nav ul>li:hover>ul {
	left: 120px;
	top: -1px;
}

/* The submenu link containers */
.nav ul li {
	position: relative;
	display: block;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;

	/* Creating the slide effect. The list elements which contain the links have 0 height. On hover, they will expand */
	height: 0px;
	-webkit-transition: height .3s;
	-moz-transition: height .3s;
	-o-transition: height .3s;
	-ms-transition: height .3s;
}

/* Expanding the list elements which contain the links */
.nav li:hover>ul>li {
	height: 20px;
}

.nav ul li:hover>ul>li:first-child {
	height: 21px;
}

/* The links of the submenus */
.nav ul li a {
	/* Layout */
	display: block;
	width: 80px;
	padding: 8px 25px 5px 20px;
	border-bottom: 1px solid #e1e1e1;

	/* Typography */
	font-size: 12px;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	
	/* Background & effects */
	background: #fff;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

/* The hover state of the links */
.nav ul li>a:hover, .nav ul li:hover>a {
	background: #900;
	color: #FFF;
	font-weight:bolder;
	font-size:14px;
}

.nav ul ul>li:first-child>a {
	border-top: 1px solid #c1c1c1;
}

.nav ul>li:last-child>a {
	border-bottom: 1px solid #c1c1c1;
}


/* The arrow indicating a level 2+ submenu */
.nav ul>.dropdown>a::after {
	content: "";
	 position: absolute;
	 top: 10px;
	 right: 8px;
	 width: 4px;
	 height: 4px;
	 border-bottom: 1px solid #a6a6a6;
	 border-right: 1px solid #a6a6a6;
	 -webkit-transform: rotate(-45deg);
	 -ms-transform: rotate(-45deg);
	 -moz-transform: rotate(-45deg);
	 -o-transform: rotate(-45deg);
}

.nav ul>.dropdown:hover>a::after, .nav ul>.dropdown>a:hover::after {
	border-color: #a1a1a1;
}
/* css para o layout da pagina */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.textos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration:none;
}
.textos2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	padding-left:25px;
}
.textos3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#09F;
	text-align: left;
	line-height:1px;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration:none;
}
.links {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #F00;
	text-decoration: none;
}


.divisa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #D6D6D6;
}
.fonte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bolder;
}
.texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
}
.textocontato {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.fundo{
		/* Background and effects */
	background: #eaeaea; /* Background for IE9 and older browsers */
	background: -webkit-linear-gradient(bottom, #e1e1e1, #f4f4f4); /* Background for Chrome & Safari */
	background: -moz-linear-gradient(bottom, #e1e1e1, #f4f4f4); /* Background for Firefox */
	background: -o-linear-gradient(bottom, #e1e1e1, #f4f4f4); /* Background for Opera */
	background: -ms-linear-gradient(bottom, #e1e1e1, #f4f4f4); /* Background for Internet Explorer 10 */}
	
#menu{
	position:relative;
	z-index:60;
	width:750px;
	height:25px;
	right: -180px;
	top: -18px;
    }

		
.titulo{
	font-family:"Book Antiqua";
	font-size:14;
	font-weight:bolder;
	font-style:italic;
	
	
	}	
	html, body{ height: 100%;   overflow: auto;}
        .bg{
          position: absolute;  z-index: 0;
          display: block;
          border: 0; margin: 0;
          width: 100%; height: 100%;
        }
        
        .fakeBody{
          position: absolute; top: 0; left: 0; z-index: 1;
          width: 100%; height: 100%;  
        }
.imagemlink {
	text-decoration:none;
	border-width:0;
}

.textmiolo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}

.sombra{box-shadow: black 0.0em 0.0em 1.3em}
