/* Generales */
body, table, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background: url('/img/comunes/contenido-bg.jpg') #f6fbfe repeat-x !important;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
caption {
	font-weight: bold;
	font-size: 14px;
}
label {
	font-weight: bold;
}
img {
	border: 0 none transparent;
}
fieldset {
	border: 0 none transparent;
}
table {
	margin: 0;
	padding: 0;
	border: 0 none transparent;
	border-spacing: 0;
	vertical-align: middle;
	font-size: 12px;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
	vertical-align: top;
}
input[readonly], textarea[readonly], select[readonly] {
	background: #D3D3D3;
	color: #000000;
	border: 2px solid #A9A9A9;
}
/* IE 7 problemas con radios, checkbox
input[disabled], textarea[disabled], select[disabled] { 
	background: #D3D3D3;
	color: #000000; 
}
*/
input:disabled, textarea:disabled, select:disabled {
	background: #D3D3D3;
	color: #000000; 
}

/* Contenedor principal */
.cuerpo #contenedor {
	width: 100%;
	background: rgb(204, 230, 255);
	margin: 0 auto;
	border: 0 solid #000000;
	text-align: left;
}



/* Encabezado */
.cuerpo #encabezado, #menuPermisosFondo {
	background: #0066DD url(blue_fad_04.gif) repeat-x scroll center bottom;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}
.cuerpo #encabezado h1 {
	margin: 0;
	padding: 10px 0;
}
.cuerpo #encabezado #tablaEncabezado {
	/*
	margin: 0;
	padding: 0;
	border: 0 none transparent;
	border-spacing: 0;
	*/
	width: 100%;
}
.cuerpo #encabezado #tablaEncabezado #encLogo {
	width: 162px;
	text-align: left;
}
.cuerpo #encabezado #tablaEncabezado #encMenu {
	text-align: center;
}
.cuerpo #encabezado #tablaEncabezado #encLenguaje {
	width: 300px;
	padding-right: 15px;
	text-align: right;
	vertical-align: middle;
	font-size: 11px;
}
.cuerpo #encabezado #tablaEncabezado #encLenguaje select{
	font-size: 12px;
}
.cuerpo #encabezado #tablaEncabezado #encLenguaje #guiUsuario {
	font-weight: bold;
	font-size: 12px;
}



/* Lateral 1 */
/* Sugerencias para lateral1:
1. dado que está trabajando en porcentajes, es conveniente no utilizar relleno en la barra lateral. Se añadirá al ancho en el caso de navegadores que cumplen los estándares, creando un ancho real desconocido. 
2. El espacio entre el lado del div y los elementos que contiene puede crearse colocando un margen izquierdo y derecho en dichos elementos, como se observa en la regla ".cuerpo #lateral1 p".
3. Dado que Explorer calcula los anchos después de mostrarse el elemento padre, puede que ocasionalmente encuentre errores inexplicables con columnas basadas en porcentajes. Si necesita resultados más predecibles, puede optar por cambiar a columnas con tamaño en píxeles.
*/
.cuerpo #lateral1 {
	float: left; 
	width: 15%; /* dado que este elemento es flotante, debe asignarse un ancho */
	background: #EBEBEB; /* el color de fondo se mostrará a lo largo de todo el contenido de la columna, pero no más allá */
	padding: 15px 0; /* el relleno superior e inferior crea un espacio visual dentro de este div  */
}
.cuerpo #lateral2 {
	float: right;					/* este elemento debe preceder en el orden de origen a cualquier elemento que desee situar junto a */
	width: 20%;						/* dado que este elemento es flotante, debe asignarse un ancho */
	background: #EBEBEB;	/* el color de fondo se mostrará a lo largo de todo el contenido de la columna, pero no más allá */
	padding: 15px 0;			/* el relleno superior e inferior crea un espacio visual dentro de este div */
}
.cuerpo #lateral1 p, .cuerpo #lateral1 h3, .cuerpo #lateral2 p, .cuerpo #lateral2 h3 {
	margin-left: 10px; /* deben asignarse los márgenes izquierdo y derecho de cada elemento que vaya a colocarse en las columnas laterales */
	margin-right: 10px;
}
.clearfloat {
	/* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
/* Varias clases diversas para su reutilización */
.fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
	float: left;
	margin-right: 8px;
}

#menuIncidentes div {
	padding: 7px 0px 0px 15px;
}

#menuIncidentes div a {
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}

#menuIncidentes div a:hover {
	color: #CC6600;
}

.arbolMenuEncabezado {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	cursor: pointer; 
	cursor: hand;
	padding-left: 7px;
	border-left: 3px #999999 solid;
}
.arbolMenuEncabezado:hover {
	color: #000099;
	padding-left: 10px;
	border-left: 3px #CC6600 solid;
}
.arbolSeleccionar {
	font-weight: bold;
	color: white;
	background: blue;
}




/* Contenido */
.cuerpo #contenido {
	margin: 0 0 0 0;
	padding: 0; /*0 20px*/
	background: rgb(204, 230, 255);
}
.formaInfo {
	/*padding: 5px 0px 5px 5px;
	margin: 5px auto 5px auto;*/
	width: 100%; /*1024px*/
}
.cuerpo #contenido #formaDetalle #capturaTabla {
	/*
	margin: 0;
	padding: 0;	
	border: 0 none transparent;
	border-spacing: 0;
	
	width: 100%;
	*/
	text-align: left;
}
.cuerpo #contenido #formaDetalle #capturaTabla2 {
	text-align: left;
}
.cuerpo #contenido #formaDetalle #capturaTabla .capturaEtiqueta {
	text-align: right;
}
.cuerpo #contenido #formaDetalle #capturaTabla2 .capturaEtiqueta {
	text-align: right;
}
.cuerpo #contenido #formaDetalle #capturaTabla .busqueda{
	text-align: center;
}
.cuerpo #contenido #formaDetalle #capturaTabla2 .busqueda{
	text-align: center;
}
.errorCaptura {
	font-weight: bold;
	color: red;
}
.cuerpo #titulos {
	border-bottom: 1px dotted blue;
	clear: both;
	margin:0px 0px 4px 0px;
	display:block;
}
.cuerpo #titulos h1 {
	clear:left;
	font-size: 160%;
	font-weight: normal;
	margin:0px 0px 2px 0px;
}
.cuerpo #titulos p {
	font-size: 95%;
	line-height: 135%;
	margin:0px 0px 5px 0px;
}	
#guiBusTodo, #guifrmPersonaResponsableBuscar, #guifrmPersonaRegistroBuscar, #guiBuscarValor, #guifrmHistorialAsignaciones, #imgCalendarioFechaRegistro {
	cursor:pointer; 
	cursor:hand;
}
.buscar {
	cursor:pointer; 
	cursor:hand;
}
.buscarNo {
	cursor: default;
}

/* Pie */
.cuerpo #pie { 
	padding: 0 10px;
	/*background:#0066DD url(blue_fad.gif) repeat-x scroll center bottom;*/
	background: transparent;
	color: black;
} 
.cuerpo #pie p {
	margin: 0;
	padding: 10px 0;
}
.cuerpo #bechmark {	
	font-weight: bold;
}



/* Mensajes flotantes */
.transparent_message {
  width: 80%;
  text-align: center;
  font-size: 16px;
  opacity:  0.8;
  position: absolute;
  top: 20px;
  -moz-border-radius:10px;
  background: #FCFDE5;
  border: 4px solid #FFC000;
  /*background: rgb(231, 244, 255);
  border: 2px solid blue;*/
  color: blue;
}
.transparent_error #guiMensajeTransparente {
  color: blue;
}



/* Botones redondeados */
.botonesAnclas {
	float: left; /* Safari */
	background:#036cbc; /* url(boton_azul_out_32.gif) repeat-x */
	border: 1px solid #C2BAB0;
	border-radius:3px;
	margin: 0px 4px; 
	padding: 4px 10px;
	color: #fff !important;
	font-weight: bold !important;
	text-align: center; 
	text-decoration: none !important;
	cursor: pointer;
} 
.botonesAnclas:hover { 
	background: #ffcc66; /* #F5F3EE url(boton_azul_over_32.gif) repeat-x */
	border: 1px solid #C27E00;
	border-radius:3px;	
	color: #0000CC !important;
}
.botonesAnclasOperacion {
	float: left; /* Safari */
	background: url(boton_azul_over_32.gif) repeat-x;
	border: 1px solid #C2BAB0;
	margin: 0px 4px; 
	padding: 4px 10px;
	color: blue;
	font-weight: bold;
	text-align: center; 
	text-decoration: none;
	cursor: pointer;
} 
.botonesAnclasOperacion:hover { 
	background: #F5F3EE url(boton_azul_out_32.gif) repeat-x;
	border: 1px solid #C27E00; 			
	color: white;
}	

.operacionLetrero {
	font-size: 10px;
	font-weight: bold;
	color: blue;
}

/* Tabla para listado */
#listadoTabla,  #listadoTabla2 {
	margin: 0px;
	padding: 0px;
	border: 1px solid blue; /*0 none transparent*/
	border-collapse: collapse;
	border-spacing: 0px;
	background: #0066DD url(blue_fad_04.gif) repeat-x scroll center bottom;
	text-align: left;
}
#listadoTabla TH, #listadoTabla2 TH {
	text-align: left;
	color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
}
#listadoTabla TD, #listadoTabla2 TD { 
	border-right: 1px solid blue;
}
#listadoTabla img, #listadoTabla2 img {
	cursor: pointer;
}
#regsBorrar, #regsEditar {
	text-align: center;
}
.trColor1 {
	background-color: #C7D8FA;
}
.roweven {
	background-color: #C7D8FA;
}
.trColor2 {
	background-color: #EDF2FC;
}
.rowodd {
	background-color: #EDF2FC;
}
.trResaltar {
	background-color: #ffc;
}
.trSeleccionar {
	background-color: #e4dcd9;
}
.trOrdenAsc {
	background-image: url(up.gif);
}
.trOrdenDes {
	background-image: url(down.gif);
}


/* Listas autocompletar */
.listaAutocompletar
{
	background:#FFFFFF none repeat scroll 0%;
	display:inline;
	width:100px;
}
.listaAutocompletar ul
{
	border:1px solid #888888;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	width:100%;
}
.listaAutocompletar ul li
{
	margin:0pt;
	padding:3px;
}
.listaAutocompletar ul li.selected
{
	background-color:#FFFFBB;
}
.listaAutocompletar ul strong.highlight
{
	color:#880000;
	margin:0pt;
	padding:0pt;
}


/* Varios */
.download_link {
background:#FCFDE5;
border:2px solid #FFC000;
color:#505050;
font-size:12px;
font-weight:bold;
line-height:40px;
margin:10px;
padding:10px 0pt 10px 20px;
text-align:center;
}
.cuerpo2 {
background:#E7F4FF none repeat scroll 0%;;
color:#505050;
font-size:12px;
font-weight:bold;
line-height:40px;
margin:10px;
padding:10px 0pt 10px 20px;
text-align:center;
}
.foco1{
background:#FCFDE5;
border-top: 2px solid #FFC000;
border-bottom: 2px solid #FFC000;
border-right: 0 solid #FFC000;
border-left: 2px solid #FFC000;
}
.foco2{
background:#FCFDE5;
border-top: 2px solid #FFC000;
border-bottom: 2px solid #FFC000;
border-left: 0 solid #FFC000;
border-right: 2px solid #FFC000;
}




/* ModalBox 1.6.0 */
#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	/*background-color: #EFEFEF;*/
	background-color: rgb(204, 230, 255);
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

/* Adicionales */
.boton {
	padding: 2px 4px 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: url('/img/comunes/header-bg.jpg');
	border: 1px outset;
	cursor: pointer;
}

.bordered {
	border: 1px #000000 solid;
}

.bordered th {
	padding: 4px;
	font-weight: bold;
	text-align: left !important;
	border-bottom: 1px #000000 solid;
	background-color: #EFEFEF;
}

.bordered td {
	padding: 4px;
	border-bottom: 1px #CCCCCC solid;
	background-color: #FFFFFF;
	text-align: left !important;
}

#titleLogo {
	border: 1px #CCCCCC solid;
	margin: 5px;
	padding: 2px 5px 2px 5px;
	background-color: #FFFFFF;
}

#tablaEncabezado {
	border-bottom: 1px #000000 solid;
}

#encabezado {
	border-bottom: 1px #FFFFFF solid;
}

#encabezado, #menuPermisosFondo {
	background: url('/img/comunes/header-bg.jpg') repeat-x !important;
}

#contenedor, #contenido {
	background: none !important;
}

#contenido {
	margin: 20px !important;
}

.protoMenu ul li a {
	text-decoration: none !important;
	color: #FFFFFF !important;
}

.protoMenu ul li a:hover {
	text-decoration: underline !important;
}

.level1 li a {
	font-size: 15px;
	font-weight: bold;
}

.cuerpo #titulos {
	border: 0;
}

.table {
	margin: 10px 0px 10px 0px;
	border: 1px #999999 solid;
}

.table .tr {
	float: none;
}

.table .tr div {
	float: left;
	margin: 4px;
}

.table .thead .tr {
	background-color: #EEEEEE;
	font-weight: bold;
}

.table .tbody .tr {
	padding: 4px;
	background-color: #FFFFFF;
	border-top: 1px #CCCCCC solid;
}

#eventos {
	font-size: 12px;
}

.clear {
	clear: both;
	float: none !important;
}

img.loading, img.guardar, img.eliminar {
	position: relative;
	top: 3px;
	margin: 0px 2px 0px 2px;
}

img.loading {
	display: none;
}
