/* ARCHIVO GENERAL DE ESTILOS DE COMPOSICIÓN GRÁFICA DE LA ENCICLOPEDIA ONLINE DE FILOSOFíA - ESTILOS PARA VISION EN MONITOR O PANTALLA */

@import "estilos_texto.css";

body {
  background: #CDCDB4;
  margin: 0px;
  height:100%;
}

img {
  border: 0px;
}

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

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

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

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

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

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

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

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

div.titulo_menu_general {
  text-align: left;
  font-family: sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: navy;
  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;
  width: 150px;
  left: 0px;
  top: 0px;
  height: 100%;
  padding: 0px 0px 0px 0px;
}


div#logo {
  background: transparent url("../imagenes/logo_azul.png") no-repeat center;
  left: 0px;
  top: 0px;
  height: 170px;
  width: 150px;
}


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

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


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


div#copyright {
  background: transparent;
  width: 130px;
  padding: 10px 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: 150px;
  right: 10px;
  padding: 0px 10px 10px 10px;
}

div#frontispicio {
  background: transparent url("../imagenes/eof_azul.png") no-repeat center;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 170px;
  padding-bottom:5px;
  padding-top:5px;
}

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

div#contenido {
  background-color: #FFFFFF;
  position: relative;
  border: 1px solid goldenrod;
  padding: 30px; /* top right bottom left */
}

div.noimprimir {
}


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

div#sopra_indice {
  background: #CDCDB4;
  position: fixed;
  left: 160px;
  top: 0px;
  height: 170px;
  width: 10px;
  padding: 10px 0px 0px 0px; /* top right bottom left */
}

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

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