﻿/*------------------------------------------------------------------------------*/
body
{
    font-size:small;
    font-family:verdana;
    color:Black;
    margin:1px 1px 1px 1px;
    text-align:left;
}
input, textarea, select
{
    background-color:#EEE;
}
input:focus 
{
    background-color: #ffff99;
}
input[readonly] 
{
     color:#666;
}
input[disabled] 
{
     color:#666;
}
input[type="button"]:focus 
{
    color: green;
    font-weight: bolder;
}
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/
#menu_i
{
	position:fixed;
	z-index:501;
	left:0px;
	width:200px;
	color: White;
	top:30%;
}
.menu_i_grupo
{
	border: solid 1px #fff;
	background-color: #ff0033;
	text-align:left;
    padding:5px;
    box-shadow: 7px 7px 15px #999;
    border-radius: 5px;
    cursor:pointer;
}
.menu_i_pant
{
	border: solid 1px #fff;
	background-color: #FFE5E5;
	text-align:left;
    padding:5px;
    box-shadow: 7px 7px 15px #999;
    border-radius: 5px;
    cursor:pointer;
    color:black;
}
.sinboton
{
    border-style:none;
    background-color:Transparent;
    color:white;
    cursor:pointer;
}
.sinboton:hover
{
	color:black;
}
/*------------------------------------------------------------------------------*/
.num0, .num2, .num3, .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: 5px;
}

#contenedor {
	font-family: verdana;
	color: #666;
	background-color: #FFFFFF;
	width:95%;
	height:auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin:0 auto 0 auto; 
	text-align:left;
	/*position:relative;*/
    padding:5px;

    /* LOGO FONDO */
    background-image:url(logos/fondo.png);
    background-repeat:no-repeat;
    background-position:600px 135px;
    background-size:35%;

    min-height:600px;
}

#menu_c, #menu_p {
	border: 2px solid #CCC;
	font-family: verdana;
	font-size:14px;
	font-weight:bold;
	background-color:#ff0033;
	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: 5px;
}

/* MENU SUPERIOR DESPLEGABLE */
#menu_p div,
#menu_p table,
#menu_p td
{
    font-size:14px !important;
    font-weight:bold;
    line-height:20px;
}

#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 black;
    background:#dfe0fe;
    font-family:Verdana;
    font-size:xx-small;
    font-weight:bold;
    width:250px;
}
#calen_cab
{
	width:250px;
	height:20px;
    border-bottom:solid 1px black;
}
#calen_table
{
	width:250px;
    border-bottom:solid 1px black;
}
#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 black; 
	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 black;
    border-right:solid 2px black;
    border-top:solid 1px black;
    border-left:solid 1px black;
    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 black;
    border-right:solid 2px black;
    border-top:solid 1px black;
    border-left:solid 1px black;
    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);
}

/*------------------------------------------------------------------------------*/
.tdsup {
    border-top: solid 2px black;
}

.dialog0 {
    color: #000000;
    overflow: hidden;
    padding: 1em 1em;
    position: fixed;
    z-index: 510;
    border-bottom: solid 2px black;
    border-right: solid 2px black;
    border-top: solid 1px black;
    border-left: solid 1px black;
    display: none;
    background: rgb(248,203,160);
    background: -webkit-linear-gradient(rgb(248,203,160), white);
    background: -moz-linear-gradient(rgb(248,203,160), white);
    background: -o-linear-gradient(rgb(248,203,160), white);
    background: linear-gradient(rgb(248,203,160), white);
    cursor: move;
    text-align: center;
}

.dialog 
{
    color: #000000;
    overflow: hidden;
    padding: 1em 1em; 
    position: fixed;
    z-index:910;
    border-bottom:solid 2px black;
    border-right:solid 2px black;
    border-top:solid 1px black;
    border-left:solid 1px black;
    display:none;
    background: #ffe5e5;
    background: -webkit-linear-gradient(#ffe5e5, white);
    background: -moz-linear-gradient(#ffe5e5, white);
    background: -o-linear-gradient(#ffe5e5, white);
    background: linear-gradient(#ffe5e5, white);
    cursor:move;
    text-align:center;
}

.dialog h1
{
	border:1px solid black;
}

.scroll
{
	overflow: scroll;
	cursor:default;
	padding: 1em 1em;
}

.recuadro 
{
    border:solid 1px black;
	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:#ff6633;
}

.si{
    color:Green;
}

.no{
    color:Red;
}

/*------------------------------------------------------------------------------*/
.mpaginas
{
	  border:solid black 1px;
	  padding:5px;
	  border-radius: 5px;
	  display:inline;
	  cursor:pointer;
}
/*------------------------------------------------------------------------------*/
/* TEXTO MENÚ DESPLEGABLE SUPERIOR */
a.menu,
a.menu:link,
a.menu:visited,
a.menu:hover
{
    font-size:28px !important;
    font-weight:bold !important;
    line-height:24px !important;
}