body {
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	color: #ddd;
	padding-bottom: 100px;
	background: #102015;
	margin-bottom: 175px;
	font-family: sans-serif;
    }

a {color: lightgreen;text-decoration: none; }

a:hover {
	color: green;
	}

a:hover img { background: lightgray; }

article {
	border-left: 10px solid #006847;
	padding: 10px;
	border-radius: 0 30px 30px 0;
	margin-bottom: 20px;
	background-color: #354533;
	color: #eee;
	}

article p {text-align: justify;}

article h2 { margin: 5px auto 2px auto; }

/*
.image {
    width: 200px !important;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
    display: inline-table;
    padding: 0px;
}

figcaption {
    	padding: 0px;
	max-width: 200px;
}
*/

.derecha{
    margin-left: 10px;
}

.td{
    width: 500px;
    margin-left: 10px;
}


footer strong { font-weight: bold; }

dt {
	font-weight: bold;
	}

td {
    border: 1px solid black;
}

.colab{
    border: 0px;
    vertical-align: top;
}


.image {
	width: 175px !important;
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
	display: inline-table;
	padding: 0px;
}

.contacto{
}

img.centered {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
figcaption {
	padding: 0px;
	max-width: 175px;
}

h1,h2,h3,h4,h5,h6 {
	text-shadow: -1px 0 gray, -1px -1px gray, 0 -1px gray;
}

code {
	background-color: #111;
	color: #00ff00;
	border-radius: 20px;
	padding: 0px 5px 0px 5px;
}

.indexcolname {
	max-width: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.indexcoldesc {
	font-weight: bold;
	padding: 10px;
	font-size: large;
}
.indexcollastmod,.indexcolsize {
	font-size: small;
	color: #555;
}

#indexlist {
margin: 0px auto;
}

.part {
	}

.read {
	}

.fav {
	}

.centerpiece {
	align: center;
	margin: 0px auto;
	}

.booklist dt {
	display: list-item;
	list-style-type: square;
	font-weight: normal;
	}

.booklist dd {
	display: none;
	}

.booklist:hover dd {
	display: block;
	}

.mic {
	  list-style: none;
	    padding-left: 1em;
	      text-indent: -1em;
	      margin-left: 0;
	        padding-left: 0;
  }

 .mic:before {
	  content: "🎙️";
 }
.resaltar{
    color: #373e48;
}
nav a{
    color: #ddd;
}
nav ul{
    padding:0;
}

nav ul li{
    display: inline;
    margin: 5px;
    text-transform: uppercase;
    font-weight:bold;
}

div.figure {
      float: right;
      width: 25%;
      border: thin silver solid;
      margin: 0.5em;
      padding: 0.5em;
  }
div.figure p {
      text-align: center;
      font-style: italic;
      font-size: smaller;
      text-indent: 0;
 }
