body {
	margin:0;
	background:#EEE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
html, body {
	height:100%;
	width:100%;
}
#contenidoFlash{
	width:100%;
	height:100%;	
}
#errorFlash {
	background:#CCC;
	color:#000;
}
#contenidoSinFlash {
	width:700px;
	margin:auto;
}
#modal_00{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:1001;
	opacity:.70;
	-moz-opacity:0.70;
	filter: alpha(opacity=70);
}
#close_00{
	position:absolute;
	top:0;
    left: 50%;
    margin-left: -115px;
	width:225px;
	height:31px;
	z-index:1003;
}
#maps_00 {
	display:none;
	position:absolute;
	width:650px;
	height:500px;
	padding:5px;
	top:5%;
	left:25%;
	background:#333;
	z-index:1002;
	overflow:auto;
}
.marco{
	border:#CCC 1px solid;
}
h1 {
	font-size:14px;
	color:#333;
}