﻿#main
{

	position:relative;
	width:100%;
	min-width: 1100px;;
	height:100%;
	border:1px solid black;
	margin:auto;
	top:0px;
   border-radius-bottomright:10px !important;
   border-radius-bottomleft:10px !important;
   box-shadow: rgba(0,0,0,2) 5px 5px 0;
   background-color:white;

}
#main0
{
	position:absolute;
	top:0px;
	bottom:25px;
	width:99%;


}
#main input:focus
{
   color:#3366FF;
   border:1px black dashed;
   position:relative;

}
#paginador{
	position:relative;height:100%;
	width:100%;
}
#flow
{
	position:absolute;
	top:20px;
	bottom:30px;
	width:97%;
	overflow:auto;
	border-right:1px gray dotted;
	border-left:1px gray dotted;
}
#pietabla
{ 
	position:absolute;
	bottom:10px;
	width:97%;
	height:30px;
	overflow:auto;
	border-right:1px gray dotted;
	border-left:1px gray dotted;
}
#header
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:80px;
	color:black;
}
#encabezado
{
	width:100%;
	border-collapse:collapse;
}
#horas
{
	font-size:14px;
}
body
{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	background-color:#ccc;
	font-size:12px;
}
#contenido
{
	position:absolute;
	top:85px;
	left:0px;
	width:100%;
	bottom:25px;
		z-index:2;
	}	
#pie
{
	position:absolute;
	bottom:0px;
	width:100%;
	height:25px;
	background: linear-gradient(top, #DDEEEE,transparent);

}
/* BOTONES */
.botonazul[type=button]
{
	cursor:pointer;
	background-color:#2C5463;
   border-radius: 4px;
   color: Black;
   font-size: 13px;
   font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   text-align:left;
 	height:20px;
 	color:white;
}
.botonazul[type=text]
{
	cursor:pointer;
	background-color:white;
   border-radius: 4px;
   color: Black;
   font-size: 13px;
   font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   text-align:left;
 	height:20px;
}
.botonazul:hover[type=button]
{	background-color:#617F8A;
   border-bottom-color: #006699;
   border-right-color:#006699;
}
.botonrojo
{
	cursor:pointer;
	background-color:#FF9933;
   border-radius: 5px;
   color: Black;
   font-size: 12px;
   font-family: Arial,Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
 	height:20px;
}
.botonrojo:hover
{
   border-bottom-color: #006699;
   border-right-color:#006699;
}
.botonverde
{
	cursor:pointer;
		background-color:green;

   background: linear-gradient(top, #003300,green);
   border-radius: 5px;
   color: Black;
   font-size: 12px;
   font-family: Arial,Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
 	height:20px;
 	font-weight:bold;
 	color:white;
}
.botonverde:hover
{
   border-bottom-color: #006699;
   border-right-color:#006699;
}
/* tablas */
.encabezado_tabla {
vertical-align:middle;
height:30px;
	 font-size:medium;
	 text-align:center;
	color: #000000; /* header font color */
	border-right:1px solid black;
	border-bottom:1px solid black;
	font-weight:bold;
	background-color: #DDEEEE;
   background: linear-gradient(top, white, #DDEEEE);
}
/* inputs */
.texto {
	background: linear-gradient(top, white, #FFFFEA);
	color:black;
	border:1px #CCCCCC solid;
	width:150px;
}

.texto:focus {
	background: linear-gradient(top, white, white);
	border:1px black solid;
}
.encabezadomenu
{
vertical-align:middle;
height:20px;
	 font-family:Arial;
	 font-size:medium;
	 text-align:center;
	color: #000000; /* header font color */
	border-right:1px solid black;
	border-bottom:1px solid black;
	box-shadow: gray 2px 2px 0;
	font-weight:bold;
   border-radius: 4px;
   border-radius: 4px;
   width:100%;
   margin-bottom:2px;
}
#menui /* menu izquierdo */
{
	width:150px;
	height:485px;
	float:left;
}
#cuerpo /* despliegue de informacion */
{
	position:absolute;
	top:00px;;
	bottom:00px;
	overflow:auto;
}
#cuerpo0 /* despliegue de informacion catalogos */
{
	position:absolute;
	top:00px;;
	left:160px;
	right:0px;
	bottom:0px;
	overflow:auto;
}
#cuerpoo /* despliegue de informacion catalogos */
{
	position:absolute;
	top:0px;;
	left:0px;
	right:0px;
	bottom:00px;
	overflow:auto;
}
.listado
{
	font-size:12px;
}
.listado:hover
{
	background-color:#F2F4FF;
	cursor:pointer;
}
.lista0 tr:hover
{
	background-color:#F2F4FF;
	cursor:pointer;
	border-bottom-width: 5px;
}	
.tabla_lista
{
	border-collapse:collapse;
	width:100%;
	margin:auto;
	background-color:white;
}
.lista0 tr:nth-child(odd) td{
background-color:#fdf185;
   /* styles here */
}
.lista0 tr:nth-child(even) td{
   /* styles here */
}
.tabla_lista input
{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid gray;
	color:black;
}
.tabla_lista td
{
	padding-left:2px;
	padding-right:2px;
}
.tabla_lista input:focus
{
	border:1px solid black;
	color:#0000CC;
}
.fondogris
{
	background: linear-gradient(bottom, white, #EEEEEE);
}
.fondocafe
{
	background: linear-gradient(bottom, white, #F4EBE1);
}
.tablacuentas
{
background-color:white;
}
.tablacuentas td
{
padding-right:5px;
}
fieldset label{
	float:left;
	font-weight:bold;
	width:300px;
	cursor:pointer;
}
fieldset input
{
	float:left;
	border:1px black solid;
	font-size:40px;
}
fieldset h4{
text-align:center;
	margin:0px;
	padding:0px;
}
fieldset h5{
text-align:left;
	margin:0px;
	padding:0px;
	text-decoration:underline;
	font-style:italic;
	margin-bottom:1px black dashed;
}