@charset "utf-8";
/* CSS Document */

.atendimento-flutuante { 
background: url("layout/face.png") no-repeat transparent;
display: block;
height: 129px;
position: fixed;
right: 10px;
text-indent: -9999px;
top: 0px;
width: 50px;
z-index: 9999;
}

.webdesign { 
background: url("layout/swdnet.png") no-repeat transparent;
display: block;
width: 108px;
height: 109px;
position: fixed;
right: 10px;
text-indent: -9999px;
bottom: 0px;

z-index: 9999;
}

.textos{font-family:Verdana, Geneva, sans-serif;
font-size:14px;
color:#333333;
text-align:justify;
margin-left: 10px;
margin-right:10px;
line-height: 150%;
}

.textosLeft{font-family:Verdana, Geneva, sans-serif;
font-size:14px;
color:#333333;
text-align:left;
margin-left: 10px;
margin-right:10px;
line-height: 150%;
}

.textosBold{font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#333333;
text-align:justify;
font-weight:bold;
}

.tituloFrotaHome{
width: 420px;
padding:5px;
height: 25px;
display: block;
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
color:#fff;
text-align:left;
background-color:#000000;
}

.tituloFrota{
width:290px;
padding:5px;
height: 25px;
display: block;
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
color:#fff;
text-align:left;
background-color:#000000;
}

.rodape{font-family:Verdana, Geneva, sans-serif;
font-size:10px;
color:#fff;
text-align:left;
margin-left: 10px;
margin-top: 10px;
}

/* efeito das imagem*/

img.frota{
  /*margin: 50px 10px 0px 10px;*/
  border: 0px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.7);
  opacity: 0.5;
  vertical-align: top;    
}

img.frota:hover {
  width: 450px;
  height: 338px;
  opacity: 1;
  /*margin-top: 10px;*/

  -moz-transition-property: width, height, opacity, margin-top;
  -moz-transition-duration: 0.5s;
  -moz-transition-function: ease-out; 

  -o-transition-property: width, height, opacity, margin-top;
  -o-transition-duration: 0.5s;
  -o-transition-function: ease-out; 

  -webkit-transition-property: width, height, opacity, margin-top;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-function: ease-out; 
  
  cursor: pointer;
}

