
#menu_proyectos {
	width: 220px;
	height: 249px;
	padding: 3px 10px 10px 10px;
	background: url(/images/fondo_rasgado_contenido_menu.gif);
	float: left;

}
	#menu_proyectos .titulo {
		margin: 10px 0px 10px 0px;
		background-color: #F94800;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: white;
		font-weight: bold;
		padding: 5px 0px 5px 20px;
	}

	#menu_proyectos .submenu_enlace {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #7F7F7F;
		font-weight: bold;
		background-color: #f2f2f2;
		display: block;
		height: 14px;
		padding-top: 3px;
		padding-bottom: 2px;
		width: 200px;
		margin-left: 0px;
		border-bottom: 2px solid white;
		padding-left: 20px;
		text-decoration: none;
	}


	#menu_proyectos .selected {
		color: #F94800;
	}

#contenido_proyectos {
	background: url(/images/fondo_rasgado_contenido_texto.gif);
	width: 563px;
	height: 239px;
	float: right;
	padding: 10px;

}

	#contenido_proyectos #menu_contenido {
		background-color: #F2F2F2;
		text-align: center;

	}
		#contenido_proyectos .cabecera {
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #F94800;
			margin: 20px 20px 10px 20px;
			padding-bottom: 10px;
			background: url(/images/puntos.gif) repeat-x 0% 100%;
		}


		#contenido_proyectos #texto {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #666666;
			line-height: 17px;

			height: 190px;
			margin: 0px 0px 0px 20px;

		}

		#contenido_proyectos #menu_contenido  {
			margin: 3px 0px 0px 0px;
			outline: 0px;
			padding: 0px;
			overflow: hidden;
			width: auto;
			height: 22px;

			vertical-align: text-bottom;

		}

		#contenido_proyectos #menu_contenido li {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			cursor: pointer;
			font-size: 10px;
			font-weight: bold;
			display: block;
			width: 87px;
			height: 15px;
			float: left;
			padding-top: 8px;

		}

		#contenido_proyectos #menu_contenido li.activo {
				background-color: white;
				background: url("/images/pestana_activa.gif") 0px 100% no-repeat;
				width: 87px;
				height: 14px;
		}

			#contenido_proyectos #menu_contenido li a {
				color: #959595;
				text-decoration: none;

			}

			#contenido_proyectos #menu_contenido li a.activo {
				color: #333333;
				text-decoration: none;


			}


			.holder .scroll-pane {
				padding-right: 10px;
				width: 520px;
				overflow: hidden;
				float: left;
				height: 180px;
			}

			a.jScrollArrowUp {
				background: white url(/images/flecha_arriba.gif) no-repeat 0 0;
			}


			a.jScrollArrowDown {
				background: white url(/images/flecha_abajo.gif) no-repeat 0 0;
			}
			.holder .jScrollPaneDrag {
				background: white url(/images/barra_desplazamiento.gif) no-repeat 0 0;
			}

			.holder .scroll-pane {
				background-color: white;
			}
			.holder .jScrollPaneTrack {
				background: white;
			}


#contenido_proyectos #texto ul {

}

#contenido_proyectos #texto li {
	line-height: 18px;


}

#contenido_proyectos #texto strong {
	padding-top: 15px;
}

#planos {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	outline: 0;
	width: 155px;

}
	#planos li {
		padding: 8px 0px 8px 0px;
		background: url(/images/puntos.gif) repeat-x 0 100% !important;
		background: none;
		border-bottom: 0px !important;
		border-bottom: 1px dotted gray;

	}

		#planos li a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #666666;
			text-decoration: none;
		}

		#planos li a.selected {
			color: #F94800;
			font-weight: bold;
		}

#plano {
	float: right;
	margin-top: 8px;
}

#plano_texto {
		color: #F94800;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
}
.aviso-legal {
		color: #F94800;
		float: right;
		position: relative;
		margin-right: 25px;
		height: 35px;
		padding-left: 25px;
		top: -5px;
		padding-top: 5px;
		text-decoration: none;
		background: url("/images/icono_descarga_pdf.gif") 0 0 no-repeat;
		z-index: 1;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;

}

.localizacion {
		color: #F94800;
		float: right;
		position: relative;
		margin-right: 25px;
		height: 35px;
		padding-left: 25px;
		top: -8px;
		padding-top: 8px;
		text-decoration: none;
		background: url("/images/mapas/zoom_geolocalizacion.gif") 0 0 no-repeat;
		z-index: 1;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;

}

.no-display { display: none; }
