@charset "utf-8";
/* CSS Document */
#content{
	display:none;
	position:fixed;
	top:0;
	left;0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
}
#content .cross{
	cursor:pointer;
	position:absolute;
	top:0%;
	width:30px;
	height:30px;
	background:#333;
	right:0%;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:1em;
}
#content .content_box{
	
	overflow-y:scroll;
	overflow-x:hidden;
	display:none;
	width:100%;
	bottom:20px;
	height:100%;
	margin:0px auto;
	background:#fff;
}
#content .content_box > div{
	padding:40px 5px 0px 5px;
	margin:0px auto;
	
}
.fotoroma{
	width:100%;
}
.fotoroma img{
	width:100% !important;
	height:100% !important;
}
#content img{
	max-width:100% !important;
}

#content .text_section{

	width:100%;
	height:100%;


	float:left;
	
}
#content .text_section > p{
	color:#000;
	padding:0px 20px;
	text-align:justify;
	font-size:0.7em;
	
}
 #content .text_section a{
	color:#39f;
	text-align:justify;
	font-size:0.7em;
	padding:0px 20px;

}
