/*
     ESTRUCTURA DE LA PAGINA
*/
body {

	font: 12px Arial , Verdana, Helvetica, sans-serif;
	/*background: #5f5f5f url('html_bg.png') repeat-x scroll;*/
	background-color: #F8F8F8;
	height:100%;
}

* html body { /*background-color:#E7E7E7; */
	
}
/****  overlay load page ***********************/

#ws-overlay-loading-page-proyecta {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: gray;
	z-index:100000000000; 
}


#ws-overlay-loading-page-proyecta img {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -26px 0 0 -26px;
	padding: 10px;
	background: #fff;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
/***************** dimensiones ***********************/
#ws-header-container,#ws-horizontal-menu-container,#ws-breadcrumb-menu-container,#ws-main-content-container,#ws-footer-container
	{
	padding-left: 0px;
	padding-right: 0px;
	/*outline: 1px solid yellow;*/
}

#ws-horizontal-menu-container {
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 999;
	position: relative;
}

#ws-breadcrumb-menu-container {
	padding-top: 10px;
	padding-bottom: 5px;
}

#ws-header-wrap {
	background-color: white;
	border-top: 0px solid transparent;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	margin-bottom: 0px;
	background-image: none;
	width: 100%;
	margin-left: auto;
  	margin-right: auto;
  	position:relative; 
	height: auto !important; /* para los browsers buenos */
	height: 120px; /* para IE5+ */
	min-height: 120px; /* para los browsers buenos */
}

#ws-header-container{
	height: auto !important; /* para los browsers buenos */
	height: 120px; /* para IE5+ */
	min-height: 120px; /* para los browsers buenos */
}


#ws-main-content {
	height: auto !important; /* para los browsers buenos */
	height: 550px; /* para IE5+ */
	min-height: 550px; /* para los browsers buenos */
	position:relative;
}

#ws-footer-wrap {
	height: auto !important; /* para los browsers buenos */
	height: 150px; /* para IE5+ */
	min-height: 150px; /* para los browsers buenos */
	width: 100%;
}

#ws-horizontal-menu-wrap {
	width: 100%;
}

/**************** fin dimensions **********************/

/*****************  color ****************************/
.ws-content-wrap-background {
	background-color: #EEEEEE;
}

#ws-header-wrap {
	background-color:#e13035; 
}

#ws-header-container {
	background-color:#e13035; 
}

.ws-content-wrap-background {
	background-color:#fff; 
}

#ws-footer-wrap {
	background-color:#303030;
}

/*
     FIN ESTRUCTURA DE LA PAGINA
*/



/***** titles *******************/

.ws-h1 {
	font-size:14px;
	font-weight:bold;
	padding:5px 5px 3px 5px;
	margin-bottom:10px;
	text-align:center;
}





/****  logout header **************/
#ws-form-logout-header {
	position: relative;
	margin: 0px;
	padding: 0px;
	float: right;
	padding-right: 10px;
	margin-top: -5px
}

#ws-header-box-logout {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 35px;
	width: 405px;
	z-index: 200;
	border-radius: 0px;
	padding-top: 15px;
	padding-left: 10px;
	border: 1px solid white;
	overflow: hidden;
	zoom: 1;
	float: right;
}

#ws-header-box-shadow-logout {
	position: absolute;
	top: 0px;
	right: -5px;
	height: 42px;
	width: 410px;
	z-index: 10;
	
}

*+html #ws-form-logout-header {
	 margin-top:-20px;
}

* html #ws-form-logout-header {
	 margin-top:-20px;
}

/*************** fin ******************************/
#logo {
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 5px 0px;
}

#slogan {
	text-align: center;
}

#slogan h1 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 35px;
}

#ws-header-wrap #site-heading {
	background-color: yellow;
}

#ws-header-wrap site-heading-rh {
	background-color: red;
}

#ws-breadcrumb-menu {
	z-index: 1;
	zoom: 1;
	position: relative;
}

/*********** OVERWRITE UI *********************************/
.ui-widget {
	font-size: 12px;
}

/************** MENU BAR ***********************************/
.menubar {
	list-style: none outside none;
}

.menubar li {
	display: inline;
	list-style: none;
}

/***********************  MY UI TABLE LIST (listados) ***********************************/
.my-ui-table-list {
	margin: 0 auto;
}

.my-ui-table-list td.ui-widget-content,.my-ui-table-list th.ui-state-default{
	padding: 5px 3px 3px 10px;
}


.my-ui-table-list td.no-print,.my-ui-table-list th.no-print {
	width: 50px;
}

.my-ui-table-list .ws-th-vertical{
	text-align:right; 
	padding: 5px 5px 3px 10px;
}



.my-ui-table-list caption.ui-widget-header {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.my-ui-table-list th.ui-state-default {
	vertical-align: top;
	text-align: center;
	font-weight: bold;
}


.my-ui-table-list td.ui-widget-content {
	vertical-align: top;
}

.my-ui-table-list td.level_1{
	font-weight:bold;
}

.my-ui-table-list td.level_2{

}

.my-ui-table-list td.level_3{

}

.my-ui-table-list td.level_4{

}
.my-ui-table-list td.level_5{

}

.my-ui-table-list td.level_6{

}



.my-ui-table-list td.left{
	text-align: left;
}

.my-ui-table-list td.rigth{
	text-align: rigth;
}

.my-ui-table-list th.left{
	text-align: left;
}

.my-ui-table-list th.rigth{
	text-align: rigth;
}

/*********** BUTTON *******************/
div.my-ui-button {
	width: 20px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 2px;
	margin: 0 0;
}

/********** MENU TABLE  *****************/
.my-table-menu {
	padding: 0px;
	margin: 0px;
	width: 100%;
	empty-cells: show;
	border-collapse: collapse;
	border: 0px;
}

.my-table-menu th,.my-table-menu th a {
	text-align: center;
	font-weight: bold;
}

.my-table-menu th a.ui-state-hover {
	width: 100%;
}

/*********** MENU  LIST ********************/
.my-ui-menu {
	padding: 0;
}

.my-ui-menu  li.first {
	display: inline;
}

.my-ui-menu  li.first a {
	font-family: Arial;
	text-decoration: none;
	float: left;
	display: block;
}

.my-ui-menu  ul.item {
	display: block;
	position: absolute;
	text-align: left;
}

.my-ui-menu  ul.item li {
	display: block;
	float: none;
}

.my-ui-menu  ul.item a {
	font-family: Arial;
	text-decoration: none;
	display: block;
}

.ui-menubar .ui-menu {
	font-weight: normal;
	position: absolute;
	width: 200px;
	z-index: 999;
}

/************ STANDARD FORM ********************/
.my-ui-standard-form {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.my-ui-standard-form caption {
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	font-weigth: bold;
}

.my-ui-standard-form th {
	text-align: right;
	padding: 5px;
	font-weight: bold;
	border: 0px;
	width: 30%;

}

.my-ui-standard-form td {
	text-align: left;
	padding: 5px;
	width: 70%;
	padding-right: 15px;
}

.my-ui-standard-form .input-text,.my-ui-standard-form .input-textarea,.my-ui-standard-form .input-select
	{
	width: 99%;
}

.my-ui-standard-form .input-textarea {
	height: 200px;
}



/************ STANDARD FORM  las etiquetas encima de los campos  ********************/
.my-ui-standard-form-label-top {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.my-ui-standard-form-label-top caption {
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	font-weigth: bold;
}

.my-ui-standard-form-label-top th , .my-ui-standard-form-label-top td{
	text-align: left;
	padding: 5px;
	font-weight: bold;
	border: 0px;
	padding-left: 15px;
	
}

.my-ui-standard-form-label-top th{
	padding-bottom:2px;	
}

.my-ui-standard-form-label-top td {
	
	font-weight: normal;

}

.my-ui-standard-form-label-top .input-text,.my-ui-standard-form-label-top .input-textarea,.my-ui-standard-form-label-top .input-select
	{
	width: 99%;
}

.my-ui-standard-form-label-top .input-textarea {
	height: 150px;
}

.my-ui-standard-form-label-top td.input-submit{
	text-align:right;
}

.my-ui-standard-form-label-top button.input-submit{
	 padding-left:20px; 
	 padding-right:20px;
}
	


/************** menu *******************/

/*!
 * jquery.ui.potato.menu
 * 
 * Copyright (c) 2009-2010 makoto_kw, http://www.makotokw.com
 * Licensed under the MIT license.
 * 
 * @author makoto_kw
 * @version 1.1
 */
ul.potato-menu {
	margin: 0;
	padding: 0;
	width: auto;
	list-style: none;
}

.potato-menu:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

ul.potato-menu li.potato-menu-item {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	list-style-position: outside;
	display: inline;
	float: left;
}

ul.potato-menu li.potato-menu-item a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	outline: 0;
}

ul.potato-menu ul.potato-menu-group {
	margin: 0;
	padding: 0;
	-webkit-padding-start: 0;
	-webkit-padding-end: 0;
	position: absolute;
	display: none;
	z-index: 1000;
}

.menu {
	list-style: none;
	font-size: 12px;
}

.menu img {
	border: 0px;
	height: 16px;
	position: relative;
	top: 3px;
}

#mainmenu ul {
	display: none;
}

#mainmenu li,#mainmenu  a,#mainmenu span {
	text-align: left;
}

* html #mainmenu .first {
	width: 1px;
}

/******************* BUSCADOR ********************/
div.ws-searcher {
	margin-top: 20px;
}

table.ws-searcher {
	padding: 0px;
	margin: 0px;
	empty-cells: show;
	border-collapse: collapse;
	border: 0px;
}

table.ws-searcher .input-text {
	width: 95%;
}

table.ws-searcher .input-select {
	width: 98%;
}

.ws-searcher-wrap {
	padding-top: 10px;
}

table.ws-searcher  td.submit_search {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
}

table.ws-searcher th.ws-th-search {
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}

table.ws-searcher  td.submit_search input {
	float: left;
}

div.ws-info {
	border: 1px solid #DDDDDD;
	padding: 15px 5px 5px 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #fff;
}

/***** box login **********/
div.ws-login-main-page {
	width: 400px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left:30px;
	
}


*+html div.ws-login-main-page{

}

div.ws-login-main-page form {
	padding: 0px;
	margin: 0px;
}
*+html  div.ws-login-main-page form{
	 position:relative; 
	 
	 
}


div.ws-login-main-page  label {

	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	float:right;
}

div.ws-login-main-page  th,div.ws-login-main-page  td {
	vertical-align: top;
	padding: 5px;
}

div.ws-login-main-page  th {
	padding-right: 0px;
}

div.ws-login-main-page  input,div.ws-login-main-page button.input-submit{

	width: 95%;
}

div.ws-login-main-page .input-select {

	width: 98%;
}

/************************** MENU BREADCRUMB ************************************/
#ws-breadcrumb {
	z-index: 1;
	display: inline;
	position: relative;
	float:left;
}

#ws-breadcrumb li {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0px;
	margin-right: 3px;
	z-index: 1;
}


.ui-corner-all-pie {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/PIE.htc);
}


/**************** PAGINATOR *********************************************/

/*
 *  File:         demo_table_jui.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/ - relative to this CSS file.
 */

/*
 * jQuery UI specific styling
 */
.paging_two_button .ui-button {
	float: left;
	cursor: pointer; *
	cursor: hand;
}

.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer; *
	cursor: hand;
	color: #333 !important;
}

.dataTables_paginate .ui-button {
	margin-right: -0.1em !important;
}

.paging_full_numbers {
	width: auto !important;
	min-width: 100px;
	width: 100px;
}

.dataTables_wrapper .ui-toolbar {
	padding: 5px;
}

.dataTables_paginate {
	width: auto;
}

.dataTables_info {
	padding-top: 3px;
	padding-left: 10px;
}

table.display thead th {
	padding: 3px 0px 3px 10px;
	cursor: pointer; *
	cursor: hand;
}

div.dataTables_wrapper .ui-widget-header {
	font-weight: normal;
}

/*
 * Sort arrow icon positioning
 */
table.display thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 20px;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	float: left;
}

.dataTables_paginate {
	float: left;
	text-align: left;
	padding-left: 10px;
}

table.display tfoot th {
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	font-weight: normal;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers a.paginate_button,.paging_full_numbers a.paginate_active
	{
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}


/***** GENERAL ****************/

.center{
	text-align:center; 	
}

.left{
	text-align:left; 	
}

.right{
	text-align:right; 	
}

/***** FIN GENERAL ****************/

.ws-ui-title{
	background-image: none;
	border:0px;
	background-color:transparent;
}

/******* jquery ui widget *****************/


 .ui-combobox {
     position: relative;
     display: inline-block;
 }
 .ui-combobox-toggle {
     position: absolute;
     top: 0;
     bottom: 0;
     margin-left: -1px;
     padding: 0;
     /* adjust styles for IE 6/7 */
     *height: 1.7em;
     *top: 0.1em;
 }
 .ui-combobox-input {
     margin: 0;
     padding: 0.3em;
 }
 
/******* fin jquery ui widget *****************/


/***********  pagina ver  ******************/
table#ws-table-view-print {
	
	padding: 0px;
	margin: 0px;
	empty-cells: show;
	border-collapse: collapse;
	border: 0px;
	width:99%; 
}

table#ws-table-view-print  th{
	font-size:12x;
	font-weight:bold; 
	padding:5px 5px 2px 0px; 
	width:99%; 
}

table#ws-table-view-print  td{
	width:99%; 
	padding:5px 5px 10px 0px; 
}


/*****  buscador ********/

td.ws-td-search{
	padding:3px;
}

/****  plugin expander **********/
.read-less, .read-more{
	text-decoration: none;
	font-style: italic;
}

.read-less a , .read-more a {
	text-decoration: none;
	font-style: italic;
}


.ws-no-print{
	text-align: center;
}

/********* hacks ************/

.ws_inline_block  {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

/**** clases para testar ******/

.grid_test_1 , .grid_test_2, .grid_test_3{
	border-width: 1px;
	border-style: solid;
	
}

.grid_test_1 {
	border-color:red;
}

.grid_test_2 {
	border-color:green;
}

.grid_test_3 {
	border-color:blue;
}

.kcfinder_container_div{
    display: none;
    position: absolute;
    width: 670px;
    height: 400px;
    background: #e0dfde;
    border: 2px solid #3687e2;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 1px;
}
div.ws-container-links-multimedia{
		border:1px solid #D8DCDF;
		padding:5px;
		margin-bottom:5px;
		background-color:#F1F1F1;
		color: #000;
}
div.ws-container-links-multimedia a{
	text-decoration:none;
}

.ws_tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.ws_tooltip .ws_tooltiptext {
    visibility: hidden;
    width: 420px;
    background-color: black;
    color: #fff;
    text-align: left;
    padding: 5px;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.ws_tooltip:hover .ws_tooltiptext {
    visibility: visible;
}