/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }

article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }

#page-wrap { width: 715px; margin:0 0 30px 0; }
#map_canvas { width: 975px; height: 320px; margin:0 auto; border-bottom:5px solid #600005; background:url(../images/loading1.gif) 49% 60% no-repeat; }

/*h1 { margin: 0 0 15px 0; font-family: 'Open Sans Condensed', sans-serif; font-size:16px; }
h2 { margin: 0 0 15px 0; font-family: 'Open Sans Condensed', sans-serif; font-size:16px; text-shadow: 0 1px 0px rgba(255,255,255,0.3); }
h3 { margin: 0 0  1px 0; font-family: 'Open Sans Condensed', sans-serif; font-size:16px; font-weight:bold; letter-spacing: -1px; }*/

/*
#locations { list-style: none; width: 250px;  }
#locations li { padding: 10px; width: 690px;  border-left:2px solid #f7fafc; cursor:pointer}

#locations li:hover, #locations li.hover { background: #b2d1e6 url(../images/shadow.png) 128px 0 repeat-y; border-left:2px solid #076ea7; }
#locations li:hover h3, #locations li.hover h3 { color:#1b4c67; text-shadow: 0 1px 0px rgba(255,255,255,0.3); }
*/

#content { width: 300px; height:auto; overflow:hidden; color:#808080; font-family:Tahoma, Geneva, sans-serif; font-size:11px; }

#firstHeading{
	color:#627aad; font-size:13px; font-weight:bold;
	background:url(../images/icono.png) top left no-repeat;
	padding:0 0 0 23px;
	text-align:left;
}

#bodyContent{
	color:#808080;
	margin:3px 0 0 0;
	text-align:left;
}

#bodyContent table{
	font-size:11px;
	font-weight:bold;
	margin:5px 0 0 0;
}

#bodyContent table td{
	margin:0 3px 0 0;
	width:150px;
}

#horario{
	text-align:center;
	width:100%;
}

#titu_horario{
	font-weight:bold;
	font-size:10px;
	color:#808080;
}

#telefono{
	text-align:left;
	width:100%;
	margin:4px 0 0 0;
	padding:0 0 0 0;
	font-weight:bold;
	color:#808080;
}

#titu_red{
	color:#aa2832;
}

#titu_blue{
	color:#627aad;
	font-size:11px;
	font-weight:bold;
}

#titu_blue2{
	color:#627aad;
	font-weight:bold;
}

#more-info { width: 185px; float: right; background: #b2d1e6; padding: 20px; height: 260px; }
#more-info * { position: relative; z-index: 40; }
#more-info > div { background: #076ea7; color:#fff; -moz-box-shadow: 0 0 14px rgba(70,49,1,0.5); -webkit-box-shadow: 0 0 14px rgba(70,49,1,0.5); padding: 20px; height: 220px; }
.longdesc { display: none; }


/*************************** MAPA VERSION 2 NICARAGUA *****************************/

#map { float:left; width:975px; height:320px; }
#message { position:absolute; padding:10px; background:#fff; color:#fff; width:auto; border:1px dashed #a0262f; 
	-webkit-box-shadow: 2px 2px 10px 0px #666;
	box-shadow: 2px 2px 10px 0px #666; 
}

/*#list { float:left; width:200px; background:#eee; list-style:none; padding:0; }
#list li { padding:10px; }
#list li:hover { background:#555; color:#fff; cursor:pointer; cursor:hand; }*/






