﻿body 
{
    background: #ffffff url(../Images/fondo.jpg) repeat-x top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0;
	margin: 0;
	position:absolute;
    top:3%;
    padding-left:150px;  
}

img {
	border: none;
}

#container 
{    
    margin:0px auto 0px auto;		
	width: 960px;
	height:90%;
}
/* HEADER */
#header {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	position: relative;
	background: url(../Images/fdo_header.gif) repeat-x top;
	height: 41px;
}
#header .h_logo_i {
	position: relative;
	float: left;	
}
#header .h_logo_d {
	position: relative;
	float: right;
}
#header .h_central {
	width: 609px;
	clear: none;
	float: left;
	text-align: right;
	background: url(../Images/fdo_header.gif) no-repeat;
}
.h_central p {
	font-size: 12px;
	color: #FFFFFF;
	padding: 15px 0px 0px;
	margin: 0px;	
}
.h_central p span {
	color: #0f426f;
	font-weight: bold;
	font-size: 11px;
}
/* FIN HEADER */

/* MENÚ DOCK */
.dock 
{
	position: relative;
	height: 50px;
	text-align: center;	
}
.dock-container {
	position: absolute;
	height: 50px;
	/*background: url(../Images/dock-bg2.gif);*/
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	/*background: url(../Images/dock-bg.gif);*/
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
/* FIN MENÚ DOCK */

/* AREA DE CONTENIDOS */	
#content {
	width: 923px;
	height: 470px;
	position: relative;
	clear: none;
	float: left;
	padding: 0px 20px 20px 15px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	overflow:auto;
	background-image:url(<%=backgroundImage%>);
}

/* PIE */
#footer{
	width: 960px;
	clear: none;
	float: left;
	background: #225074 url(../Images/footer_fdo.gif) repeat-x top;
	height: 30px;
}
#footer .esq_i {
	float: left;
}
#footer .esq_d {
	float: right;
	clear: none;
	right: 0px;
}
#footer .central {
	width: auto;
	clear: none;
	float: right;
	right: 16px;
	position: absolute;
	bottom: 16px;
	padding: 0px;
	color: #FFF;
	font-size: 11px;
}
#footer span {
	width: auto;
	float: left;
	position: absolute;
	padding-top: 5px;
	color: #FFFFFF;
}
/* FIN PIE */

/* FIELDSET */
fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
	border-style: solid none none none;
	clear: both;
	padding: 0em .95em .95em .95em;
	margin: 0 0 1em 0px;
	background-color: #f5f5f5;
	background-position: 0 0;
	width: 900px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 0.75em;
    font-weight: bold;
    margin: 0 0px 0 0px;
    padding: 2px 4px 8px 4px;
}
/* FIN FIELDSET */

/* LISTAS */
.form div.fi,
.form ol li
{
  clear: left;
  display: block;
  width: 700px;
  height: 1%;
  margin: 5px 0 0px 0;
  padding: 1px 3px;
}

/* ancho completo para grilla */
.ol li
{
  clear: left;
  display: block;
  width: 700px;
  height: 1%;
  margin: 5px 0 0px 0;
  padding: 1px 3px;
}

.form div.doselem,
.form ol li.doselem,
.form div.treselem,
.form ol li.treselem,
.form div.cuatroelem,
.form ol li.cuatroelem
{
	padding: 0 0 0 0;
	width: 700px;
	border: 0px;
}

    /* SUBDIVISIÓN PARA MOSTRAR MÁS DE UN ELEMENTO POR LÍNEA */
ol li.unelem ol li,
ol li.doselem ol li,
ol li.doselemDet ol li,
ol li.treselem ol li,
ol li.cuatroelem ol li
{
    padding: 1px 3px;
    margin: 0px 0px 0 0px;
	float: left;
	overflow:hidden;
	clear: none;
}

ol li.doselem ol li
{
    text-align:right;
}

.ol li.unelem ol li,
.ol li.doselem ol li,
.ol li.doselemDet ol li,
.ol li.treselem ol li,
.ol li.cuatroelem ol li
{
    margin: 0px 0px 0 4px;
}

ol li.unelem ol li 
{
    width: 680px;
}

ol li.doselem ol li 
{
    width: 340px;
}

ol li.doselemDet ol li 
{
    width: 440px;
}

ol li.treselem ol li 
{
    width: 225px;
}

ol li.cuatroelem ol li 
{
    width: 160px;
}
/* FIN LISTAS */

/* RASTRO MENÚ */
#rastro 
{
    width: 948px;
    height: 35px;
	font-size: 12px;
	color:#666;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	/*margin-bottom:20px;*/
	padding: 15px 0 17px 10px;
	vertical-align:middle;
}
.boton
{
    height: 35px;
    vertical-align: middle;
    border: 0px;
    background-color:transparent;
    cursor: pointer;         
}
#volver
{	
	float:right;
}
.primerejecucion
{
	border: 1px solid #2F3CD5;
	background-color: #457EBE;
	width: auto;
	padding: 0 10px;
	margin: 0 10px 5px 0px;
	cursor: pointer;
	color: #FFFFFF;
}
.nuevo
{
	border: 1px solid #2F3CD5;
	background-color: #457EBE;
	width: auto;
	padding: 0 10px;
	margin: 0 10px 5px 0px;
	cursor: pointer;
	color: #FFFFFF;
	float: left;
}


/* página principal Sub MENU*/
.menu {
	float:left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color:#069;
	margin:auto;
	padding-left:40px;
	padding-top:5px;
	width:380px;
}
.menu ul{
	list-style:none; /* Eliminamos los bullets */
	margin:0px; /* Quitamos los margenes */
	padding:0px; /* Quitamos el padding */
	padding-bottom: 10px;	
}
.menu ul {
    list-style:none; /* Eliminamos los bullets */
    margin:0px; 
  	padding-top:3px; 
 	padding-left:5px;
}

.menu ul li {
	list-style-type: disc;
	list-style-position:inside;
	list-style-image: url(../images/flechaMenu.gif);
}

.menu ul li {	font-size: 12px; 
	padding-left:0px;
    padding-right:0px;
}

.menu ul li a{
	padding-left:3px;
	text-decoration:none;
	color:#666;
}
.menu ul li a:hover{
 	text-decoration:underline;
}

/*-------Custom Style------------*/
.row
{
	display:table-row;
}

.cell
{
	display:table-cell;
	vertical-align:middle;
}

.cellError
{
	display:table-cell;
	color: Red;
}

#search
{
    display:table;
    border-bottom: solid 1px gray;
    width:100%;
    height:8%;   
    /*border:dashed 1px gray;*/
}

.searchcell
{
	padding:5px;
}
	
.gridcontainer
{
    display:table;
    width:100%;
}

.gridcontainercell
{
	padding:5px;
}

.popupcontainer
{
    display:table;
    border:solid 1px black;
    Width:600px;
}

.popupcontainercell
{
	padding:5px;
	border-spacing:5px;
}
	
.popupcontainertitle
{
	background-color:#5D7B9D;
	color:White;
	     
}
	
.editcontainer
{
    display:table;
    width:100%;
}

.editcell
{
    display: table-cell;
    vertical-align:middle;
	width:50%;
	/*font-weight: bold;*/
}
	

.button
{
    /*
    font-weight:bold;
    color:#FFFFFF;
    background-color:#5D7B9D;
    border-style:solid;
    border-color:#000000;
    border-width:1px;    
    */
    padding: 0px 5px 0px 5px;  
}

.textbox {
    background:#FFFFFF;
    padding:4px 4px 4px 22px;
    border:1px solid #CCCCCC;    
}

.backgroundColor 
{ 
	background-color:Gray;    
    filter: alpha(opacity=70);
    opacity: 0.7; 
    -moz-opacity: 0.7;  
}

.textboxSearch 
{
    width:75%;
}
.textboxMultiLine
{
    width:250px;
    height:100px;
}
.textboxN

.textboxSearch 
{
    width:75%;
    font-weight: 700;
}

{
    width:80px;
}
.textbox100
{
    width:100px;
}
.textbox150
{
    width:150px;
}

.textbox300
{
    width:300px;
}

/* FONDO MENÚ PRINCIPAL */
.fondo 
{
    text-align: center;
    width: 100%;
    height: 100%;
}

.imgFondo 
{
    vertical-align: middle;
}

.divLogin
{
    margin:10% auto 0px auto;
    display:table;
    /*border:solid 1px black;*/
    Width:400px;    
}

.divSession
{
    float:right;
    padding: 0 15px 5px 15px;
}

/* ---- POP MENSAJES ----- */
.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}
.modalPopup
{    
    background-color: #FFFFFF;
    border: 0 solid #6F6F6F;
    display: none;
    min-height: 100px;
    padding: 0;
    position: fixed;
    z-index: 2000;
    width: 420px; 
    display: block; 
    top: 0px; 
    /*left: 464.5px;*/
/*
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 140px;
*/
}
.modalPopupMSG
{    
    border: 0 solid #6F6F6F;
    display: none;
    min-height: 100px;
    padding: 0;
    position: fixed;
    z-index:11001 !important; 
    width: 420px; 
    display: block; 
    top: 0px;
}
 
.header {
    background-color: #0066FF;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: lighter;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    text-align: center;
    /*text-transform: uppercase;*/
}
.body {
    margin: 0 5px;
    padding: 5px;    
}
hr {
    background-color: #CCCCCC;
    border: 1px none #FFFFFF;
    height: 2px;
}
.textoMsg {
    width: 300px;
    height: 200px;
    color: #000000;
}
.cabeceraMsg {
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
}
.close { 
    DISPLAY: block;
    BACKGROUND: url(../images/close_window.png) no-repeat 0px 0px; 
    right: -10px;
    WIDTH: 32px;
    HEIGHT: 32px; 
    TEXT-INDENT: -1000em;
    POSITION: absolute; 
    TOP: -10px;
    border: none;
}       
/* ---- FIN POP MENSAJES ----- */