/*----- Plantilla Web -----*/

body {
  background: #039;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
  width: 500px;
  border-spacing: 0px;
  border: none;
 
}

/*----- Cuadro Ficha -----*/

#cuerpo {
  background: #039;
  width: 500px;
  height: 300px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#fotoficha {
  background: #fff;
  width: 500px;
  height: 300px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  position: relative;
}

#cuadroficha {
  background: #fff;
  width: 500px;
  height: 100px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.cuadrotextoficha {
  background: none;
  width: 80px;
  height: 120px;
  padding: 0px;
  margin: 0px;
  text-align:right;
  position: absolute;
  top: 70px;
  left: 160px;
  border: none;
  white-space: 1.5em;
}

.cuadrotextoficha p {
  color: #3af;
  line-height: 1.25em;
  text-align: right;
  padding: 0px;
  margin: 0px;
  z-index: 0;
}

.cuadrotextoficha p strong {
  color: #000;
  text-align: right;
  line-height: 1.25em;
  padding: 0px;
  margin: 0px;
  white-space: 1.25em;
}

.cuadrotextoficha2 {
  background: none;
  width: 250px;
  height: 100px;
  padding: 0px;
  margin: 0px;
  text-align:left;
  position: absolute;
  top: 70px;
  left: 245px;
  border: none;
  z-index: 10;
}

.cuadrotextoficha2 p {
  color: #3af;
  line-height: 1.25em;
  text-align: left;
  padding: 0px;
  margin: 0px;
}

.cuadrotextoficha2 p a {
  color: #3af;
  line-height: 1.25em;
  text-align: left;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
}

.cuadrotextoficha2 p a:hover {
  color: #f0f;
  text-decoration: none;
}


.cuadrotextoficha2 p strong {
  color: #000;
  text-align: left;
  line-height: 1.5em;
  padding: 0px;
  margin: 0px;
}

.cuadrotextoinfo {
  background: none;
  width: 315px;
  height: 130px;
  padding: 0px;
  margin: 0px;
  text-align:left;
  position: absolute;
  top: 170px;
  left: 175px;
  border: none;
  z-index: 10;
}

.cuadrotextoinfo p{
  color: #3af;
  text-indent: 15px;
  text-align: justify;
  line-height: 1em;
}

/*----- Textos -----*/
p {
  color: #69c;
  font-size: 10pt;
  line-height: 1em;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #3af;
  line-height: 1em;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 0;
}
 
h1 {
  font-size: 10pt;
  color: #FFF;
  line-height: 1.25em;
}

h2 {
  font-size: 14pt;
}

h3 {
  font-size: 13pt;
}

h4 {
  font-size: 12pt;
}

h5 {
  font-size: 10pt;
}

h6 {
  font-size: 8pt;
  color: #000;
  line-height: 1.1em;
}

/*---- articulos -----*/
