/* Elementos principales de la página */

body
{
 background-image: url(fondos/autores.jpg);
 background-color: rgb(252,252,207);
    D /* OKAY */
       background-size: 10px 10px;
    font-family: Georgia, Arial, sans-serif;
    color: #181818;
}


{
    width: 1600px;
    margin: auto;
    
}
a:link{
  text-decoration:none;
  color: #000;
}
a:visited {
  color: #03F;
}
a:hover {
  color: #F00;
}
nav a:visited
{
 color: #0000ff
 }
nav a:hover
{
    color: #ff00ff;
    border-bottom: 3px solid #ff00ff;
}
section h1, footer h1, nav a
{
    font-family: Georgia, serif;
    font-weight: normal;
}

/* Encabezado */

header
{
    background:;
}

#main_title
{
    display: inline-block;
}

header h1
{
    font-family: Georgia, serif;
    font-size: 2.5em;
    font-weight: bolder;
}

#logo, header h1
{
    display: inline-block;
    margin-bottom: 0px;
}

header h2
{
    display: inline-block;
    font-family: Georgia, serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}

/* Navegación */

nav
{
    display: inline-block;
    width: 900px;
    text-align: right;
}

nav ul
{
    list-style-type: none;
}

nav li
{
    display: inline-block;
    margin-right: 15px;
}

nav a
{
    font-size: 1.3em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}

/* Cuerpo */
 #imagen
 {
 float:left;
 width:250px; margin:10px;
 border-right:double 10px #040460;
	padding:0px 15px 0px 60px;
	display:inline-block;
 }
 #enlaces
 {
 float:left;
 width:1050px; margin:10px; 
	padding:30px 0px 0px 60px;
	display:inline-block;
 }
 
/* Desplegables */

 details summary {
    list-style:none;
    cursor: pointer;
 }
 .indice
{
  li{list-style: none;}
}
/* Pie de página */

 #pie2
 {
 clear:both;
 }
 #pie
 {
 border-bottom: 3px solid #040460;
 clear:both;
 }