body {

	cursor: url('img/viejodragon.cur'),url('../img/viejodragon.cur'),auto;
	font-family: Verdana,sans-serif;
	background-image: url(../img/bkg.gif);
	background-color: #f2f2f2;
}

#cuerpo {
	margin:0 auto 0 auto;
	width:810px;
	text-align: center;
}

div#menu {
	background-color: #FFFFFF;
	border-bottom: 8px solid #000000;
	/* #007ab1;*/
	margin: 0;
}

div#menu ul {
	font-family: Verdana, sans-serif;
	font-variant: small-caps;
	font-size: 0.9em;
	text-align: center;
	margin: 0;
	list-style: none;
	padding-left: 0 !important;
	padding-bottom: 5px;
	padding-top: 5px;
}

div#menu ul li {
	display: inline;
	margin-left: -4px;
}

div#menu ul li a {
	padding: 5px 10px 5px 10px;
	background: #fff;
	color: #000;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-decoration: underline;
}

div#menu ul li a:hover {
	color: #000;
	border-bottom: 8px solid #760a0f;
	border-left: 1px solid #760a0f;
	border-right: 1px solid #760a0f;
	border-top: 1px solid #760a0f;
	background: #e1f7ff;
	cursor: url('../img/dragonfire.cur'),auto;
}

div#menu ul li a.actual {
	/*font-weight: bold;*/
	border-bottom: 8px solid #000;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

div#menu ul li a.actual:hover {
	border-bottom: 8px solid #006;
	border-left: 1px solid #006;
	border-right: 1px solid #006;
	border-top: 1px solid #006;
}

ul.opciones {
	text-align: center;
	margin: 0;
	padding-left: 0 !important;
	list-style: none;
}

ul.opciones li {
	display: inline;
	margin-left: 0;
}

ul.opciones li img {
	vertical-align: middle;
}

ul.centro {
	list-style: none !important;
	text-align: center;
	margin: 0;
	padding: 0;
}

ul.centro li {
	text-align: center;
	font-weight: bold;
}

#contenido {
	margin: 0 0 0 0;
	font-size: 1.4em;
	padding: 0 2em 2em 2em;
	background-color: #f2f2f2;
}

#contenido H2 {
	margin-top: 1.2em;
	font-size: 1.4em;
	font-variant: small-caps;
	border-bottom: 3px double #bbb;
	color: #000080;
	text-align: center;
}

#contenido H3 {
	margin-top: 1.2em;
	font-size: 2em;
	font-variant: small-caps;
	border-bottom: 3px double #bbb;
	color: #000080;
	text-align: center;
}

#contenido P {
	font-size: 0.7em;
	line-height: 1.3em;
	margin: 0.2em 0 1em 0;
	text-align: justify;
}

.centrada {
	text-align: center;
	margin: auto;
}

.nota {
	color: #000080;
}

blockquote p {
	color: #666666;
}

#pie {
	margin: 0;
	padding: 0;
	background: url(../img/barramenubajo.jpg);
}

#pie P {
	margin: 0;
	padding: 0.5em 0.5em 0.6em 0.5em;
	font-size: 0.6em;
}

/******************************************************************************
* Styles for the tabbed displays.                                             *
******************************************************************************/

/*-----------------------------------------------------------------------------
  Note: The border-radius property is a proposed feature for CSS3 which creates
        rounded corners. Mozilla/Netscape browsers currently support this
        feature via the proprietary -moz-border-radius property. Both are
        defined here. Browsers that support neither should simply ignore them.
-----------------------------------------------------------------------------*/

div.tabBox {}

div.tabArea {
  font-size: 90%;
  font-weight: bold;
  padding: 0px 0px 3px 0px;
}

a.tab {
  background-color: #d0b0ff;
  border: 2px solid #000000;
  border-bottom-width: 0px;
  border-color: #f0d0ff #b090e0 #b090e0 #f0d0ff;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: 3px;
  z-index: 100;
}

a.tab, a.tab:visited {
  color: #000000;
}

a.tab:hover {
  background-color: #e1f7ff;
  border-color: #760a0f #760a0f #760a0f #760a0f;
  color: #000000;
  cursor: url('../img/dragonfire.cur'),auto;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #f2f2f2;
  border-color: #760a0f #760a0f #760a0f #760a0f;
  color: #000000;
}

a.tab.activeTab {
  padding-bottom: 4px;
  top: 1px;
  z-index: 102;
}

div.tabMain {
  background-color: #760a0f;
  border: 2px solid #000000;
  border-color: #000000 #000000 #000000 #000000;
  padding: .3em;
  position: relative;
  z-index: 101;
  clip: rect(auto,auto,auto,5);
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: #f2f2f2;
  border: 1px solid #000000;
  border-color: #760a0f #760a0f #760a0f #760a0f;
  width: 100%;
}

.tabla {}

.boton {
	cursor: url('../img/dragonfire.cur'),auto;
}

.titulo {
	text-align: center;
	color: #000066;
	font-weight: bold;
}
.nota2 {
	text-align: center;
	color: #000066;
	font-weight: bold;
	font-size: 0.9em;
}
.dato {
	width: 35%;
	text-align: left;
	color: #000066;
	font-weight: bold;
}

.dato2 {
	text-align: left;
	color: #000066;
	font-weight: bold;
}

.Cabecera {	
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.Datos {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.celda {
	marginheight:125px;
}
.Celda0 {
	border-left-style: solid;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #CFD3DC;
}

.Celda1 {
	border-left-style: solid;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #CFD3DC;
}


.Celda2 {
	border-left-style: solid;
	border-left-width: 1px;
}

.Celda3 {
}

.Celda4 {
	border-right-style: solid;
	border-right-width: 1px;
}

.Celda5 {
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.Celda6 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.Celda7 {
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.celda8 {
	height: 25px;
}

.celda9 {
	height: 135px;
}