/* CSS Document */

a { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
a:hover, a:active { text-decoration: none; }

#bajofoto {  margin-top:8px; padding:0px; color:#ffffff; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; text-align:center; width:160px}


.bio{ margin-left:25%; margin-right:25%;
color:#FFFFFF;  margin-top:15px; text-align:justify; 
text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; background-color:#7c7c7c; padding:8px }
.lightbox {
	/** Default lightbox to hidden */
	display: none;
	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.75);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;
	/** Unhide lightbox **/
	display: block;
}