body {margin: 120px 100px}

table  {border-width: 1px; border-color: #aaaaaa; border-style: solid; padding: 10px;}
th {border-width: 1px; border-color: #aaaaaa; border-style: solid; }
.centro {text-align: center;}
.ficha {margin-top: 7.5em;}
.busca {padding: 0px; margin: 0em; font-size: 0.9em;}
.busca2{padding: 0px; margin: 0 5em;}

img {vertical-align: middle;}
.encabezado {
	position: absolute; left: 100px; top: 10px;	
	background-color: #fff;
	color: #888822;font-weight:bold;
	text-align: center;
	border-width: 1px; border-color: #000000; border-style: solid;
	font-size: 150%;font-style: italic;
	padding: .5em;
}

h4  {margin-top: 0; margin-bottom: 0.3em;}

ul { 
    display: block;
    list-style-type: disc;
    margin-top: 0;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

/* unvisited link */
a:link {
    color: #008888;
}

/* visited link */
a:visited {
    color: #008888;
}

/* mouse over link */
a:hover {
    color: #dd0000;
}

/* selected link */
a:active {
    color: #dd0000;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

