/* Clase definida para los pop-ups que se ven en la pagina principal al visualizar una noticia*/
#simplemodal-modal-content, #simplemodal-modal-data {display:none;}
/* Overlay */
#simplemodal-overlay {background-color:#000;}
/* Container */
#simplemodal-container{
	background-color:#eee;
	color:#000;
	font: 16px/24px "Lucida Grande",Arial,sans-serif;
	padding-bottom:4px;
	width:800px;
	max-height:600px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:0 0 64px #000;
	-webkit-box-shadow:0 0 64px #000;
}
#simplemodal-container #simplemodal-title{
	color:#000;
	background-color:#ddd;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	padding:6px 8px 6px 20px;
	text-shadow:0 1px 0 #f4f4f4;
	font-size:1em;
}
#simplemodal-container .simplemodal-close{
	display:none;
	position:absolute;
	right:0; top:0;
}
#simplemodal-container a.simplemodal-close
{
	display:block;
	color:#777;
	font-weight:bold;
	margin-top:10px;
	margin-right:10px;
	text-decoration:none;
	text-shadow:0 1px 0 #f4f4f4;
	width:16px;
	height:16px;
	background:url(images/modalClose.png) no-repeat 0 0;
}
#simplemodal-container a.simplemodal-close:hover{
	background-position:0 -27px;
}
#simplemodal-container #simplemodal-entry-content{
	font-size:12px;
	padding:6px 12px;
	max-height:400px;
	overflow:auto;
	background-color:#eeeeee;
}
#modal-window{
	background-color:#eeeeee;
	/*height:300px;*/
	/*overflow:auto;*/
}
