body {
	margin: 0;
}
div.arriba {
	background-color: #4040ff;
	display: flex;
	justify-content: space-around;
	margin-top:0;
	margin-bottom:0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
	padding: 4px;
}
h1.home {
	margin-top:0;
	margin-bottom:0;
	font-size: 120%;
}
.home a {
	color: white;
}
a.fakesearch{
	text-decoration:none;
}
a.fakesearch:hover{
	text-decoration:none;
}
a.fakesearch h1{
	border: solid 2px blue;
	background: url("imagenes/searchicon.png");
	background-position: 4px 4px; 
    background-repeat: no-repeat;
	color: Gray;
	font-size: 120%;
	font-weight: normal;
	font-family:sans-serif;
	background-color: white;
	padding-left: 30px;
	padding-right: 30px;
	width: 150px;
	margin-top:0;
	margin-bottom:0;
	text-align:left;
}

span.peq {
	font-size: 70%;
}

h2.misa {
	color: #c03030;
}

hr {
width: 80%;
height: 3px;
color: #aaa;
background-color: #aaa
}

div.notas {
background-color: #f0ffff;
font-size: 80%;
text-align: left;
margin: 20px auto;
padding: 10px;
max-width: 900px;
}

div.biblio {
background-color: #f0ffff;
border: solid 1px #e0a0a0;
text-align: left;
margin: 20px auto;
padding: 10px;
max-width: 900px;
}


A:link, A:visited {
	text-decoration: none 
}

A:hover {
	text-decoration: underline 
}
div.tablas{
	text-align: center;
	margin: auto;
	margin-top: 60px;
	padding-bottom:20px;
	overflow-x: visible;
}
table {
	text-align: left;
	margin: auto;
	background-color: #fafaff;
	border: 2;
	border-style: solid;
	border-color: #0000f0;
	border-collapse: collapse;
}

td, th {
	padding: 7px;
	border: 1px;
	border-style: solid;
	border-color: #0000f0
}

td.voces {
	border-left: 0px;
	border-right: 0px;
	padding: 3
	text-align: center;
}

tr.fav {
	background-color: #e5ffe5;
}

tr.new {
	background-color: #ffffbb
}

div.indice{
	float:left;
    position:fixed;
    top: 40px;
	left: 5px;
	width:10%;
	font-size: 90%;
}
.indice ul {
	margin-top: 0px;
	margin-bottom: 2px;
	padding-left: 12px;
}
.indice li {
	padding-top: 6px;
	padding-bottom: 6px;
	list-style-type: none;
}
.indice a {
color: #000090;
	   font-weight: bold;
	   font-size: 90%;
}

div.isinfonico {
	text-align: left;
	margin: 20px auto;
	padding: 10px;
	max-width: 900px;
}

.isinfonico ul {
	list-style-type: none;
	max-width: 900px;
}


@media only screen and (max-width: 700px) {
body{
        background: #fff;
}
div.indice {
        display: none;
}
div.tablas {
	width:700px;
}
table{
	margin: auto;
}
h2{
	background: #9aa;
}
}
