/*
*{
    margin:0;
    padding:0;
	border:none;
}
ul { list-style:none; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;
	background:#fff;
}

a{
	text-decoration:none;
	color:#09C;
}

p{ margin-bottom:5px; }

input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222;    
}

textarea {
    border: 1px solid;
}


ul.ui-multiselect-checkboxes li label span{
    margin-left:4px;
}

table input[type="text"] {
    width: 95%;
    height: 20px;
}

.tabs input.defaultTextActive,
.scan-path input.defaultTextActive {
    color: #a1a1a1;
    font-style: italic;
}

.input{
	padding: 4px 0;
}

.left{
    float:left;
}
.right{
    float:right;
}

#sidebar .box2 .form select.year {
    width: 60px;
}
#sidebar .box2 .form input.year {
    width: 60px;
	margin-right:5px;
}

.checkbox{
	vertical-align:text-bottom;
}

.clear{ clear:both; }

.checkbox input[type="checkbox"] {
	float: left;
	margin-right: 5px;
}


.black {
	background:#000000;
}

.d_turquoise {
	background:#007070;
}

.grey {
	background:#bababa;
}

.white {
	background: #ffffff;
}

.yellow {
	background: #ffff66;
}

.orange {
	background: #f56200;
}

.red {
	background: #d80000;
}

.brown {
	background: #ac3d00;
}

.purple {
	background: #700070;
}

.green {
	background: #33CC33;
}

.blue {
	background: #00c6ff;
}

.pink {
	background: #ff85a3;
}

#header {
	position:relative;
	height:70px;
	background:url(/v5/img/bg-header-largo.png) repeat-x left;
}

#header h1 {
	position:absolute;
	top: 0px;
	right: 0px;
}

#header #main-tabs {
	position:absolute;
	bottom:0px;
	left:0px;
	width:368px;
	height:57px;
	background:url(/v5/img/bg-menu.png) no-repeat;
}
#header #main-tabs ul{
	height:54px;
	padding:9px 0 0 0;
	overflow:hidden;
}
#header #main-tabs ul li {
	float:left;
	width:70px;
	height:47px;
	text-align:center;
	overflow:hidden;
}
#header #main-tabs ul li a {
	display:block;
	height:47px;
	background:url(/v5/img/bg-menuli.png) no-repeat bottom right;
}
#header #main-tabs ul li a:last-child {
	background:none;
}
#header #main-tabs ul li a:hover,
#header #main-tabs ul li a.current {
	background:url(/v5/img/bg-menulihover.png) no-repeat left top;
}
#header #main-tabs ul li.disabled > img,
.menubar ul li.disabled > img{
    opacity: 0.4;
    filter: alpha(opacity=40);
    zoom: 1;
}
#header #main-tabs ul li.disabled{
    background:url(/v5/img/bg-menulidisabled.png) repeat-x;
}
#header #main-tabs ul li img {
	margin-top:5px;
}

#header #main-tabs ul li:last-child img {
	margin-top:8px;
}



#header #info {
	position:absolute;
	top:10px;
	left:50%;
	width:23%;
	margin-left:-12%;
    height: auto;
}
#header #info img {
	float:left;
}



#header #adminaccess {
	position:absolute;
	top: 40px;
	right: 10px;
}
#header #userinfo {
	position:absolute;
	top: 75px;
	right: 25px;
	color: #fff;
    font-size: 11px;
    font-weight: bold;
	z-index:2;
}
#header #userinfo ul {
	float:right;
	height:24px;
	margin:0;
	padding:0;
}
#header #userinfo li {
	float:left;
	padding:0 15px;
}
#entityName{
    color: white;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 3px -1px 1px #6374AB
}
#header #entityHeader {
    padding:3px 0 0 4px;
}

#header .close {
	position:absolute;
	top: 74px;
	right: 2px;
	padding-right: 6px;
	z-index:5;
}

#sidebar, #content {
    position: absolute;
	top: 70px;
}
#sidebar {
    width: 350px;
    bottom: 0;
}
#content {
    left: 350px;
    right: 0;
    bottom: 0;
}

#boxtable{
	clear:both;
	width:100%;
	float:right;
	overflow:hidden;
}


#sidebar .box{
	position: relative;
	padding: 15px 0px 5px 20px;
	border-top:none;
}
#sidebar .box2{
	padding: 10px 0 0 20px;
	background:none;
	border:none;
}
#sidebar .box2 .form .input,
#sidebar .box2 .form select{
	width:  300px;
}
div.form ul li{
	margin-top:4px;
}

.searchDate{
    margin-right: 2px;
    padding: 4px 0;
    width: 143px;
}

#sidebar .box2 .form .input #fcto{
    width:47%; 
    float:right;
}


#closesidebar {
	position:absolute;
	top:2px;
	right:0;
	display:block;
	width:28px;
	height:29px;
	background:url(/v5/img/arrow-left.png) no-repeat;
	text-indent:666px;
	cursor:pointer;
	overflow:hidden;
}
#closesidebar.close {
	background:url(/v5/img/arrow-right.png) no-repeat;
    width:29px;
}
#closesidebar.hide {
	display:none;
}



.htabs{
	height:33px;
	background: url(/v5/img/menubarbg.png) repeat-x;
	overflow:hidden;
}
.htabs li{
	float:left;
	line-height:33px;	
	color:#fff;
	overflow:hidden;    
}
.htabs li a{
	display:inline-block;
	height:33px;
	padding:0 9px;
	color:#fff;
}
.htabs li a.active{
	background:#ced5da;	
	color:#222;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color:#222;
}

.tabs{
	position: relative;
	background:#ced5da;
	z-index: 100;
    height: 100%;
}
.tabs:after{
	position: absolute;
    bottom: 0px;
	left:0;
	content:'';
	width:100%;
	height:10px;
}
.tabs .tab{
	padding:0;
}
#searchPanel.tab{
    padding-top:10px;
}
.htabs-archive {
	height: 33px;
	background: url(/v5/img/menubarbg.png) repeat-x;
	overflow:hidden;
	color: #fff;
	padding-left: 20px;
}

.htabs-archive a {
    color: #a6caed;
    font-weight: bold;
}

span.expirationDate{
    font-weight: bold;
    color:red;
}

ul.acordeon{
	margin:20px 0;
	overflow:hidden;
	z-index: 100;
}
ul.acordeon li .content {
	display:none;
}
ul.acordeon li a.tit{
	display:block;
	margin-bottom:1px;
	padding:4px 20px;
	background:#9cb4c3;
	color:#222; 
    font-weight: bold;
}
ul.acordeon li a.tit:hover,
ul.acordeon li a.tit.active{
	background:#222;
	color:#FFF;
}



.menubar{
	top:0;
    height:33px;
    vertical-align:top;
    background:url(/v5/img/menubarbg.png) repeat-x;
    overflow:hidden;
}
.menubar .label{
    float:left; color:#FFF;
    font-size:12px; padding-left:10px;
    padding-top:2px; padding-right:10px;
}
.menubar ul li{
	float:left;	
}
.menubar ul li.menubartitle{
	width:100px;
}
.menubar ul li input{
	position:relative;
    top: 0;
    
}
.menubar ul li input.disabled{
    top:-99px !important;
    cursor: default;
}

.menubar ul li input.active{
    top:-66px !important;
}
.menubar ul li input.enabled{
    top:0;
}
.menubar ul li label.icon {
    display:block;
    width: 47px;
    background: url(/v5/img/menu2_b5.jpg) no-repeat;
    background-position: 0px 0px;
    
}

.menubar ul li label input.file {
    -moz-transform: translate(-300px, 0pt) scale(4);
    opacity: 0;
    cursor: pointer;
    direction: ltr;
    margin: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.menubar ul li button, .menubar ul li label{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    box-shadow: 0 0;
	display: inline-block;
    height: 33px;
    text-shadow: 0 0;
    overflow: hidden;
    cursor: pointer;
}
div.bubble_menu {
	font-size:12px;
	color:#FFF;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	top:33px;
    z-index:200;
    position:absolute;
    height:auto;
    width:auto;
    background-color:#333;
    display:block;
    visibility:hidden;
}
.modal_content span.title{
    font-size:18px;
	color:#222;
    text-shadow: 3px 3px 3px #6374AB;
    margin:10px;
    float:left;
    font-weight: bold;
}
div.modal_fondo{
	display: none;
	visibility:hidden;
	width:100%;
	height:100%;
	z-index:1000;
	position:fixed;
	top:0px;
	background-image: url("/v5/img/overlay_oscuro.png");
}
#ftpInfoWindow{
    width:300px;
}
div.ftpDataBody{
    color:white;
    margin:1px;
}
div.dataWindow{
    background-image: url("/v5/img/overlay_oscuro.png");
    color:white;
    margin:0 auto;
}
div.infoheader{
    background-color: #DBDBDB;
    color:black;
    text-align:left;
    font-weight:bold;
    padding:3px;
    margin:1px;
    border-radius: 4px 4px 0 0;
}
div.infoclose{
    float:right;
    width:45px;
}
td.infofield{
    text-align:left;
    font-weight:bold;
}
td.infovalue{
    text-align:left;
}

.table tr{
	border-bottom:1px solid #DEEBF8;
}
.table tr.tit{
	background:#ECF4F9;
}
.table tr.tit th{
	position:relative;
	padding:5px 0;
	border:1px solid #B4E9FF;
	border-right:1px solid #222;
}
.table tr.tit th:last-child{
	border-right:none;
}
.table tr:nth-child(even) {
	background: #FAFDFE;
}
.table tr td {
	position:relative;
	padding:5px 0;
	text-align:center;
	border-bottom:1px solid #DEEBF8;
}
.table tr td a img{
	margin-left:10px;
	vertical-align:middle;
}


td.center .meter-wrap{
    margin:0 auto;
}
.meter-wrap{
    position: relative;
}

.meter-wrap, .meter-value, .meter-text {
    width: 155px; height: 30px;
}

.meter-wrap, .meter-value {
    background: #bdbdbd url(/v5/img/meter-outline.png) top left no-repeat;
}
            
.meter-text {
    position: absolute;
    top:0; left:0;

    padding-top: 5px;                
    color: #fff;
    text-align: center;
    width: 100%;
}

.paginator{
	width:100%;
	height:23px;	
    background-color: #ECF4F9;
    border-top: 1px solid #B4E9FF;
    border-bottom: 1px solid #B4E9FF;
	color:#09C;
	line-height:22px;
    font-size:11px;
}

.paginator span.legend{
	margin-left:50px;	
}

div.extended div.paginator span.legend{
	margin-left:5px;	
}

.paginator span.current-page {
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
}
.paginator a {
    padding-left: 2px;
    padding-right: 2px;
}

#closelist {
	margin-top:2px;
	display:block;
	width:28px;
	height:29px;
	background:url(/v5/img/arrow-down.png) no-repeat;
	text-indent:666px;
	cursor:pointer;
	overflow:hidden;
}
#closelist.close {
	background:url(/v5/img/arrow-up.png) no-repeat;
    width:29px;
}
#closelist.hide {
	display:none;
}
#fileprops ul {
	display:inline;
}
#fileprops li {
	display:inline;
}


.thumbPreview{
    border-style:solid;
    border-width: 1px;
    border-color: #74A1ED;
    margin-left:5px;
    margin-top:3px;
    float:left;
    display:block;
}
 
.thumbPreview:hover {
  -webkit-filter: grayscale(30%);
  border-color: black;
  cursor: pointer;
}
.wrappercontent{
	clear:both;
	position:relative;
	width:100%;
	height:400px;
}
#boxcontent, #archivePreview, #viewPreview, #mailPreview {
    position: absolute;
}
#boxcontent {
    left:41px;
}
#archivePreview, #viewPreview {
    left: 41px;
    right: 0;
    top: 0;
    height:100%;
}
#mailPreview {
    left:0;right:0;top:-20px;height: 100%;
}

.menucontent, .archivemenucontent{
	position:absolute;
	right:0;
	top:0;
	background:url(/v5/img/bg-menucontent.png) repeat-y;
    height:400px;
}
.menucontent li, .archivemenucontent li{
	width:41px;
	height:41px;
	background:url(/v5/img/bg-menulicontent.png) no-repeat bottom right;
	text-align:center;
}
.menucontent li a, .archivemenucontent li a{
	display:block;
	height:41px;
	cursor:pointer;
}
.menucontent li a:hover,
.menucontent li a.selected, 
.archivemenucontentli a:hover,
.archivemenucontentli li a.selected
{
	background:url(/v5/img/bg-menulihover.png) no-repeat left top;
}
.menucontent li img, .archivemenucontent li img{
	margin-top:10px;
}

.sidebarcontent{
	position:absolute;
    top:70px;
	left:30px;
	width:320px;
    padding-top:5px;
}

div.closes-frame div.sidebarcontent{
    top: 0px;
}

.sidebarcontent .editcontent,.sidebarcontent .viewcontent{
    overflow: auto;
}

.boxdocument{
	display:none;
}
.menudocument{
	height: 41px;
	background: #6ED2FD no-repeat right bottom;
	margin-bottom: 5px;
}
.menudocument .menudoc li{
	float:left;
	height: 41px;
	width:220px;
}
.menudocument .menudoc li:first-child{
	background:none;
}
.menudocument strong{
	display:inline-block;
	padding:13px 0 0 15px;
	color:#fff;
	line-height:normal;
}
.menudocument .menudoc li.action{
	float:right;
	width:41px;
	text-align:center;
}
.menudocument .menudoc li.action img{
	margin-top:5px;
}
.menudocument .menudoc li.action a{
	display:block;
	height: 41px;
}
.menudocument .menudoc li.action a:hover{
	background:url(/v5/img/bg-menulihover.png) no-repeat left top;
}

.menudocument .menudoc li.action img {
    margin-top: 5px;
}


.boxdocument .txt{
	overflow: auto;
}
.boxdocument .txt .list{
	margin-left:50px;
}
.boxdocument .txt .list li{
	margin-bottom:10px;
}
.boxdocument .txt .list li span{
	color:#09C;
}

.boxdocument .txt .boxtxt{
	margin:20px;
}
.boxdocument .txt .boxtxt h3{
	height:40px;
	padding-left:30px;
	line-height:40px;
	background:#D3E7F0;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.boxdocument .txt .boxtxt ul{
	background:#EAF5F9;
	padding:25px 30px;
}
.boxdocument .txt .boxtxt ul li{
	margin-bottom:10px;
}

.wrappercontentfiling{
	clear:both;
	position:relative;
	width: 840px;
	height:580px;
}

.scnnerframe{
	padding:0 25px;
	height:42px;
	overflow:hidden;
	margin: 60px 0 10px;
}

img.loading-bar{
    padding-top: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.combobox {
	position: relative;
}

div.combobox a.modal {
	position: absolute;
    right: 4px;
    top: 2px;
}

.cabecera_menu_usuario{
background-image:url('/v5/img/uo_cabecera.png');
height:6px;
left:0px;
top:0px;
position:relative;
}
.opciones_usuario{
display: none;
background-color:#000000;
border:#000 solid 1px;
width:auto;
height:auto;
top:100px;
right:28px;
position:absolute;
z-index:3;
}
.usermenubutton{
padding:5px 10px 5px 10px;
color:#FFFFFF;
}
.usermenubuttonover{
    background: #4d5458;
}
.imagen_menu_usuario{
padding-right:5px;
}
.bloque_userinfo{
padding:2px;
padding-left:5px;
padding-right:15px;
}
.user_menu li{
   padding:4px;
}
.user_menu li:hover{
    background: #4d5458;
}
.user_menu li span{
    display:block;
}
*/