*
{
	margin: 0px;
	padding: 0px;
}

.mapFrameClass
{
	position:relative;
	top:4px;
	left:-2px;

	width: 230px;	
	height: 150px;
	
	margin: 0px;

	border: none;
}

body
{
	background-color: #CCCCCC;
	font-family: Trebuchet, Arial, Helvetica;
	
	width: 232px;	
	height: 160px;
}

#map_canvas
{
	width: 232px;	
	height: 150px;
	
	z-index: 10;
	
	position:absolute;
	top: 0px;
	left: 0px;
}

/* CONJUNTO ESPERA */

#conjuntoEspera
{
	position: absolute;
	left: 90px;
	top: 70px;
	
	height:25px;
	width:30px;
}

.trans10{
    opacity: 1.0;
    filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

.trans7{
    opacity: 0.5;
    filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

#espera{
	z-index: 110;
	
	position: relative;
	left: -15px;
	top: -30px;
	
	display: block;
	
	background-color: #FFFFFF;
	
	border: solid #000000 1px;
	
	height:60px;
	width:80px;
}
#espera:hover{
	cursor: wait;
}
#imgEspera{
	z-index: 111;
	
	position: relative;
	left: 4px;
	top: -90px;
	
	height:50px;
	width:50px;
	
	line-height:8px;
}
#imgEspera:hover{
	cursor: wait;
}
#textoEspera{
	z-index: 112;
	
	position: relative;
	
	left: -3px;
	top: -95px;
	
	font-family: Trebuchet, Arial, sans-serif;
	font-style:bold;
	font-size:12px;
}
#textoEspera:hover{
	cursor: wait;
}

#error{
	z-index: 255;
	
	position: relative;
	left: 50px;
	top: 50px;
	
	background-color: #FFFFFF;
	background-image:url(../images/turismoNavarra50px.png);
	background-repeat:no-repeat;
	background-position:left;
	
	border: solid #000000 1px;
	
	height:40px;
	width:120px;
	
	visibility:hidden;
}
#error:hover{
	cursor: wait;
}
#textoError{
	z-index: 112;
	
	vertical-align:middle;
	text-align:right;
	
	font-family: Trebuchet, Arial, sans-serif;
	color:#000000;
	font-style:bold;
	font-size:12px;
	
	margin-top:15px;
}
#textoError:hover{
	cursor: wait;
}

/* OTROS */

.tooltip
{
    text-align: center;
    white-space: nowrap;
    margin: 0;
    padding: 2px 0.5ex;
    border: 1px solid #000;
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-seri;
    background-color: #fff;
}

