
body {
	margin: 0;
	padding: 0;
   color: #000;
	background: #fff;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #0066CC;
  background-color: transparent;
}

img {
  border:0;
}

#page {
  margin: 0;
  padding: 0;
}

#uploadform {
	margin: 2em 0 0 0;
}

div#menusup a {
   font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#header {
  margin: 0;
  padding: 0;
  background-position: top;
  background-repeat: repeat-x;
  background-image: url(images/fondotop.jpg);
}

  #header h1 {
    margin: 0;
    padding: 0;
  }

#content {
  padding: 1em;
  line-height: 1.4em;
}

  div#content div#informacion {
  	 width: 70%;
    margin: 0 0 3em 0;
	 display: none;
  }

  div#content h2 {
    margin: 0;
	 padding: 0;
    color: #235077;
	 display: inline;
	 font-size: 1.5em;
  	 background-color: #fff;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  }

  div#content h3 {
    margin: 1em 0 0 0;
	 padding: 0;
    color: #235077;
	  font-size: 1.2em;
   background-color: #fff;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  }

	  div#content h3 a {
		  text-decoration: none;
		}

div#footer {
  clear: both;
  font-size: 0.8em;
  margin: 0;
  text-align: center;
  padding: 0.7em 0 2.5em 0;
  background-position: center;
  background-repeat: repeat-x;
  background-image: url(images/fondopie.jpg);
}

  div#footer a {
  	 text-decoration: none;
  }

  div#footer div#menuinf {
	 font-size: 0.8em;
	 font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	 padding: 2.5em 0 0 0;
  }

  div#footer div#copyright {
  	 margin: 0.7em 0 0 0;
  }

label {
	width: 20%;
  float: left;
	text-align: right;
	padding-right: 1%;
}

#errormsg {
	color: #f00;
	font-weight: bold;
	text-align: center;
  background-color: #fff;
}

#warningmsg {
	color: #000;
	background-color: transparent;
}

#warningmsg p {
  padding: 0;
}

#filelisting {
	margin: 1em 0 0 0;
}

#uploadform .small {
	margin: 0 0 0 16%;
	font-size: 0.7em;
	margin-bottom: 1em;
}

#uploadform p {
  padding: 0;
 margin: 3px;
}

a#hiddenlink, a#hiddenlink:hover {
	color: #000;
	cursor: text;
	text-decoration: none;
  background-color: transparent;
}

.red {
  color: #ff0000;
  font-weight: bold;
  background-color: #fff;
}

table.sortable {
	width: 100%;
	text-align: center;
	border-spacing: 0px;
	border-collapse: collapse;
	height: 30px;
	border: silver solid 1px;
}
table.sortable .lefted {text-align: left;}
table.sortable img  { vertical-align: middle }

table.sortable th {
	height: 30px;
	font-size: 0.9em;
	background-color: #869BBF;
	padding: 4px;
	color: #fff;
	font-weight: bold;
}
table.sortable th a {
	color: #fff;
	text-decoration: none;
  background-color: transparent;
}

table.sortable #th1 {width: 60%;}
table.sortable #th2 {width: 13%;}
table.sortable #th3 {width: 8%;}
table.sortable #th4 {width: 7%;}
table.sortable #th5 {width: 7%;}

table.sortable tr.on {background: #E1E4F2; color: #000;}
table.sortable tr.delete {background: #fcc;}

table.sortable td {
	height: 40px;
	padding: 3px;
	margin:0;
	overflow: hidden;
}

div#upload_pb {
	width: 100%;
	margin:7px 0 6px 0;
}

#upload_pb p span{
   font-weight:bold;
}

#upload_border {
    margin: 15px auto;
	border: 1px #000000 solid;
}

#upload_progress {
	width: 0;
	height: 15px;
	background-color: #DF4556;
}