div.container
{
  width:760px;
  border:1px solid gray;
  font-family:Arial, Verdana;
  font-size:12px;
  margin-left:auto;
  margin-right:auto;
}

div.header
{
  padding:0.5em;
  color:white;
  background-color:gray;
  clear:both;
  text-align:center;
}

div.footer
{
  padding:0;
  color:white;
  background-color:gray;
  clear:both;
  text-align:center;
}

div.left
{
  float:left;
  width:75px;
  margin:0;
  padding:1em;
}

div.right
{
  float:right;
  width:105px;
  margin:0;
  padding:1em;
}

div.content
{
  margin-left:100px;
  margin-right:130px;
  border-left:1px solid gray;
  border-right:1px solid gray;
  padding:1em;
  text-align:center;
}

div.contentall
{
  margin-left:100px;
  margin-right:0px;
  border-left:1px solid gray;
  padding:1em;
  text-align:center;  
}

div.links
{
   margin:0;
   padding:0;
   border-bottom: 1px solid gray; 
   text-align:center;
}

h3.header
{
  padding:0;
  margin:0;
}

h4.content
{
  background-color: gray; 
  text-align:center;
  color: #FFFFFF;
}

h5.footer
{
  padding:0;
  margin:0;
}

a:link {color: #FF6500; text-decoration:none; background-color: #FFFFFF}
a:visited {color: #FF6500; text-decoration:none; background-color: #FFFFFF}
a:hover {color: #000000; text-decoration:none; background-color: #FFFFFF}
a:active {color: #FF6500; text-decoration:none; background-color: #FFFFFF}

img.noborder
{
  border:0; 
}

#left
{
  text-align:left; 
}

div.imgadesivo
{
  float:left;
  width:150px; 
  margin-left:50px;
}
div.textadesivo
{
  float:right;
  width:400px;
  text-align:left; 
}

div.imgcamiseta
{
  float:right;
  width:420px; 
}
div.textcamiseta
{
  float:left;
  width:200px;
  text-align:left; 
}

div.gmileftimg
{
  float:left;
  width:200px; 
}

div.gmirightimg
{
  float:right;
  width:200px; 
}

div.gmilefttext
{
  float:left;
  width:420px; 
 
}

div.gmirighttext
{
  float:right;
  width:420px; 
}

div.convenioleft
{
  float:left;
  width:200px; 
}

div.convenioright
{
  float:right;
  width:420px; 
  text-align:left;
}

input.formacem
{
  /*font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; */
  border-style: solid;
  border-color: gray;
  border-width: 1px;
  /*width: 200px;*/
}

textarea.formacem
{
  /*font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; */
  border-style: solid;
  border-color: gray;
  border-width: 1px;
  /*width: 200px;*/
}

