#mapa_cr2 {
	position: relative;
    background: url("../img/mapa_cr_s.gif") no-repeat left top;
	height: 176px;
	margin:0px auto;
	width:293px;
	z-index: 10;
}

.mapDot A {
    display: block;
    text-decoration:none;
    font-weight: normal;
    background: url('../img/map_town.gif') no-repeat left center;
    color: #0053A0;
}

.mapDot A SPAN {
    font-size: 10px;
    position: relative;    
    cursor: hand;
    text-decoration: none;
    font-weight: normal;
}

#content .mapDot A:HOVER {
       text-decoration:none;
     /*background-color: rgb(255,110,1);*/
		 background: url('../img/map_town_hover.gif') no-repeat left center;
		 color: #E7AE39; /* #FF6E01 */     
}

.mapDot selected A {
   text-decoration: none;
   background-color: #E7AE39;
   background: url('../img/map_town_hover.gif') no-repeat left center;
}

/*.mapDot A SPAN{
    display: none;
}*/



.incMapa {
	padding: 0px 0px 20px 20px;
}

.incMapa h1 {
	margin: 0em 0em 0em 0em;
}

.incMapa p {
	line-height: 1.3;
	margin-bottom: 0em;
}

#mapa_cr {
	background: url("../img/mapa_cr.gif") no-repeat left top;
	height: 310px;
	width: auto;
	position: relative;
	z-index: 10;
}



#mapTitle {
    background-color: #ff6e01;
	border: 1px solid  red;
    position:absolute;
    display:none;
    z-index: 1000;
}

.map_item, .map_item_r  {
	position: absolute;

}
.map_item a {
	font: 10px Arial, "Arial CE", Helvetica, "Helvetica CE", sans-serif;
	text-transform: uppercase;
	color: #828282;
	text-decoration: none;
	background: url(../img/map_item.gif) no-repeat left center;	
	display: block;
	padding: 2px 6px 2px 14px;
	width: auto;


}
.map_item a:hover {
	color: #000000;
	background-color: #ff6e01; /*url(../img/map_item.gif) no-repeat left center;*/
	border: 1px solid  red;
	z-index: 1000;
}
#mapa_cr a:hover {
	color: #000000;
}
.map_item_r a {
	font: 10px Arial, "Arial CE", Helvetica, "Helvetica CE", sans-serif;
	text-transform: uppercase;
	color: #828282;
	text-decoration: none;
	background: url(../img/map_item.gif) no-repeat right center;
	display: block;
	padding: 2px 14px 2px 6px;
	width: auto;

}
.map_item_r a:hover {
	color: #000000;
	background-color: #ff6e01 ; /*url(../img/map_item.gif) no-repeat right center; */
	border: 1px solid  red;
}

/* MAPA BOX ----------------------------------------------------------------- */
#map_box {
    position: absolute;
    width: 190px;
	 top:-30px;
    right:20px;	
}
#map_box .top {
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	background: #f0f5ff;/* #DEE1E9; */
	padding: 2px 5px 2px 10px;
	border: 1px solid #194684;
	height: 12px; 
   width: 175px;
   _width: 192px;
	border-bottom: 0px;
}
#map_box .foto {
	font-size: 12px;
	color: #333333;
	background: #FBFBFB;
	padding: 0px;
	width: 190px;
	_width: 192px;
	border: 1px solid #194684;
	height: 115px;
	_height: 120px;
}
#map_box .end {
	background: #f0f5ff url(../img/roh.gif) no-repeat left bottom;
	height: 12px;
	width: 192px;
	_width: 192px;
	border-top: 0px;
	_border-right: 1px solid #194684;
	font-size: 6px;
}
#map_box .foto p {
	margin:20px 10px 0px 10px;
}
#map_box .foto IMG {
	display: none;
	height: 115px;
	width: 190px;
}
#map_box .top span {
	display: none;
}


/* NEWS */
#news-box {
	margin: 0px;
	border-top: 0px solid #2E1B88;
	border-right: 1px solid #2E1B88;
	border-bottom: 0px solid #2E1B88;
	border-left: 1px solid #2E1B88;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

}
.news-item {
	width: 150px;
	text-align: justify;
	font-size: 11px;
	float: left;
	vertical-align: top;
	color: #666666;
}
.news-line {
	padding: 0px 10px 0px 20px;
	background: url(../img/layout/news_line.gif) repeat-y right top;



}
.news-item a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	margin-bottom: 5px;
	color: #194684;
}
