@charset "UTF-8";

@media all
{
  html * { font-size: 100.01% }

  body {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 75.00%; 
    color: #444;  
  }

  h1,h2,h3,h4,h5,h6 { 
  	color:#666;
  	margin: 0 0 0.25em 0; 
  }

  h1 { font-size: 190%; font-weight: bold; }
  h2 { font-size: 140%; color: #111; }
  h3 { font-size: 190%; font-weight: bold; text-decoration: none; }

  div { width: 500px; margin-left: auto; margin-right: auto;  text-align: center; }

}

#logotipo {
  margin-top: 50px;
}

#empresa {
  margin-top: 15px;
}

#servicios {
  margin-top: 10px;
}


#telefono {
  margin-top: 7px;
}

#telefono A:link{text-decoration:none; color: #666; font-size: 140%; }
#telefono A:hover{text-decoration:underline; color: #666; font-size: 140%; }
#telefono A:active{text-decoration:underline; color: #666; font-size: 140%;}
#telefono A:visited{text-decoration:none; color: #666; font-size: 140%; }
