/* top, right, bottom, left */

#maquetado {
  background-color: #ccc;
  margin: 8px 8px 8px 8px; 
} 

#maquetado #superpagina {
  padding-left: 18px;
}

#maquetado .fondopagina {
  background-color: #f8f8f0;
}

#maquetado #pagina_top {
  border-top: 1px solid #b0b080;
  border-left: 1px solid #b0b080;
  border-right: 1px solid #b0b080;
}

#maquetado #pagina {
  border-left: 1px solid #b0b080;
  border-right: 1px solid #b0b080;
  padding: 22px 60px 20px 60px;
}

#maquetado #pagina_bottom {
  border-left: 1px solid #b0b080;
  border-right: 1px solid #b0b080;
  border-bottom: 1px solid #b0b080;
}

.box {
  border: 1px dotted #579;
  padding: 10px;
}

DIV	{ 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 8pt; 
	color: #000;
	text-decoration: none; 
}

OL {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 40px;
  padding-left: 0px;
}

OL OL {
  margin-left: 20px;
}

UL {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  padding-left: 0px;
  list-style-type: square;
}

UL UL {
  list-style-type: disc;
}

UL LI.parrafo {
  padding-top: 4px;
}

.parrafo {
  padding-top: 8px;
}

.cita {
  padding-top: 8px;
	font-style: italic;
}

.H2_sub {
  font-weight: bold;
}

.H2_sub_sub {
	font-style: italic;
}

.resalte {
	border-bottom: 1px dotted #999;
}

.formula {
	font-family: "Courier New", Courier;
	font-size: 11pt;
	color: #a44;
}

.pie {
/*  margin-top: 16px;*/
  border-top: 1px dotted #999;
  padding-top: 4px;
	font-style: italic;
}

H1 {
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-size: 15pt; 
  font-weight: bold;
	color: #033;
	text-decoration: none; 
	margin-top: 0px;
	margin-bottom: 2px;
	border-bottom: 1px dotted;
}

H1 .idioma {
	font-size: 9pt; 
}

DD .idioma {
	font-size: 7pt; 
}

H2 {
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-size: 13pt; 
  font-weight: bold;
	color: #144;
	text-decoration: none; 
	padding-top: 10px;
	margin-bottom: 2px;
}

TD H2 {
	margin-top: 0px;
}

H3 {
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-size: 11pt; 
  font-weight: bold;
	color: #355;
	text-decoration: none; 
	margin-top: 12px;
	margin-bottom: 0px;
}

DL {
  margin-bottom: 16px;
}

DT {
	color: #357;
  font-weight: bold;
}

.resalte_dt DT {
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-size: 12pt; 
  font-weight: bold;
	text-decoration: none; 
	margin-top: 0px;
	margin-bottom: 2px;
}

DD {
  margin-left: 30px;
  padding-top: 8px;
	font-size: 8pt; 
  text-indent: -10px;
/*  border: 1px solid red;*/
}

.dh {
	font-size: 7pt; 
  padding-top: 3px;
}

A { 
  color: #278; 
  text-decoration: none; 
}

A.link_camuflado{ 
  color: #147;
}

A:hover { 
  color: #1a4a7a; 
  text-decoration: underline;
}

#impresion A { 
  color: #000; 
}

#maquetado A.external { /*solo si maquetado para que no se aplique al imprimir*/
	background: url(/images/external.gif) center right no-repeat;
	padding-right: 13px;
}

A.download {
	background: url(/images/download.gif) center right no-repeat;
	padding-right: 15px;
}

A.externaldownload {
	background: url(/images/externaldownload.gif) center right no-repeat;
	padding-right: 27px;
}

.note {
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	color: #777;
  font-weight: normal;
}

.tabla {
  border: 1px solid #ccc;
  background: #f0f0e4;
}

.tabla .cabecera TD {
  border-top: 0px; 
  background-color: #8ac; 
  color: white;
}

.tabla TD {
  border-top: 1px solid #ccc; 
  padding: 1px 5px 1px 5px;
  font-size: 8pt; 
  color: #444;
}

.descargas {
  margin: 6px 30px 10px 20px;
}

.descargas TD {
  border-bottom: 1px dotted #999;
  padding: 6px 8px 3px 8px;
}

.descargas TD+TD {
  border-left: 1px dotted #ccc;
}

FORM {
  margin-top: 0px;
}

.navega {
	float: right; 
	font-family: "Trebuchet MS", Arial, Helvetica; 
	font-size: 12pt; 
  font-weight: normal;
}

.navega A { 
  color: #278; 
}

.filename {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, Fixed, monospace;
	font-size: 10pt;
  font-weight: bolder;
}

.codigo {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, Fixed, monospace;
	font-size: 10pt;
	background: #dff;
}

#codigo { /*para usar como id en el pre del syntax highlighter y forzarle una fuente de tamaņo adecuado*/
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, Fixed, monospace;
	font-size: 10pt;
}

pre {
	color: #000;
	overflow: auto;
	/*line-height: 16px;
	background: #fff url(/images/code_back.png);*/
	text-align: left;
	border: 1px solid #aca;
	padding: 0px 4px 0px 4px;
	margin: 4px 0 4px 0;
}

