/* top, right, bottom, left */

* {
  box-sizing: border-box;
}

BODY {
	font-family: Verdana, Arial, sans-serif; 
  font-size: 100%;
	font-size: 0.75em;
  line-height: 1.5;
}

.row::after {
  clear: both;
}

#mainindex #logo {
  float: left;
  width: 30%;
}

#mainindex #logoname {
  display: inline;
  width: 100%;
}
  
#mainindex #logologo {
  display: inline;
  width: 100%;
}

#mainindex #content {
  float: left;
  width: 70%;
}

#maquetado .superpagina {
  overflow: auto;
}

@media only screen and (max-width: 767px) {
  .ocultable-movil .oculta-movil {
    display: none;
  }

  #maquetado {
    background-color: #f8f8f0;
  }

  #maquetado .superbuscador {
    width: 100%;
  }

  .navigation {
    display: none; 
  }

  #mainindex #logo, #mainindex #content {
    width: 100%;
  }

  #mainindex #content {
    padding-left: 0px;
    padding-right: 0px;
  }

  #mainindex #logoname {
    float: left;
    width: 70%;
    padding-bottom: 10px;
  }
    
  #mainindex #logologo {
    float: left;
    width: 30%;
  }
}

@media only screen and (min-width: 768px) {
  #maquetado {
    background-color: #ccc;
  } 
  
  #maquetado .superpagina, #maquetado .superbuscador {
    max-width: 1000px;
    background-color: #f8f8f0;
    margin: 8px auto auto auto;
    box-shadow: 5px 6px 10px #666666;
    border-top: 1px solid #b0b080;
    border-left: 1px solid #b0b080;
  }
  
  #maquetado #superindex {
    padding: 22px 0px 20px 0px;
  }
  
  #maquetado #supercontent {
    padding: 22px 60px 20px 60px;
  }

  #mainindex #content {
    border-left: 1px dotted #557799;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
  }
  
  #mainindex #logologo IMG {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

IMG {
  max-width: 100%;
  display: block;
}

.navigation IMG {
  max-width: none;
}

#logo IMG {
  margin: auto;
}

.pie {
  border-top: 1px dotted #999;
  padding-top: 4px;
	font-style: italic;
}

DIV	{ 
	color: #000;
	text-decoration: none; 
}

TABLE {
  border: 0px;
  border-spacing: 0px;
}

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-size: 100%;
	font-style: italic;
}

.H2_sub {
  font-weight: bold;
}

.H2_sub_sub {
	font-style: italic;
}

.resalte {
	border-bottom: 1px dotted #999;
}

.formula {
	font-family: Consolas, "Courier New", monospace;
	font-size: 1.15em;
	color: #a44;
}

H1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.75em; 
  font-weight: bold;
	color: #033;
	text-decoration: none; 
	padding-bottom: 2px;
	border-bottom: 1px dotted;
	margin-top: 0px;
	margin-bottom: 2px;
}

H1 .idioma {
	font-size: 0.6em; 
}

DD .idioma {
	font-size: 0.95em; 
}

H2 {
	font-family: "Trebuchet MS", Arial, sans-serif; 
	font-size: 1.5em; 
  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, sans-serif; 
	font-size: 1.3em; 
  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, sans-serif; 
	font-size: 1.4em; 
  font-weight: bold;
	text-decoration: none; 
	margin-top: 0px;
	margin-bottom: 2px;
}

DD {
  margin-left: 30px;
  padding-top: 8px;
	font-size: 1em; 
  text-indent: -10px;
/*  border: 1px solid red;*/
}

DD LI {
  text-indent: 0px;
}

.dh {
	font-size: 0.75em; 
  padding-top: 3px;
}

/*
@media (pointer: coarse) {
  A {
    line-height: 2.0;
  }
}
*/

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: Verdana, Arial, sans-serif; 
	font-size: 0.9em;
	color: #678;
  font-weight: normal;
}

H1 .note {
	font-size: 0.5em;
}

.resalte_dt DT .note {
	font-size: 0.6em;
}

.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: 1em; 
  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, sans-serif; 
	font-size: 0.75em; 
  font-weight: normal;
}

.navega A { 
  color: #278; 
}

.filename {
	font-family: Consolas, "Courier New", monospace;
	font-size: 1em;
  font-weight: bolder;
}

.codigomini {
	font-family: Consolas, "Courier New", monospace;
	font-size: 1em;
	background: #dff;
}

.codigo {
	border: 1px solid #aca;
  margin: 0 !important;
}

.syntaxhighlighter .line.alt1 {
  background-color: white !important;
}
.syntaxhighlighter .line.alt2 {
  background-color: #F4F4F4 !important;
}
