body {
	line-height: 1.3em;
	font-family: "Lucida Grande", sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding : 0;
	margin : 0;
	color : #ffffff;
	background-color : #ffffff;
	/*background-image : url(../imgs/bg.jpg);
	background-repeat : repeat-x;*/
}

/*//////////////////////////////////////////////////////*/
/* Estilos generales para el formato de los formularios */
/*//////////////////////////////////////////////////////*/
label, input { /* Estilo de etiquetas y botones */
	display: block;
	margin-left: 20px;
}

input.text { /* Estilo para los elementos de texto */
	margin-bottom:12px;
	width:75%;
	padding: .4em;
}

fieldset { /* Estilo de los componentes de formulario agrupados */
	 padding:0;
	 border:0;
	 margin-top:25px;
}

label.error { /* Mensaje de error */
	 float: none;
	 color: red;
	 padding-left: .5em;
	 vertical-align: top;
}

#actionbar { /* Alineador de los botones para los formularios */
	  margin-bottom:12px;
	  width:90%;
	  padding: .4em;
}

#users-contain { /* Contenedor para formularios */
	  width: 40%;
	  margin:0 auto;
	  text-align: left;
}

#users-contain table { 
	font-family: "Lucida Grande", sans-serif; 
	font-size: 1.0em;
	margin: 1em 0; 
	border-collapse: collapse; 
	width: 100%; 
}

#users-contain table td { 
	border: 1px solid #eee; 
	padding: .6em 10px; 
	text-align: left; 
}

/*//////////////////////////////////////////////////////////////*/
/*   Estilos generales para el formato de las tablas de datos   */
/*//////////////////////////////////////////////////////////////*/
#dialog_link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}

#dialog_link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;top: 50%;
	margin-top: -8px;
}

ul#icons {margin: 0; padding: 0;}

ul#icons li {
	margin: 2px; 
	position: relative; 
	padding: 4px 0; 
	cursor: pointer; 
	float: left;  
	list-style: none;
}

ul#icons span.ui-icon {float: left; margin: 0 4px;}

#pageTools {
  	background: transparent;
        width: 99%;
	margin-top: 20px;
        height:29px;
        padding-top:4px;
        padding-left:4px;
}


#data-table { /* Contenedor para tablas de datos */
        margin:0 auto;
        text-align: left;
}

div#data-table table {
  	border:0;
  	max-width:927px;
	background: #fff5b4;
}

div#data-table td {
  	padding:4px;
  	border-bottom:1px solid #DDDDDD;
  	color:#333333;
}

div#data-table th {
  	text-align:left;
	padding:4px;
  	border-bottom:1px solid #CCCCCC;
	background: url(redmond/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
  	color:#008AB3;
}

div#data-table tr.odd	{
  	background:#FFFFFF;
}

div#data-table tr.highlight {
  	background:#E8F1FF;
}

div#data-table tr.selected {
  	background:#D9EBF9;
  	color:#008AB3;
}

div#data-table td+td+td {
  	text-align:left;
}

/* Paginador del pie de pagina */
div#footer {
	background: #F2F6FF;
	border: 1px solid #cccccc;
	width: 99%;/*923px;*/
        height:39px;
        padding-top:4px;
        padding-left:4px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
 }

#pagination-style ul { 
	border:0; 
	margin:0; 
	padding:0;
}

#pagination-style li {
	border:0; margin:0; padding:0;
	font-size:11px;
	list-style:none;
	float:left;
}

#pagination-style a {
	border:solid 1px #CCCCCC;
	margin-right:2px;
}
#pagination-style .previous-off,
#pagination-style .next-off {
	border:solid 1px #DEDEDE;
	color:#888888;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
}

#pagination-style .next a,
#pagination-style .previous a { font-weight:bold; }

#pagination-style .active{
	background:#0089B3;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
	margin-right:2px;
}
#pagination-style a:link,
#pagination-style a:visited {
	color:#0089B3;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}

#pagination-style a:hover{
	border:solid 1px #0089B3;
}

/*//////////////////////////////////////////////////////*/
/*   Estilos generales para el formato de las paginas   */
/*//////////////////////////////////////////////////////*/
#header-top { /* Cabecera superior (borde) */
	background-image : url(../imgs/header_top.jpg);
	background-repeat : repeat-x;
	height :10px;
}

#header { /* Cabecera superior */
	background-image : url(../imgs/header-bg.png);
	background-repeat : repeat-x;
	height :60px;
}

#minilogo { /* Area del logo de la aplicacion */
	/*background-image : url(../imgs/logo.png);
	background-repeat : repeat-x;*/
	height : 38px;
	width : 153px;
	margin-left:4%;
}

#menubar { /* Alineador de la barra inmediata a la cabecera */
	background : transparent;
	height: 24px;
}

#barlogged { /* Area donde se presentan los datos del usuario logeado */
	margin-top : -10px;
	font-family : Gill Sans,Arial,sans-serif;
	font-size:12px;
	font-weight : bold;
	text-align : right;
	margin-right : 5%;
	color : #333333;
}

#page { /* Area ocupada por la pagina */
	min-width :1003px;
	background : transparent;
}

/*//////////////////////////////////////////////////////*/
/*   Estilos generales para el menu principal           */
/*//////////////////////////////////////////////////////*/
.mainpanel { /* Panel lateral izquierdo del menu */
	float : left;
	height : 100%;
	margin-top : 10px;
	margin-left : 1%;
	width : 24%;
	padding-top : 10px;
	display : block;
	background : transparent;
}

.contentpanel { /* Panel lateral derecho con el contenido */
      float:left;
      height: 100%
      margin-top : 20px;
      margin-left : 1%;
      width :73%;
      background : transparent;
      text-align : center;
}


iframe { /* Iframe con el contenido dinamico */
    margin-left:3%;
    width: 90%;
    border: 1px solid #ffffff;/*#c1c1c1;*/
    padding: 1em;
    background : transparent;
    overflow:visible;
    display:none
}

#accordion img { /* Estilo de las imagenes de cabecera de los tabs del menu */
	margin-right: 10px;
	width: 24px;
	height: 24px;
	border : 0;
}

#navcontainer { /* Contenedor de las subopciones del menu */
	width: 200px;
}

#navcontainer img { /* Estilo de las imagenes de las subopciones del menu */
	width: 48px;
	height: 48px;
	border : 0;
	display: block;
}

#navcontainer ul { /* Lista ordenada que contiene los items del menu */
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Gill Sans,Arial,sans-serif;
	font-size: 1.2em;
}

#navcontainer a { /* Estilo de los enlaces contenidos en la lista */
      display: block;
      padding: 3px;
      width: 270px;
      background-color: transparent;
      border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited {
      color: #000000;
      text-decoration: none;
}

#navcontainer a:hover { /* Efecto de destaque al pasar el mouse por alguno de los items */
      border: 1px solid #999999;
      background: #ccd232 url(../imgs/hoveritem.png) 50% 50% repeat;
      font-weight: bold;
      color: #212121;
      outline: none;
}

/*//////////////////////////////////////////////////////*/
/*   Estilos generales para los paneles de los graficos */
/*//////////////////////////////////////////////////////*/
.chart_panel {
      background: transparent;
      width: auto;
      text-align: center;
}

.charts_thumbs a {
      color: #CCCCCC;
      text-decoration:none;
      outline:none;
}

.charts_thumbs a:hover {
      color: #90B5DA;
}

.charts_thumbs {
      width: auto;
      margin: 20px auto;
}

.charts_thumbs li {
      list-style-type: none;
      display: inline;
}

/*//////////////////////////////////////////////////////*/
/*   Barra de idiomas                                   */
/*//////////////////////////////////////////////////////*/
.languagues_bar a {
      color: #ffffff;
      text-decoration:none;
      outline:none;
}

.languagues_bar a:hover {
      color: #90B5DA;
}

.languagues_bar {
      width: auto;
      margin: 20px auto;
}

.languagues_bar li {
      list-style-type: none;
      display: inline;
}