*, body{
	font-family: Arial;	
}

body{
	/*margin: 0px 40px;*/
	margin: 0px; /* LINEA AGREGADA */
}

a{
	text-decoration: none;	
}

.newlink{
	font-size: 13px !important;
	min-width: 150px;
}

.logout{
	font-size: 13px !important;
	min-width: 150px;
}

.ui-datepicker { font-size: 0.8em !important;}

select, input[type='text'], input[type='file'], input[type='password'], textarea{
	/* LINEAS MODIFICADAS */
	background-color: #E9E8EA;
	border: 1px solid #B4B4B4;
	/*padding-left: 55px;*/
	height: 25px;
	width: 95%;
	/* FIN MODIFICACIONES */
	/*border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

.header_center{
	background-image: url(../images/banner_center.jpg);
	background-repeat: repeat-x;
}

.header_center_white{
	background-image: url(../images/banner_center_white.jpg);
	background-repeat: repeat-x;
}

.header_line{
	background-image: url(../images/line.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    
    background-size: 100% auto; /*added*/
    background-origin: content-box; /*added*/ 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;   
    
}

.header_line_white{
	background-image: url(../images/line_white.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    
    background-size: 100% auto; /*added*/
    background-origin: content-box; /*added*/ 
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;   
}

#outerContainer{
	min-width: 800px;
}

#fullContainer{
	/*min-width: 1024px;*/
	width:100%;	
}

/*OVERLAY*/
#loading {
    /*border: 1px solid #ffd32f;*/
    position: absolute;
    left: 40%;
    margin: 0 auto;
    top: 40%;
    padding: 10px;
    z-index: 20001;
    /*height: auto;*/
	text-align: center;
}

#loading .loadingIndicator {
    background: white;
    font: bold 13px Tahoma, arial, helvetica;
    padding: 10px 80px;
    margin: 0;
    height: auto;
    color: #444;    
    
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
}

#loadingMsg {
    font: normal 10px arial, tahoma, sans-serif;
	text-align:center;
}

#semioverlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#F0F0F0;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

/*MENU*/
#menu_container{
	/*border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
		
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	
	border: 1px solid #D0D0D0;	
	margin-top: 5px; COMENTADO 28-10-2013*/
	
	border-bottom-color: #D9E8F1;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-color: #FFFFFF;
	display: table;
	height: 40px;
	width: 100%;
}

#links_container{
	display: table-cell; /* AGREGADA */
	padding: 0px 0px;
	/*width: 100%; 100 si todo va dentro de la tabla links, espacio, path*/
}

/*#links_container ul{
	list-style: none;
	line-height: normal;
}

#links_container li{
	display: inline-block;
	border-right-color: #E2E2E2;
	border-right-style: solid;
	border-right-width: 1px;
	border-collapse: collapse;
}

#links_container a{
	border: none;
	color: #6C6C6C;
	display: block;
	font-size: 18px;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	margin: 0px;
	padding: 0px 20px;
	text-decoration: none;
	text-transform: capitalize;
}

#links_container a:hover, #links_container .current_page_item a{
	background-color: #E9E8EA;
	color: #2FA1D4;
	margin: 0px;
	text-decoration: none;
}

#links_container .current_page_item a{
}*/

#user_container{
	font-size: 10px;
	font-weight: bold;
	letter-spacing:1px;
	margin: 0px 1px 0px 1px;
	display:block;
	color: #303030;
	background-color: white;
	border-bottom-color: #DDEBF2;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.headerdata{	
	/*padding: 10px 20px;*/
	/*width: 100%;*/	
	/*height: 25px;*/ 
	position: relative;
	width:100%;
}

.headerdata td{	
	/*padding: 10px 20px;*/
	/*width: 100%;*/	
	/*height: 25px;*/
	border-right-color: #D9D9D9;
	border-right-style: solid;
	border-right-width: 1px; 
}

.nodetitle{
	color: #7C7C7C; /* AGREGADO 28-10-2013 */
	padding: 10px;
	text-transform:uppercase;
}	

.userdescription{	
	/*color: #7C7C7C; */ /* AGREGADO 28-10-2013 */
	color: #31A3D6; /* AGREGADO 28-10-2013 */
	width: 150px;
}

.userdescription li{
	background: url(../images/usuario.png) left no-repeat; /* AGREGADO 28-10-2013 */
	margin: 0px;
	padding: 0px;
}

#user_desc{
	padding-left: 30px;
}

.nodeselect{
	width: 150px;	
	text-align: center;
}

.nodeselect:hover{ /* AGREGADO 28-10-2013 */
	background-color: lightblue;
}

.userdescription > div, .nodeselect > div{
	/*border-left: 1px solid #A0A0A0; COMENTADO BORDE PEQUE�O 28-10-2013*/
}

#tree-container{
	background: #FFFFFF;
	text-transform:uppercase;
	/*margin-top: 5px;*/
	padding: 5px 5px;
	min-height: 75px;
	color: #303030 !important;
}

.tree-title{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;	
}

.current-node > a{
	background: lightblue !important;
	cursor: default;
}

.nolink-node > a{
	cursor: default;
}

#outerContainer #fullContainer .center{
	text-align: center;
}

/* CAMBIOS REALIZADOS 24-10-2013 - XXX */

html{
	background-color: #E9E8EA;
	width: 100%;
}

#banner{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	width: 100%;
	text-align: center;
}

#banner_trans{
	background-color: #FFFFFF;
	border-bottom-color: #D9E8F1;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	height: 80px;
	width: 100%;
}

#banner_trans #img_1{
	/*background-color: red;*/
	display: inline;
	margin-left: 1%;
}

#banner_trans #img_2{
	/*background-color: green;*/
	float: right;
	margin-right: 2%;
}

.img1{
	height: auto;
	margin-top: 1.2%;
	width: auto;
}

.img2{
	height: auto;
	margin-top: 2.3%;
	width: auto;
}

#header_azul{
	background-image: url("../images/banner_center.jpg");
	height: 16px;
	width: 100%;
}

#header_cyan{
	background-color: #1D9AD2;
	height: 9px;
	width: 100%;
}

.table_links{
	color: #6C6C6C;
	font-size: 18px;
	margin: 0px;
	text-decoration: none;
	text-transform: capitalize;
	width: 100%;
}

.table_links td{
	border-right-color: #E2E2E2;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: center;
	vertical-align: middle;
}

.table_links td a{
	color: #6C6C6C;
	display: block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin: 0px;
	text-decoration: none;
	text-transform: capitalize;
}

.table_links td a:hover, .table_links td a.selected2{ 
	background-color: #E9E8EA;
	color: #2FA1D4;
	display: block;
}

/*.table_links td:hover{
	background-color: #E9E8EA;
	margin: 0px;
	text-decoration: none;
}*/

#espacio{
	/*background-color: red;*/
	display: table-cell;
	width: 10%;
}

#path_actual{
	background-color: #E9E8EA;
	border-left-color: #D9D9DA;
	border-left-style: solid;
	border-left-width: 1px;
	color: #2FA1D4;
	display: table-cell;
	padding-left: 2%;
	text-align: left;
	vertical-align: middle;
	width: 40%;
	font-size: 13px;
}

.hijos{
	color: #000;
}