@charset "utf-8";
/* CSS Document */
a {
	color: #404041;
	text-decoration: none
}
a:hover, a:focus {
	color: #404041;
	text-decoration: underline
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.caja-menu{
	background:#DADADC;
	min-height:180px;
	box-shadow: 2px 2px 5px #999;
	margin: 5px 0 5px 0;
	}
.imagen-icono{
	text-align:center;
	}
.titulos{
	text-align:right;
	color:#126D1E;
	font-size:30px;
	font-weight:bold;
	margin: 15px 0 15px 0;
	}
.txt-menu{
	text-align:right;
	}
.btn-leer{
	text-align:right;
	float:right;
	margin: 10px 0 10px 0;
	}
.titulos-p-v{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#75c968+0,007a14+50,268f3b+100 */
	background: #75c968; /* Old browsers */
	background: -moz-linear-gradient(top,  #75c968 0%, #007a14 50%, #268f3b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #75c968 0%,#007a14 50%,#268f3b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #75c968 0%,#007a14 50%,#268f3b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75c968', endColorstr='#268f3b',GradientType=0 ); /* IE6-9 */
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:25pt;
	}
.navbar {
	z-index:2 !important;
	}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url(../imagenes/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #000000;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/*Carousel*/
.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
/*Botones fuente*/
.font-controls {
  position: absolute;
  top: .5em;
  right: .5em;
  display: flex;
  font-size: 1.5em;
}

.font-control {
  margin-left: .5em;
  padding: .25em;
  border: 1px solid #000;
  cursor: pointer;
  min-width:35px;
}
.navbar-inverse {
	/*background-color: #13322B;*/
	border-color: transparent}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
	color: white;
	background-color: transparent}
	
.my-fixed-item {
    position: fixed;
    min-height: 120px;
    text-align: center;
    word-wrap: break-word;
    width: 52px;
    /*background-color: red;*/
	}

.navbar{
	font-size: 15px;
	font-weight: 300;
	}
/*Registros*/
.categorias .card-gob{
    height: 320px !important;
}
.card-gob{
    margin-bottom: 2rem;
}
.text-center {
    text-align: center !important;
}
.card {
    position: relative;
    /*display: -ms-flexbox;
    display: -webkit-box;*/
    display: flex;
/*    -ms-flex-direction: column;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color:#fff;
	background-clip: border-box;
	border: 1px solid
    rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-gob h4{
    font-weight: 900;
    font-size: 1.5rem;
	color: #000;
}
.card-gob a{
	text-decoration:none;
}
.card-gob a:hover {
    color: #000;
	text-decoration:none;
}
.card-img-top {
    margin-bottom: 3%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-img-gob{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    margin-top: 5%;
}
.card-title{
    margin-bottom: 2px;
    height: 2.1rem;
}
.card-body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.25rem;
	color:#706F6F;
	font-size: 1.6rem;
}
.card-body a {
		color:#706F6F;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
	margin-bottom: 7%;
	color: #212529;
}

.btn-categorias{
    color: #fff !important;
    background-color: #9d2449;
    border: 0;
    font-size: 1.5rem;
    padding: 5px 7px;
    margin-bottom: 10px;

}
.btn-categorias:hover {
    color:#fff !important;
	background-color:#000;
}

/*Modificaciones Carrusel*/
.carousel-indicators
			{
				bottom: -50px;
			}
			.carousel-indicators li
			{
				display: inline-block;
				width: 10px;
				height: 10px;
				margin: 1px;
				text-indent: -999px;
				cursor: pointer;
				background-color: #911639;
				background-color: rgba(0,0,0,0);
				border: 1px solid #911639;
				border-radius: 50%;
			}
			.carousel-indicators .active
			{
				width: 15px;
				height: 15px;
				margin: 0;
				background-color: #911639;
			}
			.carousel-caption
			{
				position: absolute;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: 10;
				padding-top: 5px;
				padding-bottom: 5px;
				color: #fff;
				text-align: center;
				background: rgba(0,0,0,0.4);
			}
			
/*REDES*/
.social-follow{margin-left:-15px;margin-right:-15px}
.social-follow:before,.social-follow:after{content:" ";display:table}
.social-follow:after{clear:both}
.social-follow li{margin-bottom:20px;display:block;position:relative;min-height:1px;padding-left:15px;padding-right:15px;position:relative}
@media (min-width: 768px){
	.social-follow li{float:left;width:50%}
	}
	.social-follow li .fa-li{background-color:#B38E5D;color:white;height:1.5em;width:1.5em;left:0;position:relative;top:0.14285714em;line-height:1.6;margin-right:.7em}