.fadebox {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: url(../images/backgroundLightbox.png);
	z-index:1001;
}
.overbox {
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 60%;
	z-index:1002;
	overflow: auto;
}
.button {
	display:inline;
	text-align:center;
	width:110px;
	height:25px;
	margin:0 5px 0 5px;
	padding: 4px;
	background-color: #eee;
	color: #ef6ba6;
	text-decoration: none;
	border: 2px solid #888;
}
.button:hover { 
	cursor:pointer;
	text-decoration:underline;
}

#contentbox{
	background: #FFFFFF;
	border: solid 3px #CCCCCC;
	padding: 20px;
}
#contentbox h1{
	margin:0;
	font-size:1.1em;
	font-weight:bold;
}
#contentbox .cabecera{
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}
#contentbox .cabecera img{
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#contentbox .titulo{
	margin:10px 0 10px 0;
	text-align:center;
}
#contentbox .texto{
	text-align:justify;
}
#contentbox .botones{
	padding:20px 0 20px 0;
	text-align:center;
	font-weight:bold;
}