@import url("reset.css");

/*----------------------------------------------------*/


body {
	text-align:center;
}

hr {
	display: none;
}

#main {
	width: 867px;
	height: 497px;	
	margin: 0 auto;
	text-align:left;
	background: url('../imgs/mapa_pronto_base.jpg') no-repeat right center;
	position:relative;
	overflow:hidden;
}

#mapa_01, #mapa_02, #mapa_03, #mapa_04{

	width: 837px;
	height: 497px;
	right: 0;
	top: 0;
	z-index: 900;
	position:absolute;
}

h3 {
	width: 30px;
	height: 124px;
	display:block;
	float:left;
	overflow: hidden;
	text-indent: -9999px;
	position:absolute;
	cursor:pointer;
}

#mapa01 {
	top:0;
	background: url('../imgs/btn_MapInt01.gif') no-repeat 0 0;
}

#mapa02 {
	top: 124px;
	background: url('../imgs/btn_MapInt02.gif') no-repeat 0 0;
}

#mapa03 {
	top: 248px;
	background: url('../imgs/btn_MapInt03.gif') no-repeat 0 0;
}

#mapa04 {
	top: 372px;
	background: url('../imgs/btn_MapInt04.gif') no-repeat 0 0;
}


#dmapa01, #dmapa02, #dmapa03, #dmapa04 {
	width: 867px;
	height: 497px;
	display:block;
}

#dmapa01 p, #dmapa02 p, #dmapa03 p, #dmapa04 p {
	display:none;
}


#dmapa01 {
	background: url('../imgs/mapa_pronto_4.jpg') no-repeat right center;
}

#dmapa02 {
	background: url('../imgs/mapa_pronto_3.jpg') no-repeat right center;
}

#dmapa03 {
	background: url('../imgs/mapa_pronto_2.jpg') no-repeat right center;
}

#dmapa04 {
	background: url('../imgs/mapa_pronto_1.jpg') no-repeat right center;
}



#mapa_01 div, #mapa_02 div, #mapa_03 div, #mapa_04 div {
	width: 837px;
	height: 497px;
	display:block;
	float:right;

}

#mapa_01 div {
	background: url('../imgs/mapa_pronto_4.jpg') no-repeat right center;
}

#mapa_02 div {
		background: url('../imgs/mapa_pronto_3.jpg') no-repeat right center;
}

#mapa_03 div {
	background: url('../imgs/mapa_pronto_2.jpg') no-repeat right center;
}

#mapa_04 div {
		background: url('../imgs/mapa_pronto_1.jpg') no-repeat right center;
}


#menu ul li {
	display:inline;

}

*/
