body, html {
	margin				: 0px;
	padding				: 0px;
	width				: 100%;
	height				: 100%;
	min-width			: 1000px;
	font-family			: Arial, sans-serif;
	color				: #CCCCCC;
	font-size			: 12px;
	font-style			: normal;
	line-height			: normal;
	font-weight			: normal;
	font-variant		: normal;
	text-transform		: none;
	text-decoration		: none;
	background-color	: #3399FF;
	-webkit-text-size-adjust:none;
}
table {
	border				: 0px none;
	border-collapse		: collapse;
	border-spacing		: 0px;
}
td {
	vertical-align		: top;
}
img {
 	
}

a {
    outline: 0px none;
	color:#FFF;
}

a:link, a:visited, a:hover {
	text-decoration: none;
}

input, textarea, select, button {
	background:#104d78;
	color:#FFF;
	border: 1px #239ef4 solid;
	padding: 3px 5px;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

input:hover, textarea:hover, select:hover, button:hover, .botton:hover{
	background-color:#111;
}

input:focus, textarea:focus, select:focus, button:focus, .botton:focus{
	background-color: #FFF;
	border: 1px #000 solid;
	color:#000;
}

#content {
	box-shadow: 0px 0px 10px rgb(0, 0, 51);
	margin: 0 auto;
	width: 1000px;
	background-color:#000033;
}

#clean {
	float:none;
	clear:both;
}

#logo {	
	background-color:#FFF;
}

.bordes-all {
	-moz-border-radius	:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius		:8px;
}

.border-top {
	-moz-border-radius	:8px 8px 0 0;
	-khtml-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	border-radius		:8px 8px 0 0;
}
.border-bottom {
	-moz-border-radius	:0 0 8px 8px;
	-khtml-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	border-radius		:0 0 8px 8px;
}

.logo {
	padding: 20px 0px;
	height:130px;
	background: url("images/logo.png");
	background-position:center;
	background-repeat:no-repeat;
}
.menu {
	border-bottom: 5px solid #1974b3;
	height: 27px;
}
.menu-top {
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 2px;
	width: 133px;
    text-align: center;
    margin: 0px 0px 0px 5px;
    color: #FFF;
    background-color: #1974b3;
}
.menu-top:hover {
    background-color: #3399FF;
	padding: 6px 0px;
	border-top:2px solid #1974b3;
	border-left:2px solid #1974b3;
	border-right:2px solid #1974b3;
}

.desconnect:hover {
	border-top:2px solid #FF0000;
	border-left:2px solid #FF0000;
	border-right:2px solid #FF0000;
}

.content {
	padding: 5px 5px 20px 5px;
}

.content-file0, .content-file1, .content-info {
	margin: 0px 0px 4px 0px;
}
.color0{	
	background-color: #0000CC;
	color:#FFF;
	padding: 7px;
}
.color1{	
	background-color: #0033FF;
	color:#FFF;
	padding: 7px;
}
.color2{	
	background-color: #003399;
	color:#FFF;
	padding: 7px;
}
.content-file1:hover {
	background-color:#093756;
	padding: 5px;
	border:2px solid #1974b3
}
/* 1000-10-14=976 #content - .content - .content-file */
.file-name{
	float:left;
	width: 780px;
}
.file-size{
	float:left;
	width: 76px;
	text-align:center;
}
.file-date{
	float:left;
	width: 120px;
	text-align:center;
}
.text-center {
	text-align:center;
}

.titles {
	text-align:center;
	font-weight:bold;
	font-size: 14px;
	background-color: #003366;
	color:#FFF;
	margin: 0px 0px 10px 0px;
	padding: 7px;
}

.botton {
	background:#104d78;
	color:#FFF;
	border: 1px #239ef4 solid;
	padding: 5px 7px;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

.footer {
	background: #1974b3;
	padding: 7px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	-moz-border-radius	:0 0 7px 7px;
	-khtml-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;
	border-radius		:0 0 7px 7px;
}

/* CSS zona Administracion */
#menu-admin{
	float:left;
	width: 250px;
}
.menu-admin {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 5px;
    margin: 0px 0px 4px 0px;
    color: #FFF;
}
.menu-admin:hover {
    background-color: #3399FF;
	padding: 5px 10px 5px 5px;
	border:2px solid #1974b3;
}
.menu-color0 {
	background-color: #1974b3;
}
.menu-color1 {
	background-color: #0f5b90;
}
.menu-color2 {
	background-color: #093756;
}
#content-admin{
	float:left;
	width: 734px;
	margin-left:5px;
}

.form-search-file {
	width: 600px;
	margin-left: 10px;
}
.form-search-users {
	width: 530px;
	margin-left: 10px;
}
.form-select {
	width: 150px;
	margin-left: 10px;
}
.form-change-name{
	width: 460px;
}
.form-change{
	width: 400px;
}
.form-change-register{
	width: 700px;
}
.textarea {
	width: 600px;
	height: 150px;
}
.admin-file-name{
	float:left;
	width: 524px;
}
.admin-file-size{
	float:left;
	width: 76px;
	text-align:center;
}
.admin-file-date{
	float:left;
	width: 120px;
	text-align:center;
}

.admin-user-name0 {
	float:left;
	width: 420px;
}

.admin-user-name {
	float:left;
	padding: 5px 0px;
	width: 420px;
}
.admin-user-connect {
	float:left;
	width: 100px;
	text-align:center;
}
.admin-user-down {
	float:left;
	width: 100px;
	text-align:center;
}
.admin-user-notify {
	float:left;
	width: 100px;
	text-align:center;
}
.admin-log-users {
	float:left;
	width:150px;
}
.admin-log-files {
	float:left;
	width:450px;
}
.admin-log-ip{
	float:left;
	width: 100px;
}
.admin-log-pais{
	float:left;
	width: 150px;
}
.admin-log-userconnect{
	float:left;
	width: 300px;
}
.admin-log-status{
	float:left;
	width:50px;
}
.admin-log-botton {
	float:left;
	width:50px;
	text-align:center;
}
.admin-info-mini {
	float:left;
	width:210px;
}

.mensajes {
	padding: 15px;
	background-color:#000;
	color:#FFF;
	border: 1px solid #1974b3;
}

/* -- SWFUpload Object Styles ------------------------------- */
div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

div.flash {
	width: 500px;
	margin: 10px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

.progressWrapper {
	width: 482px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
	-moz-border-radius	:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius		:8px;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #239ef4;
	background-color: #000000;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #FFFFFF;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 5px;
	background-color: #afe14c;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}