﻿#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  /*position:absolute;*/
  left:0;
  top:0;
  /*width:440px;
  height:200px;*/
  display:none;
  z-index:9999;
  /*padding:20px;*/
  
}

#boxes #dialog {
  width:510px;
  height:232px;
  padding:10px;
  background-image:url('../Images/Adultos/fundo_dermatologista.png');
  background-repeat:no-repeat;
}

#boxes #dialog2 {

}

#boxes .fechar
{
  color:#000066;
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
}
.close{display:block; text-align:right;}


/*
#boxes div.botao {
  position:absolute;
  top:165px;
  left:45px;
  width:195px;
  height:36px;
}

#boxes .alinha {
  width:440px;
  height:200px;
  padding:10px 0 0 37px;
}

#boxes p.texto
{
  font-family:Trebuchet MS;
  color:#6a6a6a;
  padding-top:10px;
  font-size:11px;
}

#boxes .aviso
{
  color:#6a6a6a;
  font-size:9px;
}
*/
