/* ////////////////////// GENERAL ////////////////////// */
body {
	background-color: #00315e;
	background-image: url("http://www.oceanografica.com/recursos/img/web_fondo.jpg");
	background-repeat: no-repeat;
	background-position: center top;

	color: #6DA9C3;

     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
     font-weight: normal;

     margin: 50pt 75pt;
     
     text-align: justify;
	}
	
img { border: none; }

h1 {
	color: #789ecb;
	font-size: 14pt;

	margin-left:42px;

	margin-top: 2ex;
	margin-bottom: 4ex;

	}

p {
	margin-left: 42px;
	margin-top: 3ex;
	}

a {
	text-decoration:none;
	color: #8098AF;
     text-decoration:none;
	}
	
a:hover {
	color: #FFF;
	text-decoration: none;
	}

a.action {font-weight: bold;}
	
/* ////////////////////// LAYOUT ////////////////////// */
#container {

	position: absolute;
	left: 50%;
	margin-left: -40%;

	width: 80%;
	min-height: 100%;
	}

#logo{
text-align: center;
padding-bottom:30px;
}	


table.fileList {
	width: 100%;
	text-align: center;

	border-spacing: 0ex;

	margin: 0 auto;
	margin-left: 42px;
	}
	
h1.notfound, h1.maintext{
width:500px;
margin:auto;
margin-top:80px;
margin-bottom:80px;
text-align: center;
color: #FFF;
background-color:#00315e;
text-transform: uppercase;
}	

p.texto{
text-align:center;
color:#FFF;
margin:0px;
padding:0px;
}

#line{
width:500px;
height:1px;
background-color:#CCCCCC;
margin:auto;
margin-bottom:20px;
margin-top:20px;
}

/* ////////////////////// TABLE STYLE ////////////////////// */

.fileList .name {
	text-align: left;
	}

.fileList .size {
	text-align: left;
	width: 15ex;
	}

.fileList .date {
	width: 30ex;
	text-align: left;
	}
	
.fileList td {
	height: 5ex;
	padding: 1ex;
	border-bottom: solid 1px #808080; /* gris */
	}

.fileList th {
	border-bottom: solid 1px silver;
	color: silver;
	height: 6ex;
	vertical-align: middle;
	padding: 1ex;
	text-transform: uppercase;
	}
