@charset "utf-8";
/*Estrutura Geral*/
body {
	background-image:url(http://www.aeacursos.com.br/arquiteturainloco/imagens/fundo.jpg);
	background-attachment:fixed;
	background-position:center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Helvetica;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #A7C638;
	font-size: 85%;
}
.oneColElsCtrHdr #container #mainContent table tr a {
	font-size: medium;
	text-decoration: none;
	color: #A7C638;
}
.oneColElsCtrHdr #footer { 
	padding: 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: small;
	text-align: center;
	color: #A7C638;
}
.oneColElsCtrHdr #container #mainContent p {
	color: #FFF;
}
.oneColElsCtrHdr #container #mainContent h2 {
	font-weight: lighter;
	font-size: medium;
}
.oneColElsCtrHdr #container #linha {
	background-image: url(http://www.aeacursos.com.br/arquiteturainloco/imagens/linhah.png);
}
.oneColElsCtrHdr #container #mainContent h1 {
	font-size: large;
	padding-left: 10px;
}
.oneColElsCtrHdr #container #footer {
	font-size: x-small;
	color: #A7C638;
}
.oneColElsCtrHdr #container #footer {
	text-align: center;
}

.oneColElsCtrHdr #container #footer #menu_bottom a {
	font-size: small;
	color: #A7C638;
	text-decoration: none;
}

/*Menu Superior*/
div.menusuperior {
	width: auto;
	height: auto;
	padding-left: 15px;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
}
h1 {
	font-size: 16px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

/* Style no menu e itens de posição da lista */
ul.mainMenu {
	position: absolute;
	width: 100px;
	height: auto;
}
ul.mainMenu li { /*largura botao*/
    height:auto;
	width: 270px;
	float: left;
	list-style: none;
}

/* Style e links e imagens posição na lista de itens de segundo nível */
ul.mainMenu li a {
	display: block;
	height: auto; /*altura botao*/
	padding: 8px 0px;
	text-decoration: none;
	color: #003051;
	font-size:large;
}
ul.mainMenu li a:hover {
	color: #003051; /*é a cor do item selecionado, com opacidade*/
	background: url(images/menubg-hover.png) repeat-x;
}

/* When hovering over main list items, show second level lists */
/* This is only for #menu1 */
ul.cssonly li:hover ul {
	display: block;
}

/* Position and style second level lists and items */
ul.mainMenu ul {
	position: absolute;
	top: 0px;
	left: 50px; /*posizacao do submenu horizontal*/
	padding-top: 20px; /*posizacao do submenu vertical*/
	background: url(images/shadow.png) repeat-x; /*cor ou fundo do sbmenu*/
	display: none; /* Hide until parent list item is hovered on */
}
ul.mainMenu ul li { /*espacamento entre um item e outro*/
    padding: 8px; 
}

ul.mainMenu ul li:last-child { 
    border: 0; }

ul.mainMenu ul li.title { /*titulo do submenu*/
	float: none; /* Remove parent float setting */
	padding: 6px 10px;
	border: 0; /* Remove parent border setting */
	font-size: 15px;
	color: #003051;
}
ul.mainMenu ul img { /*tamanho da imagem do item*/
	height: auto;
	width: auto;
} 
ul.mainMenu ul span { /*legenda da imagem*/
    display: block; } 
	
ul.mainMenu ul a { /*legenda da imagem texto*/
    width:auto;
	height: auto;
	text-align: center;
	font-size: 12px;
	border: solid 1px #ebebeb;
	background: #fff;
}
ul.mainMenu ul a:hover { background: #f4f7fa; }
ul.mainMenu ul a img { opacity: .7; border: 0; }
ul.mainMenu ul a:hover img { opacity: 1; }

/* When hovering over a list item link show the more info div */
ul.mainMenu ul a:hover span.moreinfo { display: block; }

/* Position and style the more info div */
ul.mainMenu ul span.moreinfo { /*descrição movel do item*/
	display: none;
	width: 275px;
	position: relative;
	bottom: -25px;
	left: 12px;
	padding: 6px 10px;
	background: #fff;
	text-align: left;
	font-weight: normal;
}

/* IE6 FIXES */
ul.mainMenu li,
ul.mainMenu li a { _float:left; _display: inline; }
/*Fim menu*/

/*FONTES*/
.topo {
	font-size: small;
	color: #FFF;
	font-variant: normal;
	text-transform: capitalize;
	font-style: italic;
}
.cor {
	color:#9C0;
	text-decoration:none;
}

.galeria ul li{
	border:1px solid #fff;
	padding:2px;
	list-style:none;
	float:left;
	margin:0px 7px 10px 0px;

	}
.galeria ul{
	width:300px;
	margin:0px 0px 0px 12px;
	padding:0px 0px 0px 0px;
	}

.todas a{
	text-decoration:none;
	margin:0px 90px 0px 0px;
	text-align:right;
	padding:0px 0px 0px 0px;

	}
.todas a:hover{
	color:#FFF;
	
	}
	
.galeria_pagina ul li{
	border:1px solid #fff;
	padding:2px;
	list-style:none;
	float:left;
	margin:0px 7px 10px 0px;

	}
.galeria_pagina ul{
	margin:0px 0px 0px 12px;
	padding:0px 0px 0px 0px;
	}

