body{
	margin:0;
	background-color:#EEF2F3;
}

.titulo h1{
	display:block;
	font:bold 11px arial,verdana,sans-serif;
	color:#FFFFFF;
	padding:4px 0px 0px 15px;	
	height:17px;
	background:url('../img/elems/fondo_tit_popup.jpg') top left repeat-y;
}

.cajaMapaFlash{
	margin-top:15px;
	border:1px solid #B3C6CA;
	width:452px;
	height:407px;
}

.cajaContenido{
	padding:15px;
}

.contenedorBoton{
	margin-top:10px;
	width:452px;
}

.botoCancelar{
	cursor: pointer;
	float:right;
	height:25px;
	border:0px;
}

.botoCancelar .imgIzquierda{
	float:left;
	background:url('../img/elems/boton_cancelar_izq.gif') left top no-repeat;
	width:6px;
    height:20px;
}

.botoCancelar .imgCentro{
	float:left;
	background:url('../img/elems/boton_cancelar_cen.gif') left top repeat-x;
	padding:0px 4px 0px 4px;
    height:20px;
}

.botoCancelar .imgDerecha{
    float:left;
	background:url('../img/elems/boton_cancelar_der.gif') left top no-repeat;
    width:15px;
	height:20px;
}

.botoCancelar a{
	font:bold 12px/16px verdana,arial,sans-serif;
	color:#FFFFFF;
	text-decoration:none;
   vertical-align:top;
}

.cajaPopup{
	width:478px;
}