* {
  margin: 0;
  padding: 0;
}

body {
  padding: 10px 65px;
  background: #8F8F8F url(images/fondo2.jpg) repeat;
  color: #000000;
  font: 13px/ normal Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#menu {
  width: 100%;
  display: table;
}

#menu ul.dropdown {
  width: 100%;
  display: table-row; /* MS says WTH */
}

#menu ul.dropdown li.dir {
	display: table-cell; /* Again, IE doesn't understand this value */
	padding-left: 2px;
	padding-right: 2px;
}

* html #menu ul.dropdown li.dir { /* MacIE */
  display: inline-block;
  width: 12%; /* a white-space bug? */ /* Depends on number of items 100/num round */
}

/* The IE trick (hidden from MacIE) \*/
* html #menu ul.dropdown li.dir {
  display: inline;
  width: 12.5%; /* Depends on number of items 100/num */
}

/* Common Layout */

/** Empiezan: Tamaños, posiciones y estilo para la página **/
#main {
  margin: 0 auto;
  background: transparent;
  width: 880px;
  padding: 10px 0px;
}

#wrapper {
  margin: 0 auto;
  background: white;
  padding: 10px 65px;
}

#content {
  background: transparent;
  margin-bottom: 5px;
  overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
  width: 100%
}

#header {
  color: #333;
  height: 100px;
  background: transparent;
  align: center;
  width: 100%;
}

#navigation {
  color: #333;
  background: transparent;
  margin: 20px 0px 30px 0px;
}

#nav {
  width: 100%;
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: #b0b0b0;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #b0b0b0;
}

#banner {
  color: #333;
  background: transparent;
  margin-bottom: 20px;
  align: center;
}
#flashHeader {
  align: center;
}

#rightcolumn {
  display: inline;
  color: #333;
  margin: 10px 0px; 
  padding: 0px;
  width: 300px;
  float: right;
}

#leftcolumn {
  float: left;
  color: #333;
  margin: 10px 0px;
  padding: 0px;
  width: 450px;
  display: inline;
  position: relative;
}

#footer {
  width: 880px;
  height: 72px;
  clear: both;
  background:  url(images/footer.png) repeat-x transparent;
  margin: 0 auto;
 vertical-align: middle;
}
div#sitemap {
  float: left;
  clear: both;
  width: 430px;
  height: 52px;
  background: transparent;
  margin-top: 20px;
  position: absolute;
}
div#strip {
  float: right;
  clear: both;
  width: 400px;
  height: 52px;
  vertical-align: middle;
  margin-top: 20px; 
  background:  url(images/footer_strip.png) transparent no-repeat;
}
.clear {
  clear: both;
  background: none;
}
.events {
  float: right;
  background: transparent;
}
.event {
  float: left;
  background: transparent;
  position: relative;
  display: inline;
}
/** Acaban: Tamaños, posiciones y estilo para la página **/

.PIDtext p {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #737373;
  text-decoration: none;
  line-height: 16px;
}

.Pidtitular {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: normal;
  color: #2a5397;
  text-decoration: none;
  font-variant: small-caps;
  line-height: 14pt;
}

/** Empiezan: Estilos para la barra de enlaces del pie de página **/
ul.dropdown li.sitemap {
  padding: 1px 7px 1px 7px;
  margin-top: 12px;
  font-size: 10px;
  background: transparent;
  color: white;
}
ul.dropdown a.sitemap {
  padding: 5px 8px 5px 8px;
  font-size: 10px;
  font-weight: bold;
  background: transparent;
  color: white;
}
ul.dropdown a.sitemap:link,
ul.dropdown a.sitemap:visited {
  color: white;
  text-decoration: none;
}
ul.dropdown a.sitemap:hover {
  color: black;
  text-decoration: none;
}
ul.dropdown a.sitemap:active {
  color: white;
}
/** Acaban: Estilos para la barra de enlaces del pie de página **/

/** Empiezan: Estilos para el menu de columna derecha **/
#column {
   width: 180px;
/*   border: thin solid orange; */
   float: right;
   padding: 0px 15px;
   background: #bbbbbb url(images/fondomenu.jpg) no-repeat;
}
#column li {
   position: relative;
   top: 100%;
   left: 0;
   width: 180px;
  /* padding: 2px; */
  margin: 0px 2px;
  background: transparent;
}
#column li a.clink {
    font-size: 10px;
    color: #295297;
    background: transparent;
    text-decoration: none;
    /* line-height: 16px; */
    text-align: right;
    vertical-align: middle;
    height: 100%;
}

#column li a.clink:link,
#column li a.clink:visited {
    color: #295297;
}
#column li a.clink:hover {
    color: #009826;
    text-decoration: none; 
/*    background-color: #80a0e0; */
}
#column li a.clink:active {
    color: #295297;
    background-color: #aabbee;
}
#column li.clink a {
  background: url(images/flechaazul.gif) no-repeat 20px center ;
}

#column li.pdf_item a {
  background: url(images/acrobat.jpg) no-repeat 8px center ;
}
#column li.presentation_item a {
  background: transparent url(images/presentacion.jpg) no-repeat 8px center ;
  vertical-align: middle;
  line-height: 46px;
}
#column li.separator_item {
  background: url(images/linea.png) no-repeat left center ;
  height: 3px;
}
#image {
	position:relative;
	width:180px;
	z-index:597;
	float: right;
	padding: 0px 15px;
	margin-top: 10px;
}
/** Acaban: Estilos para el menu de columna derecha **/



h1 {
  margin-bottom: .5em;
  border-bottom: solid 1px #d9d9d9;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 180%;
  text-indent: 5px;
  letter-spacing: -1px;
}

cite {
  float: right;
}

ul.classic {
  list-style: disc;
  margin-bottom: 1em;
  padding-left: 2em;
}

div.section {
  clear: both;
  padding-top: 50px;
}
