﻿/*------------------------------------------------------------------------------*/
body
{
    font-size:small;
    font-family:helvetica;
    color:GRAY;
    margin:1px 1px 1px 1px;
    text-align:left;
}
input, textarea, select {

    background-color: #EEE;
    border-radius: 6px;
    padding:2px;
}

input[readonly] 
{
     color:#666;
}
input[disabled] 
{
     color:#666;
}
div {
    border-radius: 6px;
    padding: 5px;
}
table {
    border-radius: 6px;
    padding: 5px;
}
/*------------------------------------------------------------------------------*/
#menu_i
{
	position:fixed;
	z-index:501;
	left:0px;
	width:200px;
	color: White;
	top:30%;
}
.menu_i_grupo
{
	border: solid 1px #fff;
	background-color: #6d7993;
	text-align:left;
    padding:5px;
    box-shadow: 7px 7px 15px #999;
    border-radius: 6px;
    cursor:pointer;
}
.menu_i_pant
{
	border: solid 1px #fff;
	background-color: #d5d5d5;
	text-align:left;
    padding:5px;
    box-shadow: 7px 7px 15px #999;
    border-radius: 6px;
    cursor:pointer;
    color:GRAY;
}
.sinboton
{
    border-style:none;
    background-color:Transparent;
    color:white;
    cursor:pointer;
}
.sinboton:hover
{
	color:#FFD700;
}
/*------------------------------------------------------------------------------*/
.num0, .num2, .num3, .num3, .num4, .num5 
{
    text-align: right;
}
/*------------------------------------------------------------------------------*/
#cabecera {
	border: solid 2px #CCC;
	color: #666;
	width:95%;
	height: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin:0 auto 0 auto; 
	text-align:left;
	padding:5px;
	background:#eee;
	box-shadow: 12px 12px 15px #999;
	opacity:0.8;
	filter:alpha(opacity=80);
	border-radius: 6px;
}
#contenedor {
	font-family: verdana;
	color: #666;
	background-color: #f0f0f5;
	width:95%;
	height:auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin:0 auto 0 auto; 
	text-align:left;
	/*position:relative;*/
    padding:5px;
    background-image:url(logos/fondo.png);
    background-repeat: no-repeat;
    background-position:left top;
    min-height:600px;
}

#menu_c, #menu_p {
	border: 2px solid #CCC;
	font-family: verdana;
	background-color:#6d7993;
	width: 80%;
	height: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin:0 auto 0 auto; 
	text-align:left;
	position:relative;
	padding:5px;
	box-shadow: 12px 12px 15px #999;
	border-radius: 6px;
}

#mask {
  position:absolute;
  z-index:900;
  background-color:#fff;
  display:none;
  left:0;
  top:0;
}
#mask2 {
  position:absolute;
  z-index:900;
  background-color:#fff;
  display:none;
  left:0;
  top:0;
}
/*------------------------------------------*/
#calen
{
    position:absolute;
    border:solid 1px GRAY;
    background:#dfe0fe;
    font-family:Verdana;
    font-size:xx-small;
    font-weight:bold;
    width:250px;
}
#calen_cab
{
	width:250px;
	height:20px;
    border-bottom:solid 1px GRAY;
}
#calen_table
{
	width:250px;
    border-bottom:solid 1px GRAY;
}
#calen_mes, #calen_ano
{
	vertical-align:middle;
}
#calen_cie
{
	vertical-align:middle;
	cursor:pointer;
}
#calen_adel, #calen_atra, #calen_adel2, #calen_atra2
{
	cursor:pointer;
}
/*-------------------------------------------------------------*/
#autoc
{
	z-index:999;
	border:solid 1px GRAY; 
	text-align:left;
	padding: 10px; 
	background:#f5f5f5;
	overflow:auto; 
}
/*-------------------------------------------------------------*/
#sbselsel
{
    height:500px; 
    overflow:hidden;
    color: #000000;
    margin: 2em auto;
    padding: 1em 1.5em;
    position: absolute;
    z-index:999;
    border-bottom:solid 2px GRAY;
    border-right:solid 2px GRAY;
    border-top:solid 1px GRAY;
    border-left:solid 1px GRAY;
    display:none;
    background:#ffffb9;
    background: -webkit-linear-gradient(#ffffb9, white);
    background: -moz-linear-gradient(#ffffb9, white);
    background: -o-linear-gradient(#ffffb9, white);
    background: linear-gradient(#ffffb9, white);
}
.sbsel_selec 
{
    background-color:#F6E3CE;
}
#sbselcam
{
    height:500px; 
    overflow:hidden;
    color: #000000;
    margin: 2em auto;
    padding: 1em 1.5em;
    position: absolute;
    z-index:999;
    border-bottom:solid 2px GRAY;
    border-right:solid 2px GRAY;
    border-top:solid 1px GRAY;
    border-left:solid 1px GRAY;
    display:none;
    background:#ffffb9;
    background: -webkit-linear-gradient(#ffffb9, white);
    background: -moz-linear-gradient(#ffffb9, white);
    background: -o-linear-gradient(#ffffb9, white);
    background: linear-gradient(#ffffb9, white);
}

/*------------------------------------------------------------------------------*/
.dialog {
    color: #000000; /* color de texto */
    /*margin: auto auto;*/
    overflow: hidden;
    padding: 1em 1em;
    position: fixed;
    z-index: 910;
    border-bottom: solid 2px GRAY;
    border-right: solid 2px GRAY;
    border-top: solid 1px GRAY;
    border-left: solid 1px GRAY;
    display: none;
    /*background:rgb(226, 243, 248);
    background: -webkit-linear-gradient(rgb(226, 243, 248), white);
    background: -moz-linear-gradient(rgb(226, 243, 248), white);
    background: -o-linear-gradient(rgb(226, 243, 248), white);
    background: linear-gradient(rgb(226, 243, 248), white);*/
    background: #9099a2;
    background: -webkit-linear-gradient(#9099a2, white);
    background: -moz-linear-gradient(#9099a2, white);
    background: -o-linear-gradient(#9099a2, white);
    background: linear-gradient(#9099a2, white);
    cursor: move;
    text-align: center;

    /*añadido para que las popups no cambien de tamaño
    width: 90%;
    height:60%;
    overflow:scroll;*/
}
.dialog h1
{
	border:1px solid GRAY;
}
.scroll
{
	overflow:scroll;
	cursor:default;
	padding: 1em 1em;
}
.recuadro 
{
    border:solid 1px GRAY;
	text-align:left;
	position:relative;
    padding:5px;
    overflow:auto;
}
.titulo
{
    font-family: verdana;
    font-size:large; 
    font-weight:bold;
    left:1%;
    top:1%;
}
.hand
{
    cursor:pointer;
}
.drag
{
	cursor:move;
	position:relative;
}
.error 
{
    color:Red;
 	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	visibility:hidden;
}
/*------------------------------------------------------------------------------*/
a:link 
{
   text-decoration:none;
   color:Blue;
}
a:visited 
{
   text-decoration:none;
   color:Blue;
}
a:hover
{
   text-decoration:none;
   color:red;
}
 
a.menu:link 
{
   text-decoration:none;
   color:White;
}
a.menu:visited 
{
   text-decoration:none;
   color:White;
}
a.menu:hover
{
   text-decoration:none;
   color:#FFD700;
}
.si{
    color:Green;
}

.no{
    color:Red;
}
/*------------------------------------------------------------------------------*/
.mpaginas
{
	  border:solid GRAY 1px;
	  padding:5px;
	  border-radius: 6px;
	  display:inline;
	  cursor:pointer;
}
/*------------------------------------------------------------------------------*/
