/* CSS Document */
Body, html{
margin: 0px;
height:100%;
background:#EBEBEB;
}
.fundo_botoes{
background:#141CA1 url(/criar-site/imagens_2014/fundo_botoes.jpg) no-repeat top center;
width: 100%;
height: 110px;
position: fixed;
z-index: 100;
}
.fundo_botoes_2{
background:#000000;
width: 100%;
height: 55px;
top: 30px;
position: relative;
}
.fundo_botoes_3{
background:#FFFFFF;
width: 100%;
height: 25px;
top: 55px;
box-shadow:0px 0px 30px black;
position: relative;
}
.fundo_botoes_central{
width: 950px;
height: 110px;
top: -55px;
position: relative;
margin-left: auto ;
margin-right: auto ;
}
.logotipo{
background:url(/criar-site/imagens_2014/logo_CWCOM.png) no-repeat top center;
width: 193px;
height: 89px;
top: 10px;
position: relative;
}

.texto_fundo_botoes{
font-family: verdana, Arial, sans-serif italic;
font-size: 15px;
color: #FFFFFF;
width: 100%;
height: 20px;
top: -80px;
position: relative;
text-align: right;
}
.texto_fundo_botoes2{
font-family: Arial, sans-serif italic;
font-size: 15px;
color: #000000;
height: 20px;
width: 100%;
top: -20px;
position: relative;
text-align: right;

}


#cssmenu
{
	position:relative;
	top:-103px;
	left:200px;
    width:750px;
	color: #CCCCCC;
	text-align: left;
}

#cssmenu ul
{
	padding:0;
	list-style-type:none;
	display:inline-block;
	height:36px;
	font-size:14px;
	font-weight:bold;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	background:transparent url('/criar-site/imagens_2014/off.gif') repeat-x top left;
    float:right;
}

#cssmenu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	}
#cssmenu li a{
	display:block;
	float:left;
	color:#CCCCCC;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url('/criar-site/imagens_2014/divider.gif') no-repeat top right;
	}
#cssmenu li a:hover{
	background:transparent url('/criar-site/imagens_2014/hover.gif') no-repeat top right;
	color:#ffffff;	
	}

.fundo_banner{
background:#141CA1 url(/criar-site/imagens_2014/banner_2015.jpg) no-repeat top center;
width: 100%;
height: 395px;
border-bottom: 6px solid #FFCC00;
  position: relative;
  top: 110px;
}

.botao_painel{background:#FFCC00 url(/criar-site/imagens_2014/cadeado.png) no-repeat top left; margin-left:2px;border:0;color:#000000;Float:right;cursor:pointer;display:inline-block;font-family:arial,sans-serif;font-size:16px;font-weight:bold;padding:9px 12px 9px 35px;text-align:center;text-decoration:none}
.botao_Experimente{background:#00FF00 no-repeat top left; margin-left:5px;border:0;color:#000000;cursor:pointer;display:inline-block;font-family:arial,sans-serif;font-size:16px;font-weight:bold;padding:9px 12px;text-align:center;text-decoration:none}


.formato_base{
width: 950px;
margin-left: auto ;
margin-right: auto ;
position:relative;
top:35px;
}


input:focus, select:focus, textarea:focus {background:#FFFF99;color: #000000;}

