body
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #FEFEFE url(/imagenes/fondoWeb.png) repeat-x;
}

h1
{
  font-size: 250%;
  margin-bottom: 25px;
  margin-top: 0px;
  padding: 0px;
  font-weight: normal;
}

h1 a
{
  text-decoration: none;
  color: #FFFFFF;
}

h2
{
  font-size: 175%;
  margin-bottom: 25px;
  font-weight: normal;
  color: #00486b;
}

#contenedor-pagina
{
  width: 1200px;
  margin: auto;
}

#cabecera
{
  height: 65px;
  color: #FFFFFF;
  padding-top: 40px;
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(/imagenes/fondoCabecera.png) repeat-x;
}

#contenido
{
  min-height: 400px;
}

#contenido-modulo { padding-left: 10px; padding-right: 10px;}

#pie
{
  height: 23px;
  background: #00486b url(/imagenes/fondoPie.png) repeat-x;  
  padding-top: 10px;
  padding-left: 10px;
  color: #FFFFFF;
  clear: both;
  margin-top: 10px;
}

a
{
  border: none;
  margin: 0;
  text-decoration: underline;
}

img
{
  border: none;
}

hr
{
  height: 2px;
  color: #CCC;
  background-color: #CCC;
}

div.menuPrincipal
{
  width: 460px;
  margin: auto;
  margin-top:200px;
}

div.menuPrincipal a
{
  margin-left: 25px;
  margin-right: 25px;
}

br.clear
{
  clear: both;
}