/*
table{
	margin:0px 0px 0px 0px;
	font-family:"arial,verdana,tahoma";
	color:#000055;
	font-size:12px;	
	scrollbar-base-color: #59C1DA;
	scrollbar-arrow-color: #00A0C6;
	scrollbar-DarkShadow-Color: #00A0C6;
}
*/
/*------------------------------------------------------------------*/

.Ventana {
  position: fixed;
  /*visibility:hidden;
  overflow:hidden;*/
  width: 600px;
  height: 500px;
  margin: 0;
  color: #000;
  /*background-image:url( "../img/vinotinto/ventana/fondo.gif" );*/
  background: #fff;
  /* color de fondo de la ventana*/
  cursor: default;
  border: 1px solid #173A5E;
  border-top: 1px solid #173A5E;
  font-size: 12px;
}

.fondosession {
  /* background-image:url("../img/vinotinto/fondosession.png");*/
  background-color: #ff5959;
}

.botonCerrar {
  /*position:				absolute;
  overflow:				hidden;  */
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-left: -3px;
  background-image: url("../img/ventana/cerrar.gif");
  background-repeat: no-repeat;
  cursor: pointer;
}

.fondoBarraTitulo {
  color: #fff;
  background-color: #173A5E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 24px;
}

.margenDerechoTituloBarra {
  margin-left: 20px;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background: rgb(0, 0, 0);
  /* Fallback color */
  background: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}