/* CSS Document - páginas internas */



body {
	background-color:#eae6e4;
	font-family:Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	color: #666666;
	background-image:url(../img/fundo.gif);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;	
	}
	
	
a {
	text-decoration: none;
	color: #0056d6;
}

#wrap { /* Esta Div envolve a div testeira, meio e rodapé */ 
 /* Div para centralizar o site (50% da tela - (tamanho do site/2) */
 
	position:absolute; /* o objeto passa a ser flutuante */
	width:760px;
	background-color:#fff; /* branco */
	/* top:50%; /* Eixo top em 50% da tela */
	left:50%; /* Eixo left em 50% da tela */
	margin: 0px 0px 0px -380px; /* Cima, direita, baixo, esquerda (começa em cima e percorre em sentido horário) */
  	height:auto !important;
	}

/* Embratel */

#testeira { /* para pagina da Embratel */
	width:760px;
	height:80px;
	text-align:left;
	background-image: url(../img/embratel_simples.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}

#testeira2 { /* para pagina da Siemens */
	width:760px;
	height:80px;
	text-align:left;
	background-image: url(../img/siemens_topo.gif);
	background-position: right;
	background-repeat: no-repeat;
	}

#testeira3 { /* para pagina da Nextel */
	width:760px;
	height:80px;
	text-align:left;
	background-image:url(../img/nextel_topo.gif);
	background-position: right;
	background-repeat: no-repeat;
	}

#testeira4 { /* para pagina da Empresa */
	width:760px;
	height:80px;
	text-align:left;
	}


#topoalto {	 /* Logo da Tecnoquipo*/
	}

#topobaixo { /* Mapa do Site | Contato */
	float:left;
	padding-left:10px;
	}
	
#meio { }

#colunaesq { /* Coluna que engloba os menus 1, 2, 3 e 4 */
	width:127.5px;
	float:left;
	background-color: #fff;
	text-align: center;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;	
	}	
		
	


#menu1, #menu2, #menu3, #menu4 { 

	}
	
	
	
#menu1 ul, #menu2 ul, #menu3 ul, #menu4 ul {
	margin:0px;	
	padding:0px;

}


#menu1 li, #menu2 li, #menu3 li, #menu4 li {
	margin:0px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	background-color:#E9E9E9; /* cinza - cor de fundo do botão */
	border: 1px solid #FFFFFF;
}

#menu1 li a, #menu2 li a, #menu3 li a, #menu4 li a {
	text-decoration: none;
	color: #666666;
	display: block;	
	padding: 5px 8px 5px 8px;	
}


#menu1 li a:hover, #menu2 li a:hover, #menu3 li a:hover, #menu4 li a:hover {
	color: #ffffff;
	background-color:#7FAAD0;
	display: block;
} 

.active {
	color: #CC0000;
	text-decoration: underline;
	padding-left: 10px;
}	

#colunadir { /* coluna que engloba o banner, o menu azul e o conteúdo */
	width:600px;
	float:left;

}
		

	
#banner {
	width:572.5px;
	float: left;
	
}


/* Menu Azul - abaixo do banner */

#menuazul {
	width:600px;
	float: left;
	background-image: url(../img/menuazul.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}

#menu {
	list-style-type:none; 
	margin:0px 0 10px 15px; /* settings for this demo olnly */
	padding:0;}

#menu li {
	display:block; float:left; position:relative; z-index:100; margin-right:1px;}

#menu li span {
	display:block;
	z-index:100;
	padding: 5px 10px;
	_padding: 3px 10px;
	font-size:1.1em;}

#menu li a, #menu li a:visited {
	display:block; padding:0; background: #8190bd url(../img/bg_menu.jpg) repeat-x center top;}

#menu dl {
	position:absolute; top:0; left:0; margin: 0; padding: 0; background: url(transparency.gif);}

#menu dt {
	/*background: #b2ab9b; */margin:0; font-size: 1.1em; border-bottom:1px solid #fff; float:left; /*border-right:1px solid #fff;*/}

#menu dd {
	display:none; background: transparent; border-bottom:1px solid #cce; clear:left; margin:0; padding:0; color: #fff; font-size: 1em; text-align:left;}

#menu dt a, #menu dt a:visited {
	display:block; color:#fff; padding: 5px 10px; text-decoration:none;}

#menu dd a, #menu dd a:visited {
	background:#e9e9e9; color:#5B6A9A; text-decoration:none; display:block; padding: 5px 10px;}

#menu li a:hover {border:0; background: #bccbea;}

#menu li:hover dd, #menu li a:hover dd {display:block;}

#menu li:hover dl, #menu li a:hover dl {} /* barra inferior */

#menu li:hover dt a, #menu li a:hover dt a {background: #bccbea url(../img/bg_menu_hover.jpg) repeat-x center top;}

#menu dd a:hover {
	
}


/* ------------------------- */


#conteudo {
	float:left;
	width:572.5px;
	}

h1 { /* titulo das paginas internas */
	font-size: 14px;
	color:#880007;
	padding-top:10px;
	}

.subtitulo {
	color:#6e7fac; /* azul */
	font-weight: bold;
}

#rodape {
	height:20px;
	text-align:center;
	color: #6e7fac; /* azul */
	padding-top:15px;
	}	


/* FORMULÁRIO */

#formulario {
	margin:0px;
	padding:0px;
	}

input {
	border: 1px solid #6374a3;
	width: 85%;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
}


#enviar {
	width: 68px;
	height: 34px;
	border:none;
}


textarea {
	border: 1px solid #6374a3;
	width: 85%;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	
}

/* ------------------------- */

.hackfloat {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/* Engloba o MENU REDUNDANTE e DESENVOLVIMENTO */

#rodape2 {
	width:760px;
	height:20px;
	background-color: #6e7fac; /* azul */
	color:#FFFFFF;
	background-image: url(../img/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top:5px;
}

/* Menu redundante */
#redundante {
	width:550px;
	float:left;
	padding-left:10px;	
}

#redundante a{
	color:#FFFFFF;
	text-decoration:none;
}

#redundante a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

/* Desenvolvido por 3R Studio */
#desenvolvimento {
	width:190px;
	float:left;
	padding-right:10px;	
	text-align:right;
	}	

#desenvolvimento a {
	color: #ffffff; 
	text-decoration:none;
	}	

#desenvolvimento a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}	


/* RODATETO com home, mapa do site e contato */

#rodateto {
	width:750px;
	height:10px;
	background-color: #6e7fac; /* azul */
	color:#FFFFFF;
	background-image: url(../img/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding:5px 10px 5px 0px;
	text-align:right;
	}

#rodateto a{
	color:#FFFFFF;
	text-decoration:none;
	}

#rodateto a:hover{
	text-decoration:underline;
	}
	
hr {
      color: #CCCCCC;
      background-color: #CCCCCC;
      height: 1px;
	  border: 1px #CCCCCC solid; 
	  margin-bottom:10px;
    }
	
	
	
.tipo_moeda  {
border:0 solid red;
/*bottom:-9px;*/
color:  #990000; /*#FFFFFF;*/
float:left;
font:12px Tahoma;
margin-left:10px;
/*padding-left:25px;*/
/*position:relative;*/
/*width:14px;*/
}


.valor_reais  {
color:#990000;
float:left;
font:42px tahoma;
}  


.plano  {
color: #003366;
/*float:left;*/
font:18px tahoma;
}

.text_por_mes  {
color:#990000;
float:left;
font:11px Tahoma;
margin-top:35px;
/*padding:0;*/
/*position:relative;*/
text-transform:uppercase;
/*top:35px;*/
width:44px;
}	
	
.planosaviso ul {
}

.planosaviso li {
margin-bottom:15px;
}	
	
.espacotabela {
padding:10px;
}	

#aparelho {
	padding:8px 0px 0px 0px;
	margin:0px;
	height:22px;
	background:url(../img/fundo_red_aparelhos.jpg) repeat-x 0px 0px;
}

#aparelho a{
	color:#FFFFFF;
}

#aparelho a:hover{
	text-decoration:underline;
}

/*-- aparelhos --*/

.bigfoto {
	margin:0px;
	padding:0px;
	width:273px;
	float:left;
}

.bigcontent {
	margin:0px;
	padding:0px;
	width:270px;
	float:left;
}

.aparelho-tit {
	color:#990000;
	font-size:22px;
	margin:0px;
	padding:0px;
}

.aparelho-sec {
	color:#003399;
	font-size:16px;
	margin:15px 0px 0px 0px;
	padding:0px;
}

dl { margin:0px; padding:0px;}
dt { margin:6px 0px 0px 0px; font-weight:bold; color: #666666;}
dd { margin:0px 0px 5px 10px;}