@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.6px;
	font-size: 14px;
	margin: 0;
	color: #393939;
}

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

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

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

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

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

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

#mapSub{
	position: absolute;
	background-color: #fff;
	color: #262626;
	font-family: 'open_sansbold';
	text-align: center;
	font-size: 14px;
	line-height: 12px;
	padding: 5px 10px;
	border: solid 1px #262626;/*d3b948*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.textContentEach{
	z-index: 1000;
	position: absolute;
	margin: 150px 0 0 250px;
	width: 430px;
	padding: 20px;
	background-color: #FFF;
	box-shadow: 0px 0px 10px #AAA;
	-webkit-box-shadow: 0px 0px 10px #AAA;
	-moz-box-shadow: 0px 0px 10px #AAA;
	box-shadow: 0px 0px 10px #AAA;
}

.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: 430px;
	height: 262px;
	margin:0 0px 10px 0;
}

.textImg iframe{
	width: 430px;
	height: 262px;
	margin:0 0px 10px 0;
}

.imgLegenda{
	font-family: 'open_sansbold';
	font-size: 14px;
	line-height: 20px;
	float: left;
	padding-bottom: 20px;
}

.textImg span{
	font-size: 11px;
	line-height: 20px;
	font-family: 'open_sanssemibold';
}

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

a.closeBox{
	position: absolute;
	display: block;
	height: 40px;
	width: 40px;
	background: transparent url("../img/close-box.png") no-repeat 0 0;
	margin: -50px 0 0 400px;
	/*margin: -80px 0 0 430px;*/
}

a.closeBox:hover{
	background: transparent url("../img/close-box-hover.png") no-repeat 0 0;
}

#pais_escocia{margin:117px 0 0 126px}
#pais_catalunha{margin:522px 0 0 222px}
#pais_paisbasco{margin:490px 0 0 149px}
#pais_flandres{margin:278px 0 0 273px}
#pais_veneto{margin:425px 0 0 405px}
#pais_lesteucraniano{margin:369px 0 0 830px}

