.modal-overlay
{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	z-index:101;
}
* html .modal-overlay
{   
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.modal-window
{
    background: url(../imagenes/fondo_modal.gif) no-repeat;
	position:fixed;
	border: 0px solid black;
	color: black;
	top:50%;
	left:50%;
	margin:0;
	padding:0;
	z-index:102;
	text-align:left;	
}

.modal-window a:link    
{
	color:#523A0B;
	text-decoration:none;
	border-bottom:1px dashed;
} 
.modal-window a:visited {
  text-decoration:  underline;
  color:            black;
  } 
.modal-window a:hover   {
  text-decoration:  none;
  color:            black;
  } 
.modal-window a:active  {
  text-decoration:  none;
  color: black;
  } 
.recuadro
{
	position:absolute;
	border: 1px black dotted;
	color: black;
	text-align:center;	
}
* html .modal-window
{
	position:absolute;
}
.close-window
{
	position:absolute;
	width:32px;
	height:32px;
	right:16px;
	top:12px;
	background:transparent url('../imagenes/botones/close32.gif') no-repeat scroll right top;
	text-indent:-99999px;
	overflow:hidden;
	cursor:pointer;
	opacity:.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.close-window:hover
{
	opacity:.99;
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
}

.envio_comentario
{
    opacity:.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    cursor:pointer;
}
.envio_comentario:hover
{
    opacity:.99;
    filter: alpha(opacity=99);
    -moz-opacity: 0.99;
    cursor:pointer;
}