div#places {
	float: left;
	width: 740px;
}
div#places h1 {
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
}
div#places p {
	line-height: 17px;
	font-weight: normal;
}



div#places-imagen {
	float: left;
	height: 280px;
	width: 740px;
	background-repeat: no-repeat;
	background-position: left top;
}
div#places h1.titulo_atacama {
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	color: #ff9900;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#places h1.titulo_pat {
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	color: #1e90ff;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#places h1.titulo_andes {
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	color: #d2b48c;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#places h1.titulo_lake {
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	color: #608837;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#places h1.titulo_island {
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	color: #006080;
	padding-top: 10px;
	padding-bottom: 10px;
}





ul#places-list {
	float: left;
	width: 720px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
}

ul#places-list li {
	float: left;
	width: 720px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
}
ul#places-list li:hover {
}
ul#places-list li h2 {
	font-size: 15px;
	line-height: 20px;
}
ul#places-list li h2 a {
	text-decoration: none;
	font-weight: 900;
	text-transform: uppercase;
}
a.island {
	color: #006080;
}
a.patagonia {
	color: #1e90ff;
}
a.atacama {
	color: #ff9900;
}
a.andes {
	color: #d2b48c;
}
a.lake {
	color: #608837;
}



ul#places-list li h2 {
}
ul#places-list li p {
	line-height: 17px;
	font-weight: normal;
}
ul#places-list li span {
}
ul#places-list li span.dificultad {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}
ul#places-list li span.tripcode{
}
ul#places-list li span.valores{
	font-weight: 900;
	text-align: center;
	float: left;
	width: 120px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F0F9FF;
	margin-left: 10px;
}
ul#places-list li span.iconos {
}
ul#places-list li b {
	font-weight: 900;
}
ul#places-list li div {
}
ul#places-list li div.cuadro01 {
	float: left;
	width: 180px;
	margin-right: 20px;
}
ul#places-list li div.cuadro02 {
	float: left;
	width: 345px;
	margin-right: 20px;
}
ul#places-list li div.cuadro03 {
	float: left;
	width: 150px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
ul#place-program {
	float: left;
	width: 200px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	background-image: url(../img/media/menu-interior-naranja-01.jpg);
}
ul#place-program li {
	float: left;
	display: block;
}
ul#place-program li a {
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	width: 170px;
	padding-left: 30px;
	float: left;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 13px center;
}
ul#place-program li a:hover, ul#place-program li a.current {
	font-weight: 900;
	text-decoration: none;
}

ul#place-program span {
	float: left;
	width: 200px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 14px;
	background-image: url(../img/media/menu-interior-naranja-02.jpg);
}
.pp-pat li a {
	background-image: url(../img/media/menu-icon-pat.gif);
	color: #0095D9;
}
.pp-atacama li a {
	background-image: url(../img/media/menu-icon-atacama.gif);
	color: #ff9900;
}
.pp-lake li a {
	color: #608837;
	background-image: url(../img/media/menu-icon-lake.gif);
}
.pp-andes li a {
	background-image: url(../img/media/menu-icon-andes.gif);
	color: #d2b48c;
}
.pp-island  li a {
	background-image: url(../img/media/menu-icon-island.gif);
	color: #006080;
}
.pp-default  li a {
	background-image: url(../img/media/menu-icon-default.gif);
	color: #000000;
}
.azul {
	color: #1e90ff;
}
.azul-tamano {
	color: #1e90ff;
	padding-top: 10px;
}
