/* ARCHIVO GENERAL DE ESTILOS DE PHILOSOPHICA: ENCICLOPEDIA FILOSÓFICA ON LINE - ESTILOS PARA VISION EN MONITOR O PANTALLA */

@import "estilos_texto.css";

body {
  background: white url("../imagenes/background.png") repeat-y;
  margin: 0px;
  height:100%;
}

img {
  border: 0px;
}

a:link {
  text-decoration: none;
  color: blue;
}

a:visited {
  text-decoration: none;
  color: red;
}

a:active {
  text-decoration: none;
  color: blue;
}

a:hover {
  text-decoration: underline;
  color: red;
}

a.link_menu_general:link {
  text-decoration: none;
  color: yellow;
}

a.link_menu_general:visited {
  text-decoration: none;
  color: yellow;
}

a.link_menu_general:active {
  text-decoration: none;
  color: yellow;
}

a.link_menu_general:hover {
  text-decoration: underline;
  color: yellow;
}

div.titulo_menu_general {
  text-align: left;
  font-family: sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: yellow;
  line-height: 200%
}

div.elemento_menu_general {
  text-align: left;
  font-family: sans-serif;
  font-size: 8pt;
  font-weight: bold;
  line-height: 200%
}

div.subelemento_menu_general {
  text-indent: 1em;
  text-align: left;
  font-family: sans-serif;
  font-size: 8pt;
  font-weight: bold;
  line-height: 130%
}


div#contenedor {
  background: transparent;
  position: absolute;
  width:100%;
}

div#parte_izquierda {
  background: transparent;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 160px;
  height: 100%;
  padding: 0px 0px 0px 0px; /* top right bottom left */
}

div#logo {
  background: transparent url("../imagenes/logo_moderno.png") no-repeat;
  left: 0px;
  top: 0px;
  height: 120px;
  width: 160px;
}

div#barra_lateral {
  background: transparent;
  left: 0px;
  top: 120px;
  width: 150px;
  height: 100%;
  padding: 20px 10px 20px 10px; /* top right bottom left */
}

div#menu_general {
  background: transparent;
  border-top: thin solid lightgray; 
  border-bottom: thin solid lightgray;
  width: 130px;
  padding: 20px 0px 20px 0px; /* top right bottom left */
}

div#mini_logo {
  background: transparent  url("../imagenes/mini_logo_moderno.png");
  height: 28px;
  width: 130px;
  padding: 0px 0px 0px 0px; /* top right bottom left */
  }

div#copyright {
  background: transparent;
  width: 130px;
  padding: 40px 0px 10px 0px; /* top right bottom left */
  text-align: center;
  font-family: sans-serif;
  font-size: 8pt;
  font-weight: bold;
}

div#parte_derecha {
  background: transparent;
  position: absolute;
  text-align:left;
  top: 0px;
  left: 160px;
  right: 0px;
  padding: 0px 50px 50px 0px; /* top right bottom left */
}

div#frontispicio {
  background: url("../imagenes/eof_moderno.png") no-repeat;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  padding: 0px 0px 0px 0px; /* top right bottom left */
}

div#encabezado {
  visibility: hidden;
  position: absolute;
}

div#contenido {
  background: white;
  position: relative;
  padding: 20px 10px 0px 60px; /* top right bottom left */
}

div.noimprimir {
}


div#pie {
  visibility: hidden;
  position: absolute;
}

div#sopra_indice {
  background: transparent url("../imagenes/background.index.gris.png");
  position: fixed;
  left: 160px;
  top: 0px;
  height: 120px;
  width: 10px;
}

div#indice {
  background: transparent;
  position: fixed;
  left: 150px;
  top: 120px;
  bottom: 0px;
  width: 20px;
  padding: 0px 0px 0px 0px; /* top right bottom left */
}

div.elemento_indice {
  background: url("../imagenes/background.index.moderno.png");
  height: 15px;
  text-align: center;
  font-family: sans-serif;
  font-size: 8pt;
  font-weight: bold;
}