html {
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
}
div {
	/*	border: 1px solid black !important;*/ /* Solo para pruebas */
	
}

@font-face {
	font-family: GlassTTYVT220;
	src: local("Glass TTY VT220"), local("Glass TTY VT220 Medium"), url(../font/Glass_TTY_VT220.ttf) format("truetype");
}

#bloques-noticias-y-eventos {
	 width: 100%;
	text-align: center;
	clear: both;
}

#bloques-noticias-y-eventos>div {
	 width: calc(100%/ 2);
	display: inline-block;
	vertical-align: top;
	border: 2px solid #207116;
	padding: 20px;
	width: 43%;
	margin-top: 20px;
	
}

#bloques-ifn-snif{
	
	text-align: center;
	clear: both;
}

#bloques-ifn-snif>div {
	display: inline-block;
	vertical-align: top;
	border: 0px solid #207116;
	padding: 20px;
	margin-top: 20px;
	
}

#block-eventos {
	 min-height: 411px;
	overflow: auto;
	margin-right: 20px;
}

#block-noticias {
	 min-height: 411px;
	overflow: auto;
	margin-left: 20px;
	margin-top: 10px; 
}

#bloques {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#bloques>div {
	width: calc(100%/ 3);
	display: inline-block;
	vertical-align: top;
	border: 2px solid #207116;
	padding: 20px;
	width: 43%;
}

div.logos-y-login {
	width: 550px;
	float: right;
	position: relative;
    bottom: -58px;
}

div.logo-smbyc {
	float: left;
}

body {
	/*font-family: 'Istok Web', sans-serif;*/
	font-family: Verdana;
	text-shadow: 0px 0px 1px #ddd;
	margin: 0;
	color: #666666;
	font-weight: 300;
	font-size: 1em;
	/*	width: 100% !important;*/
	background-color: #d6e2e8;
}

body.pdf {
	font-family: Verdana;
	color: black;
	font-weight: 300;
	font-size: 1em;
	background-color: white;
}

#page {
	width: 100% !important;
}

.section {
	width: 100% !important;
}

.content-inner {
	float: left !important;
	width: 100%;
	box-shadow: 0px 4px 14px 0px #aaa;
}

p {
	font-size: 0.8em;
	margin: 10px 0;
}

p.titulo {
	font-size: 0.9em;
    color: green;
    margin: 10px 0;
}


label {
	font-size: 0.8em;
	color: #666;
	font-weight: 300;
	display: block;
}

#block-video {
	text-align: center;
	width: 100%;
	margin-top: 20px;
	box-shadow: 0px 6px 24px 2px #aaa;
}

.block-container {
	display: inline-block;
	text-align: justify;
	text-justify: distribute-all-lines
}

#block-home {
	float: left;
}

.block-vermas {
	margin-left: 20px;
	margin-right: 20px;
	width: 25%;
	/*	float:left;*/
	min-height: 640px;
	box-shadow: 0px 4px 14px 0px #aaa;
}

p.p_vermas {
	text-align: justify;
	width: 100%;
}

.block {
	/*
	padding-left: 20px;
	padding-right: 20px;
	*/
	
}

.img-vermas {
	width: 100%;
}

h2.titulo-vermas {
	color: #666666;
	font-size: 1.8em !important;
	text-align: left;
	font-weight: bold;
}

.content-inner {
	
}

::selection {
	background: #B3D4FD;
	color: #000;
	text-shadow: none;
}

::-webkit-input-placeholder {
	color: #676767;
	font-size: 0.9em;
}

:-moz-placeholder { /* Firefox 18- */
	color: #676767;
	font-size: 0.9em;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #676767;
	font-size: 0.9em;
}

:-ms-input-placeholder {
	color: #676767;
	font-size: 0.9em;
}
/* enlaces */
a:hover {
	text-decoration: underline;
}

a {
	color: #A5632C;
	text-decoration: none;
}

ul {
	font-size: 13px;
}

ul li {
	margin: 3px 0;
}

ul li  li {
	list-style-image: none;
	list-style: none;
}
/* headers */
h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.1em;
	font-weight: 100;
}

h3 {
	font-size: 0.9em;
}

h4,h5 {
	color: #39459A;
	font-size: 0.95em;
	font-weight: 100;
	margin: 0 0 10px;
}

input[type="text"],input[type="password"],input[type="search"],input[type="email"] {
	color: #999;
	font-size: 0.8em;
	margin: 0;
	padding: 3px 10px;
	border: 1px solid #D4D4D4;
	box-shadow: inset 1px 1px 8px #D4D4D4;
	width: 96%;
}

textarea {
	color: #999;
	font-size: 0.8em;
	margin: 0;
	padding: 3px 10px;
	border: 1px solid #D4D4D4;
	box-shadow: inset 1px 1px 8px #D4D4D4;
	width: 96%;
	/*min-height: 150px;*/
}

.form-item {
	margin: 10px 0;
}

input[type="button"] {
	/*background: #D66A10;*/
	background: linear-gradient(#f7e1bf 10%, #A5632C 80%, #f7e1bf);
	border-radius: 6px;
	color: #FFFDFC;
	font-size: 0.8em;
	padding: 5px 5px 5px 5px;
	text-transform: uppercase;
	display: inline-block;
	border: 0;
	margin: 0;
	margin-right: 2px;
	cursor: pointer;
	*display: inline;
	*zoom: 1;
}

input[type="submit"] {
	background: linear-gradient(#f7e1bf 10%, #A5632C 80%, #f7e1bf);
	border-radius: 6px;
	color: #FFFDFC;
	font-size: 0.8em;
	padding: 5px 5px 5px 5px;
	text-transform: uppercase;
	display: inline-block;
	border: 0;
	margin: 0;
	cursor: pointer;
	*display: inline;
	*zoom: 1;
}

input[type="file"] {
	background: #D4D4D4;
	border-radius: 6px;
	color: #000000;
	font-size: 0.7em;
	padding: 5px 5px 5px 5px;
	text-transform: uppercase;
	display: inline-block;
	border: 0;
	margin: 0;
	cursor: pointer;
	*display: inline;
	*zoom: 1;
}

.select-wrapper {
	background: url("../images/arrow-drop.png") no-repeat scroll 96% center #fff;
	color: #999;
	margin: 0;
	border: 1px solid #D4D4D4;
	box-shadow: inset 1px 1px 8px #D4D4D4;
	display: block;
	/*overflow: hidden;*/
	width: 100%;
}

.form-actions {
	overflow: hidden;
	clear: both;
	padding: 10px 20px;
}

select {
	-webkit-appearance: none;
	color: #999;
	font-size: 0.8em;
	margin: 0;
	padding: 3px 10px;
	min-width: 300px;
	/*width: 120%;*/
	border: 0;
	background: transparent;
	width: 100% !important;
}

input[type="button"]:hover {
	background: #DF8316;
	color: #fff;
}

input[type="submit"]:hover {
	background: #DF8316;
	color: #fff;
}

table {
	width: 100%;
}

.section {
	
}


.section:after,.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

#content {
	width: 100%;
	
}

.no-sidebars #content {
	
}

.sidebar-first #content {
	width: 100%;
}

.sidebarlast #content {
	
}

.two-sidebars #content {
	
}

#sidebar-first {
	
}

#sidebarlast {
	float: left;
}

#footer {
	clear: both;
}

div.div_resultado_commando {
	padding: 10px;
	border-radius: 10px;
	font-size: 20px;
	font-family: GlassTTYVT220;
	color: #e5b800;
	background-color: #0a0600;
}

div.div_resultado_generacionreporte {
	padding: 10px;
	border-radius: 10px;
	min-height: 250px;
	margin: 20px;
	font-size: 20px;
	font-family: GlassTTYVT220;
	color: #e5b800;
	background-color: #0a0600;
}

.map_container {
	width: 100%;
	/*	padding: 5%;*/
	text-align: center;
}

.mapa_proyectos {
	width: 100%;
	height: 500px;
}

.trh {
	/*
	background-color: #638518;
	color: white;
	*/
	background-color: white;
	color: gray;
}

.div_tabla {
	/*margin: 10px;*/
	margin-top: 30px;
	margin-bottom: 20px;
}

.etiqueta_mapa_proyecto {
	overflow-y: scroll;
	width: 100%;
	height: 100%;
}

.dato_mapa_proyecto {
	border-radius: 3px;
	border: 1px solid black;
	background: #ccc;
}

iframe {
	border: none;
	width: 100%;
	max-height: 800px;
}

.p_titulo {
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid white;
	border-radius: 3px;
	background-color: #b47638;
	color: white;
	padding: 5px;
}

.p_subtitulo {
	font-size: 16px;
	font-weight: bold;
}

.p_tipo .p_desde .p_hasta {
	font-size: 12px;
	font-weight: bold;
}

.bannerpdf {
	background-color: #638518;
	border-radius: 5px;
	border: 1px solid black;
	padding: 5px;
	text-align: center;
}

.logopdf {
	width: 125px;
}

.div_iframe {
	margin-top: 20px;
}

.div_hidden_iframe {
	margin-top: 20px;
	display: none;
}

#bosqueCifrasGraficas {
	display: block;
	text-align: center;
	background-image: url(../img/fondoBosqueC.jpg);
	background-size: cover;
}

.leaf {
	box-shadow: 0px 4px 14px 0px #aaa;
}

#marco_pdf {
	width: 1000px;
}

div.div_tabla {
	width: 100%;
	position: relative;
}

div.div_tablagrafico {
	/*page-break-before:always;*/
	
}

.grafico_pdf {
	position: relative;
	width: 100%;
	/*border: 1px solid gray;*/
	/*margin-top: 10px;*/
	/*text-align: center;*/
	/*padding: 5px;*/
	/*padding-left: 10%;*/
	background-color: white;
}

div.titulo_portada {
	margin-top: 100px;
}

div.subtitulo_portada {
	margin-top: 100px;
	font-size: 80%;
}

p.titulo_portada {
	font-size: 3em;
	margin-top: 20px;
}


div.titulo_portada_pdf {
	margin-top: 100px;
}

p.subtitulo_portada_pdf {
	font-size: 1em;
}

p.titulo_portada_pdf {
	font-size: 2em;
	margin-top: 20px;
	text-align:center;
}

div.div_mensajes {
	background-color: #D2DDE3;
	border: 1px solid #ccc;
	margin-top: 10px;
	text-align: left;
	padding: 5px;
	padding-left: 10%;
	box-shadow: inset 1px 1px 8px #D4D4D4;
	border-radius: 6px;
	display: none;
}

div.div_tablas {
	background-color: white;
}

body.body_iframe {
	background-color: white;
}

.titulo_naranja {
	background-color: #A5632C;
	color: white;
	font-style: bold;
	font-size: 1.5em;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 10px;
	box-shadow: 0px 4px 14px 0px #aaa;
}

.titulo_naranja_ppl {
	background-color: #A5632C;
	color: white;
	font-style: bold;
	font-size: 1em;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 10px;
	box-shadow: 0px 4px 14px 0px #aaa;
}

.fondoformulario {
	background: #EEEEEE;
	border: 1px solid #D3D3D3;
	box-shadow: 2px 2px 2px #D3D3D3;
	margin-top: 20px;
	overflow: hidden;
	padding: 20px;
	position: relative;
}



img {
	border: 0;
}

#header-first .section {
/*	background: url("../img/bg-header.jpg") repeat-x 0 0 transparent;*/
/*	background: url("../img/imagen_banner2.png") repeat-x 0 0 transparent;*/
	background-size: cover;
}

#block-logo {
	float: left;
    margin: 0px 0px 0 18px;
    position: absolute;
    left: 10px;
    top: 5px;
}

#block-logo img {
	display: block;
	height: 80px;
}

#header-first .section-inner {
	/*padding: 30px 0 0;*/
}

#block-top-menu {
	float: right;
	background: url("../img/bg-menutop.png") no-repeat 0 0 transparent;
	padding: 4px 15px 0px 40px;
	position: relative;
	background-size: cover;
}

#block-images-header {
	float: right;
}

#block-images-header>div>a {
	float: left;
	/*margin: 10px 0px;*/
}

#block-top-menu  input[type="search"] {
	box-shadow: inset 2px 2px 6px #B5B5B5;
	border-radius: 15px 0 0 15px;
	background: #DDDDDD;
	width: 150px;
	padding: 1px 5px;
}

#block-top-menu  .form-item,#block-top-menu  .form-actions,#postscript  .form-actions {
	float: left;
	margin: 0;
	overflow: visible;
	clear: none;
	padding: 0;
}

.sy-slide {
	margin: 0;
}

#block-top-menu .content>* {
	float: left;
	margin-left: -20px;
}

#block-top-menu .content .social-menu {
	margin-top: 2px;
	margin-left: 4px;
	margin-right: -3px;
	width: 90px;
	overflow: hidden;
}

#block-top-menu.block-menu .content ul li a {
	float: left;
	width: 20px;
	height: 20px;
}

#block-top-menu.block-menu .content ul li img {
	float: left;
	width: 20px;
	height: 20px;
}

#block-top-menu.block-menu .content ul li.homeIni a {
	background: url("../img/icon-homeIni.png") no-repeat scroll 0 0 transparent;
}

#block-top-menu.block-menu .content ul li.help a {
	/*background: url("../img/icon-help.png") no-repeat scroll 0 0 transparent;*/
	background: url("../img/usuario.png") no-repeat scroll 0 0 transparent;
}

#block-top-menu.block-menu .content ul li.twitter a {
	background: url("../img/twitter.png") no-repeat scroll 0 0 transparent;
}

#block-top-menu.block-menu .content ul li.facebook a {
	background: url("../img/facebook.png") no-repeat scroll 0 0 transparent;
}

#block-top-menu.block-menu .content ul li.google a {
	background: url("../img/google.png") no-repeat scroll 0 0 transparent;
}

#block-top-menu.block-menu .content ul li.youtube a {
	background: url("../img/youtube.png") no-repeat scroll 0 0 transparent;
}

#block-top-menu.block-menu .content ul li.rss a {
	background: url("../img/rss.png") no-repeat scroll 0 0 transparent;
}

#block-top-menu.block-menu .content ul li.link a {
	background: url("../img/link.png") no-repeat scroll 0 0 transparent;
}

#block-top-menu.block-menu .content ul li.correo a {
	background: url("../img/correo.png") no-repeat scroll 0 0 transparent;
}

#block-top-menu.block-menu .content ul li.en a {
	background: url("../img/en.png") no-repeat scroll 0 0 transparent;
}

#block-top-menu.block-menu .content ul li.es a {
	background: url("../img/es.png") no-repeat scroll 0 0 transparent;
}

#block-top-menu.block-menu .content ul li.download a {
	background: url("../img/download.png") no-repeat scroll 0 0 transparent;
}

.link-mapa-sitio {
	border-right: 1px solid #BBBBBB;
	padding-right: 5px;
	margin-right: 10px;
	font-size: 0.8em;
}
/***** menu***/
#header .block-menu .content>ul>li {
	float: left;
	margin: 0;
}

.block-menu .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#block-main-menu.block-menu .content>ul>li {
	display: inline-block;
	text-align: center;
	*display: inline;
	*min-width: 80px;
	*zoom: 1;
	position: relative;
	display: inline-block;
	
}

#block-main-menu.block-menu {
	text-align: center;
}

#block-main-menu ul {
	margin: 0;
}

#block-main-menu.block-menu .content>ul>li.last {
	background: none;
}

#block-main-menu.block-menu .content ul {
	background: #005400;
	
	text-align: justify;
	z-index: 1;
	padding-top: 4px;
}

#block-main-menu.block-menu .content ul li {
	float: none;
}

#block-main-menu.block-menu  .content ul.main-menu>li>a {
	color: #FFFFFF;
	vertical-align: middle;
	display: table-cell;
	font-size: 1.1em;
	line-height: 1.1;
	/*height: 33px;*/
}

#block-main-menu.block-menu  .content>ul.main-menu>li>a:hover,#block-main-menu.block-menu  .content>ul.main-menu>li.active>a {
	/*background: linear-gradient(#aefba0 10%, #56a243 80%, #a4ffab);*/
	background: linear-gradient(#f7e1bf 10%, #A5632C 80%, #f7e1bf);
	text-decoration: none;
}

.block-menu .content>ul>li,#footer ul li {
	padding: 0;
	margin: 0;
}

.block-menu  .content>ul.main-menu>li>a {
	color: #979797;
	display: block;
	font-size: 1em;
	font-weight: 300;
	padding: 12px 14px 10px;
}

#form-loguin-header .form-group {
	float: left;
	margin: 0 10px 0 0;
}

#form-loguin-header label {
	float: left;
	margin: 3px 5px 0 0;
}

#form-loguin-header input {
	float: left;
	max-width: 40px;
	font-size: 0.7em;
}

#form-loguin-header {
	float: left;
}

#block-main-menu.block-menu .content>ul>li li {
	border-bottom: 1px solid #3E6400;
	border-width: 0 0 1px;
	margin: 0;
}

#block-main-menu.block-menu  .content>ul>li.expanded>ul {
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	-o-transition-property: opacity;
	-o-transition-duration: 0.5s;
	-o-transition-timing-function: linear;
	border-radius: 0 0 0 0;
	left: 0;
	opacity: 0;
	position: absolute;
	/*top: 55px;*/
	visibility: hidden;
	width: 300px;
	z-index: 2;
}

#header {
	position: relative;
	z-index: 1;
	box-shadow: 0px 4px 14px 0px #aaa;	
}

#preface {
	position: relative;
	z-index: 0;
}

#block-main-menu.block-menu  .content>ul>li.expanded:hover>ul {
	opacity: 1;
	visibility: visible;
}

#block-main-menu.block-menu  .content>ul>li li a {
	color: #FFFFFF;
	display: block;
	padding: 5px 15px;
	font-size: 1em;
	background-color: #005400;
	list-style: none;
	text-align: left;
}

#block-main-menu.block-menu  .content>ul>li li a:hover {
	background: #698E1A;
	background: -moz-linear-gradient(#698E1A 10%, #5E7F16 80%, #4B660F);
	background: -webkit-linear-gradient(#698E1A 10%, #5E7F16 80%, #4B660F);
	background: -o-linear-gradient(#698E1A 10%, #5E7F16 80%, #4B660F);
	/*background: linear-gradient(#aefba0 10%, #56a243 80%, #a4ffab);*/
	background: linear-gradient(#f7e1bf 10%, #A5632C 80%, #f7e1bf);	
	text-decoration: none;
}

/****** slide ***/
.slide {
	position: relative;
	margin-top: 20px;
	box-shadow: 0px 4px 14px 0px #aaa;
}

.caption {
	position: absolute;
	bottom: 20px;
	left: 0;
}

.caption h3 {
	background: #E06600;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px 10px;
	margin: 0 0 0 20px;
	font-size: 1em;
}

.caption p {
	background: url("../img/bg-white.png") repeat scroll 0 0 transparent;
	margin: 0;
	padding: 5px 10px;
	font-size: 1em;
}

.sy-pager {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 9;
	width: auto;
}

.sy-pager li a {
	background: url("../img/paginador-slide.png") repeat scroll 0 0 transparent;
	width: 13px;
	height: 13px;
}

.sy-pager li.sy-active a {
	background: url("../img/paginador-slide.png") repeat scroll 0 -24px transparent;
	width: 13px;
}

.sy-controls li a {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 40%;
}

.sy-controls li a:after {
	background: none;
}

.sy-prev a {
	background: url("../img/arrow-left.png") no-repeat scroll 0 0 transparent;
	left: 20px;
}

.sy-next a {
	background: url("../img/arrow-right.png") no-repeat scroll 0 0 transparent;
	right: 20px;
}

/**** footer ****/
.copyriht {
	padding: 15px;
	background: #005400;
	font-size: 0.9em;
	text-align: center;
}

.copyriht p {
	color: #D5E5BE;
	margin: 0px 0;
	line-height: 1.1;
}

.copyriht a {
	color: #D5E5BE;
	text-decoration: none;
}

#footer ul,.menu-ministerios ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer ul li {
	display: inline-block;
	border-right: 1px solid #BBBBBB;
	*display: inline;
	*zoom: 1;
}

#footer ul li a {
	display: block;
	padding: 0px 10px;
	color: #656565;
}

.menu-footer {
	text-align: center;
	border-top: 1px solid #CCCCCC;
	padding: 8px;
	display: none;
}

.links-interes {
	padding-left: 20px;
	clear: both;
    display: inline-block;
}

.menu-postscript,.links-interes>img {
	float: left;
}

.menu-ministerios {
	margin: 20px;
}

.menu-ministerios li {
	float: left;
	margin: 0;
	line-height: 1;
    text-align: left;
}

.links-interes a {
	font-size: 0.85em;
	color: #656565;
	padding-left: 8px;
}

.links-interes a.vicepresidencia {
	background: url("../img/list-red.png") no-repeat scroll 0 center transparent;
}

.links-interes a.min-justicia {
	background: url("../img/list-min-justicia.png") no-repeat scroll 0 center transparent;
}

.links-interes a.min-defensa {
	background: url("../img/min-defensa.png") no-repeat scroll 0 center transparent;
}

.links-interes a.min-interior {
	background: url("../img/min-interior.png") no-repeat scroll 0 center transparent;
}

.links-interes a.min-relaciones {
	background: url("../img/min-relaciones.png") no-repeat scroll 0 center transparent;
}

.links-interes a.min-hacienda {
	background: url("../img/min-hacienda.png") no-repeat scroll 0 center transparent;
}

.links-interes a.min-minas {
	background: url("../img/min-minas.png") no-repeat scroll 0 center transparent;
}

.links-interes a.min-comercio {
	background: url("../img/min-comercio.png") no-repeat scroll 0 center transparent;
}

.links-interes a.min-tic {
	background: url("../img/min-tic.png") no-repeat scroll 0 center transparent;
}

.links-interes a.min-cultura {
	background: url("../img/min-cultura.png") no-repeat scroll 0 center transparent;
}

.links-interes a.min-agricultura {
	background: url("../img/min-agricultura.png") no-repeat scroll 0 center transparent;
}

.links-interes a.min-ambiente {
	background: url("../img/min-ambiente.png") no-repeat scroll 0 center transparent;
}

.links-interes a.min-transporte {
	background: url("../img/min-transporte.png") no-repeat scroll 0 center transparent;
}

.links-interes a.min-vivienda {
	background: url("../img/min-vivienda.png") no-repeat scroll 0 center transparent;
}

.links-interes a.min-educacion {
	background: url("../img/min-educacion.png") no-repeat scroll 0 center transparent;
}

.links-interes a.min-trabajo {
	background: url("../img/min-trabajo.png") no-repeat scroll 0 center transparent;
}

.links-interes a.min-salud {
	background: url("../img/min-salud.png") no-repeat scroll 0 center transparent;
}

.links-interes>img {
	margin-top: 21px;
}

#postscript h3 {
	font-size: 0.9em;
	margin: 0;
}

.menu-servicios ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.menu-servicios  li {
	margin: 0;
	line-height: 1;
}

#postscript .menu-servicios  li a {
	padding-left: 0;
}

.select-postscript {
	float: left;
	width: 200px;
	margin: 0 20px 10px;
}

/*****home****/
.block-gray {
	background: #FEFEFE;
	/*box-shadow: 2px 2px 2px #D3D3D3;*/
	overflow: hidden;
	/*margin-bottom: 20px;*/
	/*border: 1px solid #D3D3D3;*/
	
	/*
	margin-left: 20px;
	margin-right: 20px;
	*/
	box-shadow: 0px 4px 14px 0px #aaa;
	
}

.blockx245 {
	width: 245px;
	float: left;
}

.blockx345 {
	width: 345px;
	float: left;
	margin-right: 20px;
}

.block-vermas {
	background: #FEFEFE;
	/*box-shadow: 2px 2px 2px #D3D3D3;*/
	overflow: hidden;
	margin-bottom: 20px;
	/*border: 1px solid #D3D3D3;*/
	padding: 20px;
	position: relative;
}

.block-vermas h2 {
	color: #666666;
	margin-top: 0;
	font-size: 1em;
}

.block-gray  h2 {
	/*background: url("../img/madera.png") no-repeat scroll 0 0 transparent;*/
	background: #A5632C;
	color: #fff;
	font-size: 0.95em;
	padding: 4px 10px 2px;
	margin-top: 0px;
}

.blockx245  img {
	width: 100%;
	height: auto;
}

.block-gray  ul {
	list-style: none;
	padding: 0;
	margin: 0 20px;
}

.block-gray  ul h3 {
	color: #93B144;
	font-style: italic;
	font-weight: normal;
	font-size: 1.1em;
	margin: 0;
}

.block-gray  ul p {
	padding-left: 30px;
	margin: 5px 0;
	font-size: 1em;
}

.block-gray  ul img {
	float: left;
	margin-right: 15px;
}

.item-noticia {
	overflow: hidden;
	margin: 20px 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}

.item-noticia.last {
	border-bottom: 0;
}

#main {
	/*margin-top: 20px;*/
}

.block-banner {
	text-align: center;
	margin-bottom: 15px;
}

.select-postscript .select-wrapper {
	float: left;
	max-width: 130px;
	margin-right: 5px;
}

.ver-mas a {
	background: url("../img/btn-corner-madera.png") repeat scroll right 0 transparent;
	font-size: 0;
	position: absolute;
	width: 52px;
	height: 49px;
	right: 0;
	bottom: 0;
}
/**** sidebar first****/
#sidebar-first #block-noticias.block-gray ul h3 {
	font-size: 0.9em;
}

#sidebar-first {
	/*display: none;*/
	
}

#menu-sidebar {
	display: none;
}

#menu-sidebar.block {
	border-top: 8px solid #A5632C;
	text-align: left;
}

.menu-sidebar ul {
	list-style-position: inside;
	margin: 0;
}

.menu-sidebar ul li {
	margin: 0;
}

.menu-sidebar ul li a {
	background: url("../img/bullet.jpg") no-repeat scroll 20px center transparent;
	border-bottom: 1px dotted #CDCDCD;
	color: #444444;
	display: block;
	padding: 8px 20px 8px 35px;
}

.menu-sidebar ul li a:hover {
	background-color: #CCCCCC;
	text-decoration: none;
}

.menu-sidebar  ul li.last {
	border-bottom: 0;
}

#form-loguin {
	padding: 15px 20px;
}

#form-loguin h2 {
	background: url("../img/ico-loguin.jpg") no-repeat scroll 0 center transparent;
	color: #666666;
	margin-bottom: 5px;
	padding-left: 18px;
}

#form-loguin a {
	font-size: 0.75em;
	display: block;
	line-height: 1;
}

.link-register {
	margin-bottom: 10px;
}

#form-loguin .form-actions {
	text-align: center;
	padding: 0;
}

.form-group {
	margin: 3px 0;
}

#form-loguin input[type="text"],#form-loguin input[type="password"] {
	width: 88%;
}
/**** tabs *****/
.block-gray .ui-tabs-nav {
	overflow: hidden;
	margin: 20px 20px 20px;
	border-bottom: 1px solid #BBBBBB;
	padding-bottom: 15px;
	border-radius: 0;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
	border: 0;
	background: none;
	font-weight: normal;
	color: inherit;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
	font-family: inherit;
	font-size: 0.8em;
}

.ui-tabs-nav li {
	float: left;
	margin: 0 5px;
}

.ui-tabs-nav li a {
	display: block;
	background: #999999;
	color: #FFFFFF;
	padding: 5px 15px 5px 30px;
	border-radius: 6px;
}

.ui-tabs-nav li a:hover {
	background: #A5632C;
	text-decoration: none;
}

.ui-tabs-nav li.tab-tabla a {
	background: url("../img/icon-table.png") no-repeat scroll 10px center #999999;
}

.ui-tabs-nav li.tab-tabla a:hover,.ui-tabs-nav li.tab-tabla.ui-tabs-active a {
	background: url("../img/icon-table-a.png") no-repeat scroll 10px 7px #A5632C;
}

.ui-tabs-nav li.tab-graficas a {
	background: url("../img/icon-stats.png") no-repeat scroll 10px center #999999;
}

.ui-tabs-nav li.tab-graficas a:hover,.ui-tabs-nav li.tab-graficas.ui-tabs-active a {
	background: url("../img/icon-stats-a.png") no-repeat scroll 10px center #A5632C;
}

.ui-tabs-nav li.tab-mapa a {
	background: url("../img/icon-map.png") no-repeat scroll 10px center #999999;
}

.ui-tabs-nav li.tab-mapa a:hover,.ui-tabs-nav li.tab-mapa.ui-tabs-active a {
	background: url("../img/icon-maps-a.png") no-repeat scroll 10px center #A5632C;
}

.ui-widget-content {
	border: 0;
	background: transparent;
	color: inherit;
}

.ui-tabs .ui-tabs-panel {
	display: inherit;
	border-width: inherit;
	padding: inherit;
	background: none;
}

.ui-widget {
	font-family: inherit;
	font-size: inherit;
}

.ui-widget-header {
	border: 0;
	background: none;
	color: inherit;
	font-weight: normal;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
	border: 0;
	background: inherit;
	font-weight: normal;
	color: inherit;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: 9px 15px 5px 30px;
	text-decoration: none;
	font-size: 0.8em;
	color: #fff;
}

.ui-tabs .ui-tabs-nav li {
	margin: 0 3px;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
	border: 0;
	background: none;
	font-weight: normal;
	color: inherit;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}

.ui-tabs {
	padding: 0 0 20px;
	position: relative;
	*font-size: 0.9em;
}

.ui-tabs-panel {
	margin: 0 40px;
	padding-bottom: 20px;
}

.block-aclaracion h3 {
	/*padding-bottom: 10px;*/
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.9em;
}

.block-dark-gray {
	background: #DDDDDD;
	border: 1px solid #AAAAAA;
	padding: 10px 20px;
	margin: 30px 0;
}

.block-dark-gray.graficas {
	/*float: left;*/
}

.block-aclaracion {
	clear: both;
}

.grafica2 {
	border-bottom: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	margin: 20px 0;
	padding: 20px 0;
}

input[type="submit"].btn-back {
	background: url("../img/btn-back.png") no-repeat scroll 10px center #D66A10;
	padding-left: 30px;
}

input[type="submit"]:hover.btn-back {
	background: url("../img/btn-back.png") no-repeat scroll 10px center #DF8316;
	padding-left: 30px;
}

input[type="submit"].btn-ir {
	background: url("../img/btn-continue.png") no-repeat scroll 95% center #D66A10;
	padding-right: 30px;
}

input[type="submit"]:hover.btn-ir {
	background: url("../img/btn-continue.png") no-repeat scroll 95% center #DF8316;
	padding-right: 30px;
}
/**** tablas *****/
/*table thead th {
	background: #819743;
	color: #fff;
	font-weight: normal;
	font-size: 0.9em;
	padding: 10px;
}

table thead th.odd {
	background: #819743;
}

table thead th.even {
	background: #9AB751;
}*/


table tbody tr.odd {
	background: #CCCCCC;
}

table tbody tr.even {
	background: #DDDDDD;
}

table {
	border-collapse: collapse;
	border: 1px solid #BBBBBB;
	width: 100%;
}

table td {
	border: 1px solid #C5C5C5;
	color: #6E6E6E;
	font-size: 1em;
	vertical-align: middle;
	background-color: white;
}

td.dato-numerico {
	padding: 10px 10px;
	text-align: right;
}

th.tabla-area {
	width: 30px;
}

.info-tabla .form-group label {
	float: left;
	margin: 5px 10px 0 0;
}

.info-tabla .form-group {
	margin: 30px 0 20px;
}

/**** accordeon ****/
.ui-accordion .ui-accordion-header {
	/*background: url("../img/madera.png") no-repeat scroll 0 0 transparent;*/
	background-color: #A5632C;
	border-radius: 0;
	margin: 0;
	padding: 7px 15px 6px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	background: url("../img/icon-more.png") no-repeat scroll 0 0 transparent;
	right: 15px;
	left: auto;
}

.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
	background: url("../img/icon-less.png") no-repeat scroll 0 0 transparent;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
	background: #FEFEFE;
	border: 1px solid #D3D3D3;
	border-radius: 0;
	/*box-shadow: 1px 2px 2px #D3D3D3;*/
	*font-size: 0.85em;
}

.ui-widget-content a {
	color: #DA7519;
	font-size: 0.8em;
}

.form-columnx2 .form-group {
	float: left;
	width: 45%;
	margin: 6px 2%;
	min-height: 45px;
}

.form-group.item-textarea {
	width: 99%;
}

.item-radio span {
	font-size: 0.8em;
	margin: 0 5px 0 20px;
}

.form-localizacion .form-group {
	width: 45%;
	margin: 12px 2%;
	overflow: hidden;
}

.label-inline label {
	float: left;
	margin: 5px 10px 0 0;
}

.label-inline input {
	float: right;
	max-width: 55%;
	*max-width: 50%;
}

#block-accordeon-registro-parcela>.content>.form-actions {
	overflow: auto;
	background: #FEFEFE;
	border: 1px solid #D3D3D3;
	/*box-shadow: 1px 2px 2px #D3D3D3;*/
	padding: 30px;
}

#block-accordeon-registro-parcela>.content>.form-actions input {
	float: right;
}

#ui-datepicker-div {
	background: #fff;
	opacity: 0.9;
	border: 1px solid #C8C8C8;
	box-shadow: -2px -3px 6px #C8C8C8;
}

.ui-datepicker td a {
	font-size: 1em;
	text-align: center;
}

.ico-zip {
	background: url("../img/icon-zip.png") no-repeat scroll 0 0 transparent;
	padding: 3px 0 3px 26px;
	margin: 15px 0 0px;
	display: block;
}

.item-clear-both {
	clear: both;
}

.form-datos-parcela h3 {
	padding: 15px 15px 0px;
	display: block;
}

input[type="text"]#datepicker {
	background: url("../img/icon-calendar.png") no-repeat scroll 96% center #FFFFFF;
}

.form-datos-parcela {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20px;
	margin-bottom: 30px;
	padding: 20px 30px;
}

.form-datos-parametros {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20px;
	margin-bottom: 30px;
	padding: 20px 300px;
}

.form-datos-parametros h3 {
	padding: 15px 15px 0px;
	display: block;
}


.info-tabla .select-wrapper {
	max-width: 200px;
}
/****** resultados de busqueda*****/
#block-datos-basicos,.item-busqueda .form-actions {
	padding: 0;
}

.item-busqueda .column p,.item-busqueda .column input {
	margin: 2px 0;
}

.item-busqueda .column {
	/*float: left;*/
}

.item-busqueda .column1 {
	width: 270px;
}

.item-busqueda .column2 {
	width: 210px;
}

.item-busqueda .column3 {
	width: 100px;
	*width: 120px;
}

.item-busqueda {
	overflow: hidden;
	padding: 20px 50px;
	border-top: 1px solid #CCCCCC;
}

.item-busqueda.last {
	border-bottom: 1px solid #CCCCCC;
}

.item-busqueda-odd {
	background: #DDDDDD;
}

.item-busqueda-even {
	background: #FEFEFE;
}

.resultados-busqueda h3 {
	padding: 10px 30px 1px;
}

.resultados-busqueda h3 i {
	font-style: normal;
	color: #A5632C;
}
/******pager*****/
.pager {
	overflow: hidden;
	text-align: center;
}

.pager ul {
	list-style: none;
	padding: 0;
	margin: 30px 0;
}

.pager ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.pager ul li a {
	display: block;
	padding: 4px 8px 2px;
	background: #CCCCCC;
	border: 1px solid #ABABAB;
	border-radius: 4px;
	color: #656565;
	font-size: 1em;
	font-weight: bold;
}

.pager ul li a:hover,.pager ul li.active {
	background: #D76B15;
	color: #FFFFFF;
	text-decoration: none;
}

.item-periodo-middle.pager ul {
	*margin: 0px 0;
}

.pager ul li {
	*margin: 3px;
}

.pager ul li.active {
	padding: 4px 8px 2px;
	border-radius: 4px;
	border: 1px solid #ABABAB;
	font-size: 1em;
	font-weight: bold;
	*padding: 4px 8px 4px;
}

.pager ul li.item-pager-controls a {
	padding: 2px 12px 1px;
	display: inline;
	*display: inline-block;
	*padding: 9px 12px 1px;
}

.pager ul li.item-pager-first a {
	background: url("../img/btn-previous-2.png") no-repeat scroll center center #CCCCCC;
}

.pager ul li.item-pager-previous a {
	background: url("../img/btn-previous.png") no-repeat scroll center center #CCCCCC;
}

.pager ul li.item-pager-previous a {
	background: url("../img/btn-previous.png") no-repeat scroll center center #CCCCCC;
}

.pager ul li.item-pager-next a {
	background: url("../img/btn-next.png") no-repeat scroll center center #CCCCCC;
}

.pager ul li.item-pager-last a {
	background: url("../img/btn-next-2.png") no-repeat scroll center center #CCCCCC;
}

.form-columnx2 .form-group.item-periodos {
	width: 96%;
}

.form-consulta-reportes {
	padding: 20px 30px;
}

.item-periodo-left,.item-periodo-right {
	float: left;
	width: 46% !important;
}

.item-periodo-middle {
	width: 30px;
	float: left;
	margin: 0 5px;
}

.item-periodo-middle.pager ul li {
	margin: 5px 0;
}

/***** color box ****/
#cboxTitle {
	color: #fff;
	background: url("../img/bg-accordeon.jpg") repeat-x scroll 0 0 transparent;
	width: 95.7%;
	padding: 6px 15px 3px 15px;
	font-size: 0.9em;
	text-transform: uppercase;
	border-radius: 4px 4px 0 0;
}

#cboxClose {
	background: url("../img/icon-close.png") no-repeat scroll 0 0 transparent;
	margin: 5px;
}

#cboxClose:hover {
	background-position: 0 0;
}

#cboxContent {
	background: #FEFEFE;
}

#cboxLoadedContent {
	background: #FEFEFE;
	padding: 20px 40px;
}

/**** breadcrumb****/
.pre-content {
	padding-bottom: 20px;
	overflow: hidden;
}

.item-breadcrumb {
	font-size: 0.8em;
}

.item-breadcrumb.home {
	background: url("../img/icon-home.png") no-repeat scroll 0 0 transparent;
	font-size: 0;
	width: 12px;
	height: 11px;
	float: left;
	margin: 5px;
}

.breadcrumb {
	float: left;
}

.menu-user {
	float: right;
}

.menu-user  ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu-user  ul li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #CCCCCC;
}

.menu-user  ul li.last {
	border-right: 0;
}

.menu-user  ul li a {
	display: block;
}

.pequeña ul li a img {
	width: 50px;
	height: 50px;
}

div.logos {
	margin-top: 20px;
	width: 100%;
	background-color: white;
	border-radius: 5px;
	border: 1px solid black;
	display: inline-block;
	height: 60px;
	padding-top: 10px;
	vertical-align: middle;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

div.logo {
	height: 90px;
	vertical-align: middle;
	border: none;
	/*float: left;*/
	padding: 5px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

img.logo {
	height: 40px;
	border: none;
}

*.descripcion {
	text-align: justify;
	width: 100%;
	font-size: 16px;
	margin-top: 10px;
}

div.menu_alertas_tempranas {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 40px;
	border-bottom: 1px solid #A5632C;
}

div.nucleos {
	width: 98%;
}

div.nucleo {
	width: 100%;
	/*border: 1px solid black;*/
	border-radius: 8px;
	text-shadow: 1px 1px 1px 888;
	padding: 10px;
	margin-top: 10px;
	background-color: white;
}

p.numero_nucleo {
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	font-face: verdana;
}

p.nombre_nucleo {
	font-weight: bold;
	font-size: 20px;
	font-style: normal;
	font-face: arial;
}

p.descripcion_nucleo {
	font-size: 16px;
	text-align: justify;
	width: 100%;
}

div.imagen_nucleo {
	width: 100%
}

object.imagen_nucleo {
	width: 100%;
}

div.nucleo_boton {
	cursor: pointer;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #ccc;
	/*border: 1px solid black;*/
	border-radius: 30px;
	box-shadow: 3px 3px 3px #444;
}

.page-break {
	page-break-before: always;
}

div.tab {
	width: 100%;
}

object.imagen_nucleo {
	width: 100%;
}

div.nucleo_boton {
	cursor: pointer;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #ccc;
	/*border: 1px solid black;*/
	border-radius: 30px;
	box-shadow: 3px 3px 3px #444;
}

.page-break {
	page-break-before: always;
}

div.tab {
	width: 100%;
}

.tblSalida {
	border: 1px solid gray;
	margin: 0;
	padding: 0;
}

.tblSalida td {
	padding: 5px;
	background-color: #fefefe;
	border: 0px solid black;
}

.tblSalida th {
	background-color: 99CCFF;
	color: white;
	font-weight: bolder;
	font-size: 1.2em;
	border: 1px solid black;
}

.tblSalida tr {
	background-color: #fefefe;
}

div.tripleta_ministerios {
	float: left;
	/*width: 100px;*/
	min-width: 100px;
	max-width: 165px;
	float: left;
}

#links-footer {
	text-align: center;	
	border: 1px solid #D3D3D3;
	background: #FEFEFE;
	margin-top: 20px;
	margin-bottom: 20px;
}

td.numero {
	text-align: right;
	font-size: 0.9em;
	height: 50px;
}

td.numero_bajita {
	text-align: right;
	font-size: 0.9em;
	height: 30px;
}

div.div_tabla_pdf {
	background: #FEFEFE;
}

div.parametro {
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #D3D3D3;
	background: #FEFEFE;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 3px 3px 3px #444;
}

.titulo_aclaracion {
	/*background: url("../img/madera.png") no-repeat scroll 0 0 transparent;*/
	background-color: #A5632C;
	color: white;
	font-style: bold;
	font-size: 1em;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
}

.titulo_division_territorial {
	/*background: url("../img/madera.png") no-repeat scroll 0 0 transparent;*/
	background-color: #A5632C;
	color: white;
	font-style: bold;
	font-size: 1em;
}

.calendar {
	z-index: 10000 !important;
}

p.error { 
	background-color: #e6af9a;
	color: black; 
	border-radius: 10px;
	text-shadow: 0px 0px 1px #ddd;
	box-shadow: 3px 3px 3px #444;
	padding: 20px;
	margin-left: 5%;
	margin-right: 5%;
	font-weight: bold;
	font-size: 1.1em;
}

.green-pager {
	margin: auto;
	width: 100% !important; 
	height: 70px !important;
}

.div_evento {
	margin: 5px;
	padding: 5px;
	display: inline-block;
}

.div_noticia {
	margin: 5px;
	padding: 5px;
	display: inline-block;
}

div.noticia-evento {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 3px;
	border: 1px solid #D3D3D3;
	background: #FEFEFE;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 3px 3px 3px #444;
	display: inline-block;
	width: 98%;
}

div.titulo-noticia-evento {
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

div.detalle-noticia-evento {
}

div.miniatura-noticia-evento {
	float:left;
}

div.intro-noticia-evento {
	float:left;
	font-size: 0.8em;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	width: 70%;
}

#j_security_check {
	display: none;
}

div.opcion_popup {
	width: 100%;
}

#popUpAyuda {
	width: 220px;
	height: 125px;
	z-index: 50001;
    position: absolute;
    background: none 0px 0px repeat scroll rgb(238, 238, 238);
    display: none;
    border: 3px solid rgb(214, 106, 16);
    right: 50px;
    top: 137px;
}

div.cerrar_popup {
	position: relative;
    width: 12px;
    height: 15px;
    padding: 2px;
    background-color: black;
    color: white;
    font-weight: bold;
    font-family: sans;
    float: right;
    font-size: 0.9em;
    cursor: pointer;
}

label.popup {
	text-align: center; 
	color: white; 
	font-weight: bold;
}

div.popup_label {
	background-color: #D66A10;
	height: 20px;
}

div.botones_popup {
	padding: 10px;
	text-align: center;
}

input.boton_popup {
	margin-bottom: 5px;
	width: 100%;
}

h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 1.3em;
}

h31 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 0.6em;
}

tr.header_reporte {
	font-size: 0.9em;
    background-color: #6d8a47;
    color: white;
}

div.contenido {
	padding: 20px;
	text-align: justify;
}

tr.titulo_datos {
	background-color: #6d8a47;
	color: white;
	font-size: 0.9em;
}

.mapa_wms {
	height: 500px;
}

.map {
	height: 500px;
}

.bosqueencifras {
	padding: 10px;
}

.puntoaparte {
	margin-top: 20px;
}

#div_selects {
	z-index: 100000;
	clear: both;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}

#div_select_inferior {
	float: left;
}

#select_inferior {
	width: 100px;
}

#div_select_superior {
	float: right;
}

#select_superior {
	width: 100px;
}

select.select_capa {
	border: 1px solid green;
	background: rgba(255, 255, 255, 0.8);
}

#etiqueta_capa {
	width: 80%;
    font-size: 6em;
    color: gray;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    top: 10px;
    height: 50px;
    z-index: 1000;
    opacity: 0.4;
    text-align: right;
}

.mapa_wms_reproductor {
	width: 100%;
	height: 500px;
	border: none;
	box-shadow: 0px 4px 14px 0px #aaa;
}

.mapa_wms {
	width: 100%;
	height: 521px;
	border: none;
	box-shadow: 0px 4px 14px 0px #aaa;
}

.fechareporte {
	margin-top: 10px;
}

.range {
	position:absolute;
	width:99%;
/*	bottom: 20px;*/
}

div.leyenda {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	height: 30px;
}

table.leyenda {
	border: none;
	width: 100%;
}

td.leyenda {
	border: 10px solid #dddddd;
	font-size: 0.6em;
	color: black;
	text-align: center;
	height: 30px;
	vertical-align: middle;
	margin: 2px;
}

td.leyenda_inicio {
	border: 10px solid #d6e2e8;
	font-size: 0.6em;
	color: black;
	text-align: center;
	height: 30px;
	vertical-align: middle;
	margin: 2px;
}

div.banner {
	height: 85px;
}

img.logo-header {
	height: 59px;
	margin-left: 20px;
	margin-right: 20px;
}

div_range {
	display:block;
}

.div_explicacion_proporcion_bosque {
	width: 100%;
}

.img_explicacion_proporcion_bosque {
	width: 100%;
}

.div_explicacion_tasa_deforestacion {
	width: 100%;
}

.img_explicacion_tasa_deforestacion {
	width: 100%;
}

div.div_alertas_tempranas {
	display: inline-block;
	width: 100%;
}

table.tabla_alertas_tempranas {
	display: inline-block;
	width: initial;
}

td.td_alertas_tempranas {
	padding: 5px;
	vertical-align: top;
}

div.descripcion_alertas_tempranas {
	width: 500px;
	text-align: justify;
	font-size: 16px;
	margin-top: 10px;
}
.enlace_index {
	width: 530px;
    height: 82px;
    cursor: pointer;
    background: transparent;
    border: none;
    position: absolute;
}


div.menu_noticias_eventos {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	
}


div.div_noticias_eventos {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

u.u_noticias_eventos {
  list-style: none;
  text-align: left;
  padding: 0;
  width: 180px;
  height: 100%;
  margin-left: 20px
}

table.tableNotEv {
    border-collapse: collapse;
    border: 1px solid #BBBBBB;
    width: 100%;
    padding: 15px;
   
}

#tfootNotEv{
    color:white; 
	font-family:"Arial Black", sans-serif;
}

#theadNotEv {
       background-color:#005400; 
       color:white; 
       font-family:"Arial Black", sans-serif;
       }
       
/*dgr organigrama*/

.organigrama * {
  margin: 0px;
  padding: 0px;
}

.organigrama ul {
	padding-top: 20px;
 
}

.organigrama li {
	float: left;
  text-align: center;
	list-style-type: none;
	padding: 20px 15px 10px 20px;
  position: relative;
}

.organigrama li::before, .organigrama li::after {
	content: '';
	position: absolute;
  top: 0px;
  right: 50%;
	border-top: 1px solid #f80;
	width: 50%;
  height: 20px;
}

.organigrama li::after{
	right: auto;
  left: 50%;
	border-left: 1px solid #f80;
}

.organigrama li:only-child::before, .organigrama li:only-child::after {
	display: none;
}

.organigrama li:only-child {
  padding-top: 0;
}

.organigrama li:first-child::before, .organigrama li:last-child::after{
	border: 0 none;
}

.organigrama li:last-child::before{
	border-right: 1px solid #f80;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

.organigrama li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

.organigrama ul ul::before {
	content: '';
	position: absolute;
  top: 0;
  left: 50%;
	border-left: 1px solid #f80;
	width: 0;
  height: 20px;
}

.organigrama li a {
	border: 1px solid #f80;
	padding: 1em 0.75em;
	text-decoration: none;
	color: #333;
  background-color: rgba(255,255,255,0.5);
	font-family: arial, verdana, tahoma;
	font-size: 0.85em;
	display: -webkit-inline-box;;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
}

.organigrama li a:hover {
	border: 1px solid #fff;
	color: #ddd;
  background-color: rgba(255,128,0,0.7);
	display: -webkit-inline-box;;
	
}

.organigrama li a.primernivel:hover {
	border: 1px solid #fff;
	color: #ddd;
  background-color: rgba(0,255,0,0);
	display: -webkit-inline-box;;
	
}
.organigrama > ul > li > a {
  font-size: 1em;
  font-weight: bold;
}

.organigrama > ul > li > ul > li > a {
  width: 8em;
}


/* dgr organigrama*/
/* parametros */

div.parametros {
	border: 0px solid #C5C5C5;
	color: #6E6E6E;
	font-size: 0em;
	vertical-align: text-top;;
	background-color: white;
	position:fixed!important;
	padding: 0px 0px 0px 5px;

}

#menuParametros {
    padding: 0;
    margin: 0;
    border: 0; 
}

#menuParametros ul, li {
      list-style: none;
     margin: 0;
      padding: 0; 
}

#menuParametros ul {
      position: relative;
      z-index: 597;
      float: left; 
}

#menuParametros ul li {
    float: left;
    min-height: 1px;
    line-height: 2em;
    vertical-align: middle; 
}

#menuParametros ul li.hover,
#menuParametros ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default; 
}

#menuParametros ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%; 
}

#menuParametros ul ul li {
  float: none; 
}

#menuParametros ul li:hover > ul {
  visibility: visible; 
}

#menuParametros ul ul {
  top: 0;
  left: 100%; 
}

#menuParametros ul li {
  float: none; 
}

#menuParametros {
  width: 200px; 
}

#menuParametros span, #menuParametros a {
  
	
	display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none; 
}

#menuParametros:after, #menuParametros ul:after {
    content: '';
    display: block;
    clear: both; 
}

#menuParametros ul, #menuParametros li {
    width: 100%; 
}
#menuParametros li {
    background: #dddddd;
}
#menuParametros li:hover {
    background: #f6f6f6; 
}
#menuParametros a {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    /*color: #666666;
    line-height: 160%;
    padding: 11px 28px 11px 28px;
    width: 144px; 
    
    display: block;
    text-decoration: none; 
    background-color: #A5632C;
	color: white;
	padding: 10px 0px 10px 20px;    
	font-size: 9px;*/
}
#menuParametros ul ul li {
    background: #f6f6f6; 
}
#menuParametros ul ul li:hover {
    background: #dddddd; 
}
#menuParametros ul ul li:hover a {
    color: #666666; 
}
#menuParametros ul ul li ul li {
    /*background: #dddddd; */
}
#menuParametros ul ul li ul li:hover {
    background: #b7b7b7; 
}
#menuParametros .has-sub {
    position: relative; 
}

#menuParametros .has-sub:after, #menuParametros .has-sub > ul > .has-sub:hover:after {
    content: '';
    display: block;
    width: 10px;
    height: 9px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5px;
    /*background-image: url(right.png);*/
}
#menuParametros .has-sub > ul > .has-sub:after, #menuParametros .has-sub:hover:after {
   /* background-image: url(right.png); */
}

/*parametros dgr*/
.main-container { 
	/*max-width: 1500px;
	max-width: 80%;*/
	margin: 0 auto;	
	background: white;
	box-shadow: 0 0 5px rgba(107, 110, 112, 0.4); 
}

.main-containerVideo { 
	/*max-width: 1500px;*/
	max-width: 40%;
	margin: 0 auto;	
	background: white;
	box-shadow: 0 0 5px rgba(107, 110, 112, 0.4); 
}

.content-container {
	box-sizing: border-box;
	/*max-width: 1500px;*/
	max-width: 98%;
	width: 100%;
	margin: 0 auto;
	padding: 15px;
}



/* 3. Portfolio styles
-----------------------------------------*/
#portfolio-content {
	margin:  0 auto;
	display:-webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
#portfolio-content img { 
	width: 150px; 
	height: 150px; 
}
.portfolio-group {
	display: inline-block;
	width: 150px;
	height: 150px;
	position: relative;
	margin: 15px 10px;
}
.portfolio-group img {
	width:100%;
	height:100%;
	position:absolute;
	display:block;
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
}
.portfolio-group .detail {
	display:block;
	width:100%;
	height:100%;	
	position:absolute;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
}
.portfolio-group .detail h31 {
	padding: 15px 10px 0 10px;
}
.portfolio-group .detail p {
	text-align: justify;
	padding: 10px;
	line-height: 1.8em;
}
.portfolio-item { 
	display:block; 
	width:100%; 
	height:100%; 
}
.portfolio-item .btn {
	width: 80px;
	height: 30px;
	border: 1px solid rgba(0, 0, 0, 0.09);
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.44);
	-ms-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.44);
	box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.44);
}
.portfolio-item .btn:hover { background-color: #ddd; }
.pagination { width: 100%; }
.pagination li {
	width: 30px;
	height: 30px;
	line-height: 30px;	
	background-color: white;
	-webkit-box-shadow: 1px 1px 1px rgba(51,51,51,0.4);
	-ms-box-shadow: 1px 1px 1px rgba(51,51,51,0.4);
	box-shadow: 1px 1px 1px rgba(51,51,51,0.4);
	margin-right: 10px;
	border: 1px solid rgba(44, 44, 44, 0.1);
}
.pagination li:last-child {	margin-right: 0; }
.pagination li.active, .pagination li:hover { background-color: #A7DDFF; }

/*  4. CSS3 flip
	http://stackoverflow.com/questions/13474210/css3-3d-flip-animation-ie10-transform-origin-preserve-3d-workaround
	http://www.cssplay.co.uk/menu/css3-3d-card.html
	http://cssdeck.com/labs/gddxuzki
-------------------------------------------------------------------------------------*/
.portfolio-group .portfolio-item img,  .portfolio-group .portfolio-item .detail {
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	transition:0.5s ease-in-out;
}
.portfolio-group .detail {
	-moz-transform:perspective(800px) rotateY(180deg);
	-webkit-transform:perspective(800px) rotateY(180deg);
	transform:perspective(800px) rotateY(180deg);
}
.portfolio-group img {
	-moz-transform:perspective(800px) rotateY(0deg);
	-webkit-transform:perspective(800px) rotateY(0deg);
	transform:perspective(800px) rotateY(0deg);
}
.portfolio-item:hover > .detail {
	-moz-transform:perspective(800px) rotateY(0);
	-webkit-transform:perspective(800px) rotateY(0);
	transform:perspective(800px) rotateY(0);	
}
.portfolio-item:hover > img {
	-webkit-transform:perspective(800px) rotateY(-179.9deg);
	-moz-transform:perspective(800px) rotateY(-179.9deg);
	transform:perspective(800px) rotateY(-179.9deg);	
}
.portfolio-group img, .portfolio-group .detail {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

span.btn {

	text-transform: uppercase;

	cursor: pointer; 
}

/*iframe alertas tempranas*/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*socios*/
/* Style the tab */
.tab2 {
   float: left;
    border: 0px solid #ccc;
    background-color: #f1f1f1;
    width: 15%;
    height: 100%;
}

/* Style the buttons inside the tab */
.tab2 button {
   display: block;
    background-color: white;
    color: black;
    padding: 16px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.5s;
    font-size: 14px;
}

/* Change background color of buttons on hover */
.tab2 button:hover {
    background-color: #a4b298;
}

/* Create an active/current "tab button" class */
.tab2 button.active {
   background-color: #377204;
    color: white;
}

/* Style the tab content */
.tabcontent2 {
    float: left;
    padding: 0px 20px;
    border: 0px solid #ccc;
    width: 80%;
    border-left: none;
}
#tabdiv  {
  border: 0px solid black;
}

/*menu*/
.nav > li {
	float:left;
}

.nav li a {
	background:#005400;
	color:#FFF;
	display:block;
	padding:10px 12px;
}

.nav li a:hover{
	background:#005400;	
}

.nav li ul {
	display:none;
	position:absolute;
	min-width:140px;
}

.nav li:hover > ul{
	display:block;
}

.nav li ul li{
	position:relative;
}

.nav li ul li ul{
	right:-140px;
	top:0;
}

.nav li .flecha{
	font-size:9px;
	padding-left:6px;
	display:none;
}

.nav li a:not(:last-child) .flecha{
	display:inline;
}

/* CSS NOTICIAS dgr */
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#bloques-quehacemos{
	
	text-align: center;
	clear: both;
}

#bloques-quehacemos>div {
	display: inline-block;
	vertical-align: top;
	border: 0px solid #207116;
	padding: 20px;
	/*margin-top: 20px;*/
	width: 83%;
    height: 550px;
}


.notificador-iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
     position: absolute;
}