@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration:none;
	font-weight:normal;
}

@font-face {
    font-family: "gobclregular";
    src: url('../ff/gobCL/gobCL_Regular.otf') format('opentype');
}

@font-face {
    font-family: "gobclbold";
    src: url('../ff/gobCL/gobCL_Bold.otf') format('opentype');
}

@font-face {
    font-family: "gobcllight";
    src: url('../ff/gobCL/gobCL_Light.otf') format('opentype');
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}

body{
	font-family: 'gobclregular';
	background:#F9F7F5 !important;
	background:url("../images/bgPrincipal.png") no-repeat scroll center 50px / 100% auto #f8f7f5 !important;
}

.clear {
	clear: both;
}

.colorDarkGreen{
	color:#069548;
}

a.colorDarkGreen{
	color:#069548 !important;
}

.colorGreen{
	color:#8dc541;
}

.colorTurq{
	color:#01a69d;
}

a.colorTurq{
	color:#01a69d !important;
}

.colorYellow{
	color:#f8ec31;
}

.bgDarkGreen{
	background-color:#069548;
}

.bgGreen{
	background-color:#8dc541;
}

.bgTurq{
	background-color:#01a69d;
}

.bgYellow{
	background-color:#f8ec31;
}

.bglightBlack{
	background-color:#363636;
}

p a{
	color:#069548;
	text-decoration:underline;
	}


/* ----------------------------
   COMMON STYLES
---------------------------- */
#mainContainer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 5px;
	display: block;
	border: 1px solid #C7C7C5;
	background-color: #FFFFFF;
}

/* Titles styles */
.boxTitle {
	line-height: 60px;
	text-transform: uppercase;
	width: 100%;
	height: 50px;
	margin-top: 20px;
	display: inline-block;
}

.boxTitle h2 {
	color: #363636;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	margin-left: 5px;
	padding-left: 45px;
	display: inline-block;
}


#latestNews .boxTitle a {
	font-size: 12px;
	color: #B5B5B5;
	margin-right: 10px;
	float: right;
}

.boxTitle.mainTitle {
	font-size: 18px;
}

.boxTitle.scndTitle {
	font-size: 14px;
}

.titleNews {
	background: url("../images/icon_sprite.png") no-repeat scroll 0 0 transparent;
}

.titleRegions {
	background: url("../images/icon_sprite.png") no-repeat scroll 0px -50px transparent;
}

.titlePrograms {
	background: url("../images/icon_sprite.png") no-repeat scroll 0px -100px transparent;
}

.titleCalendar {
	background: url("../images/icon_sprite.png") no-repeat scroll 0px -150px transparent;
}

/* ----------------------------
   HOME
---------------------------- */
/* Home Box Feature */
.boxMax {
	color:#999999;
	vertical-align: top;
	width: 635px;
	height: 285px;
	margin-left: -5px;
	float: left;
	display: inline-block;
	position: relative;
	box-shadow: 2px 2px 3px #CCCCCC;
}
.boxMax figure {
	width:635px;
	height: 285px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.boxMax figure img {
	width: 100%;
	float: left;
	display: block;
}
.boxMax .boxMaxText {
	width: 200px;
	height: 240px;
	padding: 0 17px;
	display: block;
	position: absolute;
	top: 0;
	left: 24px;
	z-index: 1;
}
.boxMax .boxMaxText h2 {
	font-size: 27px;
	color: #FFFFFF;
	font-weight:bold;
	line-height: 32px;
	text-transform: uppercase;
	margin: 40px 0 10px 0;
}
.boxMax a .knowMore {
	background-color: #DBD7CC;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px !important;
    margin: 0;
    padding: 0 0  0 17px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.boxMax .knowMore:hover {
	opacity: 0.8;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.boxMax a .knowMore span {/*deseable*/
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	color: #DBD7CC;
	height: 40px;
	width: 40px;
	display: inline-block;
	position: absolute;
	vertical-align: top;

	top: 0;
	right: -40px;
	text-align: center;
}


/* Home Banners */
.homeBanners {
	width: 300px;
	height: 285px;
	margin: 0 10px;
	float: right;
	display: block;
	background-color: #CCCCCC;
}


/* Latest News */
#latestNews {
	width: 640px;
	float: left;
	display: block;
}

.box{
	color: #999999;
	width: 300px;
	margin: 10px;
	float: left;
	display: inline-block;
	vertical-align: top;

	min-height:270px;
}

.box figure{
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
}

.box figure img{
	width: 100%;
}

.box .date{
	font-size: 11px;
	text-transform: uppercase;
}

.box h2{
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
	margin: 5px 0 10px 0;
	height:35px;
	overflow:hidden;
	/*min-height:40px;*/
}

.box p{
	font-size: 13px;
	line-height: 14px;
}

.box .seeMore{
	font-size: 12px;
	color:#fff;
	font-weight: bold;
	line-height: 19px;
	text-transform: uppercase;
	height: 16px;
	margin: 10px 0;
	padding: 5px 10px;
	position: relative;
	background: #C3B69C;
	display:inline-block;
	width: 60px;

}

.box .seeMore:hover{
	opacity: 0.8;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;

}

.box .seeMore span{
	font-size: 12px;
	color:#fff;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
	height: 16px;
	margin: -5px 0 0 11px;
	padding: 5px 10px;
	display: inline-block;

	position: absolute;
	top: 5px;
	right: -25px;
	vertical-align: top;

}


/* Featured Regions */
#featuredRegions {
	width: 300px;
	float: left;
	display: block;
	}


/* Urban Tree Program (Box Min) */

.boxMin .boxTitle {
	border-bottom: 1px dotted #CCC;
	width: 100%;
	padding: 0 0 5px;
}

.boxMin .boxTitle h2{
	color: #363636;
    display: inline-block;
    font-weight: bold;
    width: 100%;
    height: 50px;
    margin-left: -3px;
    padding-left: 45px;
    float: none;
    line-height: 62px;
    font-size: 14px;
}

.boxMin .boxTitle .titlePrograms {
	margin-left: -5px !important;
}

.boxMin{
	color: #999999;
    margin: -5px 8px;
    width: 300px;
	display: inline-block;

	vertical-align: top;

}

.boxMin .contImg{
	width:106px;
	margin: 10px 10px 10px 0;
	padding: 0;
	float: left;
	height:106px;
	overflow:hidden;
}

.boxMin .contImg img{
	height: 106px;
	width:auto;
	float: left;
	margin-left:-50px;
}

.boxMin h2{
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	width: 180px;
	margin: 5px 0 10px 0;
	float: right;
}

.boxMin p{
	font-size: 13px;
	line-height: 17px;
	float: inherit;
}

.boxMin .knowMore{
	font-size: 12px;
	color:#fff;
	font-weight: bold;
	line-height: 19px;
	text-transform: uppercase;
	width: 105px;
	height: 16px;
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	position: relative;
	background:#C3B69C;
}

.boxMin .knowMore:hover{
	opacity: 0.8;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;

}

.boxMin .knowMore span{/*deseable*/
	font-size: 12px;
	color:#fff;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;

	height: 16px;
	margin: -5px 0 0 11px;
	padding: 5px 10px;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: -10px;
	vertical-align: top;

}

/*Calendar Activities style*/


#calendarActivities {
	width: 300px;
	margin: 0 8px;
	display: block;
	background-color: #FFFFFF;
	display: inline-block;
	vertical-align: top;;

}

#calendarActivities .boxTitle {
	margin-left: 0px;
	border-bottom: 1px dotted #CCC;
}

#calendarActivities .boxTitle h2{
	color: #363636;
    display: inline-block;
    font-weight: bold;
    height: 50px;
    margin-left: -3px;
    padding-left: 45px;
}

#calendarActivities .boxTitle .titlePrograms {
	background: url("../images/icon_sprite.png") no-repeat scroll 0 -150px transparent;
}

#calendarActivities .activity {
	width: 100%;
	padding: 11px 0;
	display: block;
	border-bottom: 1px dotted #666666;
	cursor: pointer;
}

#calendarActivities .activity:hover {
	background: #faf9f6;
	-moz-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	transition:all 0.5s linear;

}



#calendarActivities .activity .activityDate {
	float: left;
    text-align: center;
    width: 70px;
}

#calendarActivities .activity .activityDate h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 27px;
    padding: 15px 0 0;
}

#calendarActivities .activity .activityDate h2 small {
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
	line-height:35px;

}

#calendarActivities .activity .activityTexts {
	width: 200px;
	margin-right: 10px;
	float: right;
}


#calendarActivities .activity .activityTexts span {
	font-size: 13px;
	color: #989898;
	text-transform: uppercase;
}

#calendarActivities .activity .activityTexts h3 {
	font-size: 15px;
    font-weight: bold;
    line-height: 15px;
}

#calendarActivities .activity .activityTexts a {
	font-size: 13px;
	color: #BDB49B;
	font-weight: bold;
	text-transform: uppercase;
}


/*Slider Gallery Home*/


.gallery {
	width: 300px;
	display: inline-block;
	vertical-align: top;

	margin: 0 10px;
	padding: 0;
}

.gallery .boxTitle h2{
	color: #363636;
    display: inline-block;
    font-weight: bold;
    height: 50px;
    margin-left: 5px;
    padding-left: 0px;
}

.gallery .boxTitle a{
	color: #c1c0be;
    display: inline-block;
    font-weight: bold;
    font-size: 11px;
    height: 50px;
    margin-left: 20px;
    text-align: right;
}

.gallery ul {
	margin: 0 auto;
	width: 100%;
	height:80px;
}


.gallery ul li {
    background: none repeat scroll 0 0 #F6F4F0;
    cursor: pointer;
    display: block;
    float: left;
    height: 80px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100px;
}

.gallery ul li:hover{
	opacity: 0.6;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;

}

.btnGallery{
	width: 60px;
	height: 60px;
	margin: 9px 20px;
	background: url('../images/spriteIcon.png');
	}

.btnUno{
	 background-position:0px 0px;
}

.btnDos{
	background-position:-59px -60px;
}

.btnTres{
	background-position:-118px -60px;
}

.selectedGallery{
	background:#069548 !important;
}



/*
	Slideshow
*/

.gallery #slides {
	position:absolute;
	z-index:100;
	height:200px;
	overflow:hidden;
}


.gallery .slides_container {
	width:300px;
	overflow:hidden;
	position:relative;
	display:none;
}


.gallery .slides_container img {
	width:300px;
}


.gallery .slides_container div.slide {
	width:300px;
	height:200px;
	display:block;
}

.gallery #slides .next,#slides .prev {
	position:absolute;
	top:75px;
	left:0px;
	width:40px;
	height:40px;
	display:block;
	z-index:101;
}

.gallery #slides .next {
	left:260px;
}

.gallery #slides .pagination {
	display: none;
}




/*
	Slideshow Dos
*/

.gallery #slidesDos {
	position:absolute;
	z-index:100;
	display: none
}


.gallery .slides_container {
	width:300px;
	overflow:hidden;
	position:relative;
	display:none;
}


.gallery .slides_container img {
	width:300px;
}


.gallery .slides_container div.slide {
	width:300px;
	height:200px;
	display:block;
}

.gallery #slidesDos .next,#slidesDos .prev {
	position:absolute;
	top:75px;
	left:0px;
	width:40px;
	height:40px;
	display:block;
	z-index:101;
}

.gallery #slidesDos .next {
	left:260px;
}

.gallery #slidesDos .pagination {
	display: none;
}


/*
	Slideshow Tres
*/

.gallery #slidesTres {
	position:absolute;
	z-index:100;
	display: none;
}


.gallery .slides_container {
	width:300px;
	overflow:hidden;
	position:relative;
	display:none;
}


.gallery .slides_container img {
	width:300px;
}


.gallery .slides_container div.slide {
	width:300px;
	height:200px;
	display:block;
	overflow:hidden;
}

.gallery #slidesTres .next,#slidesTres .prev {
	position:absolute;
	top:75px;
	left:0px;
	width:40px;
	height:40px;
	display:block;
	z-index:101;
}

.gallery #slidesTres .next {
	left:260px;
}

.gallery #slidesTres .pagination {
	display: none;
}

/*footer*/

.wrapper{
	width: 970px;
	margin: 0 auto;
}

footer{
	border-top: 1px solid #C7C7C5;
	background: #fff;
	margin: 20px 0 0;
}

footer .social article{
	width: 320px;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	height: 245px;
	position: relative;
	overflow: hidden;
}

footer .social article .iconFooter{
	width: 30px;
	height: 40px;
	float: left;
	margin: 0 0 0 20px;
}

footer .social .fb h2{
	color: #475995;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0 0;
    text-transform: uppercase;
    float: left;
    position: absolute;
    top: 0;
    left: 65px;

}

footer .social .fb .fb-like-box{
	position: absolute;
	top: 40px;
	left: 10px;
}

footer .social .tw{
	position: relative;
}

footer .social .tw h2{
	color: #65a7dd;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0 0;
    text-transform: uppercase;
    float: left;
    position: absolute;
    top: 0;
    left: 65px;

}

footer .social .tw h2 a{
	color: #65a7dd;

}

footer .social .tw .contentTwiter{
	height: 100px;
    left: 20px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    width: 280px;
    font-size: 13px;
    color: #363636;
    line-height: 17px;
}

footer .social .tw .contentTwiter a{
	color:#65a7dd;
}

footer .social .tw .contentTwiter a:hover{
	text-decoration: underline;
}



footer .social .yt h2{
	color: #b23629;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0 0;
    text-transform: uppercase;
    float: left;
    position: absolute;
    top: 0;
    left: 65px;

}

footer .social .yt .video{
	width: 137px;
	float: left;
	margin: 10px 15px 0 20px;

}

footer .social .yt p{
	color: #363636;
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    margin: 25px 0 0 15px;
    width: 250px;
}

footer .social .yt .more{
	color: #b23629;
    float: left;
    font-size: 13px;
    font-weight: lighter;
    line-height: 15px;
    margin: 0 0 5px;
    width: 140px;

}

footer .social .yt .more:hover{
	text-decoration: underline;

}


footer .social article + article{
	width: 318px;
	display: inline-block;
	vertical-align: top;


	margin: 0 auto;
	min-height: 150px;
	position: relative;
	border-left:1px dotted #999;
}


footer .social article .iconSocial{
	position: absolute;
	top: 0;
	left: 20px;
	-webkit-box-shadow:  0px 2px 4px 2px #ccc;
    box-shadow:  0px 2px 4px 2px #ccc;
    height: 40px;
    float: left;
    display: block;
}

ul.children{
	height:auto !important;
	}

footer .bglightBlack .mapSite .superBoxFooter{
	width: 189px;
	color: #979797;
	font-size: 12px;
	line-height: 14px;
	display: inline-block;
	vertical-align: top;


	list-style-type: none;
	padding: 0;
	border-left: 1px dotted #999;
	margin: 10px 0;
	height:300px;
	float:left;
	padding-top:15px;
}

footer .bglightBlack .mapSite .superBoxFooter .footerTitle{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 10px 0;
	padding: 0 5px;
	}

footer .bglightBlack .mapSite a{
	color:#999;
	}

footer .bglightBlack .mapSite li{
	list-style:none !important;
	}

footer .bglightBlack .mapSite li ul{
	border:none !important;
	margin:0;
	padding:0;
	display:none !important;
	}

footer .bglightBlack .mapSite li ul li{
	margin:0;
	padding:0;
	}

footer .bglightBlack .mapSite ul li{
	padding: 0 5px;
	list-style:none;
	}

footer .borderFooter{
	background: url('../images/borderfooter.png') 0 0 repeat-x #363636;
	background-size: 100% 5px;
	}

/* ----------------------------
   boxDocuments
---------------------------- */

#boxDocuments {
	width: 300px;
	height: auto;
	float:left;
	margin:10px;
}

#boxDocuments h2 {
	font-size: 14px;
	color: #3E3C3D;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}

#boxDocuments h2 small {
	font-size: 90%;
}

#boxDocuments .document {
	width: auto;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 3px;
}

#boxDocuments .document figure {
	width: 54px;
	height: 54px;
	margin: 4px 0 0;
	float: left;
	display: block;
}

#boxDocuments .document .documentTexts {
	width: 220px;
	float: right;
	line-height: 13px;
}

#boxDocuments .document .documentTexts span {
	font-size: 11px;
	color: #989898;
}

#boxDocuments .document .documentTexts h3 {
	font-size: 12px;
	font-weight: bold;
}

#boxDocuments .document .documentTexts .download {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 17px;
	text-transform: uppercase;
	height: 16px;
	margin-top: 10px;
	padding-left: 10px;
	display: inline-block;
	position: relative;
	background-color: #C3B69C;
}

#boxDocuments .document .documentTexts .download:hover {
	opacity: 0.8;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;

}

#boxDocuments .document .documentTexts .download span {
	line-height: 16px;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	display: inline-block;

	vertical-align: top;
	background: url("../images/icon_dwld.jpg") no-repeat scroll 0 0 transparent;

}

/* ----------------------------
   END boxDocuments
---------------------------- */


/* ----------------------------
   HEADER
---------------------------- */
header {
	width: 100%;
	display: block; border: 0;
	height:210px;
	}

header .wrapper {
	width: 970px;
	margin: 0 auto;
	display: block;
	}

header ul li a {
	text-transform: uppercase;
}

header .left {
	width: 370px; /* modificado lazos 20180517 [340px] */
}

header .right {
	width: 600px;
}

header .bottom {
	width: 970px;
	float: left;
	display: block;
}

header .left figure {
	height: 150px;
	margin: 0;
	float: left;
	display: block;
	background-color: transparent; /* modificado lazos 20180517 [#CCC] */
}

header .left figure:last-child {
	float: right;
}

header .right ul {
	float: right;
	display: block;
}

header .right .topNav ul {
	height: 30px;
	padding: 0 5px;
	border-radius: 0 0 4px 4px;
	background-color: #DBD7CD;
	overflow:hidden;
}

header .right .topNav ul li {
	font-size: 9px;
	float: left;
}

header .right .topNav ul li a {
	font-size: 10px;
	color: #343C25;
	line-height: 30px;
	border-right: 1px solid #343C25;
	padding: 0 7px;
}

header .right .topNav ul li:nth-of-type(6) a {
	border-right: none;
}

header .right .socialNav ul li {
	width: 16px;
	height: 16px;
	float: left;
	margin-left: 5px;
}

header .right .socialNav ul li a {
	width: 100%;
	height: 100%;
	display: block;
}

header .right .socialNav ul li.iconFacebook a {
	background: url("../images/sprite_social.png") no-repeat scroll 0 0 transparent;
}

header .right .socialNav ul li.iconFlickr a {
	background: url("../images/sprite_social.png") no-repeat scroll -21px 0 transparent;
}

header .right .socialNav ul li.iconTwitter a {
	background: url("../images/sprite_social.png") no-repeat scroll -42px 0 transparent;
}

header .right .socialNav ul li.iconYoutube a {
	background: url("../images/sprite_social.png") no-repeat scroll -63px 0 transparent;
}

header .right .socialNav ul li.iconRss a {
	background: url("../images/RSS-Icon.png") no-repeat;
}

header .right .socialNav ul li.iconInstagram a {
	background: url("../images/instagram-icon.png") no-repeat;
}

header .right .search {
	width: 200px;
	padding: 5px 10px;
	float: right;
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 4px #EFEFEF inset;
	-moz-box-shadow: 0 0 4px #EFEFEF inset;
	-webkit-box-shadow: 0 0 4px #EFEFEF inset;
	background:#F9F7F5 !important;
}

header .right .search input.text {
	text-transform: capitalize;
	width: 150px;
	padding: 6px 0;
	float: left;
	display: inline-block;
	border: none;
	background: #F9F7F5;
}

header .right .search button.button {
	width: 25px;
	height: 25px;
	float: right;
	display: block;
	border: none;
	background: url("../images/search.png") no-repeat scroll 0 0 transparent;
}


/* Navigation */
header .bottom .mainNav {
	font-size: 0.7em;
	text-align: left;
	width: 970px;
	margin: 20px auto;
	display: block;
	height: 40px;
}

header .bottom .mainNav ul {
	width: 100%;
    list-style-type: none;
    background-color: #67655e;
    height: 40px;
	overflow:hidden;
}

header .bottom .mainNav ul li.level1 {
    float: left;
}

header .bottom .mainNav ul li.level1:first-child a {
	padding: 8px 20px;
}

header .bottom .mainNav ul li.level1 + li.level1 + li.level1 + li.level1  + li.level1 + li.level1 + li.level1 a {
	padding: 8px 22px 8px 21px;
}

header .bottom .mainNav ul li a {
    color: #DAD7CD;
    text-decoration: none;
    padding: 8px 17px;
    display: block;
    border-left: 1px solid #454343;
    position: relative;
    background-color: #67655E;
}
header .bottom .mainNav ul li:hover {
    position: relative;
}
header .bottom .mainNav ul li a:hover, header .bottom .mainNav ul li:hover a.level1 {
    color: #FFFFFF;
    position: relative;
}
header .bottom  ul li a.level1 {
    display: block !important;
    position: relative;
	font-family: 'gobclregular';
}
header .bottom  ul li ul {
    display: none;
}
header .bottom  ul li a:hover ul, header .bottom .mainNav ul li:hover ul {
    display: block;
    position: absolute;
    left: 0;
}
header .bottom .mainNav ul li ul li a {
	text-transform: inherit;
    width: 135px;
    padding: 6px 0 8px 20px;
    border: none;
	z-index:9991;
	display:none;

}
header .bottom .mainNav ul li ul li a:hover {
	color: #FFFFFF;
    border-top-color: #000000;
    position: relative;
}

header .bottom .mainNav ul li a.navActive {
	color: #333333;
	height: 24px;
	border: none;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #d8d7d7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#d8d7d7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#d8d7d7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%,#d8d7d7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%,#d8d7d7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f4f4f4 0%,#d8d7d7 100%); /* W3C */
	/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d8d7d7',GradientType=0 ); */
}
header .bottom .mainNav ul li a.navActive:hover {
	color: #333333;
}

.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.hide {display: none !important;}

ul li ul, ul li ol {margin-bottom: 0;}
ul li a {text-decoration: none;}
ul li a:hover {text-decoration: underline;}

header ul{font-size: 14px; margin-bottom: 17px; list-style: none;}


/* ----------------------------
   END HEADER
---------------------------- */

/* Pagina completa */

aside {
	width: 300px;
	margin: 0 10px;
	float: left;
	display: block;
}

aside ul {
	width: 100%;
	display: block;
	background-color: #B8B8B8;
}

aside ul li {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #B3B3B3;
	display: block;
}

aside ul li a {
	font-size: 13px;
	color: #494949;
	line-height: 45px;
	height: 40px;
	padding-left: 17px;
	display: block;
}

aside ul li a.sideTitle {
	background-color: #D6D6D6;
}

aside ul li.hasContent {
	height: auto;
}

aside ul li.hasContent ul li {
	border-bottom: 1px solid #ACACAC;
}

aside ul li.hasContent ul li a {
	color: #7b7874;
	padding-left: 36px;
}

aside ul li:last-child, aside ul li.hasContent ul li:last-child {
	border-bottom: none;
}


.sidebar {
	width: 300px;
	margin: 0 10px;
	float: left;
	display: block;
	overflow:hidden;
}

.sidebar ul {
	margin:0;
	padding:0;
	width:300px;
}

.sidebar li{
	list-style:none;
	}

.sidebar li a{
    border-bottom: 1px solid #CCC;
    display: block;
    padding: 9px 0 9px 10px;
	background:#dcdada;
	font-size:13px;
	color:#666;
}


.sidebar li ul li a, li.current_page_item ul li a{
	background:#ededed !important;
	padding-left:25px !important;
	color:#888 !important;
	border-bottom: 1px solid #B3B3B3;
}



li.current_page_item a{
	background:#67655E !important;
	color:#FFF !important;
	}


footer li.current_page_item a{
	background:none !important;
	color:#FFF !important;
	}


li ul li.current_page_item a{
	background:#67655E !important;
	color:#FFF !important;
	}





.contentRight{
	float:right;
	width:620px;
	margin:0 10px;
	display:block;
}

.galleryImg{
	width:630px !important;
	margin-right:0px !important;
	}

.contentRightBig{
	float:right;
	width:640px;
	display:block;
	position:relative;
}

.contentRight h1{
	font-size:28px;
	font-weight:bold;
	border-bottom:1px dotted #CCC;
	margin-bottom:10px;
	margin-top:-10px;
	padding-bottom:5px;
}

.contentRightBig h1{
	font-size:28px;
	font-weight:bold;
	border-bottom:1px dotted #CCC;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:-10px;
	padding-bottom:5px;
}

.contentRight h2 p{
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}

.contentRight h3.title{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #CCC;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:5px;
	width:620px !important;
}

.marginLeft10{
	margin-left:10px;
	width:620px;
	}

h3.title{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #CCC;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:5px;
}

.contentRight p{
	font-size:13px;
	margin-bottom:15px;
}

.contentRight .contentText ul{
	padding-left:15px;
}

.contentRight .contentText b, .contentRight .contentText strong{
	font-weight:bold !important;
}

.contentRight .contentText li{
	font-size:13px;
	margin-bottom:15px;
}

.contentRight .imgSection{
	width:620px;
	height:200px;
	overflow:hidden;
	background: url("../images/loader.gif") no-repeat scroll center center transparent;
	margin:10px 0;
}

.contentRight .noMargin{
	margin-right:0px !important;
}

#boxRelated {
	width: 618px;
	height: auto;
	padding: 20px 0;
	margin-top:10px;
	border: 1px solid #D2D1CF;
	background-color: #F8F7F5;
}

#boxRelated h2 {
	font-size: 14px;
	color: #3E3C3D;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 20px 10px 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #A7A6A4;
}

#boxRelated h2 small {
	font-size: 90%;
}

#boxRelated .relatedList {
	list-style: none;
}

#boxRelated .relatedList li {
	width: 165px;
	margin: 10px 20px 0 20px;
	padding-top: 5px;
	float: left;
	border-top: 1px dotted #B5B5B5;
}

#boxRelated .relatedList li:first-child, #boxRelated .relatedList li:first-child + li, #boxRelated .relatedList li:first-child + li + li {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

#boxRelated .relatedList li span {
	font-size: 12px;
	color: #B5B5B5;
}

#boxRelated .relatedList li h3 {
	font-size: 14px;
	color: #8C8C8C;
	font-weight: 600;
}

#boxRelated .relatedList li a:hover h3 {
	color: #777777;
}

/*boxLinks*/

#boxLinks {
	width: 618px;
	height: auto;
	padding: 20px 0;
	border: 1px solid #D2D1CF;
	background-color: #F8F7F5;
}

#boxLinks h2 {
	font-size: 14px;
	color: #3E3C3D;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 20px 10px 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #A7A6A4;
}

#boxLinks .LinkList {
	list-style: none;
}

#boxLinks .LinkList li {
	/*border-bottom: 1px dotted #B5B5B5;*/
    float: left;
    margin: 10px 19px 0;
    padding: 0 0 10px;
    width: 270px;
	height:130px;
}

#boxLinks .LinkList li p {
	font-size: 12px;
	color: #B5B5B5;
}

#boxLinks .LinkList li h3 {
	font-size: 14px;
	color: #8C8C8C;
	font-weight: 600;
}

#boxLinks .LinkList li a:hover p {
	color: #777777;
}

.boxEs{
	margin-top:10px;
}

/* BOX DOCUMENTS */

#boxDocumentMain {
	width: 618px;
	height: auto;
	padding: 10px 0;
	border: 1px solid #D2D1CF;
	background-color: #F8F7F5;
}

#boxDocumentMain h2 {
	font-size: 14px;
	color: #3E3C3D;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 20px 10px 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #A7A6A4;
}


#boxDocumentMain .document {
	width: 280px;
	margin: 10px 10px;
	padding-top: 0px;
	padding-bottom: 3px;
	float: left;
}

#boxDocumentMain .document figure {
	width: 54px;
	height: 54px;
	margin: 4px 0 0;
	float: left;
	display: block;
}

#boxDocumentMain .document .documentTexts {
	width: 220px;
	float: right;
	line-height: 13px;
}

#boxDocumentMain .document .documentTexts span {
	font-size: 11px;
	color: #989898;
}

#boxDocumentMain .document .documentTexts h3 {
	font-size: 12px;
	font-weight: bold;
	height:30px;
}

#boxDocumentMain .document .documentTexts .download {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 17px;
	text-transform: uppercase;
	height: 16px;
	margin-top: 10px;
	padding-left: 10px;
	display: inline-block;
	position: relative;
	background-color: #C3B69C;
}

#boxDocumentMain .document .documentTexts .download:hover {
	opacity: 0.8;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;

}

#boxDocumentMain .document .documentTexts .download span {
	line-height: 16px;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	display: inline-block;

	vertical-align: top;
	background: url("../images/icon_dwld.jpg") no-repeat scroll 0 0 transparent;

}

/*
	Slideshow Big
*/

#slidesBig {
	position:relative;
	z-index:100;
	width:970px;
	height: 380px;
	margin-left:-5px;
	display:block;
	background:url("../images/loader.gif") no-repeat scroll center center transparent;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:970px;
	height: 380px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:970px;
	height: 380px;
	display:block;
}


/*
	Next/prev buttons
*/

#slidesBig .next,#slidesBig .prev {
	position:absolute;
	top:107px;
	left:-24px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slidesBig .next {
	left:720px;
}

/*
	Pagination
*/

#slidesBig .pagination {
    bottom: 50px;
    left: 165px;
    position: absolute;
    width: 100px;
    z-index: 9999;
}

#slidesBig .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

 #slidesBig .pagination li a {
	display:block;
	width:20px;
	height:20px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
	background:url(../images/bullet.png) 0px 0px no-repeat;
	float:left;
	color: #fff;
	margin: 0 5px 0 5px;

	overflow:hidden;
}

#slidesBig .pagination li.current a {
	background:url(../images/bullet.png) 0px -21px no-repeat;
	color: #069548;
}

/*
	Caption
*/

/*
    Slideshow Big
*/

#slidesBig {
    position:relative;
    z-index:100;
}

/*
    Slides container
    Important:
    Set the width of your slides container
    Set to display none, prevents content flash
*/

.slides_container {
    width:970px;
    height: 380px;
    overflow:hidden;
    position:relative;
    display:none;
}

/*
    Each slide
    Important:
    Set the width of your slides
    If height not specified height will be set by the slide content
    Set to display block
*/

.slides_container div.slide {
    width:970px;
    height: 380px;
    display:block;
}


/*
    Next/prev buttons
*/

#slidesBig .next,#slidesBig .prev {
    position:absolute;
    top:107px;
    left:-24px;
    width:24px;
    height:43px;
    display:block;
    z-index:101;
}

#slidesBig .next {
    left:720px;
}

/*
    Pagination
*/

#slidesBig .pagination {
    bottom: 50px;
    left: 165px;
    position: absolute;
    width: 100px;
    z-index: 9999;
}

#slidesBig .pagination li {
    float:left;
    margin:0 1px;
    list-style:none;
}

 #slidesBig .pagination li a {
    display:block;
    width:20px;
    height:20px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 12px;
    background:url(images/bullet.png) 0px 0px no-repeat;
    float:left;
    color: #fff;
    margin: 0 5px 0 5px;

    overflow:hidden;
}

#slidesBig .pagination li.current a {
    background:url(images/bullet.png) 0px -21px no-repeat;
    color: #069548;
}

/*
    Caption
*/

#slidesBig .slides_container .slide .caption {
    z-index:500;
    position:absolute;
    top:35px;
    left:35px;
    height:270px;
    padding:5px 20px 0 20px;
    width:310px;
    color:#fff;
    text-shadow:none;
    padding: 20px;
}

#slidesBig .slides_container .slide .caption p {
    font-size: 12px;
    font-weight: lighter;
    line-height: 16px;
}

#slidesBig .slides_container .slide .caption .strong {
    font-size: 16px;
    font-weight:bold;
    line-height: 19px;
    margin: 10px 0;
}

#slidesBig .slides_container .slide .caption h3 {
    font-size: 28px;
    font-weight:bold;
    line-height: 33px;
}
.searchBox{
    background: none repeat scroll 0 0 #CCCCCC;
    height: 180px;
    margin: 0;
    overflow: hidden;
    width: 620px;
}

.iframeBox{
    background: none repeat scroll 0 0 #CCCCCC;
    height: 350px;
    margin: 10px 0;
    overflow: hidden;
    width: 620px;
}

 #bannerFooter {
                display: block;
                float: left;
                margin: 40px 10px 0;
                position: relative;
                width: 940px;
            }

            .caroufredsel_wrapper{
                width: 888px !important;
            }
            .list_carousel {
                margin: 0 15px 0 25px;
                width: 888px;
            }
            .list_carousel ul {
                margin: 0;
                padding: 0;
                list-style: none;
                display: block;
            }
            .list_carousel li {
                font-size: 40px;
                color: #999;
                text-align: center;
                background-color: #CCC;
                width: 210px;
                height: 70px;
                padding: 0;
                margin: 6px;
                display: block;
                float: left;
            }
            .clearfix {
                float: none;
                clear: both;
            }
            .prev {
                float: left;
                position: absolute;
                top: 30px;
                left: 0px;
                color: #999;
                z-index: 9999;
            }
            .next {
                float: right;
                position: absolute;
                top: 30px;
                right: 0px;
                color: #999;
                z-index: 9999;
            }

/*
    Slide
*/


.borderRightDotted{
	border-bottom:1px dotted #CCC;
	margin-bottom:10px;
	width:620px;
	height:1px;
	margin-left:10px;
	}

/*
	BANNER FOOTER
*/

			#bannerFooter {
				display: block;
				float: left;
				margin: 40px 10px 0;
				position: relative;
				width: 940px;
			}

			.caroufredsel_wrapper{
				width: 888px !important;
			}
			.list_carousel {
				margin: 0 15px 0 25px;
    			width: 888px;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				font-size: 40px;
				color: #999;
				text-align: center;
				background-color: #eee;
				width: 210px;
				height: 70px;
				padding: 0;
				margin: 6px;
				display: block;
				float: left;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			#bannerFooter .prev {
				float: left;
				position: absolute;
				top: 30px;
				left: 0px;
				color: #999;
				z-index: 9999;
			}
			#bannerFooter .next {
				float: right;
				position: absolute;
				top: 30px;
				right: 0px;
				color: #999;
				z-index: 9999;
			}

/*
    SlideBig
*/

#slidesBig {
    position:relative;
    z-index:100;
}


.slides_container {
    width:970px;
    height: 380px;
    overflow:hidden;
    position:relative;
    display:none;
}

.slides_container div.slide {
    width:970px;
    height: 380px;
    display:block;
}


#slidesBig .next,#slidesBig .prev {
    position:absolute;
    top:107px;
    left:-24px;
    width:24px;
    height:43px;
    display:block;
    z-index:101;
}

#slidesBig .next {
    left:720px;
}

#slidesBig .pagination {
    bottom: 50px;
    left: 165px;
    position: absolute;
    width: 100px;
    z-index: 9999;
}

#slidesBig .pagination li {
    float:left;
    margin:0 1px;
    list-style:none;
}

 #slidesBig .pagination li a {
    display:block;
    width:20px;
    height:20px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 12px;
    background:url(images/bullet.png) 0px 0px no-repeat;
    float:left;
    color: #fff;
    margin: 0 5px 0 5px;

    overflow:hidden;
}

#slidesBig .pagination li.current a {
    background:url(../images/bullet.png) 0px -21px no-repeat;
    color: #069548;
}

#slidesBig .slides_container .slide .caption {
    z-index:500;
    position:absolute;
    top:35px;
    left:35px;
    height:270px;
    padding:5px 20px 0 20px;
    width:310px;
    color:#fff;
    text-shadow:none;
    padding: 20px;
}

#slidesBig .slides_container .slide .caption p {
    font-size: 12px;
    font-weight: lighter;
    line-height: 16px;
}

#slidesBig .slides_container .slide .caption .strong {
    font-size: 16px;
    font-weight:bold;
    line-height: 19px;
    margin: 10px 0;
}

#slidesBig .slides_container .slide .caption h3 {
    font-size: 28px;
    font-weight:bold;
    line-height: 33px;
}
.searchBox{
    background: none repeat scroll 0 0 #CCCCCC;
    height: 180px;
    margin: 0;
    overflow: hidden;
    width: 620px;
}

.iframeBox{
    background: none repeat scroll 0 0 #CCCCCC;
    height: 350px;
    margin: 10px 0;
    overflow: hidden;
    width: 620px;
}


/*

	BANNER FOOTER

*/

		#bannerFooter {
				display: block;
				float: left;
				margin: 40px 10px 0;
				position: relative;
				width: 940px;
			}

			.caroufredsel_wrapper{
				width: 888px !important;
			}
			.list_carousel {
				margin: 0 15px 0 25px;
    			width: 888px;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				font-size: 40px;
				color: #999;
				text-align: center;
				background-color: #eee;
				width: 210px;
				height: 70px;
				padding: 0;
				margin: 6px;
				display: block;
				float: left;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			#bannerFooter .prev {
				float: left;
				position: absolute;
				top: 30px;
				left: 0px;
				color: #999;
				z-index: 9999;
			}
			#bannerFooter .next {
				float: right;
				position: absolute;
				top: 30px;
				right: 0px;
				color: #999;
				z-index: 9999;
			}

/*

	FORESTIN EDUCA, BOSQUES

*/


.seeMore:hover {
	opacity: 0.8;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.mainPageBox {
	width: 620px;
	height: 330px;
	position: relative;
	background-color: #f9f9f9;
}

.mainPageBox .mainPageBoxImage {
	width: 620px;
	height: 330px;
	overflow:hidden;
}

.mainPageBox .mainPageBoxImage img{
	width: 620px;
	height: auto;
}

.mainPageBox .mainPageBoxTexts {
	width: 270px;
	height: 250px;
	padding: 15px;
	position: absolute;
	top: 25px;
	left: 25px;
}

.mainPageBox .mainPageBoxTexts.bgDarkGreen {
	color: #FFFFFF;
}

.mainPageBox .mainPageBoxTexts h6.date {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.mainPageBox .mainPageBoxTexts h2 {
	font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin: 5px 0 10px;
}

.mainPageBox .mainPageBoxTexts p {
    font-size: 13px;
    line-height: 14px;
}

.mainPageBox .mainPageBoxTexts .seeMore {
    background: none repeat scroll 0 0 #C3B69C;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    line-height: 19px;
    margin: 10px 0;
    padding: 5px 0 5px 10px;
    position: relative;
    text-transform: uppercase;
    width: 80px;
	position:absolute;
	bottom:5px;
}

.mainPageBox .mainPageBoxTexts .seeMore span {
    color: #000000;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: -5px 0 0 11px;
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 5px;
    vertical-align: top;
    background-color: #FFFFFF;
}

.contentRightBig h2.contentRightBigTitle {
	margin: 0 10px;
	text-transform: uppercase;
}

.contentRightBig .box h2.titleUpp {
	text-transform: uppercase;
}


/*
	DECRETO
*/

.contentRightBig #boxDocuments {width: 640px !important; margin: 0 !important;}
.contentRightBig #boxDocuments h2 {margin-left: 10px;}
.contentRightBig #boxDocuments .documentPage {width: 190px; margin: 0 10px; float: left;}
.contentRightBig #boxDocuments .documentPage .documentTexts {width: 126px; margin-left: 10px; float: left;}

/*
	NORMATIVAS Y REGLAMENTOS
*/

.normativas{
	width: 100%;
	margin: 10px 0;
	padding: 0;
}

.normativas .norma{
	margin: 0px 0;
	padding: 5px 10px 0px ;
	border-top:1px dotted #ccc;
    color: #999999;
    list-style-type: none;
    background: #F5F4EF;
    opacity: 0.7;
}

.normativas .norma:hover{
    opacity: 1;
    -moz-transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    transition:all 0.3s linear;

}

.normativas .norma img{
	display: inline-block;
	vertical-align: top;


	width: 74px;
	height: 74px;
    margin: 0 10px 0 0;
}

.normativas .norma .infoNormativa{
    width: 500px;
    display: inline-block;
    vertical-align: top;
}
.normativas .norma .date{
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
}

.normativas .norma h3{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
}

.normativas .norma .download {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 17px;
    text-transform: uppercase;
    height: 16px;
    margin-top: 10px;
    padding-left: 10px;
    display: inline-block;
    position: relative;
    background-color: #C3B69C;
}

.normativas .norma .download:hover {
    opacity: 0.8;
    -moz-transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    transition:all 0.3s linear;

}

.normativas .norma .download span {
    line-height: 16px;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    display: inline-block;

    vertical-align: top;
    background: url("../images/icon_dwld.jpg") no-repeat scroll 0 0 transparent;

}

/*
	DOCUMENTS MIN
*/

.documentsMin #boxDocuments{
	width: 300px !important;
	padding-top:10px;
	padding-left:10px;
	}

h2.title{
	font-size: 14px;
	color: #3E3C3D;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
	}

/*

	SINGLE

*/

.shared{
	  background-color: #F8F7F5;
    border: 1px solid #D2D1CF;
    height: 20px;
    padding: 10px;
    width: 97%;
}

.shared h3{
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	display: inline-block;

	vertical-align: top;

}


.shared .iconShared{
	font-weight: bold;
	float: right;
    margin: -2px 0 0 0;
}

.singleTitle{
	color: #363636;
    display:block;
    font-weight: bold;
    height: 50px;
    width: 100%;
    line-height: 50px;
    margin: 0 0 0 10px;
    font-size: 20px;
    text-transform: uppercase;

}


.depth {
  display: block;
  border: 1px solid silver;
  background: linear-gradient(#eee, #fff);
  transition: all 0.3s ease-out;
  padding: 5px;
  color: #555;
  width: 186px;
  font-size: 12px;  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;


  color: #ccc;
}

.depth:focus {
  outline: none;
  background-position: 0 -2.2em;
  border-color:#8dc541;
}


.depthComent {
  display: block;
  border: 1px solid silver;
  background: linear-gradient(#eee, #fff);
  transition: all 0.3s ease-out;
  padding: 5px;
  font-size: 12px;  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;


  color: #777;
  width: 609px;
  font-size: 12px;
  height: 165px;
  font-family: arial;
  margin: 15px 0 0 10px;
}

.depthComent:focus {
  outline: none;
  background-position: 0 -175px;
  border-color:#8dc541;
}

.modern {
  display: inline-block;
  margin: 12px 15px 0 0;
  padding: 0 15px;
  background: #8dc541;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  transition: all 0.3s ease-out;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.3),
    0 0 4px 1px rgba(0,0,0,0.2);
    float: right;

  /* Font styles */
  text-decoration: none;
  color: #fff;
}

.modern:hover  { background: #C7FE0A; color: #999;}

.socle {
  position: relative;
  z-index: 2;
}

.socle:after {
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 6px;
  box-shadow:
	inset 0 1px 0 rgba(0,0,0,0.1),
	inset 0 -1px 0 rgba(255,255,255,0.7);
  top: -6px; bottom: -6px;
  right: -6px; left: -6px;
  background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0));
}

h2 a{
	font-size:13px;
	color:#999;
	float:right;
	}

h2 a:hover{
	text-decoration:underline;
	}


/*SEARCH BOX */
.searchBox{
    margin: 0;
    background: transparent!important;
}

.searchBox input{
    width: 482px!important;
    margin:0 0 10px 10px;
}

.searchBox #s{
    width: 482px!important;
    margin:15px 0 10px 10px;
}

.searchBox select{
    width: 240px!important;
    border: 1px solid #ccc;
    height: 30px;
    margin: 15px 0 10px 10px;
    display: inline-block;
    vertical-align: top;


}

#searchform3{
	margin: 0 0 -15px;
}
.searchBox .modern {
  display: inline-block;
  margin: 16px 3px 0 0;
  padding: 5px 15px;
  background: #8dc541;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  transition: all 0.3s ease-out;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.3),
    0 0 4px 1px rgba(0,0,0,0.2);
    float: right;

  /* Font styles */
  text-decoration: none;
  color: #fff;
}

.searchBox h2{
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #ccc;
    margin:0 0 10px 10px;
}

.searchBox h2 span{
    background: none repeat scroll 0 0 #F5F4EF;
    border-radius: 5px 5px 5px 5px;
    color: #999999;
    float: right;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin: 5px 3px 0;
    padding: 0 10px;
    display: block;;
    cursor: pointer;

}

.searchBox h2 span:hover{
    background: #8dc541;
    transition: all 0.3s ease-out;
    box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.3),
    0 0 4px 1px rgba(0,0,0,0.2);
    color: #fff;
}

/*Advanced Boc Search*/

.advancedSearchBox{
    display: none;
    margin: 0;
    background: transparent!important;
}

.advancedSearchBox select{
    width: 298px!important;
    margin: 15px 0 0 10px;
    display: inline-block;
    vertical-align: top;


}

.advancedSearchBox .modern {
  display: inline-block;
  margin: 16px 20px 20px 0;
  padding: 5px 15px;
  background: #8dc541;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  transition: all 0.3s ease-out;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.3),
    0 0 4px 1px rgba(0,0,0,0.2);
    float: right;

  /* Font styles */
  text-decoration: none;
  color: #fff;
}

.advancedSearchBox h2{
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #ccc;
    margin:0 0 10px 10px;
}

.advancedSearchBox h2 span{
    background: none repeat scroll 0 0 #F5F4EF;
    border-radius: 5px 5px 5px 5px;
    color: #999999;
    float: right;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin: 5px 20px 0;
    padding: 0 10px;
    display: block;;
    cursor: pointer;

}

.advancedSearchBox h2 span:hover{
    background: #8dc541;
    transition: all 0.3s ease-out;
    box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.3),
    0 0 4px 1px rgba(0,0,0,0.2);
    color: #fff;
}


/*iframe box stile*/
.iframeBox{
    background: none repeat scroll 0 0 #CCCCCC;
    height: 350px;
    margin: 10px 0 0 10px;
    overflow: hidden;
    width: 610px;
}

 #bannerFooter {
                display: block;
                float: left;
                margin: 40px 10px 0;
                position: relative;
                width: 940px;
            }

            .caroufredsel_wrapper{
                width: 888px !important;
            }
            .list_carousel {
                margin: 0 15px 0 25px;
                width: 888px;
            }
            .list_carousel ul {
                margin: 0;
                padding: 0;
                list-style: none;
                display: block;
            }
            .list_carousel li {
                font-size: 40px;
                color: #999;
                text-align: center;
                background-color: #eee;
                width: 210px;
                height: 70px;
                padding: 0;
                margin: 6px;
                display: block;
                float: left;
            }
            .clearfix {
                float: none;
                clear: both;
            }
            .prev {
                float: left;
                position: absolute;
                top: 30px;
                left: 0px;
                color: #999;
                z-index: 9999;
            }
            .next {
                float: right;
                position: absolute;
                top: 30px;
                right: 0px;
                color: #999;
                z-index: 9999;
            }

            .depth {
  display: block;
  border: 1px solid silver;
  background: linear-gradient(#eee, #fff);
  transition: all 0.3s ease-out;
  padding: 5px;
  color: #555;
  width: 186px;
  font-size: 12px;  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;


  color: #ccc;
}

.depth:focus {
  outline: none;
  background-position: 0 -2.2em;
  border-color:#8dc541;
}

.depthSelect {
  display: block;
  border: none;
  border: 1px solid silver;
  background: linear-gradient(#eee, #fff);
  transition: all 0.3s ease-out;
  padding: 5px;
  color: #555 !important;
  width: 620px;
  font-size: 12px;  margin: 0 0 0 10px;
  color: #ccc;
  margin: 10px 10px 0 10px;
  height: 30px;
  outline: none;
}

.depthSelect:focus {
  outline: none;
  background-position: 0 -2.2em;
  border-color:#8dc541;
}

.depthOption {
  display: block;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid silver;
  background: linear-gradient(#eee, #fff);
  transition: all 0.3s ease-out;
  padding: 5px 0 0 10px;
  color: #555;
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 12px;  margin: 0 0 0 10px;
  color: #999;
  outline: none;
}

.depthOption:hover {
  outline: none;
  color: #666 !important;
}

.depthOption:focus {
  color: #666!important;
  background-position: 0 -2.2em;
  outline: none;
}


.depthComent {
  display: block;
  border: 1px solid silver;
  background: linear-gradient(#eee, #fff);
  transition: all 0.3s ease-out;
  padding: 5px;
  font-size: 12px;  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;


  color: #777;
  width: 609px;
  font-size: 12px;
  height: 165px;
  font-family: arial;
  margin: 15px 0 0 10px;
}

.depthComent:focus {
  outline: none;
  background-position: 0 -175px;
  border-color:#8dc541;
}

.modern {
  display: inline-block;
  margin: 12px 15px 0 0;
  padding: 0 15px;
  background: #8dc541;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  transition: all 0.3s ease-out;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.3),
    0 0 4px 1px rgba(0,0,0,0.2);
    float: right;

  /* Font styles */
  text-decoration: none;
  color: #fff;
}

.modern:hover  { background: #C7FE0A; color: #999;}

.socle {
  position: relative;
  z-index: 2;
}




/*

SINGLE PARQUE

*/


.titleDetailSingle{
    border-bottom: 1px dotted;
    font-size: 20px;
    line-height: 40px;
    margin: 0 0 15px;
}

.iframeMap{
    background: none repeat scroll 0 0 #CCCCCC;
    height: 400px;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
}

.detalleParques{
    width: 300px;
    margin: 0 5px 0 0;
    float: left;
    color: #999999;
}


    .detalleParques p{
        font-size: 13px;
        line-height: 15px;
    }
    .contentRight .linksParques{
        width: 255px;
        height: 40px;
        padding: 0 0 0 50px;
        margin:0;
        float:left;
    }

    .contentRight .linksParques a{
        float: left;
        color: #fff;
        line-height: 40px;
        height: 40px;
        font-size: 12px;
        font-weight: lighter;
        display: block;
        text-align: center;
        width: auto;
        opacity: 1
    }

    .contentRight .linksParques a:hover{
        opacity: 0.7;
        -moz-transition:all 0.3s linear;
        -webkit-transition:all 0.3s linear;
        -ms-transition:all 0.3s linear;
        transition:all 0.3s linear;

    }

.galleryParques {
    width: 300px;
    overflow: hidden;
    height: 185px;
    margin: 0 0 0 15px;
    padding: 0;
    float: left;
    position: relative;
}

.galleryParques ul {
    margin: 0 auto;
    width: 100%;
    height:80px;
}

.galleryParques .pagination{
    display: none;
}


.galleryParques ul li {
    background: none repeat scroll 0 0 #F6F4F0;
    cursor: pointer;
    display: block;
    float: left;
    height: 80px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100px;
}

.galleryParques ul li:hover{
    opacity: 0.6;
    -moz-transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    transition:all 0.3s linear;

}

/*
    Slideshow
*/

.galleryParques #slides {
    position:absolute;
    z-index:100;
}


.galleryParques .slides_container {
    width:300px;
    overflow:hidden;
    position:relative;
    display:none;
}


.galleryParques .slides_container img {
    width:300px;
}


.galleryParques .slides_container div.slide {
    width:300px;
    height:200px;
    display:block;
}

.galleryParques #slides .next,#slides .prev {
    position:absolute;
    top:75px;
    left:0px;
    width:40px;
    height:40px;
    display:block;
    z-index:101;
}

.galleryParques #slides .next {
    left:260px;
}

.galleryParques #slides .pagination {
    display: none;
}

.contentRight .listTabParques{
    width: 100%;
    padding: 0;
    margin: 10px 0;

}

.contentRight .listTabParques li{
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 0;
    margin: 10px 0;
    list-style-type: none;
}

.contentRight .listTabParques li h3{
    width: 120px;
    float: left;
    margin:0 10px;
    text-align: center;
}


.contentRight .listTabParques li p{
    width: 450px;
    float: left;
    margin:0 10px;
    font-size: 13px;
    line-height: 15px;
    color: #999999;
}

.marginRightBoxlinksParques{
	margin-right:10px !important;
	}

.iframeMapParque {
    background: url("../images/loader.gif") no-repeat scroll center center transparent;
    height: 430px;
    margin: 10px 0 10px 10px;
    overflow: hidden;
    width: 940px;
}

.iframeMapParque iframe{
    height: 400px !important;
    width: 940px !important;
}
.iframeMapParque small a {
	color: #01A69D !important;
	font-size: 12px;
	float: right;
}

h1.titleParque {
    border-bottom: 1px dotted #CCCCCC;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
	margin-left:10px;
}

.linksParques{
	margin-top:10px !important;
	}

.contentRightBigTitle{
	margin-top:10px !important;
	}

/*

GALLERY PAGE


*/

.contentRight .boxImg{
	width:150px;
	height:120px;
	overflow:hidden;
	float:left;
	}



.contentRight .boxImg img{
	width:150px;
	}

.contentRight .galleryPage li{
	margin-right:6px;
	margin-bottom:6px;
}

.contentRight .galleryPage li:last-child{
	margin-right:0;
}


.contentRight .noMargin{
	margin-right:0px !important;
	}

/*

	NYROMODAL

*/


.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../img/close.gif);
}
.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
    font-size: 1.1em;
	color: #ddd;
}
.nyroModalCont {
	position: absolute;
	border: 4px solid #666;
	margin: 25px;
	background: #fff;
}
.nyroModalCont iframe {
	width: 600px;
	height: 400px;
}
.nyroModalError {
	border: 4px solid red;
	color: red;
	width: 250px;
	height: 250px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	padding: 10px;
	min-height: 250px;
	min-width: 250px;
	max-width: 1000px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalImage img {
    vertical-align: top;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(../img/ajaxLoader.gif) no-repeat center;
	padding: 0;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
	background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalPrev:hover {
	background-image: url(../img/prev.gif);
}
.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
.nyroModalNext:hover {
	background-position: right 20%;
	background-image: url(../img/next.gif);
}

.nyroModalCont, .nyroModalBg, .nyroModalTitle, .nyroModalClose{
	z-index:9999;
	}

/* css para page Regiones Incendios */
.regionesIncendios {
	width: 620px;
	margin: 0 auto;
	padding: 0;
	margin-bottom:30px;
}
.regionesIncendios h2{
	margin: 10px 0;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 0;
	font-size: 20px;
}
.regionesIncendios li{
	width: 600px;
	list-style-type: none;
}
.regionesIncendios li a{
	width: 100%;
	background: #F5F4EF;
	list-style-type: none;
	display: block!important;
	color: #999;
	 margin: 1px 0;
    padding: 5px 0 5px 10px;
    width: 610px;
    cursor: pointer;

}
.regionesIncendios li a:hover{
	background: #01a69d;
	color: #fff;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;

}
.contentMapas {
    /*background: url("../images/loader.gif") no-repeat scroll center center transparent;*/
    overflow: hidden;
    width: 620px;
}

.contentMapas iframe{
    height: 350px !important;
    width: 620px !important;
}

.marginBottom10{
	margin-bottom:10px !important;
	}

.upper{
	text-transform:uppercase;
	}

.contentDestacado{
	width:620px;
	height:340px;
	}

.boxDestacado{
	position:absolute;
	top:50px;
	}

/* elimina la noticia más reciente destacada
.Destacado:first-child{
	display:none !important;

	}

*/

/*

PLAN CONAF

*/

.plan{
    width: 100%;
    font-size: 12px;
    color: #666;
    padding: 0;
    margin: 10px 0;
    counter-reset:li; /* Initiate a counter */
}


.plan li{
    list-style: none outside none;
    margin: 0 0 8px 30px;
    padding: 10px;
    position: relative;
    width: 570px;
    border-top: 1px dotted #ccc;
}

ol > li:before{
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #8dc541;
    color: #FFFFFF;
    content: counter(li, decimal);
    counter-increment: li;
    font-size: 15px;
    font-weight: lighter;
    height: 30px;
    left: -30px;
    line-height: 30px;
    margin-right: 8px;
    position: absolute;
    text-align: center;
    top: -1px;
    width: 30px;

}

.boxConafRegiones{
	width:940px !important;
	margin-left:10px !important;
	}

.boxConafRegiones .mainPageBoxImage{
	width:940px !important;
	}

p b{
	font-weight:bold !important;
	}

h2.superBigTitle{
	font-size:22px !important;
	line-height:22px !important;
	}








.editarEsto a{
	background-color:#333;
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFF;
	position:fixed;
	top:0;
	left:30px;
    -moz-box-shadow: 1px 4px 14px #ffffff;
    -webkit-box-shadow: 1px 4px 14px #ffffff;
    box-shadow: 1px 4px 14px #ffffff;
	}


/*

	TEMPORAL

*/

.estadisticasBox{
    background: none repeat scroll 0 0 #FFF;
    height:550px;
    margin: 0 0 0 0px;
    overflow: hidden;
    width: 620px;
	margin-bottom:15px;
	background: url("../images/loader.gif") no-repeat scroll center center transparent;
}

.estadisticasBox iframe{
	overflow-x: hidden;
    overflow-y: auto;
}

.estadisticasBox iframe h1{
	font-size:16px !important;
}




/*

	MAPA CONAF REGIOENS

*/

#homeMap {
    background-color: #F6F3F0;
    display: block;
    height: 150px;
    margin: 0 10px 10px 10px;
    width: 940px;
    float: none!important;
    position: relative;
}

#homeMap .navMap{
	position: absolute;
	background: url("../images/navMapSpry.png") no-repeat scroll 0px -2405px #F6F3F0;
    height: 150px;
    position: absolute;
    right: 20px;
    width: 660px;
    display: inline-block;
    vertical-align: top;



}

#homeMap .navMap ul {
    width: 100%;
}

#homeMap .navMap ul li{
	width: 25px;
	height: 25px;
	margin: 2px;
	display: inline-block;
	vertical-align: top;


	list-style-type: none;
	cursor: pointer;
}

#homeMap .navMap ul li a{
	width: 100%;
	height: 100%;
	display:block;
}


.rUno{
	position: absolute;
	bottom: 75px;
    left: 25px;
    -moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}


#homeMap .navMap ul .rUno:hover .popOver{
	display: block;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.rDos{
	bottom: 80px;
    height: 30px !important;
    left: 50px;
    position: absolute;
    width: 35px !important;

}
#homeMap .navMap ul .rDos:hover .popOver{
	display: block;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.rTres{
	bottom: 74px;
	height: 60px !important;
	left: 80px;
	position: absolute;
	width: 75px !important;
}

#homeMap .navMap ul .rTres:hover .popOver{
	display: block;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.rCuatro{
	bottom: 64px;
	height: 45px !important;
	left: 153px;
	position: absolute;
	width: 55px !important;
}
#homeMap .navMap ul .rCuatro:hover .popOver{
	display: block;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.rCinco{
	bottom: 60px;
	height: 25px !important;
	left: 206px;
	position: absolute;
	width: 47px !important;
}
#homeMap .navMap ul .rCinco:hover .popOver{
	display: block;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.rSeis{
	bottom: 62px;
	height: 25px !important;
	left: 253px;
	position: absolute;
	width: 16px !important;
}
#homeMap .navMap ul .rSeis:hover .popOver{
	display: block;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.rSiete{
	bottom: 64px;
	height: 24px !important;
	left: 270px;
	position: absolute;
	width: 15px !important;
}
#homeMap .navMap ul .rSiete:hover .popOver{
	display: block;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.rOcho{
	bottom: 57px;
	height: 27px !important;
	left: 284px;
	position: absolute;
	width: 15px !important;
}
#homeMap .navMap ul .rOcho:hover .popOver{
	display: block;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.rNueve{
	bottom: 48px;
	height: 35px !important;
	left: 298px;
	position: absolute;
	width: 23px !important;
}
#homeMap .navMap ul .rNueve:hover .popOver{
	display: block;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.rDiez{
	bottom: 39px;
	height: 35px !important;
	left: 328px;
	position: absolute;
	width: 23px !important;
}
#homeMap .navMap ul .rDiez:hover .popOver{
	display: block;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.rOnce{
	bottom: 40px;
	height: 35px !important;
	left: 345px;
	position: absolute;
	width: 25px !important;
}
#homeMap .navMap ul .rOnce:hover .popOver{
	display: block;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.rDoce{
	bottom: 40px;
    height: 28px !important;
    left: 370px;
    position: absolute;
    width: 20px !important;
}
#homeMap .navMap ul .rDoce:hover .popOver{
	display: block;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.rTrece{
    bottom: 37px;
    height: 30px !important;
    left: 388px;
    position: absolute;
    width: 50px !important;
}
#homeMap .navMap ul .rTrece:hover .popOver{
	display: block;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.rCatorce{
    bottom: 28px;
    height: 50px !important;
    left: 440px;
    position: absolute;
    width: 85px !important;
}
#homeMap .navMap ul .rCatorce:hover .popOver{
	display: block;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.rQuince{
    bottom: 25px;
    height: 100px !important;
    left: 519px;
    position: absolute;
    width: 120px !important;
}
#homeMap .navMap ul .rQuince:hover .popOver{
	display: block;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.rQuince .tratado {
	width: 10px;
	height: 10px;
	background-color: red;
	position: absolute;
	top: 62px;
	left: 0;
}
.tratado:hover {
	cursor: help;
    position: relative;
}
.tratado span {
	display: none;
}
.tratado:hover span {
	width: 80px;
	position: absolute;
	top: -28px;
	left: 30%;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
	display: block;
	transition: all 0.3s linear;
	z-index: 9999;
}
.rDieciseis{
	bottom: 45px;	
	height: 30px !important;
	left: 318px;
	position: absolute;
	width: 15px !important;
}
#homeMap .navMap ul .rDieciseis:hover .popOver{
	display: block;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.popOver{
	position: absolute;
	top: -28px;
	left: 30%;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
	display: none;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
	z-index:9999;
	width: 160px;
}

.popOver:before{
		content: url('../images/arrowPopOver.png')!important;
		position:absolute;
		left:-1px!important;
		bottom:-11px!important;
	}

.popOver:hover{
	opacity: 1!important;
	font-weight: lighter;
	text-decoration:none;

}

.last{
	left: -79px !important;
    top: -10px !important;
}

.last.popOver:before{
		content: url('../images/arrowPopOver.png')!important;
		position:absolute;
		right: -170px !important;
		bottom:-11px!important;
	}

.infoNavMap{
	display: inline-block;
	vertical-align: top;


	width: 281px;
	height: 150px;
	background: url('../images/infoNavMapbg.png') no-repeat #F6F3F0;
}

.infoNavMap h2{
	color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    margin: 0;
    padding: 15px 10px 5px 10px;
    width: 190px;
}

.infoNavMap h2 span{
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: bold;
    width: 190px;
}

.infoNavMap p{
	color: #fff;
	font-size: 12px;
	font-weight: lighter;
	padding:0 10px;
    width: 190px;
}


/*

	SLIDELIST

*/

#slidesList {
	z-index:100;
	margin-left:10px;
	width:310px;
	height: 310px;
	overflow:hidden;
	position:relative;
	float:left;
}

.controlSliderList{
	height:40px;
	position:relative;
	width: 310px;

}



/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slideSuperList {
	width:310px;
	height: 264px;
	display:inline-block;
	vertical-align: top;


}


/*
	Next/prev buttons
*/

#slidesList .next,#slidesList .prev {
	position:absolute;
	top:0px;
	left:0px;
	width:40px;
	height:40px;
	display:block;
	z-index:101;
	background: url('../images/arrowleft.png');
	text-align: center;
	color:#fff;
	cursor: pointer;
}

#slidesList .next {
	left:270px;
	background: url('../images/arrowright.png');
}

/*
	Pagination
*/

#slidesList .pagination {
    bottom: 50px;
    left: 165px;
    position: absolute;
    width: 100px;
    z-index: 9999;
    display: none;
}

#slidesList .slideSuperList .listSlider{
	width: 310px;
	display: inline-block;
	vertical-align: top;

	height: 265px;
}

#slidesList .mapSlider{
	width: 310px;
	display: inline-block;

	vertical-align: top;

	height: 305px;
	overflow:hidden;
}

/* Ul Slider List*/

#slidesList .slideSuperList .listSlider ul{
	width: 100%;
	padding: 0;
	margin:0;
}

#slidesList .slideSuperList .listSlider ul li{
	width: 100%;
	height: 23px;
	border-bottom: 1px dotted #ccc ;
	padding: 10px 0;
	cursor: pointer;
	list-style-type: none;
}

#slidesList .slideSuperList .listSlider ul li:hover{
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
	background: #F6F4F0;
}

#slidesList .slideSuperList .listSlider ul li span{
	width: 25px;
	height: 25px;
	background: url('../images/spriteIcon.png');
	background-size: 75px !important;
	float: left;
	margin:0px 10px;
}

#slidesList .slideSuperList .listSlider ul li p{
	width: 265px;
	float: left;
	font-size: 12px;
	font-weight: lighter;
	color: #999;
	margin: -5px 0 0 0;
}


/*

	ORGANIGRAMA

*/


.organigrama{
    width: 100%;
    margin: 0;
    font-size: 11px;
}

.organigrama .director{
    margin: 0;
    padding: 10px 0;
}

.organigrama .director img{
    margin: 0 10px 0 0;
    display: inline-block;

    vertical-align: top;

    width: 200px;

}

.organigrama .director .infoDirector{
    display: inline-block;

    vertical-align: top;

    width: 405px;
    color: #666;
}

.organigrama .director .infoDirector h3{
    font-size: 13px;
    font-weight: bold;
}

.organigrama .directorio{
    width: 100%;
    margin: 0;
    padding: 0;
}

.organigrama .directorio li{
    display: inline-block;

    vertical-align: top;

    width: 200px;
    margin:0 5px 10px 0;
    border-bottom: 1px dotted #ccc;
    min-height: 210px;
}

.organigrama .directorio li p{
    display: inline-block;

    vertical-align: top;

    font-size: 12px;
    color: #333;
    padding: 0 5px 0 0;
}

.organigrama .directorio li img{
    display: inline-block;

    vertical-align: top;

    width: 80px;
    margin: 0 10px 10px 0;
}


.organigrama .directorio li h2{
    display: inline-block;

    vertical-align: top;

    width: 100px;
    font-size: 14px;
    font-weight: bold;
    min-height: 90px;

}

.organigrama .directorio li .cargo{
    display: inline-block;

    vertical-align: top;

    width: 100px;
    font-size: 11px;
    font-weight: lighter;
    color: #999;
}

/*

	PAGE CENTRO DE DOCUMENTACIÓN

*/

.boxDoc{
    width: 298px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;


    color:#999999;
    border-bottom: 1px dotted #ccc;
	height:160px;
	position:relative;
}

.boxDoc h2{
    font-size: 16px;
    font-weight:bold;
    line-height: 16px;
    margin: 5px 0 5px 0;
}

.boxDoc p{
    font-size: 13px;
    line-height: 14px;
}

.boxDoc .seeMore{
    font-size: 12px;
    height: 16px;
    background:#C3B69C;
    color:#fff;
    font-weight: bold;
    padding: 5px 0 5px 10px;
    width: 80px;
    line-height: 19px;
    text-transform: uppercase;
    margin: 10px 0;
    position: absolute;
	bottom:5px;
}

.boxDoc .seeMore:hover{
    opacity: 0.8;
    -moz-transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    transition:all 0.3s linear;

}
.boxDoc .seeMore span{
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    color:#fff;
    font-weight: bold;
    padding: 5px 10px;
    margin: -5px 0 0 11px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;


    top: 5px;
    position: absolute;
    right: -5px;
}



/*

	PAGINADOR

*/

.pagenavi {
  margin:0Px;
  padding: 5px 1px 5px;
  float:left;
  width:400px;
	font-size:11px;
	margin-top:30px;
	margin-left:200px;
}

.pages{
	display:none;
	}

.pagenavi a {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    text-decoration: none;
    border: 1px solid #ccc;
    color: #666;
    background-color: inherit;
}
.pagenavi a:hover {
    border: 1px solid #444;
    color: #444;
    background-color: #eee;
}
.pagenavi span.pages {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    color: #825a2d;
    font-weight:bold;
    border: 1px solid #999;
    background-color: inherit;
}
.pagenavi span.current {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    font-weight:bold;
    border: 1px solid #069548;
    color: #444;
    background-color: #eee;
}
.pagenavi span.expand {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    border: 1px solid #ccc;
    color: #444;
    background-color: inherit;
}
.pagenavi .first, .pagenavi .last {
    border: 1px solid #aaa;
}
.pagenavi .single_page {
border: 1px dashed #ccc;
}


/*

	CONTACTO

*/

address {
  padding:10px 0;
  border-bottom: 1px dotted #ccc;
  margin: 5px 0 0 0;
}


address h2{
  margin:0 0 5px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}

address p{
  margin:0 0 0 0;
  font-size: 12px;
  font-style: normal;
  font-weight: lighter;
  color: #999;
}

address small{
  margin:0 0 0 0;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  color: #666;
  display: block;
}
.formContact{
  margin: 20px 0 0 0;
}
.depth {
  display: block;
  border: 1px solid silver;
  background: linear-gradient(#eee, #fff);
  transition: all 0.3s ease-out;
  padding: 5px;
  color: #555;
  width: 186px;
  font-size: 12px;  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;
  color: #777;
}

.depth:focus {
  outline: none;
  background-position: 0 -2.2em;
  border-color:#8dc541;
}

.depthSelect {
  display: block;
  border: none;
  border: 1px solid silver;
  background: linear-gradient(#eee, #fff);
  transition: all 0.3s ease-out;
  padding: 5px;
  color: #555;
  width: 620px;
  font-size: 12px;  margin: 0 0 0 10px;
  color: #ccc;
  margin: 10px 10px 0 10px;
  height: 30px;
  outline: none;
}

.depthSelect:focus {
  outline: none;
  background-position: 0 -2.2em;
  border-color:#8dc541;
}

.depthOption {
  display: block;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid silver;
  background: linear-gradient(#eee, #fff);
  transition: all 0.3s ease-out;
  padding: 5px 0 0 10px;
  color: #555;
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 12px;  margin: 0 0 0 10px;
  color: #999;
  outline: none;
}

.depthOption:hover {
  outline: none;
  color: #666 !important;
}

.depthOption:focus {
  color: #666!important;
  background-position: 0 -2.2em;
  outline: none;
}


.depthComent {
  display: block;
  border: 1px solid silver;
  background: linear-gradient(#eee, #fff);
  transition: all 0.3s ease-out;
  padding: 5px;
  font-size: 12px;  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;

  color: #777;
  width: 609px;
  font-size: 12px;
  height: 165px;
  font-family: arial;
  margin: 15px 0 0 10px;
}

.depthComent:focus {
  outline: none;
  background-position: 0 -175px;
  border-color:#8dc541;
}

.modern {
  display: inline-block;
  margin: 12px 15px 0 0;
  padding: 0 15px;
  background: #8dc541;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  transition: all 0.3s ease-out;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.3),
    0 0 4px 1px rgba(0,0,0,0.2);
    float: right;

  /* Font styles */
  text-decoration: none;
  color: #fff;
}

.modern:hover  { background: #C7FE0A; color: #999;}

.socle {
  position: relative;
  z-index: 2;
}

.socle:after {
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 6px;
  box-shadow:
	inset 0 1px 0 rgba(0,0,0,0.1),
	inset 0 -1px 0 rgba(255,255,255,0.7);
  top: -6px; bottom: -6px;
  right: -6px; left: -6px;
  background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0));
}


/*

	PREGUNTAS FRECUENTES

*/

.faq{
    width: 620px;
    display: inline-block;
    vertical-align: top;

}

.faq a {
    background: none repeat scroll 0 0 #9F9F9C;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0 -2px;
    opacity: 0.5;
    padding: 5px 0;
    text-align: center;
    vertical-align: top;
    width: 156px;
}

    .faq a:hover{
    opacity: 1;
    background: #01a69d;
    -moz-transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    transition:all 0.3s linear;
    }

    .faq .contentQuestions{
    width: 100%;
    padding: 0;
    position: relative;
    }

    .faq .contentQuestions li{
    border-bottom: 1px dotted #CCC;
    padding: 7px 10px;
    position: relative;
    width: 600px;
	list-style:none !important;
    }

    .faq .contentQuestions li:hover{
    background: #F6F4F0;
    -moz-transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    transition:all 0.3s linear;
    }

    .faq .contentQuestions li:hover .verMasFaq{
    display: block;
    -moz-transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    transition:all 0.3s linear;
    }

    .faq .contentQuestions li h2{
    color: #999;
    margin: 5px 0;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 520px;
    }

    .faq .contentQuestions li p{
    color: #666;
    margin: 10px 0;
    font-size: 14px;
    font-weight: lighter;
    line-height: 17px;
    display: none;
    }

    .faq .contentQuestions li .verMasFaq{
    position: absolute;
    right:20px;
    top: 13px;
    background: #C3B69C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 6px;
    color: #fff;
    opacity: 0.5;
    display: none;
    font-size: 12px;
    width: 50px;
    text-decoration:none;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);

    }

    .faq .contentQuestions li .verMasFaq:hover{
    opacity: 1;
    background: #01a69d;
    -moz-transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    transition:all 0.3s linear;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);

    }
    .cerrarFaq{
    display: none!important;
    position: absolute;
    right:20px;
    top: 13px;
    background: #C3B69C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 6px;
    color: #fff;
    opacity: 0.5;
    font-size: 12px;
    width: 50px;
    text-decoration:none;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
    }

    .faq .contentQuestions li .cerrarFaq:hover{
    opacity: 1;
    background: #01a69d;
    -moz-transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    transition:all 0.3s linear;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
    }




/*
	Slideshow HOME
*/

#slidesMin {
	position:relative;
	float:left;
	margin-left:-5px;
	width: 635px;
	height: 286px;
	background:url("../images/loader.gif") no-repeat scroll center center transparent;
}

.controlSliderMin{
	background: #F6F4F0;
	height:40px;
	position:relative;
	width: 640px;
	float: left;
	display: none;

}

#slidesMin .slides_container {
	width:635px;
	height: 286px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container div.slide {
	width:635px;
	height: 286px;
	display:block;
}

.moreHomeSlide{
	position:absolute;
	bottom:20px;
	left:15px;
	width:202px !important;
	}

.controlSliderMin .next,.controlSliderMin .prev {
	position:absolute;
	bottom:0px;
	left:0px;
	width:40px;
	height:40px;
	display:block;
	z-index:999999999999;
	background: url('images/arrowleft.png');
	text-align: center;
	color:#fff;
	cursor: pointer;
}

.controlSliderMin .next {
	left:580px;
	background: url('images/arrowRight.png');

}

#slidesMin .pagination {
    bottom: -20px;
    right: 0px;
    position: absolute;
    width: 56px;
    z-index: 9998;
    display: block;
	float:right;
}

#slidesMin .pagination li {
    float:left;
    list-style-type: none;
    background:#069548;
    height: 10px;
    margin: 3px;
    width: 10px;
    -webkit-border-radius: 5px;
	border-radius: 5px;

}

#slidesMin .pagination li a{
	display: block;
	text-indent: -9999px;
	height: 10px;
}

.pagination .current{
    background:#01a69d!important;
}

#slidesMin .slide .listSlider{
	width: 310px;
	display: inline-block;
	vertical-align: top;

	height: 265px;
}

#slidesMin .slide .mapSlider{
	width: 305px;
	display: inline-block;
	vertical-align: top;

	height: 265px;
}

#slidesMin .slide .listSlider ul{
	width: 100%;
	padding: 0;
	margin:0;
}

#slidesMin .slide .listSlider ul li{
	width: 100%;
	height: 23px;
	border-bottom: 1px dotted #ccc ;
	padding: 10px 0;
	cursor: pointer;
	list-style-type: none;
}

#slidesMin .slide .listSlider ul li:hover{
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
	background: #F6F4F0;
}

#slidesMin .slide .listSlider ul li span{
	width: 25px;
	height: 25px;
	background: url('images/spriteIcon.png');
	background-size: 75px;
	float: left;
	margin:0px 10px;
}

#slidesMin .slide .listSlider ul li p{
	width: 265px;
	float: left;
	font-size: 12px;
	font-weight: lighter;
	color: #999;
	margin: -5px 0 0 0;
}



.boxMax{
	color:#999999;
	vertical-align: top;
	width: 635px;
	height: 286px;
	display: inline-block;
	position: relative;

	box-shadow: 2px 2px 3px #CCCCCC;
}

.boxMax figure{
	width:635px;
	height: 286px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.boxMax figure img{
	width: 100%;
	float: left;
	display: block;
	height: 286px;
}

.boxMax .boxMaxText {
	width: 200px;
	height: 240px;
	padding: 0 17px;
	display: block;
	position: absolute;
	top: 0;
	left: 24px;
	z-index: 1;
}

.boxMax .boxMaxText h2{
	font-size: 27px;
	color: #FFFFFF;
	font-weight:bold;
	line-height: 32px;
	text-transform: uppercase;
	margin: 15px 0 10px 0;
}

.boxMax a .knowMore{
	background-color: #DBD7CC;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px !important;
    margin: 0;
    padding: 0 0  0 17px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.boxMax .knowMore:hover{
	opacity: 0.8;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;

}
.boxMax a .knowMore span{/*deseable*/
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	color: #DBD7CC;
	height: 40px;
	width: 40px;
	display: inline-block;
	position: absolute;
	vertical-align: top;

	top: 0;
	right: -40px;
	text-align: center;

}


/*

	BANNER HOME

*/
.eliot{
	width: 300px;
	float: right!important;
	margin: 0 10px 0 0;
}

.bannerHomeMin{
	margin-top:10px;
	}
.bannerHomeMin:first-child{
	margin-top:0;
	}


.bannerHomeInfo{
   width: 300px;
   height: 210px;
   display:block;
   position: relative;
   display: inline-block;
   vertical-align: top;
   float:right;

}
   .bannerHomeInfo figure{
   width: 300px;
   height: 210px;
   position: absolute;
   }

   .bannerHomeInfo figure img{
   width: 300px;
   height: auto;
   display: inline-block;
   vertical-align: top;

   }

   .bannerHomeInfo .figcaption{
    background: none repeat scroll 0 0 #069548;
    bottom: 0;
    height: 74px;
    padding: 30px 5px 10px;
    position: absolute;
   }

   .bannerHomeInfo .figcaption h2{
    background: none repeat scroll 0 0 #069548;
    bottom: 90px;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    left: 50%;
    margin-left: -41%;
    padding: 8px;
    position: absolute;
    text-transform: uppercase;
    width: 80%;
    line-height: 20px;
   }

   .bannerHomeInfo .figcaption p{
    color: #FFFFFF;
    font-size: 13px;
    font-weight: lighter;
    line-height: 17px;
    padding: 0 28px;
	margin-top:-11px;
	position:relative;
	z-index:999;
   }

   .bannerHomeInfo .figcaption p a{
    color: #f4eb49;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
   }

   .bannerHomeInfo .figcaption p a:hover{
    opacity: 0.8;
   -moz-transition:all 0.3s linear;
   -webkit-transition:all 0.3s linear;
   -ms-transition:all 0.3s linear;
   transition:all 0.3s linear;
   }

.opor{
	font-size:12px;
	color:#999;
	margin-left:10px;
	margin-top:10px;
	}





/*

	FIX

*/


#slidesBig .slides_container{
	width:970px;
	height:380px;
	}

.page-item-814{
	display:none;
	}

.breadcumb{
	font-size:13px;
	color:#069548;
	margin:-5px 10px 10px 10px;
	}

.breadcumb a{
	color:#069548;
	}

#slidesBig .current{
	background:none !important;
	}

.contInfoComments{
	margin-left:10px;
	}

#commentform{
	margin-left:-10px;
	}

#comments_list li{
	width:588px;
	padding:10px 15px;
    border-bottom: 1px solid #D2D1CF;
	}

#comments_list li{
	list-style:none;
	}

#comments_list h6{
	font-weight:bold;
	color:#333;
	font-size:15px;
	}

#comments_list h6 small{
	color:#888;
	font-size:12px;
	}

h3.comentsNumber{

	font-size:20px;
	font-weight:bold;

	}

p.comentsNumberMin{
	font-size:13px;
	color:#888;
	}

p.loginComents{
	font-size:13px;
	margin-left:10px;
	margin-top:20px;
	}

.comentsSend{
	padding-top:10px;
	padding-bottom:10px;
	cursor:pointer;
	}

.infoFooter{
	color:#FFF !important;
	height:30px;
	line-height:30px;
	font-size:13px;
	padding-left:190px;
	background-image:url(../images/gobColor.jpg);
	background-repeat:no-repeat;
	display:block;
	margin-top:20px;

	}

.infoFooter span{
	color:#999 !important;
	}

.button{
	cursor:pointer;
	}

.titleSearch{
	font-size:18px;
	float:left;
	}

.titleRegion{
	width:600px;
	padding:0 10px;
	height:25px;
	line-height:25px;
	background-color:#01a69d;
	color:#FFF;
	}

.mapSlider iframe{
	width:310px !important;
	height:305px !important;
	}

.mapSlider{
	width:310px !important;
	height:305px !important;
	overflow:hidden;
	}

.rgs{
	/*display:none;*/
	}

a h3{
	color:#FFF;
	}

button{
	cursor:pointer;
	}

.list_carousel li{
	background-color:transparent !important;
	}

.imgyoutube {
    float: left;
    height: 169px;
    margin-left: 20px;
    margin-top: 6px;
    overflow: hidden;
    width: 300px;
}

.imgyoutube iframe{
	width:300px !important;
	height:169px;
}

#scrollbar1 .viewport{
	position:absolute !important;
	}



/* Tiny Scrollbar */
#scrollbar1 {
    margin:0;
    width: 310px;
}

#scrollbar1 p{
    font-size:13px;
	color:#FFF;
	line-height:20px;
}

.superMapParque{
	width:620px !important;
	}

.superMapParque iframe{
	width:620px !important;
	height:350px !important;
	}






#scrollbar1 .viewport { width: 310px; height: 310px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track { background:#EEE; height: 100%; width:13px; position: relative; padding: 0 1px; overflow:hidden; z-index:9999; }

#scrollbar1 .thumb {
	background:#CCC;
	height: 20px;
	width: 25px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -5px;
	 z-index:9999;

	}


#scrollbar1 .disable { display: none; }
/*.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }*/





.regionMinMarg{
	margin-top:15px !important;
	}

.boxMin .boxTitle h2{
	line-height:50px !important
	}

.box{
	min-height:280px !important;
	}


/*

SHARE

*/

.shared a{
	float:left;
	margin-left:10px;
	}

a.fb{
	width:25px;
	height:25px;
	display:block;
	background-color:#0350D8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

a.fb img{
	width:100%;
	}

a.tw{
	width:25px;
	height:25px;
	display:block;
	background-color:#36A4FF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

a.tw img{
	width:100%;
	}


.infoSuperFooter{
	font-size:12px;
	color:#CCC;
	padding-left:195px;
	#width:780px;
	width:850px;
	height:30px;
	line-height:30px;
	background-image:url(../images/gobColor.jpg);
	background-repeat:no-repeat;
	display:block;
	margin-top:20px;
	}

.w3c{
	float:right;
	font-size:12px;
	}

#boxLinks .LinkList li a:hover{
	text-decoration:none !important;
	}

.boxConafRegiones .mainPageBoxImage img{
	width:100%;
	height:auto !important;
	}



/*

	FIX FONTS



#calendarActivities{
	width:296px;
	}

header .right .topNav ul{
	font-family: 'gobclregular';
	}


.boxMax .boxMaxText h2{
	font-size:20px !important;
	line-height:28px !important;
	font-weight:normal !important;
	}

.boxMax a .knowMore{
	font-size:15px !important;
	font-weight:normal !important;
	}

.boxMax a .knowMore span{
	font-size:15px !important;
	}

.bannerHomeInfo figcaption h2{
	font-size:14px !important;
	font-weight:normal !important;
	}

.boxTitle h2{
	font-size:16px !important;
	font-weight:normal !important;
	}

.editarEsto a{
	font-size:11px !important;
	font-weight:normal !important;
	}

.infoNavMap h2 span{
	font-size:20px !important;
	font-weight:normal !important;
	}

.infoNavMap h2{
	font-size:14px !important;
	font-weight:normal !important;
	}

.box .seeMore{
	font-size:11px !important;
	font-weight:normal !important;
	}

.box h2{
	font-size:14px !important;
	font-weight:normal !important;
	}

.boxMin h2{
	font-size:16px !important;
	font-weight:normal !important;
	}

.boxMin .knowMore{
	font-size:11px !important;
	font-weight:normal !important;
	line-height:16px;
	}

.gallery .boxTitle a{
	float:right !important;
	font-size:11px !important;
	font-weight:normal !important;
	}

#calendarActivities .activity .activityTexts h3{
	float:right !important;
	font-size:13px !important;
	font-weight:normal !important;
	line-height:17px;
	}

#calendarActivities .activity .activityTexts a{
	font-size:13px !important;
	font-weight:normal !important;
	}

#slidesBig .slides_container .slide .caption h3{
	font-size:24px !important;
	line-height:30px;
	}

#slidesBig .slides_container .slide .caption .strong{
	font-size:14px !important;
	}

.regionesIncendios li a{
	font-size:14px !important;
	}

.contentRight h1, .contentRightBig h1{
	font-size:22px !important;
	font-weight:normal !important;
	}

h2.superBigTitle{
	font-size:18px !important;
	}

footer .bglightBlack .mapSite ul h4{
	font-size:14px !important;
	font-weight:normal !important;
	}

.mainPageBox{
	margin-top:10px !important;
	}

footer .bglightBlack .mapSite ul{
	width:187px !important;
	}

footer .bglightBlack .mapSite ul li{
	padding:2px 5px !important;
	}

.faq a{
	width:154px !important;
	font-size:11px !important;
	}

*/



/*
.videoConaf{
	height:180px !important;
	}
*/

span.incendio-estado-alerta-10 {
	background: url(../images/iconos.png) no-repeat 0px -2936px;
	height: 25px;
	float: left;
	width: 18px;
	margin-left: 36px;
}
span.incendio-estado-alerta-20 {
	background: url(../images/iconos.png) no-repeat 0px -2888px;
	height: 25px;
	float: left;
	width: 18px;
	margin-left: 36px;
}
span.incendio-estado-alerta-30 {

	background: url(../images/iconos.png) no-repeat 0px -2840px;
	height: 25px;
	float: left;
	width: 18px;
	margin-left: 36px;
}

.tooltip{
	/*position: relative;
	height: 20px;
	width: 50px;
	background: url(../images/i.png) no-repeat;*/
}

.cuerpoIncendios td, .cabecIncendios th{
	vertical-align: middle;
}

.interno{
	position: absolute;
	min-height: 150px;
	width: 200px;
	display: none;
	background: #41958b;
	z-index: 10000;
	color: #fff;
	text-align: left;
	padding: 12px;
	margin-left: 35px;
	font-size: 11px;
	opacity: 0.9;
}

.interno .nombre-region{
	border-bottom: 1px #fff solid;
	margin-bottom: 15px;
}

.tooltip img{
	opacity: 0.7;
}

.tooltip:hover>.interno{
	display:block;
}

.tooltip:hover img{
	opacity: 1;
}

.contentRightBig div table tr td.color-uno-region {
	color: #a2bd30;
}

.contentRightBig div table tr td.color-dos-region {
	color: #4a8938;
}

.contentRightBig div table tr td.color-tres-region {
	color: #6ba53a;
}

.contentRightBig div table tr td.color-cuatro-region {
	color: #738e73;
}

.icono-alerta-alt {
	height: 25px;
}

.recomendaciones {
	padding: 0 15px 30px 15px;
	text-align: justify;
}

.recomendaciones p{
	padding-bottom: 10px;
}

.recomendaciones strong{
	font-weight:bold;
}

.contentRightBig div table tr td{
	padding: 5px;
	border: 1px solid #c8c7c5;
	min-width: 90px;
}


.contentRightBig div table tr th{
	padding: 5px;
	border: 1px dotted white;
	min-width: 90px;
	border-top: 0px;
	border-bottom: 0px;
}

.contentRightBig div table tr td.outerleft{
	border-left: 0px;
}

.contentRightBig div table tr th.outerleft{
	border-left: 0px;
}

.contentRightBig div table tr td.outerright{
	border-right: 0px;
}

.contentRightBig div table tr th.outerright{
	border-right: 0px;
}

.contentRightBig div table tr td.topbordertd{
	border-top: 0px;
}

.contentRightBig div table tr td.botbordertd{
	border-bottom: 0px;
}


.contentRightBig div table.incendios {
	text-align: center;
	font-size: 13px;
	border-collapse: collapse;
	font-family: gobclbold;
}

.contentRightBig div table tr.cabecIncendios {
	background:#60a69d;
	color: #ffffff;
	height: 30px;
}

.contentRightBig div table tr.cuerpoIncendios{
	background: #f6f4f0;
}

.contentRightBig div table tr td.color1{
	color: #666666;
}

.contentRightBig div table tr td.color2{
	color: #91908f;
}

.goblight{
	font-family: gobcllight;
}

.twitter-widget ul {
margin: 0;
padding: 0;
}
.twitter-widget li {
list-style: none;
clear: both;
}
.twitter-widget li img, .twitter-widget li .tweets_txt {
float: left;
margin-bottom: 10px;
}
.twitter-widget li img {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.twitter-widget li .tweets_txt {
width: 220px;
margin-left: 10px;
}
.twitter-widget li .tweets_txt span {
font-style: italic;
color: #666;
display: block;
}

/**** Formulario Postulación CNASP  ****/
#formCNASP {
  margin: 0;
  overflow: hidden;
  width: 550px;
}
.wpcf7-text {
    width: 527px !important;
    display: block !important;
}
.wpcf7-select {
	width: 300px !important;
	margin: 0 0 0 10px !important;
}
.wpcf7-textarea {
	width: 527px !important;
	margin: 0 0 0 10px !important;
}
.wpcf7-submit {
	float: none !important;
	padding: 5px 15px;
}
.wpcf7-validation-errors {
	color: #F13C00;
	font-weight: bold;
}
.wpcf7-mail-sent-ok {
	color: #8dc541;
	font-weight: bold;
}
#formCNASP label {
	display: block;
}
#formCNASP .coautor {
	width: 250px !important;
  display: inline-block !important;
}
