.style21 {font-size: x-small; color: #0000FF; }
#Layer1 {
	position:absolute;
	width:150px;
	height:22px;
	z-index:1;
	top: 204px;
}
#Layer3 {
	position:absolute;
	left:344px;
	top:269px;
	width:1px;
	height:0px;
	z-index:2;
}
.style30 {
	font-size: 40px;
	color: #FF0000;
	font-style: italic;
}
.style14 {font-size: 10px; font-weight: bold; }
.style31 {
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	color: #FFFFFF;
}
.excerpt {
	font-family: Roboto, Arial, Tahoma, Verdana;
	font-size: 14px;
	text-align: justify;
	padding: 5px; 
}
.title {
	color: #0033CC;
	font-weight: bold;
	font-size: 13px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}
.style32 {color: #CC0000}
.style33 {
	font-size: 36px;
	color: #FFFFFF;
}
.editorial_desc {
	text-align: justify; 
	padding: 10px; 
	line-height: 17px;
	font-size: 16px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

/** **/
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(255, 255, 255, 0.5); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
	background-color: #fefefe;
	margin: 8% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }