@charset "utf-8";
/* CSS Document */

body {
	background-image:url(imagenes/fondo2.jpg);
    background-repeat:no-repeat; 
    background-attachment:fixed; 
    background-position:center; 
} 

table {
   width: 70%;
   text-align: left;
   border-collapse: collapse;
   margin: auto;
   caption-side: top;
   border-style:none;
}
caption, td, th {
   padding: 0.3em;
}
tbody {
   border-top: 1px solid #000;
   border-bottom: 1px solid #000;
}
tbody th, tfoot th {
   border: 0;
}
th.name {
   width: 25%;
}
th.location {
   width: 20%;
}
th.lasteruption {
   width: 30%;
}
th.eruptiontype {
   width: 25%;
}
tfoot {
   text-align: center;
   color: #555;
   font-size: 0.8em;
}
