/* CUSTOM CLASES */
/*****************/
/*x1*/

body{
	padding-top: 90px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.navbar{
	height: 70px;
	padding-top: 10px;
}
.navbar-default{
	background-color: transparent;
	border-color: transparent;
}
.navbar-brand img{
	margin-top:-15px;
	max-height: 50px;
}

/*------------------ Adrian 2 --------------------*/

/*General*/
.line-bottom {
	border-bottom: 1px solid #ffffff;
}
.line-right {
	border-right: 1px solid #ffffff;
}
.line-bottom-osc {
	border-bottom: 1px solid #c3beae;
}
.line-right-osc {
	border-right: 1px solid #c3beae;
}
.margintop20neg {
	margin-top: -20px;
}
.white-bkg {
	background-color: #ffffff;
}
.navbar-fixed-top {
	padding-top: 20px;
	background-color: #ffffff;
}
/* Nuevos */
.txt-white {
	color: #ffffff;
}
.mb15 {
	margin-bottom: 15px;
}
.bloque-sup {
	padding: 50px 200px;
	text-align: center;
	color: #ffffff;
}
.bloque-sup h3 {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
}
.bloque-sup p {
	font-weight: 300;
	font-size: 18px;
}
a.btn-default2 {
	color: #595959;
}
.btn-default2 {
	background-color: #fff;
	border: none;
	border-radius: 8px;
	transition: background-color 150ms ease-in-out, color 250ms ease-in-out;
    -webkit-transition: background-color 150ms ease-in-out, color 250ms ease-in-out;
	-moz-transition: background-color 150ms ease-in-out, color 250ms ease-in-out;
	-o-transition: background-color 150ms ease-in-out, color 250ms ease-in-out;
}
.btn-default2:hover, .btn-default2:active:focus, .btn-default2:active:hover {
	color: #ffffff;
	background-color: #595959;
	border: none;
}


/* Maps */
iframe {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
.item-rel {
	position: relative;
	width: 100%;
}
.logo-absol {
	position: absolute;
	top: 46px;
	left: 0;
}
.logo-absol img {
	max-width: 75%;
}

@media(min-width:768px){ 
	.navbar-brand img {
	max-height: 53px;
	padding-left: 0px;
	}
}
@media(max-width:1200px){ 
	.navbar-brand img {
	max-height: 38px;
	padding-left: 0px;
	}
}

/*Menu*/
.navbar-default .navbar-nav>li>a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #969493;
	padding-left: 15px;
	padding-right: 15px;
	transition: color 150ms ease-in-out;
    -webkit-transition: color 150ms ease-in-out;
	-moz-transition: color 150ms ease-in-out;
	-o-transition: color 150ms ease-in-out;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #17407b;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background-color: #ffffff;
}

/*Panel Sidebar General*/

.sidebar-nopadding {
	padding: 0 0 30px;
}
.sidebar .form-control {
	height: 42px;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

/*Slideshow*/
.slideshow h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	color: #6b6a69;
	font-size: 62px;
	letter-spacing: -3px;
	text-transform: uppercase;
}
.slideshow p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #6C6B69;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 3rem;
}
.slideshow .btn-lg {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666666;
	font-size: 20px;
	padding: 15px 25px;
}
.btn {
	transition: background-color 150ms ease-in-out, color 50ms ease-in-out;
    -webkit-transition: background-color 150ms ease-in-out, color 50ms ease-in-out;
	-moz-transition: background-color 150ms ease-in-out, color 50ms ease-in-out;
	-o-transition: background-color 150ms ease-in-out, color 50ms ease-in-out;
}
.btn-default {
	background-color: #fff;
	border: 1px solid #84817f;
	border-radius: 8px;
	transition: background-color 150ms ease-in-out, color 250ms ease-in-out;
    -webkit-transition: background-color 150ms ease-in-out, color 250ms ease-in-out;
	-moz-transition: background-color 150ms ease-in-out, color 250ms ease-in-out;
	-o-transition: background-color 150ms ease-in-out, color 250ms ease-in-out;
}
.btn-default:hover, .btn-default:active:focus, .btn-default:active:hover {
	color: #ffffff;
	background-color: #989898;
	border: 1px solid #989898;
}


/*Botonera destacada*/
.subnav li{
	background-color: #e9e5e2;
	border-right: 1px solid #fff;
	transition: background-color 150ms ease-in-out;
    -webkit-transition: background-color 150ms ease-in-out;
	-moz-transition: background-color 150ms ease-in-out;
	-o-transition: background-color 150ms ease-in-out;
}
.subnav li a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	text-transform: uppercase;
	transition: color 150ms ease-in-out;
    -webkit-transition: color 150ms ease-in-out;
	-moz-transition: color 150ms ease-in-out;
	-o-transition: color 150ms ease-in-out;
}
.nav>li>a {
	padding: 10px 15px;
}
.subnav li:hover{
	background-color: #989898;
}
.subnav li a:hover{
	color: #ffffff;
}

/*Buscador*/

.searchForm {
	background-color: #c9c7c5;
	/*height: 244px;*/
}
.btn-success {
	font-family: 'Open Sans', sans-serif;
}
.form-control.input-lg {
	height: 46px;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #595959;
	/*letter-spacing: 1px;*/
}
.searchForm .form-control {
	background-color: #eeede9;
	border-radius: 0px;
}

/*MiniHome Noticias*/
.news-frame .title-main, .news-frame .title {
	background: rgba(0, 0, 0, 0.5);
	padding: 16px;
	transition: background-color 150ms ease-in-out;
    -webkit-transition: background-color 150ms ease-in-out;
	-moz-transition: background-color 150ms ease-in-out;
	-o-transition: background-color 150ms ease-in-out;
}
.news-frame .title-main:hover,  .news-frame .title:hover {
	background: rgba(169, 147, 118, 0.95);
}

/*Prueba*/
.news-frame .title-main2:hover,  .news-frame .title2:hover {
	background: rgba(232, 88, 77, 0.95);
}

}
.title-main h4, .title h5 {
	margin-top: 3px;
}
.title-main span, .title-main h4 a, .title span, .title h5 a {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
}
.title-main span.tags, .title span.tags {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
}
.title-main span.date, .title span.date {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 1px;
}
.title-main h4 a {
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
}
.title h5 a {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}
.title-main h4 a,  .title h5 a{
	font-weight: 500;
	text-decoration: none;
	transition: color 150ms ease-in-out;
    -webkit-transition: color 150ms ease-in-out;
	-moz-transition: color 150ms ease-in-out;
	-o-transition: color 150ms ease-in-out;
}
/*.title-main h4 a:hover, .title h5 a:hover {
	color: #c3beae;
}*/
.titulo-elemento {
	text-transform: uppercase;
	color: #9d9d9d;
	font-weight: 300;
	font-size: 18px;
}
.categorias li{
	background-color: #4d4f4e;
	border-right: 1px solid #fff;
	transition: background-color 250ms ease-in-out;
    -webkit-transition: background-color 250ms ease-in-out;
	-moz-transition: background-color 250ms ease-in-out;
	-o-transition: background-color 250ms ease-in-out;
}
.categorias li a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	text-transform: uppercase;
	transition: color 250ms ease-in-out;
    -webkit-transition: color 250ms ease-in-out;
	-moz-transition: color 250ms ease-in-out;
	-o-transition: color 250ms ease-in-out;
}
.notas-grid .thumbnail {
	background-color: #f4f2ef;
}
.notas-grid .thumbnail:hover {
	text-decoration: none;
	background-color: #dddbd9;
	border-color: #d1cfcd;
	box-shadow: none;
}
.thumbnail {
	padding: 20px;
	border-radius: 0px;
	border: 1px solid #d1cfcd;
	color: #4d4d4d;
}
.thumbnail h4 {
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
}
.thumbnail span.tags{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
}
.fa-calendar-o:before {
	display: none;
}
.thumbnail small {
	font-size: 75%;
}

.mainbox img.center-block.thumbnail  {
	padding: 0;
	border: none;
}
.mainbox span.tags {
	color: #9c9ba1;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
}
.mainbox small {
	color: #9c9ba1;
	text-transform: uppercase;
}

h3 span.grupos {
	font-size: 16px;
	padding-bottom: 20px;
}
.mainbox h3 {
	padding-bottom: 10px;
}

/*Mainbox Tablas*/
.mainbox .table thead th {
	color: #9b999a;
	font-weight: 300;
}
.mainbox .table thead th span {
	font-size: 16px;
}
.mainbox .table td {
	color: #404040;
}
.mainbox .table td strong {
	color: #838383;
}
.table-condensed>tbody>tr>td {
	font-family: 'Open Sans Condensed', sans-serif;
	color: green;
}
.table-borderless {
	border-bottom: 1px solid #dbdbdb;
	margin: 15px 0;
}


/*Buscador sidebar*/
.panel-heading .btn-warning {
	margin-right: 0px;
}
.sidebar-nopadding .btn {
	border-radius: 0px;
}
.sidebar-nopadding .input-group .form-control {
	height: 42px;
	background-color: #d9d7d5;
}

.panel-footer.busc-gt{
	/*background-color: #cececa;*/
	background-color: #f8f8f3;
	padding-bottom: 32px;
	padding-right: 32px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.panel-footer.busc-gt form label {
	font-weight: 300;
	font-size: 13px;
}

.panel-footer.busc-gt h4 {
	color: #a463ba;
	font-size: 14px;
	font-weight: 600;
	padding-left: 0;
}

.panel-footer.busc-gt .form-control {
	margin-bottom: 10px;
	border: 1px solid #cdcdcd;
}

.panel-footer.busc-gt hr {
	border-top: 1px dotted #a2a2a2;
}

/*Footer*/
.full-footer {
	width: 100%;
	margin: 0 auto;
	background-color: #595959;
	margin-top: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	padding-bottom: 30px;
}
footer {
 	background: transparent;
}
.footer-column {
 	padding-left: 30px;
}
h5.tit-footer {
 	font-weight: 700;
 	font-size: 14px;
}
.footer-column ul {
 	list-style: none;
 	padding-left: 0px;
}
li.item-footer, li.item-footer a {
	font-size: 13px;
 	color: #ffffff;
 	text-decoration: none;
 	font-weight: 300;
 	padding-bottom: 3px;
}
li.item-footer a:hover {
	color: #c3beae;
}
li.item-footer span {
	font-weight: 600;
	letter-spacing: 0.5px;
}
p.txt-footer {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 23px;
	text-align: left;
}
.separador-footer {
	border: none;
	height: 35px;
	margin: 0;
}

/*Bottom Footer*/
.bottom-footer {
	background-color: #3e3e3e;
	padding: 10px;
}
p.txt-bottom-footer, p.txt-bottom-footer a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #8b8b8b;
	text-decoration: none;
	transition: color 150ms ease-in-out;
    -webkit-transition: color 150ms ease-in-out;
	-moz-transition: color 150ms ease-in-out;
	-o-transition: color 150ms ease-in-out;
}
p.txt-bottom-footer a:hover {
	color: #e9e5e2;
}

/*Textos notas*/
.mainbox h1 {
	font-weight: 300;
	font-size: 34px;
	line-height: 40px;
	padding-bottom: 10px;
}
.mainbox h2 {
	padding-bottom: 30px;
	border-bottom: 1px solid #cfcfcf;
	margin-top: 0px;
}
.mainbox p {
	font-weight: 300;
	color: #404040;
	font-size: 15px;
	line-height: 22px;
	padding-top: 5px;
	padding-bottom: 0;
	text-align: justify;
}
.mainbox h5 {
	font-weight: 700;
	color: #404040;
	font-size: 14px;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 0;
}
.mainbox h5+p {
	padding-top: 0;
}
.mainbox ul {
	list-style: none;
	padding-left: 0;
}
.mainbox li, li.item-std {
	 padding-left: 18px;
	 color: #404040;
	 padding-bottom: 10px;
}
li.item-std {
	 padding-bottom: 0px;
}
.mainbox li:before, li.item-std:before {
  color: #888888;
  content: '\f00c';
  display: inline-block;
  font-family: FontAwesome;
  /*color: #0099ff;*/
  font-size: 13px;
  margin-left: -18px; /* same as padding-left set on li */
  width: 18px; /* same as padding-left set on li */
}
.mainbox ul.normal-list li:before, li.item-std:before {
  color: #a99376;
  content: '\f058';
  display: inline-block;
  font-family: FontAwesome;
  /*color: #0099ff;*/
  font-size: 13px;
  margin-left: -18px; /* same as padding-left set on li */
  width: 18px; /* same as padding-left set on li */
}
.normal-list {
	margin-bottom: 30px;
}
.mainbox li.arrow-down:before {
  color: #888888;
  content: '\f0ab';
  display: inline-block;
  font-family: FontAwesome;
  /*color: #0099ff;*/
  font-size: 13px;
  margin-left: -18px; /* same as padding-left set on li */
  width: 18px; /* same as padding-left set on li */
}
.mainbox p.lead {
	font-weight: 300;
	color: #838383;
	font-size: 18px;
	line-height: 26px;
	padding: 15px 0 25px 0;
	font-style: italic;
}
.mainbox h4 {
	font-weight: 300;
	color: #838383;
	font-size: 18px;
	line-height: 26px;
	padding: 15px 0 25px 0;
	font-style: italic;
	text-align: justify;
}
.mainbox.color-institucional h1,
.mainbox.color-institucional p strong {
	color: #17407b;
}
.mainbox.color-contacto h1,
.mainbox.color-contacto p strong {
	color: #17407b;
}
.mainbox.color-institucional h1 {
	color: #17407b;
}
.mainbox hr {
	border-top: 1px solid #cfcfcf;
	background-image: none;
}
input[type=button] {
	background-color: #eeede9;
	color: #404040;
	border: none;
	padding: 11px 30px;
	border-radius: 4px;
	margin: 20px 0;
	transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-moz-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-o-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
}
input[type=button]:hover {
	background-color: #8c8c8c;
	color:#ffffff;
}
.mainbox p a, .mainbox ul li a {
	color: #4381ba;
	text-decoration: none;
	transition: color 150ms ease-in-out;
    -webkit-transition: color 150ms ease-in-out;
	-moz-transition: color 150ms ease-in-out;
	-o-transition: color 150ms ease-in-out;
}
.mainbox p a:hover, .mainbox ul li a:hover {
	color: #0ecbff;
}
.alert {
	padding: 0 15px;
}
.alert p.lead {
	font-style: normal;
	font-size: 13px;
	line-height: 20px;
}
.alert-info {
	background-color: #f8f8f8;
	border-color: #e7e1e4;
}
.alert-info-high {
	background-color: #f8f0d8;
	border-color: #e7d4b2;
	padding: 10px 20px 20px;
}
.btn.btn-info {
background-color: #eeede9;
color: #404040;
border: none;
padding: 11px 30px;
border-radius: 4px;
margin: 20px 0;
font-weight: 300;
font-size: 15px;
transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
-webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
-moz-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
-o-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
}
.btn.btn-info:hover {
background-color: #8c8c8c;
color: #ffffff;
}
.btn.btn-danger {
background-color: #eeede9;
color: #dd594a;
border: 1px solid #dd7162;
padding: 11px 30px;
border-radius: 4px;
margin: 20px 0;
font-weight: 300;
font-size: 15px;
transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
-webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
-moz-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
-o-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
}
.btn.btn-danger:hover {
background-color: #dd594a;
border: 1px solid #dd594a;
color: #ffffff;
}

/*Formulario de contacto*/
.form-group label {
	font-size: 14px;
	font-weight: 300;
	color: #404040;
}
.form-control, .form-control#destino {
	background-color: #efedea;
	height: 40px;
	border: none;
	border-radius: 0px;
	font-weight: 400;
}
.marginright40 {
	margin-right: 40px;
}
.btn {
	padding: 11px 30px;
	border-radius: 4px;
}
.btn-warning {
	background-color: #ebbb20;
	border: none;
}
.btn-warning:hover {
	background-color: #cea42e;
}
.btn-default.cancelar {
	background-color: #bcbcbc;
	border: none;
	margin-right: 0px;
	color:#ffffff;
}
.btn-default.cancelar:hover {
	background-color: #a09f9f;
}
.form-group.margintop15 {
	margin-top: 35px;
}
.btn-success {
	background-color: red;
	border: none;
}

/*General Servicios*/
.bkg-servicios {
	background-color: #ebbb20;
}
.bkg-oficina-virtual {
	background-color: #5783e5;
}
.bkg-informacion-de-interes {
	background-color: #84817f;
}
.bkg-noticias {
	background-color: #a99376;
}
.bkg-necrologicas {
	background-color: #6b6d67;
}
.energia, .color-energia {
	color: #54bd7b;
}
.comunicaciones, .color-comunicaciones {
	color: #a463ba;
}
.servicio-social, .color-servicio-social {
	color: #f2a20c;
}
.educacion, .color-educacion {
	color: #0fb3ce;
}
.noticias {
	color: #a99376;
}
.necrologicas {
	color: #6b6d67;
}
.informacion-de-interes {
	color: #84817f;
}
.informacion-general, .color-informacion-general {
	color: #86a8ba;
}

.bkg-energia {
	background-color: #54bd7b;
}
.bkg-comunicaciones {
	background-color: #a463ba;
}
.bkg-servicio-social {
	background-color: #f2a20c;
}
.bkg-educacion {
	background-color: #0fb3ce;
}
.bkg-informacion-general {
	background-color: #86a8ba;
}
.bkg-culturydepor {
	background-color: #e8584d;
}

/*Sidebar Contacto e Institucional*/
.sidebar.color-contacto h4 {
	color: #17407b;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	padding: 0px 10px 20px;
}
.table {
	margin-bottom: 5px;
}
.sidebar .nav a {
	color:#808080;
	font-weight: 300;
}
.sidebar.color-institucional .nav a:hover {
	color: #17407b;
}
.sidebar.color-noticias .nav a:hover {
	color: #a99376;
}
.panel-contextual {
	background-color: #EEEDE9;
}
.panel-contextual2 {
	background-color: #d7d7d6;
}
.panel-contextual .table>tbody>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #d2d1d1;
}
.panel-contextual2 .table>tbody>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #b7b7b7;
}
.sidebar>.btn-primary {
	margin-top: 20px;
	background-color: #a8a7a7;
	color: #ffffff;
	border-color: #a8a7a7;
	transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out, color 150ms ease-in-out;
    -webkit-transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out, color 150ms ease-in-out;
	-moz-transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out, color 150ms ease-in-out;
	-o-transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out, color 150ms ease-in-out;
}
.sidebar>.btn-primary:hover {
	background-color: #808080;
	color: #ffffff;
	border-color: #808080;
}

/*Sidebar Servicios*/
.panel {
	border-radius: 0px;
	border: none;
}
.panel-default>.panel-heading {
	border-top: 1px solid #ffffff;
}
.panel-body.panel-energia,
.panel-body.panel-comunicaciones,
.panel-body.panel-servicio-social,
.panel-body.panel-educacion,
.panel-body.panel-informacion-general, {
	border-top: 1px solid #ffffff;
}
.panel-heading.bkg-servicios {
	background-color: #ebbb20;
}
.panel-energia {
	background-color: #54bd7b;
}
.panel-comunicaciones {
	background-color: #a463ba;
}
.panel-servicio-social {
	background-color: #f2a20c;
}
.panel-educacion {
	background-color: #0fb3ce;
}
.panel-informacion-general {
	background-color: #86a8ba;
}
.panel.panel-default>.panel-heading a, .panel.panel-default>.panel-body a {
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
}
.panel.panel-default>.panel-heading a span, .panel.panel-default>.panel-body a span {
	font-size: 15px;
	top: 0px;
}
.panel-footer h4 {
	color: #9a9694;
	font-size: 14px;
	font-weight: 700;
	padding-left: 4px;
}
.panel-footer li {
 	padding: 5px 4px;
}
.panel-footer ul li a.energia,
.panel-footer li a.comunicaciones,
.panel-footer li a.servicio-social,
.panel-footer li a.educacion,
.panel-footer li a.informacion-general {
	color: #808080;
 	font-size: 14px;
 	text-decoration: none;
}
.panel-footer ul li a.energia:hover {
	color: #54bd7b;
}
.panel-footer li a.comunicaciones:hover {
	color: #a463ba;
}
.panel-footer li a.servicio-social:hover {
	color: #f2a20c;
}
.panel-footer li a.educacion:hover {
	color: #0fb3ce;
}
.panel-footer li a.noticias:hover {
	color: #a99376;
}
.panel-footer li a.informacion-general:hover {
	color: #86a8ba;
}

/*Sidebares*/
.panel-default>.panel-heading.bkg-noticias {
	background-color: #a99376;
	padding-top: 30px;
}
.panel-default>.panel-heading.bkg-necrologicas {
	background-color: #6b6d67;
	padding-top: 30px;
}

.panel-default>.panel-heading.bkg-informacion-de-interes {
	background-color: #84817f;
}
.panel-default>.panel-heading.bkg-culturydepor {
	background-color: #e8584d;
	padding-top: 30px;
}
.sidebar .btn {
	border-radius: 0;
}

/*Listado de Items de cada servicio*/
.panel-heading h3 {
	font-size: 26;
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
}
.panel-footer {
	border-top: none;
	background-color: #eeede9;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 33px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.panel-footer a {
	color: #808080;
	font-size: 14px;
	text-decoration: none;
}
.panel-footer a:hover {
	color: #17407b;
}
.panel-body {
	padding: 10px 15px;
}
.main-body h1 {
	font-size: 26px;
	font-weight: 300;
	padding: 20px 30px;
}
.main-body hr {
	height:3px;
	margin-top: 0;
}
.panel-heading.bkg-energia {
	background-color: #54bd7b;
}
.panel-heading.bkg-comunicaciones {
	background-color: #a463ba;
}
.panel-heading.bkg-servicio-social {
	background-color: #f2a20c;
}
.panel-heading.bkg-educacion {
	background-color: #0fb3ce;
}
.panel-heading.bkg-informacion-general {
	background-color: #86a8ba;
}
.panel-footer a.energia:hover {
	color: #54bd7b;
}
.panel-footer a.comunicaciones:hover {
	color: #a463ba;
}
.panel-footer a.servicio-social:hover {
	color: #f2a20c;
}
.panel-footer a.educacion:hover {
	color: #0fb3ce;
}
.panel-footer a.informacion-general:hover {
	color: #86a8ba
}
.panel-footer ul li a.energia,
.panel-footer li a.comunicaciones,
.panel-footer li a.servicio-social,
.panel-footer li a.educacion,
.panel-footer li a.informacion-general {
	color: #808080;
 	font-size: 14px;
 	text-decoration: none;
}
.panel-footer ul li a.energia:hover {
	color: #54bd7b;
}
.panel-footer li a.comunicaciones:hover {
	color: #a463ba;
}
.panel-footer li a.servicio-social:hover {
	color: #f2a20c;
}
.panel-footer li a.educacion:hover {
	color: #0fb3ce;
}
.panel-footer li a.informacion-general:hover {
	color: #86a8ba;
}

/*Formulario dentro de Item servicio*/
legend.text-info {
	font-size: 14px;
	font-weight: 300;
	color: #84aebe;
	line-height: 22px;
	padding: 20px 0 10px;
	border-top: 1px solid #84aebe;
	margin-top: 40px;
}
legend {
	border-bottom: none;
}

/*Formulario de adhesion*/
.gutter-right {
	border-right: solid 10px #ffffff;
}
.gutter-right2 {
	border-right: solid 10px #effff1;
}
.mainbox p.lead {
	padding: 15px 0 25px 0;
	font-style: normal;
	margin-bottom: 0;
}
.row.marco-miembro {
	border: 1px solid #a4dfab;
	border-radius: 3px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #effff1;
}

.titulo-externo-form {
	margin: 30px 0 15px;
}
.btn.btn-link {
	background-color: #eeede9;
	color: #50ba61;
	border: 1px solid #4faa5c;
	text-decoration: none;
	padding: 11px 30px;
	border-radius: 4px;
	margin: 0;
	font-weight: 300;
	font-size: 15px;
	transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-moz-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-o-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
}
.btn.btn-link:hover {
	background-color: #4faa5c;
	border: 1px solid #4faa5c;
	color: #ffffff;
}
a.btn.btn-link:hover {
	text-decoration: none;
}
a.btn-link i.fa {
  font-size: 16px;
  padding-right: 5px;
}
.padding-button {
	padding: 10px 0 0 10px;
	margin-left: 10px;
}

/*Ingreso a Oficina Virtual*/
.login-txt {
	padding: 20px 60px;
	background-color: #e8e4e1;
	transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-moz-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-o-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
}
.login-txt:hover {
	background-color: #dbd6d2;
}
.login-txt h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #5783e5;
}
.login-txt p.text-info {
	margin-top: 0px;
	font-size: 14px;
	line-height: 16px;
}
.login-txt ul {
	list-style: none;
	padding-left: 20px;
}
.login-txt input.form-adhesion {
	width:200px;
	margin:10px 20px 20px 0px;
	height: 44px;
	padding-left: 20px;
}
.login-txt button.btn-default {
	margin-bottom: 20px;
	margin-top: 20px;
}

/*Info de interes 5to boton*/
a .boton-extra {
	height: 80px;
	background-color: #e8e4e1;
	color: #86a8ba;
	text-align: center;
	text-decoration: none;
	transition: background-color 100ms ease-in-out, color 100ms ease-in-out;
	-webkit-transition: background-color 100ms ease-in-out, color 100ms ease-in-out;
	-moz-transition: background-color 100ms ease-in-out, color 100ms ease-in-out;
	-o-transition: background-color 100ms ease-in-out, color 100ms ease-in-out;
}
a .boton-extra:hover, a .boton-extra:focus {
	background-color: #86a8ba;
	color: #e8e4e1;
	text-decoration: none;
}

a h3.txt-boton-extra {
	font-size: 26px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 7px;
}

/*Sub navigtion*/
.subnav li.hov-energia,
.subnav li.hov-comunicaciones,
.subnav li.hov-servicio-social,
.subnav li.hov-educacion,
.subnav li.hov-noticias,
.subnav li.hov-informacion-general,
.subnav li.hov-necrologicas,
.subnav li.hov-cultydepor,
.subnav li.hov-cultura,
.subnav li.hov-deporte {
	background-color: #989898;
}
.subnav li.hov-energia:hover {
	background-color: #54bd7b;
}
.subnav li.hov-comunicaciones:hover {
	background-color: #a463ba;
}
.subnav li.hov-servicio-social:hover {
	background-color: #f2a20c;
}
.subnav li.hov-educacion:hover {
	background-color: #0fb3ce;
}
.subnav li.hov-noticias:hover {
	background-color: #a99376;
}
.subnav li.hov-informacion-general:hover {
	background-color: #86a8ba;
}
.subnav li.hov-necrologicas:hover {
	background-color: #6b6d67;
}
.subnav li.hov-cultydepor:hover {
	background-color: #e8584d;
}
.subnav li.hov-cultura:hover {
	background-color: #d86e69;
}
.subnav li.hov-deporte:hover {
	background-color: #7e9f4b;
}

/*Listados noticias*/
p.tags {
	color: #808080;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
.wrap-etiquetas {
	margin:0;
	padding-bottom: 15px;
	position:relative;
 }
.wrap-etiquetas a.etiq {
	position:relative;
	display: inline-block;
	height:24px;
	background-color: #a99376;
	margin-right:10px;
	margin-bottom: 10px;
	padding: 14px 14px;
	font-size:11px;
	color: #ffffff;
	font-weight: 700;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height:0;
	transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-moz-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-o-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
 }
  .wrap-etiquetas a.etiq:hover {
	background-color: #82725e;
 }
 .wrap-etiquetas a.etiq2 {
	position:relative;
	display: inline-block;
	height:24px;
	background-color: #6b6d67;
	margin-right:10px;
	margin-bottom: 10px;
	padding: 14px 14px;
	font-size:11px;
	color: #ffffff;
	font-weight: 700;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height:0;
	transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-moz-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-o-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
 }
  .wrap-etiquetas a.etiq2:hover {
	background-color: #252624;
 }

 .wrap-etiquetas a.etiq3 {
	position:relative;
	display: inline-block;
	height:24px;
	background-color: #e8584d;
	margin-right:10px;
	margin-bottom: 10px;
	padding: 14px 14px;
	font-size:11px;
	color: #ffffff;
	font-weight: 700;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height:0;
	transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-moz-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-o-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
 }
  .wrap-etiquetas a.etiq3:hover {
	background-color: #a8362d;
 }

  .wrap-etiquetas a.etiq4 {
	position:relative;
	display: inline-block;
	height:24px;
	background-color: #6a9913;
	margin-right:10px;
	margin-bottom: 10px;
	padding: 14px 14px;
	font-size:11px;
	color: #ffffff;
	font-weight: 700;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height:0;
	transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-moz-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
	-o-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
 }
  .wrap-etiquetas a.etiq4:hover {
	background-color: #466709;
 }
 .sola {
 	display: block;
 }


.card {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 2%;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
}
.card3col {
	width: 31%;
	margin-right: 1.6%;
	display: inline-block;
	margin-bottom: 2%;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
}
.mask {
	width: 100%;
	overflow: hidden;
}
.card-body, .card-body3, .card-body4 {
	padding: 15px;
	height: 128px;
}
.card-body2 {
	padding: 15px;
	height: 110px;
}
.mainbox p.fecha-small, .mainbox3 p.fecha-small {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #9c9ba1;
	text-transform: uppercase;
}
.mainbox p.fecha-small2 {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #6b6d67;
	text-transform: uppercase;
}
.card a {
	text-decoration: none;
}
a .card-body, a .card-body2, a .card-body3, a .card-body4 {
	background-color: #eeede9;
	border: 1px solid #e3e1d9;
	transition: background-color 150ms ease-in-out;
	-webkit-transition: background-color 150ms ease-in-out;
	-moz-transition: background-color 150ms ease-in-out;
	-o-transition: background-color 150ms ease-in-out;
}
a .card-body:hover, a .card-body2:hover, a .card-body3:hover, a .card-body4:hover {
	background-color: #dfdeda;
	text-decoration: none;
}
.card3col a:hover {
	text-decoration: none;
}
a .card-body h5, a .card-body2 h5, a .card-body3 h5, a .card-body4 h5 {
	padding-top: 0px;
	margin-top: 0px;
}
.card-body h5 {
	color: #a99376; 
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	transition: color 100ms ease-in-out;
	-webkit-transition: color 100ms ease-in-out;
	-moz-transition: color 100ms ease-in-out;
	-o-transition: color 100ms ease-in-out;
}
.card-body2 h5 {
	color: #6b6d67; 
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	transition: color 100ms ease-in-out;
	-webkit-transition: color 100ms ease-in-out;
	-moz-transition: color 100ms ease-in-out;
	-o-transition: color 100ms ease-in-out;
}
.card-body3 h5 {
	color: #e87c6f; 
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	transition: color 100ms ease-in-out;
	-webkit-transition: color 100ms ease-in-out;
	-moz-transition: color 100ms ease-in-out;
	-o-transition: color 100ms ease-in-out;
}
.card-body4 h5 {
	color: #6a9913; 
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	transition: color 100ms ease-in-out;
	-webkit-transition: color 100ms ease-in-out;
	-moz-transition: color 100ms ease-in-out;
	-o-transition: color 100ms ease-in-out;
}

/*New estilos noticias*/
.noticias h1 {
	font-weight: 300;
	font-size: 34px;
	line-height: 40px;
	padding-bottom: 10px;
	color: #a99376;
}
h1.cultura {
	font-weight: 300;
	font-size: 34px;
	line-height: 40px;
	padding-bottom: 10px;
	color: #e8584d;
}
h1.deportes {
	font-weight: 300;
	font-size: 34px;
	line-height: 40px;
	padding-bottom: 10px;
	color: #6a9913;
}
h1.necrologicas {
	font-weight: 300;
	font-size: 34px;
	line-height: 40px;
	padding-bottom: 10px;
	color: #6b6d67;
}
.noticias .tags, .necrologicas .tags {
	color: #9c9ba1;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;

}
.noticias .fecha, .necrologicas .fecha {
	color: #9c9ba1;
	text-transform: uppercase;

}
.noticias h5 {
	padding-top: 0px;
	margin-top: 0px;
	color: #a99376;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	transition: color 100ms ease-in-out;
	-webkit-transition: color 100ms ease-in-out;
	-moz-transition: color 100ms ease-in-out;
	-o-transition: color 100ms ease-in-out;
}
.necrologicas h1 {
	font-weight: 300;
	font-size: 34px;
	line-height: 40px;
	padding-bottom: 10px;
	color: #6b6d67;
}
.necrologicas h5 {
	padding-top: 0px;
	margin-top: 0px;
	color: #6b6d67;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	transition: color 100ms ease-in-out;
	-webkit-transition: color 100ms ease-in-out;
	-moz-transition: color 100ms ease-in-out;
	-o-transition: color 100ms ease-in-out;
}

/*Last styles*/
.pb15 { padding-bottom:15px}
.pt15 { padding-top:15px}
.pb8 { padding-bottom:8px}
.mgbt0 { margin-bottom: 0px; }
.mgbt15 { margin-bottom: 15px; }
.mgt15 { margin-top: 15px; }
/*New Last styles*/
.mainbox3 {
	padding: 40px 32px 70px 32px;
	border: 1px solid #CBC9C2
}
.mainbox.cultura h1 , .mainbox.cultura h2 {
	color: #e8584d;
}
.mainbox.deportes h1 , .mainbox.deportes h2 {
	color: #6a9913;
}
.mainbox.necrologicas h1 , .mainbox.necrologicas h2 {
	color: #6b6d67;
}
.img-necro {
	width: 200px;
	height: auto;
	margin: 15px 0;
	border-radius: 10px;
}
.pbt20 {
	padding: 20px 0;
}

/* ==============================
   Page loader
   ============================== */

.page-loader{
    display:block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;    
}

.loader{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0,0,0, 0.08);
    border-right: 1px solid rgba(0,0,0, 0.08);
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    border-left: 1px solid rgba(0,0,0, 0.5);
  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 100001;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
	}

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
	}

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
	}
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
	}

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
	}
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
	}
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
	}
}
/*Paginador*/
.pagination>.active>span, .pagination>.active>span:hover {
background-color: #909090;
border-color: #909090;
}
.pagination>li>a {
color: #909090;
}

/*****************************************************************************/
/*Media queries*/
/*****************************************************************************/

@media (max-width: 1200px) {
	.mainbox {
		padding: 40px 60px 70px 60px;
		}
}
@media (max-width: 990px) {
	.sidebar-nopadding {
		padding: 0 0 0 0;
		}
	.x-margin-bot-15 {
		margin-bottom: 15px;
	}
/*	.searchForm {
	height: 182px;
	}*/
	.mb-15 {
	margin-bottom: 15px;
	}
}
@media (max-width: 480px) {
	.footer-column {
        padding-top: 20px;
    }
    .separador-footer {
    	display: none;
    }
    a h3.txt-boton-extra {
	padding-top: 15px;
	}
}
@media (max-width: 675px) {
	.card {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 5%;
	}
	.card-body {
	padding: 15px;
	height: 105px;
	}
}
@media (max-width: 540px) {
	.card-body {
	padding: 15px;
	height: 130px;
	}
	.mainbox {
	padding: 40px 40px 50px 40px;
	}
}

@media (max-width: 480px) {
	.mainbox {
        padding: 15px;
    }
    .mainbox h1 {
    	margin-top: 0px;
    	padding-bottom: 0px;
	}
	.mainbox h2 {
		padding-bottom: 15px;
    	margin-bottom: 5px;
	}
	.mainbox h4 {
		padding: 10px 0 5px 0;
	}
	.mainbox .table thead {
		font-size: 14px;
	}
	.mainbox .table td {
		font-size: 14px;
	}
	.marginright40 {
		margin-right: 30px;
	}
	.login-txt {
		padding: 20px 40px;
	}
	.login-txt button.btn-default {
		margin-top: 0px;
	}
}
@media (max-width: 768px) {
	.gutter-right, .gutter-right2 {
		border-right: solid 2px transparent;
	}
}
@media (min-width: 1200px) {
	.login-txt {
		min-height: 320px;
	}
}
@media only screen and (max-width: 1199px) and (min-width: 993px) {
	.login-txt {
		min-height: 425px;
	}
}
@media only screen and (max-width: 990px) and (min-width: 768px) {
	.panel-default {
		margin-top: 80px;
	}
}