*
{
  padding: 0;
  margin: 0;
}

body
{
  font-family: helvetica, arial, tahoma, "Arial narrow", verdana,  sans-serif;
  font-size: small;
  background-color: #fff;
  text-align: center;
  color: #1e1e1e;
  background-image: url(../images/cab_3.jpg);
  background-repeat: repeat-x;
}

/*Estructura*/

div#container
{
  width: 65em;
  margin: 0 auto 0 auto;
  text-align: left; 
}

div#cabecera
{
  height: 100px;
  width: 100%;
  background-image: url(../images/flor4.gif);
  background-repeat: no-repeat;
  
}

div#pie
{
  color: #383838;
  font-size: 80%;
  font-family: "Arial narrow", helvetica, arial, tahoma, verdana, sans-serif;
  width: 100%;
  clear: both;
  text-align: center;
}

div#right
{
  float: right;
  clear: left;
  width: 165px;
}

div.bsup
{
  width: 165px;
  margin: 0;
  padding: 0;
  height: 10px;
  background: url(../images/bordesup.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

div.centro
{
  width: 165px;
   margin: 0;
   padding: 0;
  background: url(../images/centro.jpg);
   background-repeat: repeat-y;
   background-position: center top;
}

div.bordeinf
{
  margin: 0;
  width: 165px;
  height: 18px;
  background: url(../images/bordeinf.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

div.contmenu
{
  width: 135px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

div#left
{
  margin-top: 10px;
  margin-right: 200px;
  padding: 10px;
}

div#antiguilla
{
  width: 100%;
  clear: both;
}

/*Enlaces*/

a
{
  text-decoration: none;
}

h1 a
{
  color: #fff;
}
h1 a:hover
{
  color: #ffa047;
}

/*menú derecha*/

div.contmenu ul
{
  list-style-type: none;
  margin-right: 10px;
  border-left: solid 4px #1e1e1e;
}

div.contmenu ul li
{
  min-height: 22px;
  height: 22px;
}

div.contmenu a
{
  display: block;
  font-family: "Arial narrow", helvetica, arial, tahoma, verdana, sans-serif;
  font-size: 90%;
  font-weight: normal;
  color: #ebebeb;
  background-color: #1e1e1e;
  border-left: solid 4px #383838;
  padding: 2px;
  font-weight: bold;
}

div.contmenu ul a:hover
{
  background-color: #383838;
  border-color: #ffa047;
}

div.contmenu a#ess
{
  border-color: #ebebeb;
  background-color: #383838;
}
/*buscador*/

div.contmenu form
{
  margin-left: 4px;
}

div.contmenu input
{
  margin: 5px 2px 2px 10px;
  background-color: #ebebeb;
  color: #1e1e1e;
  border-color: #1e1e1e;
}

div.contmenu input.boton
{
  background-color: #383838;
  color: #ebebeb;
}


/*enlaces centro*/

div#left a
{
  display: block;
  margin-bottom: 1px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-left: solid 4px #fff;
  padding: 5px;
  color: #cc3300;
  font-weight: bold;
}

div#left a:visited
{
  color: #383838;
}

div#left a:hover
{
  background-color: #fff;
  border-color: #1e1e1e;
}

div#left a span
{
  margin-left: 0.5em;
  font-weight: normal;
  color: #1e1e1e;
}

div#left a span em
{
  font-size: 85%;
  font-family: "Arial narrow", helvetica, arial, tahoma, verdana, sans-serif;
  margin-right: 0.5em;
}

/*vinculos pie*/

div#pie a
{
  color: #383838;
}

div#pie a:hover
{
  color: #ffa047;
}

/*vinculo -cambio pagina-*/

div#left a.numero
{
  color: #ffa047;
  display: inline;
  border: 0;
  font-size: 85%;
}

div#left a.numero:hover
{
  color: #383838;
  display: inline;
  border: 0;
}

/*Textos*/

h1
{
  color: #fff;
  font-size: 325%;
  margin-left: 100px;
}

h1 span
{
  font-size: 30%;
  font-family: "Arial narrow", helvetica, arial;
  color: #ffa047;
}

h2
{
  font-size: 150%;
  font-family: "Arial narrow", helvetica, arial;
  margin-bottom: 10px;
}

h3
{
  font-size: 130%;
  font-family: "Arial narrow", helvetica, arial;
}
/*publicidad*/
p.publi
{
  color: #383838;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: solid 1px #383838;
  border-bottom: solid 1px #383838;
  font-size: 80%;
}

/*párrafo*/

p
{
  padding: 5px;
}

/*imagenes*/

img
{
  border: 0;
  float: right;
}



