@charset "UTF-8";

/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
	margin:0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Style */

body{
	font-family: "open_sansregular", Arial, Helvetica, sans-serif; /*open_sansregular*/
	letter-spacing:-0.5px;
	font-size: 14px;
	margin: 0;
	color: #393939;
}

b{
	font-family: 'open_sansextrabold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-weight: black;
	color: #000;
}

i{
	font-family: 'open_sansitalic', Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000;
}

#mainContent{
	width: 970px;
	height: 560px;
	margin: 0 auto;
}

#mapContent{
	display: block;
	width: 700px;
	height: 560px;
	background: transparent url("../img/mapa-bg-4.jpg") no-repeat 0 0;
	float: left;
	margin-right: 20px;
}

#mapContent a{
	position: absolute;
	display: block;
	width: 25px;
	height: 30px;
	background: transparent url("../img/tag.png") no-repeat 0 0;
}

#mapContent a.hover{
	background: transparent url("../img/tag-hover.png") no-repeat 0 0;
}

#mapContent a.active{
	background: transparent url("../img/tag-active.png") no-repeat 0 0;
}

.#textContent{
	width: 250px;
}

.textTitle{
	font-family: 'open_sansextrabold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-weight: black;
	text-align: left;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.textImg img{
	width: 250px;
	height: 180px;
	margin-bottom:30px;
}

.textImg span{
	position: absolute;
	margin-top: -28px;
	font-size: 10px;
	line-height: 12px;
}

.textText{
	font-family: 'open_sanssemibold';
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}

.textText a{
	font-family: 'open_sansextrabold', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-weight: black;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}

#pais_iraque{margin:190px 0 0 329px}
#pais_turquia{margin:87px 0 0 222px}
#pais_israel{margin:211px 0 0 216px}
#pais_egito{margin:286px 0 0 138px}
#pais_jordania{margin:227px 0 0 238px}
#pais_siria{margin:153px 0 0 270px}
#pais_ira{margin:198px 0 0 482px}
#pais_catar{margin:300px 0 0 433px}
#pais_emirados{margin:327px 0 0 475px}
#pais_arabia{margin:325px 0 0 356px}
#pais_libano{margin:171px 0 0 229px}

.irmMuc{
	display: none;
	position: absolute;
	width: 300px;
	padding: 20px;
	background-color:#fff;
	margin: -240px 0 0 330px;
}

