/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, del, font, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse; border-spacing:0;}

/* WEBSITE CSS */
body {background:#fff; margin:0; padding:0; color:#000; text-align:center; font-size:78%; font-family:arial, helvetica, sans-serif; line-height:17px;}
html {overflow-y:scroll;} /* Firefox hack that forces the sidebar to be always visible */

/* LINKS */
a {text-decoration:underline; color:#36c;}
	a:hover{text-decoration:none;}

/* LAYOUT */
#mainWrapper {width:971px; background:#fff; margin:0 auto; text-align:left; border-bottom:1px solid #000; border-right:1px solid #000;}
	#left {float:left; width:73px; background:#000;}
	#right {float:left; width:897px;}
		#header {background:#fff url('../img/header.png') 0 0 no-repeat;}
			#flags {margin:0; padding:5px 5px 0 0; float:right; text-align:right; width:150px;}
			#flags img {margin-left:5px;}
			#header h1 {float:left; text-indent:-9999px;}
		#leftCol {float:left; width:580px; text-align:justify;}
			.insideLeft {padding:15px 20px 20px 50px;}
		#rightCol {float:left; width:317px; text-align:center;}
			.insideRight {padding-top:30px;}

/* OTHER STYLES */
p {margin-bottom:15px;}
h3 {font-size:150%; margin-bottom:5px;}
.inside {padding:30px 20px 20px 50px;}
.clean {clear:both;}

/* MAPA */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 15%;
	left: 15%;
	width: 70%;
	height: 70%;
	padding: 16px;
	border: 16px solid #666;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
