//@import "reset.css";
body {
	font-family:Times New Roman;
	font-size:14px;line-height:18px;color:#00f;text-align:left; background-color:#ccc;
	position:absolute; width:100%; height:100%;top:0; margin:0; padding:0
	}


a  { color:#b87100; text-decoration:underline; font-size:16px; font-family:"Times New Roman", Times, serif;}
a:link  { color:#b87100; text-decoration:underline;}
a:hover { color:#b87100; text-decoration:none;}
a:active{ color:#b87100; text-decoration:underline;}


.clear  {clear:both; margin:0; padding:0; height:0}
.left{ float:left}
.right{ float:right}

.last{ border:0}
.black{ color:#000}
.red { color:#FF0000;}
.white {color:#FFFFFF;}

/*   -----------------------------------------------------------------*/ 
#page{ width:600px ; margin:0 auto; top:0; text-align:center}
/*  -----------------------------------------------------------------*/ 
#Titulo {
	position: relative;
	top: 0px;
	width: 600px;
	height: 180px;
	/* background-color:#ff0; */
	/* background-image: url(../_Imagenes/PapelChat.jpg); */
	text-align:center;
}

#Acceso {
	position: relative;
	top: 0px;
	width: 600px;
	height: 50px;
	/* background-color:#ff0; */
	/* background-image: url(../_Imagenes/PapelChat.jpg); */
	text-align:center;
	margin-left:0px;

}

#SubeFichero {
	position:relative;
	top:30px;
	left:-100px;
	width:700px;
	height:60px;
	color:#000;
	border:1px solid #960;
	background-color:#fff;
	margin-left:80px;
}

table.analisis {
	border-width: 1px;
	border-spacing: 1px;
	/*border-style: outset;*/
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}

table.analisis th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #9c3;
	-moz-border-radius: ;
}

table.analisis td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

#Listado {
	position:relative;
	top:0px;
	left:-10px;
	color: #00f;
	border: 2px solid #ccc;
	overflow:scroll;
	padding-bottom:10px;
	width:600px;
	/*height:220px; */
	text-align:left;
}