@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	color:#333B8C;
}
.link-orcamento div {
	margin-top:33px;
		width:367px;
	height:46px;	
		background-image:url(../imagens/orcamento-drywall.png);
	background-repeat:no-repeat;
}
.link-orcamento div {

	background-position:top left;

	
}

.link-orcamento div:hover {

	background-position:bottom left;

	
}



.borda_azul {
	border:solid;
	border-width:1px;
	border-color:#4674B8;
}

@font-face {

    font-weight: normal;
    font-style: normal;

}
.fonteUbuntu {
	font-family: 'Open Sans', sans-serif;
}
.rodape {
	background-image:url(../imagens/bg_rodape.jpg);
	background-repeat:no-repeat;
	background-color:#4674b8;
	
	width:1002px;
}

.conteudo {
	margin-left:22px;
}
	input.rounded2 {  border: 1px solid #ccc;
  width:200px;
   
  /* Safari 5, Chrome support border-radius without vendor prefix.
   * FF 3.0/3.5/3.6, Mobile Safari 4.0.4 require vendor prefix.
   * No support in Safari 3/4, IE 6/7/8, Opera 10.0.
   */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  
  /* Chrome, FF 4.0 support box-shadow without vendor prefix.
   * Safari 3/4/5 and FF 3.5/3.6 require vendor prefix.
   * No support in FF 3.0, IE 6/7/8, Opera 10.0, iPhone 3.
   * change the offsets, blur and color to suit your design.
   */
  -moz-box-shadow: 0px 0px 0px #666;
  -webkit-box-shadow: 0px 0px 3px #666;
  box-shadow: 0px 0px 0px #666;
  
  /* using a bigger font for demo purposes so the box isn't too small */
  font-size: 14px;
  
  /* with a big radius/font there needs to be padding left and right
   * otherwise the text is too close to the radius.
   * on a smaller radius/font it may not be necessary
   */
  padding: 4px 7px;
  
  /* only needed for webkit browsers which show a rectangular outline;
   * others do not do outline when radius used.
   * android browser still displays a big outline
   */
  outline: 0;

  /* this is needed for iOS devices otherwise a shadow/line appears at the
   * top of the input. depending on the ratio of radius to height it will
   * go all the way across the full width of the input and look really messy.
   * ensure the radius is no more than half the full height of the input, 
   * and the following is set, and everything will render well in iOS.
   */
  -webkit-appearance: none;
}
.bt_entrar1 {border: 1px solid #ccc;
   
  /* Safari 5, Chrome support border-radius without vendor prefix.
   * FF 3.0/3.5/3.6, Mobile Safari 4.0.4 require vendor prefix.
   * No support in Safari 3/4, IE 6/7/8, Opera 10.0.
   */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  
  /* Chrome, FF 4.0 support box-shadow without vendor prefix.
   * Safari 3/4/5 and FF 3.5/3.6 require vendor prefix.
   * No support in FF 3.0, IE 6/7/8, Opera 10.0, iPhone 3.
   * change the offsets, blur and color to suit your design.
   */
  -moz-box-shadow: 0px 0px 0px #666;
  -webkit-box-shadow: 0px 0px 3px #666;
  box-shadow: 0px 0px 0px #666;
  
  /* using a bigger font for demo purposes so the box isn't too small */
  font-size: 12px;
  color:#333B8C;
  cursor:pointer;
  
  /* with a big radius/font there needs to be padding left and right
   * otherwise the text is too close to the radius.
   * on a smaller radius/font it may not be necessary
   */
  padding: 4px 7px;
  
  /* only needed for webkit browsers which show a rectangular outline;
   * others do not do outline when radius used.
   * android browser still displays a big outline
   */
  outline: 0;

  /* this is needed for iOS devices otherwise a shadow/line appears at the
   * top of the input. depending on the ratio of radius to height it will
   * go all the way across the full width of the input and look really messy.
   * ensure the radius is no more than half the full height of the input, 
   * and the following is set, and everything will render well in iOS.
   */
  -webkit-appearance: none;
  background-color:#333B8C;
  width:100px;
}
