/************************************************************************/
/* Desenvolvido por: Mega Internet - soluções para internet */
/************************************************************************/

* {
	margin:0;
	padding:0;
}

body {
	background: transparent url(/images/back.gif) top center repeat;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
}

* =Clearfix (all browsers)--------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE6 */ * html .clearfix {height: 1%;}
/* IE7 */*:first-child+html .clearfix {min-height: 1px;}
.clearing {clear:both; height:0; overflow:hidden; margin:-1px 0 0 0;}

img { border: 0px; }

.c { clear:both; }

a { outline:none; }

/************************
 Site - general
************************/
#root {
	width:1000px;
	margin:0px auto;
	text-align:left;
}

#header {
	text-align:center;
	height:370px;
}

#header ul#menu {
	width:840px;
	height:28px;
	background: transparent url(/images/menu.gif) no-repeat top center;
	margin:0px auto;
	position:relative;
	top:18px;
}

#header ul#menu, #header ul#menu li {
	list-style-type:none;
}

#header ul#menu li {
	float:left;
}

#header ul#menu li a {
	width:116px;
	height:26px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	margin:0px 2px 1px 2px;
}

#header ul#menu #menu1 a:hover {
	background:transparent url(/images/menu.gif) -2px -30px no-repeat;
}

#header ul#menu #menu2 a:hover {
	background:transparent url(/images/menu.gif) -122px -30px no-repeat;
}

#header ul#menu #menu3 a:hover {
	background:transparent url(/images/menu.gif) -242px -30px no-repeat;
}

#header ul#menu #menu4 a:hover {
	background:transparent url(/images/menu.gif) -362px -30px no-repeat;
}

#header ul#menu #menu5 a:hover {
	background:transparent url(/images/menu.gif) -482px -30px no-repeat;
}

#header ul#menu #menu6 a:hover {
	background:transparent url(/images/menu.gif) -602px -30px no-repeat;
}

#header ul#menu #menu7 a:hover {
	background:transparent url(/images/menu.gif) -722px -30px no-repeat;
}


#menu .menu1-sel a {
	background:transparent url(/images/menu.gif) -2px -60px no-repeat;
}

#menu .menu2-sel a {
	background:transparent url(/images/menu.gif) -122px -60px no-repeat;
}

#menu .menu3-sel a {
	background:transparent url(/images/menu.gif) -242px -60px no-repeat;
}

#menu .menu4-sel a {
	background:transparent url(/images/menu.gif) -362px -60px no-repeat;
}

#menu .menu5-sel a {
	background:transparent url(/images/menu.gif) -482px -60px no-repeat;
}

#menu .menu6-sel a {
	background:transparent url(/images/menu.gif) -602px -60px no-repeat;
}

#menu .menu7-sel a {
	background:transparent url(/images/menu.gif) -722px -60px no-repeat;
}

#header h1 a {
	width:240px;
	height:285px;
	background:transparent url(/images/logo.gif) no-repeat top center;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	float:left;
	position:relative;
	top:38px;
	margin-left:35px;
}

#header #anima {
	width:664px;
	height:240px;
	background:transparent url(/images/anima_back.gif) no-repeat top center;
	float:right;
	position:relative;
	top:58px;
	margin-right:35px;
	text-align:center;
}

#header #anima ul, #header #anima ul li {
	list-style-type:none;
}

#header ul#anima-images {
	float:left;
	position:relative;
	top:13px;
	margin-left:14px;
}

#pages-corner {
	width:26px;
	height:26px;
	display:block;
	background:transparent url(/images/pages_corner.gif) top center no-repeat;
	font-size:1px;
	overflow:hidden;
	text-indent:-9999px;
	position:relative;
	top:26px;
	margin-left:945px;
}

#pages {
	width:890px;
	border:1px solid #ababab;
	background:#ffffff;
	margin:0px auto;
	padding:25px;
	color:#666;
}

#pages a {
	color:#0066CC;
	text-decoration:underline;
}

#pages a:hover {
	color:#004080;
	text-decoration:none;
	background:#eee;
}

#pages h1, #pages h2, #pages h3, #pages h4 {
	color:#0F5FA6;
	border-bottom: 1px solid #0F5FA6;
	padding: 0px 0px 5px 5px;
	margin-bottom: 15px;
}

#pages h1 { font-size: 1.6em; }
#pages h2 { font-size: 1.4em; }
#pages h3 { font-size: 1.2em; }
#pages h4 { font-size: 1em; }

div#pages p {
	text-align:justify;
	line-height:1.5em;
	margin-bottom:15px;
}

div#pages p small {
	font-weight:bold;
	color:#333;
}

#pages .img-left {
	float:left;
/* 	border:1px solid #808080; */
	padding:2px;
	margin:5px 5px 5px 0px;
	background:#eee;
}

#pages .img-right {
	float:right;
/* 	border:1px solid #808080; */
	padding:2px;
	margin:5px 0px 5px 5px;
	background:#eee;
}

div#pages ul, div#pages ol, div#pages li {
	margin-left:15px;
}

div#pages ul, div#pages ol {
	margin-bottom:15px;
}

/*#pages form { padding:10px; text-align:left; color:#333; margin:5px 10px 15px 10px; }*/
#pages form { text-align:left; color:#333; margin-bottom: 15px; }
#pages form .input-text { font-size:9pt; border:1px solid #666; padding:3px; width:550px; margin-bottom:0px; }
#pages form .input-text1 { font-size:9pt; border:1px solid #666; padding:3px; margin-bottom:0px; }
#pages form .input-text:focus, #pages form .input-text1:focus { background:#eeeeee; border:2px solid #808080; padding:2px; }
#pages form label {
	font-weight:bold;
	font-size:9pt;
	display:block;
	cursor:pointer;
	margin-top:10px;
}

#pages fieldset {
	border:1px solid #ccc;
	margin:15px 10px;
	padding:1px 10px 10px 10px;
}

#pages legend {
	text-align:center;
	padding:5px 10px;
	margin-left:15px;
	font-size:8pt;
	font-weight:bold;
	color:#666;
}

table {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:12px;
	margin-bottom:15px;
}

table caption {
	background:#ccc;
	color:#333;
	font-weight:bold;
	text-align:left;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:5px 3px;
}

table th {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:5px 3px;
	background:#DDDDDD;
	font-weight:bold;
	vertical-align:top;
}

table td {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:5px 3px;
	vertical-align:top;
}

table .gray-back { background:#eee; }

table.no-border, .no-border th, .no-border td {
	border:0px;
}


#left {
	width:590px;
	float:left;
}

#right {
	width:280px;
	float:right;
}

#home1 {
	width:280px;
	float:left;
	margin-right:20px;
}

#home2 {
	width:290px;
	float:left;
	margin-right:20px;
}

#home3 {
	width:280px;
	float:right;
}

.estrutura-fotos {
	float:left;
	width:220px;
	height:240px;
	text-align:center;
	margin-right:2px;
}

#image-zoom img {
	border:5px solid #333;
}

.zoomimage img {
	border:1px solid #333;
}

#home-albuns .home-album, .album-lista {
	height:100px;
}

.home-album-img {
	float:left;
	margin:0px 5px 5px 0px;
}

#album-fotos {
	text-align:center;
	width:550px;
	margin:15px auto;
}

.mural {
	background:#FFFECC none repeat scroll 0 0;
	border:1px solid #FAECB5;
	color:#636363;
	margin:0px 20px 15px 0px;
	padding:15px;
	float:left;
	width:240px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

#megainternet {
	position:absolute;
	margin-left:860px;
}

#footer {
	text-align:center;
	padding:15px;
}

#footer address {
	font-style:normal;
	font-size:8.5pt;
	color:#4a4a4a;
	font-weight:bold;
}


