* { margin: 0; padding: 0; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: 0; }
acronym, abbr { border-bottom: 1px #999 dotted; }
acronym, dfn, abbr { cursor: help; }
a acronym { cursor: inherit; }
button { cursor: pointer; width: auto; overflow: visible; }
textarea { overflow: auto; }
input  { overflow-y: visible; }

body, input, button, textarea, select {
	font-family: Arial, sans-serif;
	font-size: .95em;
}

body {
	font-size: .8em;
	color: #0e110f;
	background: url(images/body_bg.jpg) top center;
}

#page {
	padding-bottom: 1.5em;
}

#head {
	width: 878px;
	margin: auto;
	position: relative;
}

#head .consultus {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	line-height: 1.3em;
}

#head .consultus .text {
	color: #a9ef57;
	font-size: .85em;
	font-weight: bold;
}

#head .consultus .phone {
	color: #fff;
	font-weight: bold;
	font-size: 1.6em;
}

#head .title {
	color: #fff;
	text-transform: uppercase;
}

#mainmenu {
	background: #3f413f url(images/mainmenu_bg.gif) repeat-x bottom;
	color: #fff;
}

#mainmenu .entries {
	width: 878px;
	margin: auto;
	list-style: none;

	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

#mainmenu .entries:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#mainmenu .entries .entry {
	float: left;
}

#mainmenu .entries .entry .inner {
	display: block;
	background: url(images/mainmenu_sep.gif) no-repeat right top;
}

#mainmenu .entries .last .inner{
	background: none;
}

#mainmenu .entries .highlighted {
	background: #3c3e3c url(images/mainmenu_hl_bg.png) no-repeat left top;
}

#mainmenu .entries .highlighted a {
	background: url(images/mainmenu_hl_corner.png) no-repeat right bottom;
}

#mainmenu .entries .active {
	background: #fff url(images/mainmenu_active_bg.gif) repeat-x bottom;
	padding-top: 2px;
	margin-top: -2px;
	position: relative;
}

#mainmenu .entries .active .inner {
	margin-bottom: -8px;
	padding-bottom: 8px;
	background: url(images/mainmenu_active_arrow.gif) no-repeat bottom center;
	position: relative;
}

#mainmenu .entries .entry a {
	display: block;
	color: #dbdbdb;
	padding: 1em 1.1em;
	text-decoration: none;
}

#mainmenu .entries .entry a:hover, #mainmenu .entries .entry a:hover .name {
	color: #fff;
}

#mainmenu .entries .entry .name {
	color: #a9ef57;
	display: block;
	text-transform: uppercase;
	font-size: .9em;
}

#mainmenu .entries .active .name {
	color: #00742e !important;
}

#mainmenu .entries .entry .desc {
	font-size: .85em;
}

#mainmenu .entries .active .desc {
	color: #010101;
}

#stupiddivforie7 {
	overflow: hidden;
}

#bodywrapper {
	background: #fff url(images/body_bg.gif) repeat-x bottom;
}

#body {
	width: 856px;
	margin: 0 auto;
	padding: 1em 0 4.5em 0;
	background: url(images/body_logo.gif) no-repeat 97% bottom;

	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

#body:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#breadcrumb {
	font-size: .85em;
	margin-bottom: .8em;
}

#breadcrumb a {
	color: #3b3b3b;
}

#breadcrumb .text {
	display: none;
}

#breadcrumb .entries {
	list-style: none;

	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

#breadcrumb .entries:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#breadcrumb .entries .entry {
	float: left;
	padding-right: 1em;
	margin-right: .5em;
	background: url(images/breadcrumb_sep.gif) no-repeat right 55%;
}

#breadcrumb .entries .lastentry {
	padding-right: 0;
	margin-right: 0;
	background: none;
	color: #e85426;
}

#breadcrumb .entries .lastentry a {
	color: #e85426;
}

#contentwrapper {
	float: left;
	width: 100%;
}

#content {
	margin-right: 18.5em;
}
#contentproyecto{
	margin-right: 18.5em;
}

#navbar {
	width: 17em;
	float: left;
	background: url(images/navbar_bg.png) repeat-y left;
	margin: -1em 0 -2000em -17em;
	padding: 1em 0 2000em;
}

* html #navbar { background-image: url(images/navbar_bg.gif); }

#submenu {
	padding: 3em 0 1em;
}

* html #submenu .entries .entry { display: inline } /* IE6 */

#submenu .entries {
	position: relative;
	background: #f2f5ed url(images/submenu_bg.gif) repeat-y left;
	padding: 1em 100em 1em 1.5em;
	margin-right: -100em;
}

#submenu .entries .entry a {
	font-size: .9em;
	color: #060606;
	text-decoration: none;
	display: block;
	padding: .5em 0 .5em 1.2em;
	background: url(images/submenu_arrow.gif) no-repeat left 55%;
}

#submenu .entries .entry a:hover {
	color: #e85426;
}

#submenu .entries .active a {
	color: #e85426;
	font-weight: bold;
}

#submenu .entries .entry {
	list-style: none;
}

#footwrapper {
	background: #fff;
}

#banners {
	text-align: right;
}

#banners .entries .entry {
	list-style: none;
	margin-bottom: .5em;
}

#banners .entries .entry img {
	vertical-align: middle;
}

#navbar #banners .entries .entry {
	background: #ebf3ef url(images/navbar_banners_bg.gif) repeat-y left;
	padding-right: .1em;
}

#foot {
	width: 856px;
	margin: auto;
	padding: 2em 0;
	color: #000;

	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

#foot:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#foot .company {
	float: left;
	font-size: .85em;
	line-height: 1.4em;
}

#foot .company .name {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom : .1em;
}

#foot .company .address {
	font-style: normal;
}

#footmenu {
	float: right;
	font-size: .8em;
}

#footmenu .entries {
	float: left;
	list-style: none;
	margin-right: -1em;
}

#footmenu .entries .entry {
	float: left;
	text-transform: uppercase;
	border-left: 1px #000 solid;
	line-height: 1em;
	padding: 0 1em;
}

#footmenu .entries .first {
	border: none;
}

#footmenu .entries .entry a {
	color: #000;
}

#foot .links {
	clear: right;
	float: right;
	padding-top: 1em;
	font-size: .8em;
}


#foot .links .entries {
	float: left;
	list-style: none;
	margin-right: -.8em;
}

#foot .links .entries .entry {
	float: left;
	text-transform: uppercase;
	padding: 0 .8em;
	background: url(images/foot_links_sep.gif) no-repeat left 60%;
}

#foot .links .entries .first {
	background: none;
}

#foot .links .entries .entry a {
	color: #6a6c6a;
}
#cajastur .sendok .actions {
	margin-top: 1em;
}
#contact {
	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

#contact:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#contact .block {
	width: 48%;
	float: left;
}

#contact .contactform {
	padding-top: .5em;
	float: right;
}

#contact .sendok .actions, #contact .sendok .actions {
	float: none !important;
	text-align: center;
}
#body .pagetitle {
	color: #7e7e7e;
	font-size: 2em;
	margin-bottom: .5em;
}

#body .pagesubtitle {
	color: #e85426;
	font-size: 1.5em;
}

#body .maintitle {
	color: #00742e;
	font-size: 1.1em;
	font-weight: normal;
}

#financiation .contact {
	margin-top: 2em;
}

#financiation .contact .sendok .actions{
	margin-top: 1em;
}
#body .basicform label {
	color: #E85426;
	font-size: .9em;
}

#body .basicform input {
	border: 0;
	color: #414442;
	background: #F2F5ED;
	padding: .2em .5em;
	vertical-align: middle;
}

#body .basicform select {
	border: 0;
	color: #414442;
	background: #F2F5ED;
	vertical-align: middle;
	padding: .2em;
}

#body .basicform button {
	border: 0;
	background: url(images/button_bg.gif) no-repeat;
	width: 83px;
	height: 27px;
	line-height: 26px;
	color: #dfdfdf;
	border: 0;
	font-weight: bold;
	font-style: italic;
	vertical-align: middle;
}

#body .basicform button:hover {
	color: #fff;
}

#body .compoundform {
	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

#body .compoundform:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#body .compoundform .error .message {
	color: red;
	float: right;
	font-style: italic;
	font-size: .85em;
}

#body .compoundform .proplist .set {
	margin-bottom: 1em;
}

#body .compoundform .proplist .property {
	text-transform: uppercase;
	color: #E85426;
	font-size: .85em;
}

#body .compoundform .proplist .value {
	margin-top: .5em;
	background: #f2f5ed;
	padding: .2em .5em;
}

#body .compoundform .proplist .value .handler {
	border: 0;
	background: none;
	width: 100%;
	color: #3B3B3B;
}

#body .compoundform .proplist .disabled {
	visibility: hidden;
}

#body .compoundform .privacy {
	float: left;
	color: #3B3B3B;
}

#body .compoundform .privacy .textcontent {
	font-size: .9em;
}

#body .compoundform .privacy > * {
	vertical-align: middle;
}

#body .compoundform .privacy .message {
	float: none;
	margin-bottom: .2em;
}

#body .compoundform .actions {
	float: right;
}

#body .compoundform .actions .action {
	background: url('images/button_bg.gif') no-repeat;
	width: 83px;
	height: 27px;
	line-height: 26px;
	color: #dfdfdf;
	border: 0;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
}

#body .compoundform .actions .action:hover {
	color: #fff;
}

#body .compoundform .actionscontact {
	padding-left:10em;
}

#body .compoundform .actionscontact .action {
	border: 0;
	background: url(images/button_bg.gif) no-repeat;
	width: 62px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}

#gallery .entries .entry {
	width: 200px;
	float: left;
	margin: 0 .5em .5em 0;
}

#gallery .entries .entry1 {
	clear: both;
}

#gallery .entries .entry3 {
	margin-right: 0;
}

#gallery .entries .entry .photo a {
	display: block;
}

#gallery .entries .entry .photo a:hover {
	border-color: #999;
}

#gallery .entries .entry .photo img {
	vertical-align: middle;
}

#gallery .entries .entry .name {
	color: #00742e;
	margin: .5em 0 .2em;

	display: none;
}

#gallery .entries .entry .desc {
	margin-top: 1em;
}
#home {
	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

#home:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#home .content {
	float: left;
	width: 70%;
}

#home .content .intro {
	color: #0f7c39;
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: justify;
	margin: 1em 0;
}

#home .content .textcontent {
	text-align: justify;
}

#home .content .textcontent p {
	line-height: 1.4em;
}

#home .content .readmore {
	margin-top: 1em;
	color: #e85426;
	font-weight: bold;
}

#home .video{

	float:right;
	margin-left:20px;
	margin-top:5px;


}

#home .content .readmore a {
	color: #e85426;
	padding-right: .6em;
	background: url(images/readmore_arrow.gif) no-repeat right 65%;
}

#home .banners {
	float: right;
	width: 25%;
	text-align: right;
}

#home .banners .entries .entry {
	list-style: none;
	margin-bottom: .8em;
}

#home .banners .entries .entry img {
	vertical-align: middle;
}
#housing .textcontent {
	margin-bottom: 2em;
}

#housing .entries .entry {
	width: 200px;
	float: left;
	margin: 0 .5em 2em 0;
}

#housing .entries .entry1 {
	clear: both;
}

#housing .entries .entry3 {
	margin-right: 0;
}

#housing .entries .entry .photo img {
	vertical-align: middle;
}

#housing .entries .entry .name {
	color: #00742e;
	margin: .5em 0 .2em;
}

#housing .entries .entry .desc {
	margin-top: 1em;
	font-size: .9em;
}
#inforequest .sendok {
	margin-top: 2em;
}

#inforequest .sendok .actions, #inforequest .sendok .action {
	float: none;
}
#insale .entries .entry {
	float: left;
	width: 301px;
	margin-bottom: 2em;
}

#insale .entries .even {
	clear: both;
}

#insale .entries .odd {
	float: right;
}

#insale .entries .entry .photo img {
	vertical-align: middle;
}

#insale .entries .entry .namewrapper {
	background: #3f413f;
	padding-top: 1em;
	display: block;

	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

#insale .entries .entry .namewrapper:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

#insale .entries .entry .link {
	text-decoration: none;
	cursor: pointer;
	display: block;
}

#insale .entries .entry .banner {
	float: left;
	width: 77px;
	padding-left: 77px;
	overflow: hidden;
	margin: -1em 1em 0 0;
}

#insale .entries .entry .banner img {
	margin-left: -100px;
	vertical-align: middle;
}

#insale .entries .entry .name {
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	display: block;
}

#insale .entries .entry .namewrapper .moreinfo {
	display: block;
	font-weight: bold;
	color: #a9ef57;
	font-size: .85em;
	margin-top: 1em;
}

#insale .entries .entry .desc {
	font-size: .9em;
	margin-top: 1em;
	color: #3f413f;
	line-height: 1.5em;
	text-align: justify;
}

#insale .entries .entry .desc .moreinfo {
	font-weight: bold;
	color: #e85426;
}

#locals .searchform {
	border: 1px #bEbEbE solid;
	padding: 1em;
}

#locals .searchform .set {
	width: 48%;
	float: left;
}

#locals .searchform .even {
	clear: both;
}

#locals .searchform .odd {
	float: right;
}

#locals .searchform .pagesubtitle {
	display: none;
}

#locals .list {
	padding-top: 2em;
}

#locals .list .local {
	line-height: 1.5em;
}

#locals .list .local .title {
	color: #00742E;
	font-size: 1.1em;
	margin-bottom: .3em;
}

#locals .list .local .address {
	font-style: normal;
}

#locals .list .local .address .city {
	font-weight: bold;
}

#locals .list .local .streetmap {
	float: right;
	width: 300px;
	height: 100px;
	overflow: hidden;
}

#locals .list .local .streetmap #logocontrol {
	display: none !important;
}

#locals .list .local .streetmap span {
	display: none !important;
}

#locals .list .local .streetmap a {
	display: none !important;
}

#locals .list .entries .entry {
	padding: 1em 0;
	border-bottom: 1px #BEBEBE solid;

	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

#locals .list .entries .entry:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#locals .list .error {
	border: 1px #D3D2D2 solid;
	padding: 1em;
	font-weight: bold;
}

#locals .list .error .type, #locals .list .error .status {
	text-transform: lowercase;
}
#location .textcontent {
	swidth: 200px;
	sfloat: left;
}

#location #mapwrapper {
	swidth: 400px;
	sfloat: right;
	margin-top: 2em;
}

#location #mapwrapper .basicform {
	border: 1px #BEBEBE solid;
	padding: .5em 1em;
	margin-bottom: 1em;
}

#location #mapwrapper .basicform input {
	width: 15em;
	margin: 0 .5em;
}

#location #mapwrapper .map {
	width: 100%;
	height: 350px;
}
#mapwrapper .map{
	height: 500px;
	width: 600px;
}

.highslide-html .map {
	height: 500px !important;
	width: 600px !important;
}

#maquetable h3 {
	color: #e85426;
	font-size: 1.5em;
	margin-bottom: .5em;
}

#maquetable h4 {
	color: #00742e;
	font-size: 1.1em;
	margin-bottom: .5em;
}

#maquetable div.parrafo  {
	margin-bottom: 1em;

	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

#maquetable div.parrafo:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#maquetable div.foto {
	margin-bottom: .5em;
}

#maquetable div.foto a {
	display: block;
}

#maquetable div.foto a:hover img, #maquetable div.foto a:focus img {
	border-color: #9DABA8;
}

#maquetable div.foto img {
	display: block;
	border: 1px #fff solid;
	padding: 1px;
	vertical-align: middle !important;
	vertical-align: baseline;
}

#maquetable div.fotoizquierda {
	float: left;
	margin-right: 1em;
}

#maquetable div.fotoderecha {
	float: right;
	margin-left: 1em;
}

#maquetable div.fotoarriba {
	float: left;
	margin-bottom: .5em;
}

#maquetable div.foto .pie {
	background: #f2f5ed;
	display: block;
	font-size: .85em;
	font-style: italic;
	margin: 0 2px;
	padding: .3em;
}

#maquetable a.documento {
	background: url(images/download.gif) no-repeat left center;
	display: inline-block;
	padding: .3em 0 .3em 2em;
	margin-bottom: .5em;
}

#maquetable div.contraido {
	margin-bottom: 1em;
}

#maquetable div.contraido .parrafo, #maquetable div.contraido .contraer, #maquetable div.expandido .expandir {
	display: none;
}

#maquetable div.contraido .parrafo, #maquetable div.expandido .parrafo {
	border: 1px #e85426 dotted;
	border-width: 0 0 1px 1px;
	padding: 0 1.5em .5em;
}

#maquetable div.contraido .expandir, #maquetable div.expandido .contraer {
	display: inline-block;
	cursor: pointer;
	background: url(images/icons/plus_16x16.gif) no-repeat left;
	line-height: 16px;
	padding-left: 1.5em;
	color: #e85426;
}

#maquetable div.expandido .contraer {
	background-image: url(images/icons/minus_16x16.gif);
}


#offices .entries .entry {
	float: left;
	width: 200px;
	margin-right: .5em;
	list-style: none;
}

#offices .entries .entry1 {
	clear: both;
}

#offices .entries .entry3 {
	margin-right: 0;
}

#offices .office .address, #offices .office p {
	font-style: normal;
	font-size: .9em;
	line-height: 1.4em;
}

#offices .office .photo {
	margin-bottom: .5em;
	/*overflow:hidden;
	width:200px;
	height:150px;*/
}

#offices .office .location {
	margin-top: .5em;
	font-size: .9em;
}

#offices .office .location a {
	color: #E85426;
	font-weight: bold;
	padding-left: 1.5em;
	background: url(images/icons/locationmarker_16x16.png) no-repeat left center;
	display: inline-block;
	line-height: 16px;
}
#promotion #content{
	background: url(images/promotion_titles_bg.png) no-repeat right 1em;
}

#promotion #contentproyecto{
	
}

* html #promotion #content { height: 1%; }

#promotion .maintitle {
	margin: .8em 0 -.1em;
}

#promotion .pagesubtitle {
	margin-bottom: .5em;
}

#promotion .others {
	padding: 0 0 0 1.5em;
	margin-bottom: 2em;
}

#promotion .others .maintitle {
	margin: 0 0 .8em;
}

#promotion .others .entries .entry {
	list-style: none;
	padding: .2em 0 .2em 1em;
	background: url(images/submenu_arrow.gif) no-repeat left 55%;
}

#promotion .others .entries .entry a {
	color: #060606;
	text-decoration: none;
}

#promotion .others .entries .entry a:hover {
	color: #E85426;
}

#promotiongallery {
	overflow: hidden;
	position: relative;
	margin-bottom: 1em;
	width: 619px;
	height: 214px;
}

#promotiongallery .inner {
	width: 400%;
	position: relative;

	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

#promotiongallery .inner:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#promotiongallery .photo {
	width: 619px;
	height: 214px;
	float: left;
	overflow: hidden;
}

#promotiongallery .arrow {
	position: absolute;
	width: 150px;
	top: 0;
	bottom: 0;
	background: url(images/gallery_prevnext.gif) no-repeat left center;
	opacity: .32;
	display: none;
	cursor: pointer;
}

* html #promotiongallery .arrow {
	position: absolute;
	width: 150px;
	height: 36px;
	margin-top: 15%;
}

#promotiongallery .arrow:hover {
	opacity: .8;
	cursor: pointer;
}

#promotiongallery .prev {
	left: 0;
	background-position: -36px;
}

#promotiongallery .next {
	right: 0;
	background-position: 114px;
}

#promotiondata .banner {
	float: right;
	margin: -70px 1em 0 0;
	position: relative;
	z-index: 2;
}

#promotiondata .bannersinfoto {
	float: right;
	position: relative;
	z-index: 2;
}

* html #promotiondata .banner { display: inline; }

#promotiondata .desc {
	clear: both;
}

#promotiondata .desc img {
	margin-top: 2em;
}
.offersinfo{
	color: #E85426;
    font-weight: bold;
}
#significants .entries .entry {
	width: 301px;
	float: left;
	margin-bottom: 2em;
}

#significants .entries .even {
	clear: both;
}

#significants .entries .odd {
	float: right;
}

#significants .promotion .photo img {
	vertical-align: middle;
}

#significants .promotion .name {
	color: #00742e;
	margin: .5em 0 .2em;
}

#significants .promotion .desc {
	font-size: .9em;
	color: #3f413f;
	line-height: 1.5em;
	text-align: justify;
}

#significants .promotion .location {
	margin-top: .5em;
	font-size: .9em;
}

#significants .promotion .location a {
	color: #E85426;
	font-weight: bold;
	padding-left: 1.5em;
	background: url(images/icons/locationmarker_16x16.png) no-repeat left center;
	display: inline-block;
	line-height: 16px;
}

* html #significants .promotion .location a { background-image: url(images/icons/locationmarker_16x16.gif); }
#body .textcontent {
	text-align: justify;
}

#body .textcontent p {
	margin: .5em 0;
	line-height: 1.4em;
}

#body .textcontent p.highlighted {
	padding: 1em;
	margin-top: 1em;
	border: 1px #D3D2D2 solid;
	font-weight: bold;
}

#body .textcontent a {
	color: #E85426;
}

#body .textcontent ul {
	margin: .5em 0 .5em 1.2em;
	line-height: 1.4em;
}
#videogallery .entries{
	list-style-type:none;
	
}

#videogallery .entries .entry {
	width: 200px;
	float: left;
	margin: 0 .5em .5em 0;
	height:200px;
	background-color:#F2F5ED;
}

#videogallery .entries .entry .inner .image {
	padding-left:32px;
	padding-top:46px;
}



#webmap .tree {
	margin: 1.5em 1em 0;
}

#webmap .tree ul {
	list-style: none;
	clear: both;
	margin:0 !important;
}

#webmap .tree ul.nivel1 {
	background: url('images/tree/top.gif') no-repeat;
	padding-top: 1px;
	/*padding-left:80px;*/
}

#webmap .tree li {
	margin-left: 2em;
	background: url('images/tree/i-repeater.gif') repeat-y;

	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

#webmap .tree li:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#webmap .tree li.nivel1  {
	margin: 0;
}

#webmap .tree a {
	vertical-align: middle;
	display: block;
	float: left;
	color: #27313e;
	background: url('images/tree/icono_pagina_M.gif') no-repeat left center;
	padding: .4em 0 .4em 1.8em;
}

#webmap .tree a:hover {
	color: #8F8F8F;
}

#webmap .tree a.link {
	background-image: url('images/tree/icono_pagina_E.gif')
}

#webmap .tree a.nivel1 {
	font-size: 0.9em;
}

#webmap .tree span.treenode {
	display: block;
	float: left;
	vertical-align: middle;
	width: 25px;
	height: 26px;
	background: #FFF url('images/tree/t.gif') no-repeat left center;
}

#webmap .tree li.last > span.treenode  {
	background-image: url('images/tree/l.gif');
}

#webmap .tree span.treenode span.handler {
	display: block;
	height: 11px;
	width: 11px;
	margin: 6px 0 0 2px;
	cursor: pointer;
	background: url('images/tree/minus.gif') no-repeat;
}

#webmap .tree span.treenode span.handlerclosed {
	background-image: url('images/tree/plus.gif');
}
