/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
/* Fim de reset CSS */

body {
	background: url(../imag/fundo.png);
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
}


.conteudo {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-color: #FFFFFF;
	line-height: 180%;
	/*position: relative;*/
	
}

.topo {
	width: auto;
	height: 200px;
	background: url(../imag/topo_css.png);

}

.content {
	width: 80%;
	height: auto;
	margin: 25px auto;
}

/* CSS Navegacao */
.nav-container {

	background-color: #CCCCCC;
	box-shadow: 0px 5px 6px -6px #333333;
	
}
.nav {

	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 50px; 	
	background-color: #CCCCCC;
	
	/*border: #333333 thin solid;*/
}

.nav ul {

	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

.nav ul a
{
	position: relative;
	display: block;
	color: #333;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	line-height: 50px;
	padding: 0 15px;
	font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;

}

.nav ul li
{	
	position:relative;
	float: left;
	margin:0 2px 0 2px;
	padding:0;
	z-index: 9999;

}

.nav ul li .current-menu-item
{
	background:#ddd;
}

.nav ul li:hover
{
	background:#f6f6f6;
}

.nav ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
}

.nav ul ul li
{
	float:none;
	width:200px;
	margin:2px 0 2px 0;
}

.nav ul ul a
{
	line-height:120%;
	padding:10px 15px
}

.nav ul ul ul
{
	top:0;
	left:100%
}

.nav ul li:hover > ul 
{
	display:block;
}

.fix-nav {
    /* this make our menu fixed top */    
    z-index: 9999;
    
    position: fixed;
    
   /* left: 0;*/
    
    top: 0;
    
    width: 1024px;
  }
  
  .fix-body {
    /* this will adjust body top margin to prevent content jumping when nav gets fix  */    
    margin-top: 50px;
  }

#trilho {
	width: 1024px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	
}
#desenvolvimento {
	width: 1024px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	border: #333333 thin solid;
	
}


#rodape {
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
	width: 1024px;
	height: 125px;
	z-index: 9999;
	margin-bottom: 15px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}

h3 {
	font-weight: bold;
	font-size: 14pt;
	
}

.foto {
	width: 800px;

}

.foto img {
	float: left;
	width: 300px;
	box-shadow: 5px 5px 7px #000000;
	margin-right: 10px;
	
}

.conteudo  a {
	text-decoration: none;
	color: #375ECA;
	
}


/*--Fotografias--*/

#fotografias ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
		
}

#fotografias li {
	float: left;
	padding-right: 5px;
}

#fotografias li a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);	
	
	
	
}



/*---JCarousel---*/
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}

/*quotes*/

blockquote {
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	width: 700px;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	/*float: right;*/
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #7a7a7a;
}

blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}