@charset "utf-8";
/* TagaNet Info // taganet.info@gmail.com // construimos seu site! */
body{
	background: #7BAAC6;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
div#geral{
	background:  #FFF;
	margin: 0 auto;
	top: 0px;
	bottom: 0px;
	margin-bottom: 0px;
	width: 850px;
	height: inherit;
	max-width: 850px;
}
div#topo{
	background: #333;
	color: #CF0;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	-moz-box-shadow:0 3px 10px 0 #CCC;
	-webkit-box-shadow:0 3px 10px 0 #CCC;
	text-shadow:0px 0px 5px #FFF;
}
div#topo span{
	color: #9F0;
	font-size: 23px;
	text-align: center;
}
/* Menu ==================== */
*{margin: 0; padding: 0;}

.menu{
	list-style:none; 
	border:1px solid #c0c0c0; 
	float:left;
	width: 100%;
	background: #069;
}
.menu li{
	position:relative; 
	float:left; 
	border-right:1px solid #c0c0c0; 
}
.menu li a{
	color: #FFF;
	text-decoration:none;
	padding:5px 10px;
	display:block;
}
.menu li a:hover{
	background: #F60;
	color: #333;
	font-weight: bold;
	-moz-box-shadow:0 3px 10px 0 #CCC;
	-webkit-box-shadow:0 3px 10px 0 #CCC;
	text-shadow:0px 0px 5px #fff;
}
.menu li  ul{
	position:absolute;
	top:25px;
	left:0;
	background-color: #069;
	display:none;
}  
.menu li:hover ul, .menu li.over ul{display:block;}
.menu li ul li{
	border:1px solid #c0c0c0;
	display:block;
	width:150px;
}
.este{
	background: #F90;
}
/* Fim Menu ==================== */
/* Apps */
div#apps{
	position: absolute;
	top: 105px;
	margin-left: 2px;
	width: 160px;
	bottom: 20px;
	border-right: solid #333 1px;
	background: #069;	
}
div.appin{
	border-bottom: solid #333 1px;
	width: 155px;
	border-radius: 5px;
	background: #333;
	color: #9F0;
	-moz-box-shadow:0 3px 10px 0 #CCC;
	-webkit-box-shadow:0 3px 10px 0 #CCC;
	text-shadow:0px 0px 5px #fff;
	margin-top: 10px;
	margin-left: 3px;
		
}
div.appin a{
	color: #9F0;
	text-decoration: none;
}
div.appin a:hover{
	color: #9F0;
	text-decoration: underline;
	font-size: 18px;
}
iframe{ padding: 2px; }
div#foot{
	position: fixed;
	bottom: 0px;
	width: inherit;
	color:  #FFF;
	background: #069;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
div#foot:hover{
	background-color: #F60;
	color: #333;
	-moz-box-shadow:0 3px 10px 0 #CCC;
	-webkit-box-shadow:0 3px 10px 0 #ccc;
	text-shadow:0px 0px 5px #fff;
	font-size: 12px;
}
div#include{
	background: #FFF;
	position: absolute;
	top: 100px;
	bottom: 0px;
	margin-bottom: 0px;
	width: 850px;
	z-index: -1;
	overflow: auto;
}
div#pag{
	position: absolute;
	background: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	top: 5px;
	bottom: 0px;
	margin-bottom: 0px;
	width: 640px;
	left: 170px;
}
#servico{ padding-left: 20px; }

#servico li:hover{ background: #9F9; font-weight: bold; }
/**/
div.portsites{ min-height: 120px; height: inherit; border: solid 1px #333; border-radius: 5px;}

.portsites img{float: left; padding-right: 20px;}

.portsites img:hover{float: left; padding-right: 20px; background: #333;}

.portsites ul{ padding-left: 140px; }
/**/
#contitle{color: #09C; height: 40px;}

div#conline{ 
	color: #333;
	font-size: 18px;
	text-align: left;
	-moz-box-shadow:0 3px 10px 0 #CCC;
	-webkit-box-shadow:0 3px 10px 0 #CCC;
	text-shadow:0px 0px 5px #FFFFFF;
}
div#conline:hover{ background: #09C; color: #fff;}