div.propTitulo {
	padding: 5px;
	background-color: #F2F2F2;
	margin-bottom: 10px;
	color: #2A9F13;
}

div.propTitulo a {
    color: #2A9F13;
    text-decoration: none;
}

div.propTitulo a:hover {
    border-bottom: 1px solid #2A9F13;
}

div#pic {
	float: left;
	background-color: #FFF;
	width: 420px;
}

div#pic div {
	border: 4px solid #EEE;
	text-align: center;
	padding: 6px;
}

div#propInfo {
	float: left;
	width: 420px;
}

div#propInfo h3 {
	padding-left: 5px;
	color: #369;
	font: 14pt Georgia, "Times New Roman", Times, serif;
}

div#propInfo p {
	padding-left: 5px;
}

div#propInfo ul {
	margin-left: 5px;
	margin-top: 10px;
}

div#propInfo ul ul { margin-top: 0; }

div#propInfo ul li {
	padding-bottom: 4px;
	line-height: 18px;
}

div#propInfo ul li fieldset {
	border: 1px solid #DDD;
	border-left: 0;
	border-right: 0;
}

div#propInfo ul li fieldset legend {

}

div#propInfo ul li span.label {
	display: block;
	padding-right: 10px;
	width: 80px;
	float: left;
	font-weight: 700;
}

div#propInfo ul li.tel {
	padding-left: 20px;
	background: url(./images/telephone.png) no-repeat left center;
}

div#propInfo ul li.fax {
	padding-left: 20px;
	background: url(./images/fax.png) no-repeat left center;
}

div#propInfo ul li.cel {
	padding-left: 20px;
	background: url(./images/phone.png) no-repeat left center;
}

div#propInfo ul li.email {
	padding-left: 20px;
	background: url(./images/email.png) no-repeat left center;
}

div#propInfo ul li.url {
	padding-left: 20px;
	background: url(./images/link.png) no-repeat left center;
}

div#propInfo ul li.youtube {
	padding-left: 20px;
	background: url(./images/youtube.gif) no-repeat left center;
}


div#galery {
	margin-top: 10px;
	padding: 5px;
	background-color: #EEE;
	position: relative;
}

div#galery div.scrollableArea a {
	border: 3px solid #FFF;
	position: relative;
	float: left;
}

/* Instead of making the hotspots visible I've created a cursor as a scrolling indicator.
   The hotspots have a minimum width of 100 pixels and if there is room the will grow
   and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste.

   There is a big background image and it's used to solve some problems I experienced
   in Internet Explorer 6.
*/
div.scrollingHotSpotLeft
{
	min-width: 100px;
	width: 15%;
	height: 100%;
	background-image: url('images/big_transparent.gif');
	background-repeat: repeat;
	position: absolute;
	z-index: 200;
	left: 0;
}

div.scrollingHotSpotRight
{
	min-width: 100px;
	width: 15%;
	height: 100%;
	background-image: url('images/big_transparent.gif');
	background-repeat: repeat;
	position: absolute;
	z-index: 200;
	right: 0;
}


/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

/** */

div#descripcion {
	margin-top: 10px;
	background-color: #FFF;
}

div#descripcion p {
	padding: 5px;
}

div#contactar {
	padding-top: 10px;
	display: none;
}

div#navigate {
	padding: 5px;
	background: #EEE;
	margin-top: 10px;
}

div#navigate ul li {
	display: block;
	float: left;
	margin-right: 10px;
}

#comollegar-mapa {
    margin-top: 10px;
    margin-bottom: 10px;
}

#caracteristicas,
#desc,
#lugares,
#googleMap {
	margin-top: 10px;
}

#caracteristicas h3 {
	padding: 5px;
	background-color: #F2F2F2;
	color: #FF6600;
	font: 11pt Georgia, "Times New Roman", Times, serif;
}

#caracteristicas table {
	width: 100%;
	margin: 10px 0;
	border-top: 1px solid #DDD;
}

#caracteristicas table tr td.name {
	background: #FFF;
	width: 45%;
}

#caracteristicas table tr td.value {
	background-color: #EEE;
	text-align: center;
	width: 5%;
	color: #369;
}

#caracteristicas table tr td {
	padding: 10px;
	border-bottom: 1px solid #DDD;
}

#googleMap {
	margin-bottom: 10px;
}

#comollegar-mapa h3,
#lugares h3,
#desc h3,
#calendario h3,
#googleMap h3,
#comentarios h3,
div#contactar h3 {
	padding: 5px;
	background-color: #F2F2F2;
	color: #FF6600;
	font: 11pt Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

#googleMap div.map {
	float: left;
	width: 510px;
}

#googleMap div.caracteristicas-mapa {
	float: left;
	width: 330px;
}

#googleMap div.caracteristicas-mapa ul {

}

#googleMap div.caracteristicas-mapa ul li {
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #DDD;
}

#googleMap div.caracteristicas-mapa ul li.km {
	padding-bottom: 10px;
	border-bottom: 0;
}

#googleMap div.caracteristicas-mapa ul li label {
	display: block;
	float: left;
	text-align: right;
}

#googleMap div.caracteristicas-mapa ul li span {
	display: block;
	float: right;
	text-align: center;
	width: 120px;
	white-space: nowrap;
}

#map2 {
	width: 500px;
	height: 350px;
}

#comentarios {
	margin-bottom: 5px;
}

#comentarios div.blank {
	margin-bottom: 5px;
	padding: 10px;
	background-color: #FFF;
}

#comentarios div.post {
	margin-bottom: 10px;
	padding: 5px;
}

#comentarios div.odd {
	background-color: #FFF;
}

#comentarios div.post p.info {
	color: #000;
}

#comentarios div.post p.info a.edit {
	float: right;
}

#comentarios div.post p.text {
	color: #777;
	padding-left: 5px;
	padding-top: 3px;
}

#comentarios form {

}

#comentarios form div.left {
	float: left;
	width: 360px;
}

#comentarios form div.right {
	float: left;
	width: 460px;
}


#comentarios form dl dt label.error {
	color: #DD0000;
}

