﻿body{
    margin: 0;    
    font-family: "trebuchet ms", tahoma;
    color: #888;
}

h1,h2{
    color: #666;
    font-size: 30px;
    margin-top: 40px;
}

h3{
    color: #666;
    font-size: 20px;
    margin-top: 20px;
}

h4{
    color: #666;
    font-size: 20px;
    margin-top: 20px;
}


ul{
    font-size: 14px;
    list-style-type: square; /*formato do marcador (quadrado)*/
    list-style-position: inside; /*posiciona o marcador dentro da lista*/
    padding: 0;
}

li{
   margin-bottom: 15px;
   list-style-position: inside;
   font-weight: bold;
}

/*formatação atraves do atributo type*/
input[type=text]{
    width: 280px;
    background-color: #EEE;
    border: solid 1px #999;
}

input[type=submit]{
    width: 90px;
    height: 25px;
    background-color: #999;
    border: solid 1px #666;
    color: #FFF;
    margin-bottom: 30px;
}

textarea{
    width: 400px;
    height: 140px;
    background-color: #EEE;
    border: solid 1px #999;

}

/*li:first-letter{
    color: blue;   
    font-size: 30px;
}


.marcatexto{
    background-color: #ace809;
}
*/

.largurasite{ /*total*/
    width: 900px;
    height: auto;
    margin: auto;
}

.conteudo{
    width: 900px; /*100%*/   
    height: auto;
    border-bottom: 1px solid #73b9ff;
    /*float: left;*/
    display: table; /*se comporte com uma tabela*/

}

.conteudo:first-child{
    margin-top: 80px;   
}    

.conteudo img{
    vertical-align: bottom;
    /*float: left;*/
}

.img-home{
    margin-top: 70px;
 
}

.img-clientes{
	border: #73b9ff Solid 0px;


}

.imgleft{
    float: left;
}

.imgright{
  float: right;
    margin-left: 20px;  
}


#topo{
    width: 100%;
    height: 40px;
    background-color: #87CEFA;
    position: fixed;
    top: 0;
}

#logo{
    width: auto;
    height: auto;
    float: left;
    margin: 4px;
}

#menu{
    width: auto;
    height: auto;
    float: right;
    margin-top: 10px;
}
#menu a{
    color: #FFF;
    text-decoration: none;
    font-family: tahoma;
    margin-left: 50px;
}

#imagem-home{
   
text-align: center;
}


#conteudo-home{
    width: 545px;
    float: right;
}

#rodape{
    width: 100%; /*900px*/   
    height: auto;
    text-align: center;
    font-size: 14px;
    color: #73b9ff;
    padding: 15px 0;
}