/*==============================================================================================*/
/*=== DECLARACOES GERAIS
/*==============================================================================================*/
body { 
	margin:20px 30px 0 0; padding:0; 
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}

a { outline:0; }
a img { border:none; }
a.external {
	background: url(../imgs/estrutura/external.png) center right no-repeat;
	padding-right:15px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
a.external:hover { text-decoration:underline; }

.negrito { font-weight:bold; }
hr { 
	height:0; 
	border-width: 1px 0 0 0; 
	border-style: solid;
	border-color: #FFF; 	
	clear:both;
	margin-bottom:5px;
}

/*==============================================================================================*/
/*=== ESTRUTURA
/*==============================================================================================*/

#logotipo {
	width:100%;
	height:68px;
	text-align:right;
}

#menu ul {
	padding:0;
	margin:0px;
	list-style:none;
}

#menu ul li, #voltar {
	width:100%;
	text-align:right;
	
}

#voltar {
	width:100%;
	display:block;
	/* visual do link */
	color: #006699;
	font-size:25px;
	margin-right:10px;
	text-decoration: none;
	display:none;
	cursor:pointer;
}

#menu ul li a {
	width:100%;
	display:block;
	/* visual do link */
	color: #999;
	font-size:25px;
	margin-right:10px;
	text-decoration: none;
}

#menu ul li a:hover {
	background-color:#006699;
	color: #FFF;
	padding-right:30px;
	margin:0;
}

#aviso {
	position:fixed;
	bottom:0;
	right:0;
	width:100%;
	background:#009933;
	font-size:25px;
	padding-right:30px;
	text-align:right;
	color:#FFF;
}

/*==============================================================================================*/
/*=== CONTATO
/*==============================================================================================*/

.text {
	width:300px;
	height:25px;
}

.textarea {
	width:300px;
	height:100px;
}

.botao { 
	width:90px;
	height:25px;
}

.text, .textarea, .botao {
	border:#CCC 1px solid;
	color:#006699;
	font-size:18px;
	font-weight:bold;
	margin:0 5px 10px 0;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}

.aviso { color:#FFFFFF; font-weight:bold; vertical-align:middle; }

/*==============================================================================================*/
/*=== PORTFOLIO
/*==============================================================================================*/

.gallery {
	list-style: none;
	margin:0;
	padding:0;
}

.gallery li {
	padding:0 10px 20px 0;
	margin: 0;
	float: left;
	position: relative;
	width: 80px;
	height: 80px;
}
.gallery li:hover img {
	border: solid 2px #CCC;
}
.gallery img {
	background: #fff;
	border: dotted 1px #CCC;
	width: 80px;
	height: 80px;
}
.gallery em {
	background: #fff url(mascara-css/images/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	font-size:10px;
	padding: 2px 5px;
	display: block;
	position: absolute;
	top: 70px;
	left: 5px;
	border: 1px solid #999;
	border-left-color: #888;

	width: 60px;
	text-align: center;
}

.gallery a {
	text-decoration: none;
}
.gallery a:hover em {
	background-color:#F5F5F5;
}

.port-detalhes {
	clear:both;
	border-top:#FFF dotted 1px;
	margin:0;
	position:relative;
	top:10px;
	padding-top:10px;
	font-size:14px;
}

/*==============================================================================================*/
/*=== PAGESLIDE
/*==============================================================================================*/

#secondary {
	font-size:14px;
}