@charset "utf-8";

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

body, html {
	background-image: url(../img/background-claro.png);
	background-repeat:no-repeat;
	min-width: 960px;
	
}

#main {
	overflow: hidden;
	width: 960px;
	margin-left: auto;
	margin-right:auto;
	margin-top: -8px;
}

#menu {
	width: 760px;
	overflow: hidden;
	padding-top: 43px;
	margin-left:auto;
	margin-right:auto;
	
}

#slideshow {
	padding-top: 17px;
	overflow:hidden;
	width: 958px;
	height:360px;
}

#segundomenu {
	overflow:hidden;
	margin-top: 10px;
	background-image: url(../img/menu.png);
	background-repeat:no-repeat;
	width: 960px;
	height: 40px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding-top: 13px;
}


#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-align:justify;
	padding: 0px 10px 5px 10px;
	overflow:hidden;
	float: left;
	width: 935px;
	height: auto;
	margin-bottom: 10px;
	border:1px solid #060;	
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
}


#pacotes1 {
	overflow: hidden;
	float:left;
	width: 440px;
	height:auto;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 20px;
	
}

#pacotes2 {
	overflow: hidden;
	float:right;
	width: 440px;
	height:auto;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 5px;
	
}

bordaimg#pacotes {
}

#network {
	overflow: hidden;
	float:left;
	width: 900px;
	height:auto;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	
}


/* MENU */

ul {
	list-style: none;
	
}
	
ul li ul {
	display: none;
	width: 108px;
	position:absolute;
	padding-top: 15px;
	}
	
ul li:hover ul {
	display: block;
	}
	
	
ul li ul li {
	width: 108px;
	font-size: 14px;
	text-transform:none;
}
	

li {
	
	float: left;
	padding: 15px;
	margin-right: 5px;
	margin-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	background-image: url(../img/menu-a.png);
	font-size: 18px;
	color: #FFF;
	text-shadow: #060 1px 1px;
}

li:hover {
	background-image: url(../img/hover.png);
	color: #FFF;
	text-shadow: #000 1px 1px;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#CCC;
}

pacotes1 a {
	color:#060
}

b, i, strong, em {
	color: #36C;
}

linemenu {
	color: #060;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #060;
	border-bottom-style: dashed;
	border-bottom-width: thin;
}