/* Global Elements */
body{
	/*padding-top: 75px;*/
	padding-top: 57px;
	background-color: #d8dbdd;
	/*background-image: url('img/bg.png');*/
	background-repeat: repeat-x;
	background-position: 0 55px;
}

.navbar-sf{
    background-color: #e3e1e2;
    height: 55px;
    padding: 15px 0;
}
.desktop-menu{
	margin-top: -50px;
}
.navbar-sf .navbar-toggle{
	margin-top: 0;
	font-size: 32px;
	margin-right: 0;
	padding-right:0;
	padding-bottom: 0;
}

.mobile-menu-custom-group{
	position: relative;
}
.mobile-menu-custom-group.mobile-search{
	min-height: 0;
	margin-left: 15px;
}
.mobile-search .search-form{
	display: block;
}
.navbar-sf .dropdown-toggle{
	padding: 0px 0 !important;
}
.gestion .icon-menu{
		margin-right: 5px;
}
.gestion .dropdown-arrow{
	left: 21px !important
}
.navbar-header{
	height: 50px;
}

.navbar-sf .icon-menu{
	float: left;
	font-size: 30px;
}
.navbar-sf .navbar-brand{
	padding-top: 6px;
	position: absolute;
}
.navbar-sf .gestion-item a span {

}
.navbar-sf .idioma a{
	margin-top: 10px !important;
}
.navbar-sf .idioma ul li a{
	margin-top: 0px !important;
}
/*.navbar-sf .icon-menu{
	color: #fff;
}*/
.navbar-sf .navbar-nav > li  li a{
	color: #fff;
	font-family: 'Asap';
	background-image: none;
	font-size: 13px;
	letter-spacing: 0.02em;
}
.navbar-sf .navbar-nav li li a:hover{
	color: #fff;
	background-color: #333;
}
.navbar-sf .navbar-nav > li > a {
        color: #333;
	font-family: 'Asap';
}
.navbar-sf .navbar-nav > li > a i{
	font-size: 32px;
}
.navbar-sf .navbar-nav > li > a span{
	float: left;
	margin-top: 8px;
	padding-bottom: 14px;
	font-family: 'Aller';
}
.navbar-sf .dropdown-menu{
	background-color: #4a4a4a;
	/*margin-top: 2px !important;*/
}
.navbar-sf .clima-item .dropdown-menu{
	background-color: rgba(74,64,64,.95);
	margin-left: 18px;
}

.navbar-fixed-top {
    border-width: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
    z-index: 1030;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    left: 0;
    position: fixed;
    right: 0;
    margin-top: -10px;
    background-repeat: repeat-x;
    background-image: url("../../standard/images/barra-header.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 1367px 3px;
    height: 75px;
}

.row-top {
    padding-left: 5px;
    max-width: 1140px;
    min-width: 755px;
    overflow: hidden;
    width: 100%;
    margin: 0px auto 0;

}

.trama{
	margin-bottom: 10px;
	width: 100%;
	height: 40px;
}

.header-clima h2{
	margin: 0;
	font-family: 'Aller';
	font-size: 18px;
}
.weather{
	width: 1020px;
}
.header-clima{
	overflow: hidden;
	padding: 20px 20px 20px 10px;
	color: #fff;
}
.clima-updated{
	font-family: 'Asap';
	font-size: 12px;
	color: #b4b4b4;
}
.box-clima:last-child{
	border-right: 0;
}
.weather{
	padding-left: 10px;
}
.current-summary{
	clear: both;
	height: 26px;
	line-height: 1.3;
}
.clima-icon-state{
	width: 85px;
	overflow: hidden;
	height: 85px;
}
.apparent{
	font-size: 35px;
}
.box-clima{
	width: 190px;
	float: left;
	color: #fff;
	padding: 10px;
	border-right: 1px solid #777070;
	margin-left: 10px;
	margin-bottom: 5px;
}
.icono-alerta{
	width: 32px;
	height: 32px;
	display: inline-block;
	background-image: url('img/alerta.png');
	background-repeat: no-repeat;
	animation: myfirst 1.5s infinite;
        -webkit-animation: fade 1.5s infinite; /* Chrome, Safari, Ope*/
        -moz-animation: fade 1.5s infinite;
}
.box-alerta{
	clear: both;
	padding: 10px;
	overflow: hidden;
}
.alerta-desc{
	font-size: 12px;
	color: #fff;
	font-family: 'Asap';
	 -webkit-column-count:2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    padding-right: 10px;
}
.alerta-link{
	width: 190px;
	float: left;
	margin-right: 10px;
}

.alerta-link-icono-mobile {
     background: #831819;
     width: 300px;
     border-radius: 5px;
     padding: 10px 15px;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fade {
    0% {opacity: 1}
    50% {opacity: 0.1}
    100% {opacity: 1}
}

/* Standard syntax */
@keyframes fade {
     0% {opacity: 1}
    50% {opacity: 0.1}
    100% {opacity: 1}
}
.alerta-link-icono{
	background: #831819;
	width: 170px;
	border-radius: 5px;
	padding: 10px 15px;
}
.alerta_clima {
	display: none;
	position: absolute;
	right: -10px;
	background: #831819;
	width: 170px;
	border-radius: 5px;
	padding: 10px 15px;
	top: 58px;

}
.alerta_clima:after {
	bottom: 100%;
	left: 80%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(131, 24, 25, 0);
	border-bottom-color: #831819;
	border-width: 7px;
	margin-left: -7px;
}

.clima-region.region-1{
	border-bottom: 2px solid #ecc623;
}
.clima-region.region-2{
	border-bottom: 2px solid #0092d2;
}
.clima-region.region-3{
	border-bottom: 2px solid #d53629;
}
.clima-region.region-4{
	border-bottom: 2px solid #e07b07;
}
.clima-region.region-5{
	border-bottom: 2px solid #009144;
}
.clima-details{
	font-family: 'Aller';
}
.clima-details .current{
	margin-bottom: 20px;
}
.clima-next p{
	margin: 0
}
.clima-next{
	padding: 10px 10px;
	margin: 0 -10px;
	border-top: 1px solid #777070;
}
.clima-region{
	font-size: 12px;
	font-family: 'Aller';
	color: #b4b4b4;
	padding: 5px 10px;
	text-transform: uppercase;
}
.clima-details .clima-title{
	font-family: 'Asap';
	font-weight: bold;
	font-size: 16px;
	margin-top: 0;
}
.clima-details{
	padding: 10px 10px 0;

}
.navbar-sf .clima-item.dropdown .dropdown-arrow{
	border-color: transparent transparent rgba(74,64,64,.95) transparent !important;
}
.navbar-sf .dropdown .dropdown-arrow{
	border-color: transparent transparent #4a4a4a transparent;
}
.navbar-sf .navbar-nav > li > a{
	padding: 0px;
	margin: 3px 2px 6px 2px;
	text-transform: uppercase;
	font-family: 'Aller';
}
.navbar-sf .nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.navbar-sf .nav > li > a:hover,
.nav > li > a:focus{
	/*background-color:#B4B4B4;*/
	opacity:0.7;
}

.footer p{
	margin-bottom: 0px;
}
.footer a{
	color: #888;
	font-weight: bold;
}
.footer {
	margin: 0 0 30px;
	padding-top: 20px;
	color: #888888;
	font-family: 'Asap', sans-serif;
	font-size: 13px;
	line-height: 16px;
	border-top: 1px solid rgba(192,192,192,1);
	background: -moz-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(212,212,212,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,212,212,1)), color-stop(100%,rgba(212,212,212,0)));
	background: -webkit-linear-gradient(top, rgba(212,212,212,1) 0%,rgba(212,212,212,0) 100%);
	background: -o-linear-gradient(top, rgba(212,212,212,1) 0%,rgba(212,212,212,0) 100%);
	background: -ms-linear-gradient(top, rgba(212,212,212,1) 0%,rgba(212,212,212,0) 100%);
	background: linear-gradient(to bottom, rgba(212,212,212,1) 0%,rgba(212,212,212,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#d8dbdd',GradientType=0 );
}

.footer .row {
	padding-left: 40px;
	margin-left: auto;
	margin-right: auto;
}
.footer ul.inline a:hover{
	opacity: .8;
}
.footer ul.inline a{
	/*color: #f4f4f4;*/
	opacity: .5;
	font-size: 25px;
}
.footer ul.inline li:first-child{
	margin-left: 0;
}
.footer ul.inline li{
	margin-top: 10px;
	margin-right: 4px;
}
/* Resuse elements */
ul.inline{
	padding: 0;
	margin: 0;
}
ul.inline li{
	display: inline-block;

}
.circle-link:hover{
	color: #fff;
}
.circle-link-3 i{
	margin-left: 12px;
	margin-top: 7px;

}
.live {
	position: relative;
	display: block;
}
.live span{
	left: 40px;
top: 1px;
	color: #80767c;
	font-size: 12px;
	font-family: 'Asap', sans-serif;
text-transform: uppercase;
	position: absolute;
}
.circle-link-3{
	font-size: 13px;
	color: #fff;
	margin-top: -7px;
	background-color: #dd3938;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	width: 32px;
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	line-height: 32px;
	border-radius: 32px;
	height: 32px;
	border: 3px solid #bebdbd;
}

.circle-link{
	font-size: 13px;
	color: #fff;
	background-color: #dd3938;
	display: block;
	text-align: center;
	text-transform: uppercase;
	width: 80px;
	height: 80px;
	font-family: 'Aller', sans-serif;
	font-weight: 700;
	line-height: 70px;
	border-radius: 45px;
	border: 5px solid #b01d1c;
}

.circle-link-2{
	font-size: 13px;
	color: #5b5b5f;
	display: block;
	text-align: center;
	text-transform: uppercase;
	width: 80px;
	height: 80px;
	font-family: 'Aller', sans-serif;
	font-weight: 700;
	line-height: 73px;
	border-radius: 45px;
	border: 3px solid #aca7a8;
}
.ui-bg-1{
	background-color: #e4e5e6;
}
.ui-bg-2{
	background-color: #efefef;
}

.ui-bg-4{
	background-color: #9b9696;
	padding-top: 30px;
	height: 507px;
}
.ui-bg-5{
	background-color: #80767c;
	padding-top: 30px;
	height: 507px;
}
.ui-bg-6{
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(228,229,231,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(228,229,231,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(228,229,231,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(228,229,231,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(228,229,231,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(228,229,231,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e4e5e7',GradientType=0 ); /* IE6-9 */
}
/* live bg */
.ui-bg-7{
	font-size: 13px;
	background: rgb(209,12,19); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(209,12,19,1) 0%, rgba(209,12,19,1) 50%, rgba(226,6,18,1) 51%, rgba(226,6,18,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(209,12,19,1)), color-stop(50%,rgba(209,12,19,1)), color-stop(51%,rgba(226,6,18,1)), color-stop(100%,rgba(226,6,18,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(209,12,19,1) 0%,rgba(209,12,19,1) 50%,rgba(226,6,18,1) 51%,rgba(226,6,18,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(209,12,19,1) 0%,rgba(209,12,19,1) 50%,rgba(226,6,18,1) 51%,rgba(226,6,18,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(209,12,19,1) 0%,rgba(209,12,19,1) 50%,rgba(226,6,18,1) 51%,rgba(226,6,18,1) 100%); /* IE10+ */
	background: linear-gradient(157deg, rgba(209,12,19,1) 0%,rgba(209,12,19,1) 40%,rgba(226,6,18,1) 41%,rgba(226,6,18,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d10c13', endColorstr='#e20612',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.ui-bg-8{
	/*width: 600px;*/
	font-weight: 300;
	font-size: 11px;
	background: -moz-linear-gradient(left, rgba(193,165,167,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(193,165,167,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(193,165,167,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(193,165,167,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(193,165,167,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(193,165,167,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d8082', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.ui-bg-9{
		background: -moz-linear-gradient(left, rgba(198,199,202,1) 20%, rgba(255,255,255,0) 65%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(20%,rgba(198,199,202,1)), color-stop(65%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(198,199,202,1) 20%,rgba(255,255,255,0) 65%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(198,199,202,1) 20%,rgba(255,255,255,0) 65%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(198,199,202,1) 20%,rgba(255,255,255,0) 65%); /* IE10+ */
background: linear-gradient(to right, rgba(198,199,202,1) 20%,rgba(255,255,255,0) 65%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c7ca', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.ui-bg-10{
	background-color: #cccccc;
}
.ui-bg-11{
	background-color: #c6c7ca;
}
.ui-bg-12{
	background-color: #fff;
}
.ui-bg-13{
	background: -moz-linear-gradient(-45deg,  rgba(153,143,140,0) 50%, rgba(153,143,140,1) 51%, rgba(153,143,140,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,rgba(153,143,140,0)), color-stop(51%,rgba(153,143,140,1)), color-stop(100%,rgba(153,143,140,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(153,143,140,0) 50%,rgba(153,143,140,1) 51%,rgba(153,143,140,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(153,143,140,0) 50%,rgba(153,143,140,1) 51%,rgba(153,143,140,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(153,143,140,0) 50%,rgba(153,143,140,1) 51%,rgba(153,143,140,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(153,143,140,0) 50%,rgba(153,143,140,1) 51%,rgba(153,143,140,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00998f8c', endColorstr='#998f8c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}
.ui-bg-14{
	padding: 2px 0;
	background-color: #747474;
}

.home-agenda a{
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.home-agenda i{
	font-size: 17px !important;
	margin: 0 !important;
	color: #fff;
}
.home-agenda {
    bottom: 0;
    color: #fff;
    height: 66px;
    position: absolute;
    right: 0;
    width: 66px;
    z-index: 10;

}


.ui-more-1{
	color: #B3B3B3;
	font-size: 14px;
	font-family: 'Asap', sans-serif;
	text-transform: inherit;

}


@-webkit-keyframes glow
{
0%   {text-shadow:0 0 0px #fff; color: #fff;}
50% { grshadow: 0 0 20px 3px rgba(0,0,0,.5) inset}
100%   {text-shadow:0 0 0px #fff; color: #fff;}
}

/* Standard syntax */
@keyframes glow
{
0%   {text-shadow:0 0 0px #fff;}
50% { box-shadow: 0 0 20px 3px rgba(0,0,0,.5) inset}

100% {text-shadow:0 0 1px #fff; color: red;}
}

.box-0{
	padding: 10px 15px 10px 5px;
	margin: 10px 0px 10px 0px;

}
.marquee div p{
	margin: 2px 0 0;
	overflow: hidden;
	height: 14px;
}
.marquee .row > div{
	padding: 7px 10px;
	height:30px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Aller', sans-serif;
}
.live-legend a{
	margin-right: 30px;
	color: #404040;
}
.js-marquee-wrapper{
	margin-left: 0 !important;
}
.live-legend{
	padding-left: 150px !important;
	overflow: hidden;
}
.col-live{
	border-right: 1px solid #dadbdf;
	text-align: right;
	border-radius: 3px;
	animation: glow 3s linear infinite;
	-webkit-animation: glow 3s linear infinite;
	width: 140px;
	position: absolute;
	z-index: 30;
}
.marquee{
	position: relative;
	margin: 10px 0px 10px 0px;
	padding: 	0 20px;
}
.box-1{
	padding: 20px 0 10px;
}
.box-1 .ui-h2-1{
	margin-left: 30px;
}
.slider-item{
	padding: 0 10px;
}
a.more-news{
	font-family: 'Asap';
	color: #80767c;
}
.box-1 .more-news,
.box-3 .more-news{
	margin-right: 20px;
	white-space: nowrap;

}
.more-news:hover{
	opacity:0.5;
}

.box-1 .col-md-4{
	position: relative;
}

.box-1 p.label{
	position: absolute;
	z-index: 30;
	top: 0;
}
.box-1 h2{
	margin-top: 20px;
}
.box-1 > a {
	position: relative;
}

.box-3{
	padding: 30px 10px 10px 10px;
	font-family: 'Asap', sans-serif;
	height: 225px;
}

.box-3.box-no-slide{
	height: inherit;
	margin-bottom: 20px;
}
.box-3.box-no-slide .news-item{
	margin-bottom: 30px;
}
.box-3 h3{
	margin-left: 40px;
	margin-bottom: 10px;
}
.box-3 .news-item{
	padding-left: 40px;
	padding-right: 20px;
}

.ui-a-1{
	color: #108a97;
	text-transform: uppercase;
	font-size: 11px;
}
.ui-a-1:hover{
	opacity:0.5;
}

/*
.box-3 p.ui-p-2{
	margin-bottom: 10px;
	height: 65px;
	overflow: hidden;
}
*/

.box-3 p.ui-p-2 {
    height: 64px;
    margin-bottom: 10px;
    overflow: hidden;
}

/*
.box-3 h4{
	margin-top: 4px;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 20px;
}
*/

.box-3 h4 {
    font-size: 16px;
    font-weight: 700;
    height: 53px;
    margin-bottom: 5px;
    margin-top: 4px;
    overflow: hidden;
}

.box-3 i{
	position: absolute;
	left: 12px;
	font-size: 18px;
	top: 3px;}
.box-4 h4 a{
	color: #000;
	font-weight: normal;
}
.box-5 i{
	margin-right: 20px;
	color: #fff;
	font-size: 32px;
}
.box-5 h4{
	padding-left: 30px;
	margin-bottom: 0;
	color: #fff;
	font-family: 'Asap', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
}
.box-5 .footer-menu .row{
	margin: 0;
}
.box-5 {
	padding: 0 10px 10px 10px;
}
.box-5 ul{
	clear: both;
	padding: 20px 20px 10px 30px;
}
/* N2 Classes */
.box-6{
	margin-top: 5px;
	padding: 13px 0;
}
.n2 .box-6 h2{
	margin-left: 30px;
}
.box-6 h2{
	margin-left: 45px;
}

/* end N2 */
.footer-menu li a{
	font-family: 'Asap', sans-serif;
	color: #fff;
	font-size: 13px;
}
.footer-menu li a:hover{
	opacity: 0.5;
}
.footer-menu li{
	list-style: none;

}
.footer-menu-1{

}

p.label{
	padding: 0;
	font-family: 'Asap', sans-serif;
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
}
#slider .owl-controls{
	position: absolute;
	top: 25px;
	right: 25px;

}

#slider .owl-controls .owl-page.active{
	background-color: #fff
}
#slider .owl-controls .owl-page{
	width: 12px;
	height: 12px;
	border-radius: 10px;
	display: block;
	float: left;
	margin-right: 3px;
	background-color: #108a97;
}
#slider p.label a{
	font-size: 14px;
	line-height: 16px;
	min-width: 150px
}
p.label a{
	text-align: left;
	color: #fff;
	background-color: #4a4a4a;
	padding: 6px 20px 5px;
	min-width: 100px;
	display: block;
}
.infografias img{
	width: 100%;

}
.banner, .infografias{
	margin: 20px 0;
	background-color: #eae9e8;
}
.banner img{
	width: 100%;
	max-width: 100%;
}

.dropdowns{
	margin-bottom: 20px;
}
.dropdown .btn {
	color: #fff;
	width: 100%;
	text-align:left;
	text-transform: uppercase;
	height: 41px;
	padding: 11px 0 0 20px;
	font-family: 'Asap';
	font-size: 13px;
}

.caret {
	border-top: 6px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	margin-right: 10px;
}

.dropdowns .btn .caret{
	position: absolute;
	right: 12px;
	top: 19px;
}
.clima-item .dropdown-menu{
	left: -859px;
}

.dropdown-1 .btn{
	background-color: #817373;
}
.dropdown-1 .dropdown-arrow,
.dropdown-2 .dropdown-arrow{
	border-color: transparent transparent #817373 transparent;
}
.dropdown-2 .dropdown-menu,
.dropdown-1 .dropdown-menu{
	background-color: #817373;
	color: #fff;
}

.dropdown-2 .btn{
	background-color: #108a97;
}
/*.dropdown-2 .dropdown-arrow{
	border-color: transparent transparent #e30713 transparent;
}*/
.dropdown-3 .dropdown-menu,
.dropdown-3 .btn{
	background-color: #8b8d8e;
}
.dropdown-3 .dropdown-arrow{
	border-color: transparent transparent #8b8d8e transparent;
}
.dropdowns .dropdown-menu > li > a{
	color: #e9e9e9;
	padding: 5px 15px 5px !important;
	border-radius: 4px;
}
.dropdowns .dropdown-menu{
	width: 100%;
	padding: 5px 0 5px;
}
.dropdown-menu>li{
	padding: 0 5px;
}

.dropdowns .dropdown-menu>li>a:hover, .dropdowns .dropdown-menu>li>a:focus{
	background-image: none;
	background-color: #108a97;

}

.box-2{
	margin: 10px 0;
	padding: 10px;
}

/*.grid .col-md-2,
.grid .col-md-4{
	padding: 0
}*/
.box-2.grid .row{
	background-image: url('img/box.gif');
}
.grid .hover{
	display: block;
	opacity: 0;
	background-color: rgba(0,0,0,.4);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 16px;
	height: 100%;
	padding: 53px 10px 0;
	word-wrap: break-word;
	-webkit-transition: opacity .3s; /* For Safari 3.1 to 6.0 */
			transition: opacity .3s;
}
.grid .item a:hover .hover{
	opacity: 1;
}
.grid .row > div{
	padding: 0;
	float:left;
}
.grid .item.item-icon a:hover{
	opacity: 1 !important;
}
.grid .item a:hover{
	opacity: .9;
	border-color: transparent;;
	text-decoration: none;
	-webkit-transition: height .3s; /* For Safari 3.1 to 6.0 */
			transition: height .3s;
	/*font-size: 110%;*/
}
.grid .item a{
	-webkit-transition: all .3s; /* For Safari 3.1 to 6.0 */
			transition: all .3s;
	color: #fff;
	font-family: 'aller';
	font-size: 13px;
	line-height: 116px;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}
.grid .item.item-icon a span{
	opacity: 1;
	line-height: 120%;
	position: absolute;
	left: 0;
	bottom: 14px;
	font-size: 12px;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.grid .item.item-icon a:hover i{
	/*opacity: .5;*/
	font-size: 50px;
	text-shadow: 0 0 10px #fff;
}

.grid .item.item-icon-title a:hover i{
	/*opacity: .5;*/
	font-size: 100px;
	text-shadow: none;
}
.grid .col-md-4 a{
	font-size: 20px;
}
.grid .col-md-4 .item-small-title{
	font-size: 14px;
	line-height: inherit;
	text-align: left;
	padding-left: 20px;
}
.grid .col-md-4 .item-small-title p{
	text-align: center;
	margin-left: -20px;
}
.grid .col-md-4 .item-9 a,
.grid .col-md-4 .item-11 a {
	line-height: inherit;
}
.grid .item.item-icon i{
	opacity: 0.8;
	font-size: 54px;
	padding-top: 26px;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: block;
	text-align: center;

}

.grid .item{
	height: 120px;
	background-color: #fff;
	text-align: center;
	line-height: 120px;
}
.grid .item.item-icon-title{
	text-align: left;
	line-height: 120%;
	height: 212px;
}
.grid .item.item-icon-title a{
	padding: 55px 30px;
}
.grid .item.item-icon-title i{
	opacity: 0.5;
	font-size: 100px;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: inline-block;
	padding: 0 10px 0 0;
}
.grid .item.item-icon-title p{
	font-size: 16px;
	text-transform: none;
	width: 100%;
	line-height: 130%;
	font-weight: 300;
}

/* Items oclors */
.item-1 a{
	background: rgb(15,53,134); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(15,53,134,1) 0%, rgba(132,184,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(15,53,134,1)), color-stop(100%,rgba(132,184,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(15,53,134,1) 0%,rgba(132,184,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(15,53,134,1) 0%,rgba(132,184,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(15,53,134,1) 0%,rgba(132,184,232,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(15,53,134,1) 0%,rgba(132,184,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3586', endColorstr='#84b8e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.item-2 a{
	background-color: #6cb3a2;
	border: 5px solid rgba(255, 255, 255, 0.1);
}
.item-3 a{
	background-color: #dd3938;
	border: 5px solid rgba(255, 255, 255, 0.1);
}
.item-4 a{
	background-color: #edc338
}
.item-5 a{
	background-color: #34bb9d
}
.item-6 a{
	background-color: #108a97
}
.item-7 a{
	background-color: #1f8a97;
	border: 5px solid rgba(255, 255, 255, 0.1);
}
.item-8 a{
	background-color: #4194d1;
	border: 5px solid rgba(255, 255, 255, 0.1);
}
.item-9 a{
	background-color: #0a3b89;
	border: 5px solid rgba(255, 255, 255, 0.1);
	line-height: inherit;
}
.item-10 a{
	background: url(img/grid-image.jpg) -5px -5px no-repeat;
	border: 5px solid rgba(255, 255, 255, 0.1);
}
.item-11 a{
	background-color: #edc338;
	border: 5px solid rgba(255, 255, 255, 0.1);
	line-height: inherit;
}
.hover-item:hover .info{
	opacity: 1;
	top: 0
}
.hover-item .more{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #12b5c6;
        background-image: linear-gradient(to right, #12b5c6 0%, #73b97c 100%);
	margin: 0;
	padding: 4px 10px 4px;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
}
.hover-item p{
	padding-top: 10px;
	font-size: 12px;
	line-height: 16px;
}
.hover-item{
	position: relative;
	color: #fff !important;
	display: block;
	font-family: 'Asap', sans-serif;
	width: 100%;
	height: 100%;
}
.hover-item.no-image{
	height: 0;
	padding-bottom: 62.5%;
}
.hover-item.no-image .info{
	/*opacity: 1;*/
	background-color: #706363;
	top: 0;
}
.hover-item.no-image .info .more {
	color: #fff;
}

.hover-item.no-image .info h2,
.hover-item:hover h2{
	margin-top: 20px !important;
}

.hover-item h2{
	margin-top: 0 !important;
}
.hover-item{
	overflow: hidden;
}
.hover-item .info{
	/*display: none;*/
	-webkit-transition: top .3s; /* For Safari 3.1 to 6.0 */
			transition: top .3s;
	opacity: 1;
	width: 100%;
	position: absolute;
	z-index: 20;
	background-color: rgba(0,0,0,.6);
	height: 100%;
	padding: 20px;
	top: 61%;
	box-sizing: border-box;
}
.cta{
	margin-bottom: 20px;
}
.cta a:hover .flex-img {
	background-color: #fff;
	opacity: .75;
}
.cta .flex-img{
	max-width: 320px;
	-webkit-transition: opacity .3s; /* For Safari 3.1 to 6.0 */
			transition: opacity .3s;
}
.flex-img{
	width: 100%;
	max-width: 100%;
}
/* Header */
h1,h2,h3,h4{
	font-family: 'Asap', sans-serif;
}
.ui-h1-1 a{
	color: #fff;
}
.ui-h1-1{
	font-size: 32px;
	color: #fff;
	font-weight: normal;
}
.ui-h1-2{
	color: #333;
	font-size: 20px;
	margin: 15px 0 20px;
	font-weight: bold;
}
.ui-h2-1{
	color: #9E9E9E;
	font-size: 17px;
	font-family: 'Aller';
	text-transform: uppercase;
	margin: 0 0 15px 20px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #fff;
	opacity: 0.8;
	letter-spacing: .02em;
}
.ui-h2-2{
	font-size: 15px;
	color: #fff;
	line-height: 18px;
}
.ui-h2-3, .ui-h2-3 a{
	color: #108a97;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	font-family: 'Asap';
	font-weight: bold;
        margin-top: 6px;
}
.ui-h3-1{
	color: #108a97;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	max-width: 680px;

}
.ui-h3-1 small{
	color: #108a97;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;

}
.ui-h3-2{
	color: #5b5b5f;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Asap';
	font-weight: bold;

}
.ui-h3-3{
	color: #333;
	font-family: 'Aller';
	font-size: 20px;
	margin: 15px 0;
}
.ui-h2-4{
	font-size: 16px;
	color: #454545;
	text-transform: uppercase;
}
.ui-h3-1 i{
	margin-left: 15px;
	font-size: 18px;
	margin-right: 7px;
	color: #4e4e4e;
	height: 36px;
	display: block;
	float: left;
}
.ui-h4-1{
	font-family: 'Aller';
	color: #914744;
	font-size: 13px;
	padding: 9px 20px;
	border-bottom: 1px solid #b7b7b7;
	border-top: 1px solid #b7b7b7;
	margin: 31px 0 0 0;
	text-transform: uppercase;
}
.ui-h4-2{
	color: #000000;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	margin: 20px 0px 22px 0px;
}
.ui-h4-2 .caret{
	margin-left: 10px;
	margin-right: 0;
	color: #991c24;
}
.ui-h4-2 span{
	font-weight: normal;
}
.ui-h4-3 {
	color: #fff;
	background: #454545;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 30px;
	margin: 0;
	}
.ui-h4-4 {
	color: #e3e4e5;
	background: #9f9999;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 30px 8px 20px;
	margin: 0;
	}
.ui-h5-1{
	color: #991c24;
	    margin: 3px 0px 0px -10px;
}
/* Paragraph */
.ui-p-1{
	color: rgba(255,255,255,.55);
	font-size: 17px;
	font-family: 'Asap', sans-serif;
	line-height: 20px;
}
.ui-p-2{
	font-family: 'Asap', sans-serif;
	color: #5b5b5f;
	font-size: 13px;
	line-height: 16px;

}
.ui-label-1{
	color: #fff;
	text-transform: uppercase;
	font-size: 17px !important;
	font-family: 'Asap', sans-serif;
	line-height: 20px;
}
/* Slider */
p.label{
	border-radius: 0;
}
#slider .ui-h1-1{
	margin-top: 0;
	margin-bottom: 5px;
}
#slider{
	margin-bottom: 20px;
}

/*#slider p.label a{
	padding: 5px 70px 5px 30px;
	background-color: #e30715;
	display: block;
}*/
#slider .item p.label{
	top: 0;
	position: absolute;
	/*margin-left: -20px;*/
}
#slider .item .info{
	background-color: rgba(0,0,0,.42);
}
#slider .item img{
    display: block;
    width: 100%;
    height: auto;
}
#slider .item p{
	max-width: 70%;

}
#slider .item{
	position: relative;
	padding: 0;
	margin: 0 10px;
}
#slider .item .info{
	position: absolute;
	bottom: 0;
	padding: 30px 20px 40px;

}

#slider .owl-next .icon-flechad{
	position: absolute;
	right: 30px;
	/* top: 66%; */
	bottom: 180px;
	font-size: 48px;
	color: #fff;
}
/* Slider END */

/* Page specific elements */
.divider {
	border-left: 1px solid #4a4a4a;
	padding-left: 9px;
	margin-left: 9px;
	height: 38px;
}
.clima-icon a{
	position: relative;
	display: block;
	margin-top: 17px;
}
.clima-icon span{
	position: absolute;
	top: 17px;
	left: 60px;
	color: #80767c;
	font-size: 12px;
	font-family: 'Asap', sans-serif;
	text-transform: uppercase;
}
.clima-icon i{
	background-image: url('img/clima.png');
	width: 28px;
	height: 26px;
	background-color: #c7c7c9;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 25px;
	border-radius: 40px;
	display: inline-block;
}
.arrow-right {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	display: block;
	border-left: 6px solid #fff;
}
/* Media  */
.search-form {
	position: relative;
	display: none;
}
.search-form button i{
	color: #a1a1a1;
	font-size: 32px;
}
.search-form button{
	border: 0;
	position: absolute;
	right: -4px;
	top: 1px;
	float: left;
	background: transparent;
}
.search-form #q:focus{
	outline: 0
}
.search-form #q{
	float: left;
	width: 300px;
	border-radius: 3px;
	background-color:#fff;
	border: 0;
	padding: 9px 10px;
	color: #a1a1a1;
	font-family: 'Asap';
}

.cta-headers a.cta span.title{
	clear: both;
	font-family: 'Aller';
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 47px;
}
.cta-headers a:hover span.label,
.cta-headers a:hover i{
	opacity: .7
}
.cta-headers a.cta span.label{
	color: #656668;
	float: left;
	clear: none;
	padding: 0;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	width: 72px;
	margin-left: 5px;
	margin-top: 12px;
	height: 38px;
	line-height: 1.2;
	white-space: normal;
}
.cta-headers .icon-responde{
	margin-left: -12px;
}

.cta-headers a.cta{
	font-family: 'Asap';
	width: 145px;
	display: block;
	margin-bottom: 0;
	margin-top: 10px;
	;
}

.cta-headers i{
	color: #656668;
	display: block;
	float: left;
	font-size: 42px;
}
.santafe-avanza.pull-right{
	text-align: right;
	margin-top: -20px;
}
/* New Grid */
.contents{
	overflow: hidden;
	margin-top: 0px;
	width: 100%;
}
.below-contents .sidebar .box-8{
	min-height: 180px;
}

.below-contents {
	margin-bottom: 30px;
}
/* N2 de Portal2009 */
.tramites-content{
	padding: 10px 5px 10px 28px
}
.tramites-content .pull-right{
	margin-right: 10px;
}
.tramites-content .ui-h4-2{
	margin-top: 10px;
}
.main-deprecated .modulo.mod-enlaces{
	margin-bottom: 20px;
}
.main-deprecated .modulo.mod-enlaces li{
	margin: 3px 0;
	padding-right: 20px;
	width: 33.33%;
	margin-left: -2px;
}
.main-deprecated .modulo.mod-enlaces .content{
		padding: 10px 5px 10px 22px;
}


.n5.contents, .n3.contents{
	margin-top: -50px;
	width: 100%;
}
.n3.contents .sidebar{
	margin-top: 50px;
}
.n5.contents .sidebar{
	margin-top: 28px;
}
.sf-responde.contents{
	margin: 0 0 15px;
}
.sf-responde .sidebar{
	margin: 0;
}
.sf-responde.contents .sidebar img{
	margin: 0 10px 10px 10px;
}
.main{
	width: 680px;
	float: left;
	clear: both;
}
.main-2{
	width: 670px;
	float: left;
}
.sidebar{
	width: 320px;
	float: left;
	margin-left: 10px;
}
.sidebar-2{
	width: 320px;
	float: left;
	margin-left: 20px;
}
.n5 .box-7{
	padding-bottom: 0;
}
.box-7{
	padding-bottom: 20px;
}
.box-8{
	padding: 10px 10px 34px;
	font-family: 'Asap';
	margin-bottom: 20px;
}

.box-8-last{
	margin-bottom: 0px;
}


.below-contents .box-8 .news-item{
	padding-left: 10px;
	position: relative;
}
.mod-agenda-sidebar p.pull-right{
	position: absolute;
	right: 25px;
	top: 27px;
}
.box-8 .news-item{
	padding: 0  10px 0 10px;
	margin: 0 10px;
}
.box-9{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.box-9 .col-md-4{
	margin: 10px 0;
}
.ui-list-1{
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
}
.ui-list-1 li{
	padding: 0 10px;
	list-style: none;
	width: 50%;
	float: left;
}
.ui-list-1 li a{
	width: 100%;
	display: block;
	font-family: 'Asap';
	color: #5b5b5f;
	font-size: 13px;
	padding: 7px 20px;
	border-bottom: 1px solid #b7b7b7;
}
.ui-list-1 li a:hover{
	background-color: #e5e5e5;
}
.map{
	margin-left: -10px;
}
.ui-list-2{
	clear: both;
}
.ui-list-2, .ui-list-3, .ui-list-4{
	margin: 0;
	padding: 0;
}
.ui-list-2 li, .ui-list-3 li{
	list-style: none;
	font-size: 13px;
	margin-bottom: 10px;
}
.ui-list-2 li a:hover,
.ui-list-3 li a:hover{
	text-decoration: none;
	color: #108a97;
}
.ui-list-2 li a{
	color: #444444
}
.ui-list-3 li a i{
	color: #e9e9e9;
	font-style: normal;
	padding-left: 2px;
}
.ui-list-3 li a{
	display: block;
	color: #991c24;
}
.ui-list-3 li {
	color: #444444
}
.ui-list-4{
	margin-top: 28px;
	   margin: 0px 0px 0px -10px;

}
.ui-list-4 li a i{
	margin-right: 12px;
}
.ui-list-4 li a:hover{
	color: #108a97;
}
.ui-list-4 li a{
	padding: 7px 15px;
	color: #68686c;
	display: block;
}
.ui-list-4 li{
	background-color: #e5e5e5;
	font-family: 'Asap';
	margin: 1px 0;
	font-size: 14px;
	list-style: none;
	list-style: none;
}
.ui-list-4 li:nth-child(even){
	background-color: #efefef;
}
.ui-list-5 li{
	font-family: 'Asap';
	list-style: none;
}
.ui-list-5 {
	padding: 0;
	margin: 0;
}
.ui-list-5 li a{
	color: #68686c;
}
.ui-list-5 li{
	background-color: #efefef;
	padding: 10px 15px;
}
.ui-list-5 li .icon-link{
	margin-right: 10px;
}
.ui-list-5 li.parent{
	background-color: #e5e5e5;
	padding: 10px 10px 10px 45px;
	border-top: 2px solid #d8dade;
}

.ui-list-7{
	clear: both;
	padding: 2px;
	margin: 0;
	overflow: hidden;

}
.ui-list-7 li{
	width: 33.33%;
	display: inline-block;
	margin: 5px 0;
	padding-right: 20px;
	margin-left: -2px;
	font-size: 13px;
	font-family: 'Asap';
	vertical-align: top;
}
.ui-list-7 li a{ color:  #444}
.contents.n3 .panel-group{
	margin-bottom: 10px;
}
.pull-down{
	margin-top: 66px;
}
.panel-body .more-news{
	margin: 10px 0 12px;
}
.sidebar .col-md-4 {
	margin: 0 0 20px;
}

/* N4 */
.sf-breadcrumb a{
	color: #5b5b5f;
}
.sf-breadcrumb {
	margin-top: -10px;
	padding-left: 50px;
	color: #5b5b5f;
	font-size: 13px;
	font-family: 'Asap';
	line-height: 16px;
	width: 680px;
	margin-bottom: 15px;
}
.sf-breadcrumb a:hover {
	color: #108a97;
}
.box-7 .body{
	padding: 40px 20px 20px 40px;
	margin-top: 28px;
	font-family: 'Asap';
	color: #5b5b5f;
	font-size: 13px;
}
.with-cover.n5 .sidebar{
	margin-top: 120px;
}
.contents .cover{
	height: 300px;
}
.with-cover .box-7 .body{
	margin-top: 0;
}
.body .headline{
	font-size: 15px;
	margin-bottom: 20px;
	color: #7f130d;
}
.cover img{
	max-width: 270px;

}
.cover .module {
	position: absolute;
	right: 20px;
	padding: 10px;
	background-color: #efefef;
	bottom: -95px;

}
.cover{
	position: relative;
	margin-top: 26px;
	clear: both;
	max-width: 1010px;
}
.gallery .epigrafe{
	position: absolute;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	font-size: 13px;
	padding: 6px 10px;
	font-family: 'Asap';
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}
.gallery .gallery-item a {
	position: relative;
	display: block;
	max-height: 388px;
}
.gallery{
	margin-bottom: 20px;
}
.gallery .owl-next img{
	margin-right: -10px;
	max-width: 100%;

}
.gallery .owl-next{
	right: 5px;
}
.gallery > img{
	max-width: 100%;
	/*comentï¿½ esto para que las imagenes de desaparecidos se visualicen correctamente*/
	/*width: 620px;*/
}
.gallery .owl-prev{
	left:9px;
}
.gallery .owl-prev img{
	margin-left: -20px;
	max-width: 100%;

}
.gallery .owl-next,
.gallery .owl-prev{
	font-size: 20px;
	/*padding: 20px 0;*/
	/*background-color: rgba(0,0,0,.6);*/
	color: #fff;
	top: 50%;
	width: 30px;
	overflow: hidden;
	margin-top: -15px;
	font-family: 'Asap';
	position: absolute;
	text-align: center;
	font-weight: bold;
}

.body{
	background-color: #efefef;
	padding: 20px;
}
/*sf-responde*/
.contact-form{
	margin-bottom: 20px;
	font-family: 'Asap';
	background: #efefef;
	}
.contact-form .ui-bg-2{
	padding: 20px 0px 10px 0px;
}
.contact-form .row{
	margin: 0;
	padding: 0 10px;
	}
.contact-form h4{
	color: #fff;
	background: #454545;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 30px;
	margin: 0;
	}
.contact-form label{
	font-size: 13px;
	line-height: 140%;
	}
.contact-form .label-datos{
	max-width: 16.4%;
	margin: 6px 0 0 10px;
}
.contact-form .input-text{
	border: none;
	padding: 5px 10px;
	font-size: 13px;
	margin-bottom: 10px;
	color: #8b8d8e;
}
.contact-form .input-text:focus{
	color: #8b8d8e;
	}
.contact-form .input-error-alert{
	color: #108a97;
	}
.contact-form .input-error-alert:focus{
	color: #108a97;
	}
.contact-form input[type=number]{ -moz-appearance: textfield; }
.contact-form input[type=number]::-webkit-inner-spin-button,
.contact-form input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.contact-form input:focus{
}
.contact-form .input-text-xs{
	width: 32.5%;
}
.contact-form .input-text-small{
	width: 63.5%;
}
.contact-form .input-text-medium{
	width: 74.5%;
}
.contact-form .input-text-large{
	width: 100%;
}
.contact-form input[type="radio"]{
	display: inline-block;
	cursor: pointer;
	opacity: 0;
	position: relative;
	top: 2px;
}
.contact-form input[type="radio"]:focus{
	opacity: 1;
}
.contact-form input[type="radio"] + label{
	cursor: pointer;
}
.contact-form input[type="radio"] + label span{
    position: absolute;
    top:6px;
    left:9px;
    width: 14px;
    height: 14px;
   	background: url('img/radio.png') left top no-repeat;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor:pointer;
}
.contact-form input[type="radio"]:checked + label span{
   	background: url('img/radio.png') -14px top no-repeat;
}
.contact-form textarea{
	border: none;
	resize: none;
	width: 100%;
	height: 90px;
	font-size: 13px;
	margin: 15px 0;
	line-height: 1.3em;
	padding: 5px 10px;
	color: #8b8d8e;
}
.contact-form textarea:focus{
	color: #8b8d8e;
}
.contact-form .captcha{
}
.contact-form .dropdown .btn{
	width: 150px;
	text-align: center;
	font-weight: 600;
	padding: 0;
	margin-bottom: 10px;
}
.contact-form small{
	display: block;
	font-size: 10px;
	color: #8b8d8e;
	margin: 0 0 10px 30px;
	position: relative;
	top: -6px;
}
.contact-form .input-required-alert{
	font-size: 11px;
	color: #108a97;
	position: relative;
	top: -10px;
	left: 10px;
	display: none;
	}
.contact-form.mensaje-enviado{
	text-align: center;
	padding: 25% 20px;
	}
.contact-form.mensaje-enviado p{
	color: #646464;
	font-size: 14px;
	}
.contact-form.mensaje-enviado p strong{
	font-size: 15px;
	}
.contact-form.mensaje-enviado .dropdown{
	margin-top: 45px;
	}
.contact-form .dropdown .btn{
	width: 150px;
	font-weight: 600;
	padding: 11px 0;
	margin-bottom: 0px;
}
.tab-contents{
	margin-top: 20px;
}
/* Modulos */
.load-more .caret{
	position: absolute;
	left: 48%;
	border-top-color:#e5e5e5;

}
.load-more{
	background-color: #e5e5e5;
	position: relative;
	text-align: center;
	font-family: 'Asap';
	font-size: 12px;
	text-transform: uppercase;
	border-top: 1px solid #cdcdcd;

}
.load-more a {
	color: #464646;
	display: block;
	width: 100%;
	padding: 6px;
	min-height: 30px;
}
.hidden-li{

	display: none !important;
}


.modulo.mod-documents .content ul li{
	margin-bottom: 10px;
	display: table;
	float: left;
}

.modulo.mod-documents .content ul li i{
	color: #8b8d8e;
	font-size: 42px;
	height: auto;
	margin-left: -4px;
}
.modulo.mod-documents{
	background-color: #ccc;
}
.modulo.mod-documents li a{
	color: #333;
	display: table-cell;
	vertical-align: middle;
	font-size: 11px;
	line-height: 1.3em;
	width: 280px;
}
.modulo.mod-documents .title{
	background-color: #9e9898;
	color: #e3e4e5;
}

.modulo .title h4{
	margin: 0;
	font-weight: bold;
	font-size: 15px;
}
.modulo.mod-documents .title{
	padding: 10px 10px 8px 20px;
}
.modulo.mod-documents .content ul{
	margin-top: 10px;
}
.modulo .title{
	background-color: #ccc;
	color: #474747;
	text-transform: uppercase;
	padding: 10px 10px 8px 40px;
}
.modulo .content ul li a:hover{
	color: #108a97;
}
.modulo .content ul li i{
	margin-right: 7px;
	color: #108a97;
	height: 20px;
	display: block;
	float: left;
}
.modulo .content ul li a{
	color: #444;
}
.modulo .content ul li{
	list-style: none;
	font-size: 13px;
	font-family: 'Asap';
	margin: 3px 20px 3px 0;
	width: 280px;
	display: inline-block;
	vertical-align: top;
}
.modulo .content .icon-link2{
	padding-top: 2px;
}
.childs-group{
	border-top: 2px solid #d8dade;
}
.child-panel h4 a{
	color: #000;
	padding-left: 10px;
	display: block;
	overflow: hidden;
}
.child-panel h4 a:hover{
	opacity: .8
}
.child-panel h4{
	margin: 0;
	line-height: 33px;
	font-size: 16px;
}
.child-body ul{
	padding: 0;
	margin: 0;
}
.child-body li i{
	color: #b8b8b8;
	margin-right: 13px;
	font-size: 16px;
}
.child-body li a{
	color: #000;
	font-family: 'Aller';
}
.imprimir, .enviar, .volver{
	float: right !important;
	margin-left: 8px;
}

.volver {
	margin-top:1px;
}

.volver-tema{
	float: right !important;
	padding-right: 19px;
	padding-top: 10px;
}

.imprimir a, .enviar a, .volver a, .volver-tema a{
	text-decoration: none;
	color: #94969b;
    font-family: "Asap",arial;
    font-size: 12px;
}

.social i{
	color: #5b5b5f
}
.social > div {
	float: left;
}
.social {
	/*
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 0 5px 0;
	margin-bottom: 20px;
	*/

	border-bottom: 1px solid #b6b7b8;
    border-top: 1px solid #b6b7b8;
    margin: 20px 0;
    padding: 4px 4px 0 10px;
}
/*.panel-collapse .collapsed{
	display: none;
}*/
.child-panel .collapsed .icon-flechaup:before{
	content: "\e62a";
}
.child-disabled span.icon-flechadesp{
	color: #b8b8b8 !important;
}
.child-body li a:hover{
	color: #108a97;
}
.child-body li{
	list-style: none;
	font-size: 14px;
	margin: 3px 0;
}
.child-title span.child-text{
	border-left: 1px solid #d8dade;
	float: left;
	width: 90%;
	padding-left: 10px;
}
.child-title span.pull-left{
	display: block;
	width: 33px;
	height: 33px;
	color: #108a97;
	line-height: 33px;
	text-align: center;
}
.child-body{
	padding: 10px;
}
.child-panel{
	background-color: #e5e5e5;
	border-bottom: 2px solid #d8dade;
	clear: both;
}
.child-heading{
	background-color: #efefef;
}
.sidebar .modulo {
	margin-bottom: 20px;
}
.mod-enlaces.modulo .content ul{
	margin: 7px 0;
}
.modulo .content ul{
	margin: 0;
	padding: 0;
}
.modulo .content{
	padding: 10px 30px 10px 20px;
	overflow: hidden;
}
.modulo{
	background-color: #efefef;
	/*min-height: 180px;*/
}
/* Calendario */

.agenda{
	width: 100%;
	/*max-width: 320px;*/
	position: relative;
}

.agenda-item .dia{
	float: left;
	font-family: 'Aller';
	height: 70px;
	text-align: center;
	font-size: 32px;
	line-height: 85px;
	color: #fff;
	width: 67px;
	background-image: url('img/agenda-dia.png');
	background-repeat: no-repeat;
}
.agenda-item .info .mes{
	font-weight: bold;
	font-family: 'Aller';
	font-size: 12px;
	margin-top: 4px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.agenda-item .info{
	float: left;
	width: 180px;
	margin-left: 13px;

	/*white-space: nowrap;*/

}
.agenda-item p a{
	color: #fff;
	font-size: 11px;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
}
.agenda-item p{
	margin: 0;
	line-height: 12px;

}
.agenda-item{
	font-family: 'Asap';
	background-image: url('img/agenda.jpg');
	min-height: 87px;
	/*-webkit-background-size: 100%;
	background-size: 100%;*/
	padding: 10px 20px;

}
/* Tabs */
.tabs-nav li{
	float: left;
	list-style: none;
	width: 33.33%;

}
.tabs-nav li.active a{
	background-color: #108a97;
}
.tabs-nav li a{
	display: block;
	padding: 6px 10px;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	background-color: #c6c7ca;
}
.tabs-nav{
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-family: 'Asap';
}

.tab-content{
	display: none;
}
.tab-content.active{
	display: block;
	font-family: Asap;
}
/*tramites*/

.tramite-contenido{
	margin-top: 10px;
}

.tramites .contents{
	margin-bottom: 20px;
}
.sf-responde-consultas i{
	font-style: normal;
	font-weight: normal;
}
.sf-responde-consultas:hover{
	color: #fff;
}
.sf-responde-consultas .icon-responde{
	font-size: 30px;
	position: relative;
	top: -7px;
	opacity: .8;
}
.sf-responde-consultas:focus{
	color: #fff;
}
.sf-responde-consultas{
	margin-top: 20px;
	background-color: #108a97;
	display: block;
	font-family: 'Aller';
	font-weight: bold;
	padding: 12px 15px 10px;
	color: #fff;
	text-transform: uppercase;
}
.tramite-contenido .arrow-right{
	float: left;
	margin-right: 7px;
	top: 4px;
	position: relative;
}
.sf-responde-comentarios{
	padding: 12px 15px 15px;
	text-transform: uppercase;
	font-family: 'Aller';
	font-weight: bold;
	color: #108a97;
}
.sf-responde-comentarios .arrow-right{
	border-left: 6px solid #108a97;
}
.tramites .box-0{
	padding: 0;
	margin: 0 0 30px 0;
}
.tramites .box-0 .santafe-avanza{
	width: 17% !important;
	margin: 0px 5px 0 0;
}
.tramites .box-0 a.cta{
	margin-left: 20px
}
.tramites .grid{
	margin: 20px 0;
}
.tramites .ui-list-4{
	margin-right: 0;
}
.tramites .ui-list-4 li a i{
	font-size: 20px;
}
.tramites .ui-h3-1{
	margin-top: 20px;
}
.tramites .contact-form{
	margin-bottom: 20px;
}
.tramites .contact-form .input-text{
	padding: 12px 20px;
}
.tramites .contact-form.nav-tramites{
	margin-bottom: 20px;
}
.tramites .contact-form.nav-tramites .ui-bg-11{
	padding: 10px 10px 8px 10px;
}
.contact-form.nav-tramites .ui-bg-11 a{
	padding: 5px 10px;
	background: #e3e4e5;
	color:#817373;
	text-transform: uppercase;
	display: block;
	margin-bottom: 2px;
}
.tramites .contact-form.nav-tramites h4{
	padding: 8px 20px;
	color: #e3e4e5;
}
.tramites .main {
	width: 670px;
}
.tramites .sidebar-2 .banner-big{
	margin-bottom: 20px;
}
.tramites .sidebar-2 .ui-h2-1{
	margin-left: 20px;
}
.tramites .sidebar-2 .box-1{
	padding-bottom: 0;
}
.tramites .sidebar-2 .box-new{
	position: relative;
	margin-bottom: 0;
}
.tramites .sidebar-2 .box-new p.label{
	position: absolute;
	top: 0px;
	z-index: 21;
}
.tramites-n2 .contents {
	margin-top: 0px;
}
.tramites-n2 .sidebar-2{
	margin-top:0;
}
.tramites-n2 .santafe-avanza{
	width: 25% !important;
}
.tramites-n2 .box-7 .body{
	margin-top: 0;
}
.tramites-n2.tramites-busqueda .box-7 {
	padding-bottom: 0px;
}
.tramites-n2 .ui-h3-1{
	margin-top: 35px;
	margin-left: 5px;
}
.tramites-n2.tramites-busqueda .contents {
	/*margin-top: -20px;*/
}
.tramites-n2.tramites-busqueda .sidebar-2{
	margin-top:20px;
}
.tramites-n2.tramites-busqueda .box-1 {
	margin-top: 20px;
}
.tramites-n2 .sidebar-2 .footer-ctas{
	padding: 0px;
}
.tramites-n2 .sidebar-2 .footer-ctas .flex-img{
	margin-bottom: 20px;
}
.tramites-n2 .contact-form.nav-tramites{
	margin-bottom: 20px;
}
.tramites-n2 .contact-form.nav-tramites .ui-bg-11{
	padding: 10px 10px 8px 10px;
}
.tramites-n2 .contact-form.nav-tramites .ui-bg-11 .input-text-medium{
	width: 87%;
	background: #e3e4e5;
	font-size: 14px;
}
.tramites-n2 .contact-form.nav-tramites .ui-bg-11 .ir-busqueda{
	padding: 4px 3px;
	background: #108a97;
	border: none;
	height: 30px;
	width: 30px;
}
.tramites-n2 .contact-form.nav-tramites .ui-bg-11 .ir-busqueda i{
	font-size: 22px;
	color: #fff;
}
.tramites-n2 .contact-form.nav-tramites .ui-bg-11 .avanzada{
	display: block;
	padding: 2px 0;
	background: #ababab;
	color:#fff;
	text-align: center;
	text-transform: inherit;
	margin-bottom: 2px;
	font-size: 12px;
}
.tramites-n2 .contact-form.nav-tramites h4{
	padding: 8px 20px;
	color: #e3e4e5;
}
.body h3 {
	font-size: 14px;
	font-weight: 600;
	color: #108a97;
}
.tramites-n2 .body .realizar-tramite {
	margin-bottom: 35px;
}
.tramites-n2 .body .dropdown.dropdown-1 {
	display: inline-block;
	width: 43%;
}
.tramites-n2 .body .btn {
	padding: 11px 20px;
	text-align: center;
	font-weight: 600;
	width: auto;
}
.tramites-n2 .body .btn:hover {
	background:#108a97;
}
.tramites-n2 .body .icons-tramite {
	margin-top: 4px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 2px 10px 4px 0;
	text-align: right;
	width: 57%;
}
.tramites-n2 .body .icons-tramite.p-visible {
	width: 100% !important;
}
.tramites-n2 .body .icons-tramite p {
	font-size: 12px;
	font-style: italic;
	font-family: 'Aller';
	margin-top: 5px;
	text-align: left;
}
.tramites-n2 .body .icons-tramite a {
	color: #5b5b5f;
}
.tramites-n2 .body .icons-tramite i {
	font-size: 22px;
	display: inline-block;
	line-height: 0;
	margin-top: 15px;
	margin-left: 15px;
}
.tramites-busqueda .box-1{
	/*margin-top: 20px;*/
}

.tramites-busqueda .box-1 p{
	margin-left: 30px;
	color: #5b5b5f;
	font-size: 13px;
	margin-bottom: 5px;
	font-family: asap;
}
.tramites-busqueda .box-1 strong{
	/*font-style: italic;	*/
}
.tramites-busqueda .box-1 .ui-h2-1{
	font-size: 16px;
	margin-bottom: 10px;
}
.tramites-busqueda .ver-mas{
	background-color: #eeeeee;
	text-align: center;
	position: relative;
	height: 35px;
	margin: 0;
	width: 100%;
	margin-bottom: 32px;
}
.tramites-busqueda .ver-mas .caret{
	border-top-color: #eeeeee;
	position: absolute;
	bottom: -6px;
	z-index: 20;
	left: 49%;
}
.tramites-busqueda .ver-mas a{
	color: #464646;
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 35px;
	text-transform: uppercase;
	font-family: 'Asap';
}
.tramites-busqueda .ui-list-4 li{
	background-color: #efefef;
}
.tramites-busqueda .ui-list-4 li:nth-child(even){
	background-color: #e5e5e5;
}
.tramites-busqueda .ui-list-4 a,
.tramites .ui-list-4 a{
	padding: 5px 15px 9px 15px;
}
.tramites-busqueda .ui-list-4 i,
.tramites .ui-list-4 i{
	font-size: 20px;
	margin-left: 7px;
	position: relative;
	top: 3px;
}
.tramites-busqueda .ui-list-1 {
	margin: 1px 0 20px;
	padding: 10px 0;
}
/*en vivo*/
.envivo .box-1.ui-bg-1 {
	padding:10px;
	margin-bottom: 20px;
}
.envivo .box-1.ui-bg-1 .transmision-on {
	width: 66.66%;
}
.envivo .box-1.ui-bg-1 .transmision-on iframe {
	height: 371px;
	width: 100%;
}
.envivo .box-1.ui-bg-1 .transmision-off {
	width: 66.66%;
	height: 371px;
	background-color: #80767c;
	background-image: url('img/logo-big.png');
	background-repeat: no-repeat;
	background-position: center 60px;
	color: #ffffff;
	text-align: center;
	font-family: 'Asap';
	padding-top: 230px;
}
.envivo .box-1.ui-bg-1 .transmision-off p {
	margin-bottom: 30px;
	font-size: 18px;
}
.envivo .box-1.ui-bg-1 .transmision-off small {
	font-size: 14px;
}
.envivo .box-1.ui-bg-1 .transmision-off small a {
	color: #fff;
	text-decoration: underline;
}
.mas-videos{
	list-style: none;
	font-family: 'Asap';
	width: 33.33%;
	padding-left: 20px;
}
.mas-videos li{
	margin-bottom: 20px;
}
.mas-videos li:last-child {
	margin-bottom: -10px;
}
.mas-videos li a{
	height: 110px;
	display: block;
	overflow: hidden;
}
.mas-videos .disabled a {
   pointer-events: none;
   cursor: default;
}
.mas-videos li a p{
	color: #5b5b5f;
}
.mas-videos li a span{
	display: inline-block;
	background:#108a97;
	text-transform: uppercase;
	font-size: 10px;
	color:#fff;
	padding: 3px 7px;
	margin-bottom: 3px;
}
.mas-videos .disabled span{
	background:#80767c;
	text-transform: inherit;
	font-size: 12px;
}
.mas-videos .datos-transmision{
	width: 42%;
}
.mas-videos .background-color-img{
	background:#80767c;
	margin-right: 10px;
}
.mas-videos .disabled .background-color-img img{
	opacity: 0.5;
	filter: grayscale(100%) contrast(175%) brightness(100%);
    -webkit-filter: grayscale(100%) contrast(175%) brightness(100%);
	-moz-filter: grayscale(100%) contrast(175%) brightness(100%);
	-ms-filter: grayscale(100%) contrast(175%) brightness(100%);
	-o-filter: grayscale(100%) contrast(175%) brightness(100%);
	filter: gray; /* IE 6-9 */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */

}

/* Agenda */
.clearfix{
	clear: both;
}
.sidebar-agenda .col-md-4:first-child{ margin-top: 0;}

.slider-agenda{
	/*margin-top: 50px;*/
	padding: 10px 0;
	background-color: #e5e5e5;
}
.slider-agenda.event{
	padding: 10px 20px 10px 40px;
}
.events-list {
	padding: 0;
}
.events-list li{
	margin-top: 10px;
	list-style: none;
	background-color: #efefef;
}
.event-item .event-img img{
	position: absolute;
	top: 0;
	left: 0;
}
.event-item .label{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #108a97;
	font-size: 11px;
	font-family: 'Asap';
	min-width: 100px;
	padding: 5px  20px 5px 20px ;
	font-weight: normal;

}
.event-item dt,
.event-item dd{
	display: inline;
	font-family: 'Asap';
	font-size: 13px;
}
.event-body{
	padding-right: 20px;
}
.event-item dt{
	color: #108a97;
}
.event-item dl{
	margin-bottom: 0;
}
.event-item {
	overflow: hidden;
}
.event-item .ui-h3-3 {
	height: 81px;
	font-size: 16px;
}
.event-item .ui-h3-3 a{
	color: #333;

}
.mod-documents dl {
	font-size: 13px;
	margin-bottom: 5px;
}
.mod-documents dl dd a{
	color: #333;
	font-family: 'Asap';
}
.mod-documents dl dt{
	color: #991c24;
	margin: 5px 0;
	font-family: "Asap";
}
.event-item .event-img{
	float: left;
	width: 320px;
	height: 200px;
	margin-right: 20px;
	position: relative;
	max-width: 320px;
	max-height: 200px;
	overflow: hidden;
}
.prev-day, .next-day{
	border-right: 1px solid #d8dade;
	color: #454545;
	position: absolute;
	background-color: #e5e5e5;
	display: block;
	width: 36px;
	font-size: 24px;
	height: 36px;
	padding-top: 3px;
}
.next-day{
	right: 0;
	border-right: 0;
	border-left: 1px solid #d8dade;
}

.event-nav  h2{
	line-height: 36px;
	margin: 0;
}
.event-nav{
	background-color: #eee;
	position: relative;
	text-align: center;
	height: 36px;
	line-height: 36px;
}
.mod-search-date input[type=button]{
	width: 100%;
	background-color: #767676;
	border: 0;
	color: #fff;
	font-size: 14px;
	font-family: 'Asap';
}
.mod-search-date label{
	margin-bottom: 0;
	font-size: 13px;
	color: #454545;
	font-family: 'Asap';
	width: 36px;
}
.nm{
	margin: 5px;
}

.mod-search-date input[type="text"]{
	margin-left: 10px;
	width: 200px;
	height: 26px;
	border: 0;
	font-family: 'Asap';
	font-size: 13px;

}
.mod-search-date .title{
	background-color: #414141;
	color: #fff;
	padding-left: 20px;
}
.mod-search-date{
	min-height: 0;
	background-color: #c6c7ca;
}
.mod-search-date .input-group-addon{
	padding: 0;
	background: transparent;
	border: 0;
	color: #5b5b5f;

}
.price-title{
	background-color: #9c9696;
	line-height: 87px;
	font-family: 'Asap';
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}
.tags li:first-child a:after{content: ''}
.tags li:last-child a:after{content: ''}
.tags li a:after{content: ','}
.tags{
	padding: 10px 0 0;
	border-top: 1px solid #b6b7b8 ;
}
.tags li{
	display: inline;
	list-style: none;
	margin-right: 2px;
}
.tags li a:hover,.tags li:first-child{
	color: #8b8d8e;
}

.tags li a{
	color: #b6b7b8
}
.event{
	font-family: 'Asap';
}
.event .social{
	border-color: #b6b7b8
}
.event-body{
	font-size: 13px;
	margin-top: 20px;

}
.ww{
	margin-bottom: 20px;
	font-family: 'Asap';
}
.ww h3{
	width: 100%;
	margin: 0;
	padding: 10px 10px 7px 40px;
	background-color: #9c9696;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;

}
.ww-body{
	padding: 20px 10px 10px 40px;
	background-color: #e4e5e7;
	font-size: 13px;
	color: #333333;
}

/* Compras, concursos y licitaciones */

.compras .contents{
	margin-bottom: 0;
}
.compras .box-10.cta-headers.internal-cta{
	padding: 0;
	margin: 0 0 30px 0;
}
.compras .box-10 .santafe-avanza{
	width: 17% !important;
	margin: 0px 5px 0 0;
}
.compras .box-10 a.cta{
	margin-left: 20px
}
.compras .grid{
	margin: 20px 0;
}
.compras .ui-h3-1{
	margin-bottom: 20px;
}
.compras .contact-form{
	margin-bottom: 0px;
}
.compras .contact-form label{
	margin-left: 10px;
	margin-bottom: 2px;
}
.compras .contact-form .input-text{
	padding: 5px 10px;
}
.compras .contact-form .dropdown{
	margin-top: 12px;
}
.compras .contact-form small{
	margin:0;
	margin-top: 12px;
	font-size: 12px;
	padding: 0;
	top: 0;
}
.compras .contact-form .ui-bg-2{
	padding: 10px 10px 20px;
}

.icons-row {
    padding-left: 0px;
    float: left;
}

.tabs-compras {
    margin-bottom: 50px;
}

.tabs-compras .ui-bg-2{
	padding: 20px 10px 10px;
	margin-bottom: 10px;
}
.tabs-compras .tabs-nav {
	width: 100%;
}
.menu-seleccion-1 .box-7{
	padding-bottom: 0;
}
.tabs-compras .tabs-nav li{
	width: 50%;
}
.tabs-compras .tabs-nav li.active a{
	color: #ffffff;
}
.tabs-compras .tabs-nav li a{
	color: #ffffff;
	font-weight: 600;
	margin-right: 1px;
}
.tabs-compras .tabs-nav li:last-child a{
	margin-right: 0px;
}
.tabs-compras .tab-contents{
	margin-top:0;
}
.tabs-compras .tab-content table {
	width: 100%;
}
.tabs-compras .tab-content table tr{
	background-color: #efefef;
	border-bottom: 1px solid #b4b4b4;
}
.tabs-compras .tab-content table tr:nth-child(even) {
	background-color: #dddddd;
	border-bottom: 1px solid #b4b4b4;
}
.tabs-compras .tab-content table tr th{
	background: #817373;
	color: #fff;
	font-weight: normal;
	padding: 7px 10px;
        font-family:'Asap';
}
.tabs-compras .tab-content table tr td{
	vertical-align: top;
	padding: 9px;
	font-size: 13px;
	color: #000;
}
.tabs-compras .tab-content table tr .td-icon{
	vertical-align: middle;
	padding: 10px 0px 10px 10px;
	text-align: center;
}
.tabs-compras .tab-content table tr td a{
	font-size: 16px;
	color: #817373;
	font-family:'Asap';
}
.compras-n2 .box-10 .santafe-avanza{
	width: 17% !important;
	margin: 0px 5px 20px 0;
}
.compras-n2 .box-10.cta-headers.internal-cta{
	padding: 0;
	margin: 0 0 30px 0;
}
.compras-n2 .box-10 a.cta{
	margin-left: 20px;
}
.compras-n2 .ui-h3-1{
	margin-top: 55px;
	text-transform: uppercase;
}
.compras-n2 .ui-bg-2{
	padding: 15px 20px 20px;
	margin-bottom: 10px;
}
.compras-n2 .ui-bg-2 p.pull-left{
	color: #5b5b5f;
	font-family: 'Asap';
	margin: 0 0 15px 10px;
}
.compras-n2 .ui-bg-2 .pull-right{
	margin-bottom: 10px;
}
.compras-n2 .ui-bg-2 .icon-impresora{
	color: #5b5b5f;
	margin-right: 20px;
	font-size: 22px;
}
.compras-n2 .body{
	background:#fff;
	padding: 20px 40px;
}
.compras-n2 .body h3{
	margin-bottom: 0;
}
.compras-n2 .body i{
	color: #108a97;
	font-size: 13px;
	margin: 0 5px;
}
.compras-n2 .body p{
	font-size: 13px;
}
.compras-n2 .ui-list-4 {
	margin: 0;
	list-style: none;
}
.compras-n2 .ui-list-4 li{
	padding: 10px 20px 10px 40px;
	color: #5b5b5f;
	font-size: 13px;
}
.compras-n2 .ui-list-4 li strong{
	display: block;
	margin-bottom: 10px;
}
.compras-n2 .ui-h3-1 {
	text-transform: inherit;
}
.body .body-items-list{
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}
.body .body-items-list .documento{
	margin-bottom: 20px;

}
.body .body-items-list .documento i{
	font-size: 42px;
	color: #aaaaaa;
	margin-right: 15px;
	width: 40px;
}
.body .body-items-list .documento .datos{
	width: 50%;
}
.body .body-items-list .documento p{
	color:#108a97;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: -3px;

}
.body .body-items-list .documento small{
	font-size: 13px;
	color: #5b5b5f;
}

.menu-seleccion-2 {
	padding: 0;
}

.menu-seleccion-2 .fix {
	color: #ffffff;
	background-color: #108a97;
}

.menu-seleccion-2 li {
	color: #ffffff;
	background-color: #c6c7ca;
	padding: 6px 30px;
	width: 50%;
	float: left;  list-style: none;
}

.menu-seleccion-2 li a {
	color: #ffffff !important;
	font-family: 'Aller';
	font-weight: 600;
	font-size: 14px;
}

.ui-list-6 {
	background-color: #efefef;
	padding:10px 0 1px;
}

.ui-list-6 .ui-list-1 li {
	padding: 0 10px;
	list-style: none;
	width: 340px;
	float: left;
}

.ui-list-7{
	clear: both;
	padding: 2px;
	margin: 0;
	overflow: hidden;

}
.ui-list-7 li{
	width: 33.33%;
	display: inline-block;
	margin: 5px 0;
	padding-right: 20px;
	margin-left: -2px;
	font-size: 13px;
	font-family: 'Asap';
	vertical-align: top;
}
.ui-list-7 li a{ color:  #444}

/*custom css para busqueda general*/

.li_busqueda{
    padding: 10px 0px 10px 27px;
}

.titulo_busqueda {
    margin: 0px 0px 2px;
    font-size: 14px;
    font-weight: 600;
    color: #108a97;
}

.tramites-busqueda .pie_resultados_busqueda {
    background-color: #eeeeee;
    text-align: center;
    position: relative;
    height: 35px;
    margin: 0;
    width: 100%;
}

.tramites-busqueda .pie_resultados_busqueda .caret{
	border-top-color: #eeeeee;
	position: absolute;
	bottom: -6px;
	z-index: 20;
	left: 49%;
}
.tramites-busqueda .pie_resultados_busqueda a{
	color: #464646;
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 35px;
	text-transform: uppercase;
	font-family: 'Asap';
}

.back-guia{
    color: #5b5b5f;
    font-family: 'Asap';
    font-size: 13px;
}

.resultados-agenda .ver-mas a {
    color: #464646;
    display: block;
    font-family: 'Asap';
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.resultados-agenda .ver-mas{
	background-color: #eeeeee;
	text-align: center;
	position: relative;
	height: 35px;
	margin: 0;
	width: 100%;
	margin-bottom: 32px;
}

.ui-list-4 li a[class="resultados-convocatoria"] {
    color: #108a97;
    display: inline;
    padding-left: 3px;
}

.tabs-compras .tab-content table tr td a[class="item_table_guia"] {
    font-size: 13px;
    color: #000;
    font-family:'Asap';
}

/*clases para link de descarga de cartelera de la guia compra*/
.li-descarga-cartelera {
	margin-bottom: 10px;
	display: table;
	list-style: none;
	font-size: 13px;
	font-family: 'Asap';
	margin: 3px 20px 3px 0;
	/*width: 280px;*/
	vertical-align: top;
        float:left;
}

.icon-descarga-cartelera {
	color: #8b8d8e;
	font-size: 22px;
	height: auto;
	margin-left: 12px;
        margin-right: 5px;
}

.link-descarga-cartelera {
	display: table-cell;
	color: #444;
	vertical-align: middle;
	font-size: 11px;
	line-height: 1.3em;
	/*width: 280px*/
}

.content-descarga-cartelera {
	margin-left: 799px;
}

/* fin de clases para descarga de cartelera de la guia compras*/



/*personas desaparecidas*/
.contents-personas {
	overflow: inherit;
}
.contents-personas .sidebar img{
	margin-bottom: 20px;
}
.box-persona img{
	-webkit-transition: opacity .3s; /* For Safari 3.1 to 6.0 */
			transition: opacity .3s;
	 -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.box-persona:hover img{
	 -webkit-filter: none;
	filter: none;
}
.box-personas {
	position: relative;
	top: -33px;
}
.box-personas .tabs-nav{
	display: table;
	width: 100%;
}
.box-personas .tabs-nav li{
	float: none;
	width: auto;
	display: table-cell;

}
.box-personas .tabs-nav li a {
	font-size: 15px;
}
.box-personas .tab-contents {
	margin: 0;
	padding: 20px 10px;
}
.box-personas .tab-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.box-personas .tab-content li {
	float: left;
	margin: 0 20px 20px 0;
}
.box-personas .tab-content li:nth-child(4n) {
	margin-right: 0px;
}
.box-personas .box-persona {
	display: block;
	text-align: center;
	background: #c6c7ca;
	padding: 10px;
	width: 150px;
	height: 190px;
}
.box-personas .box-persona p {
	color: #5b5b5f;
	font-family: 'Asap';
	line-height: 120%;
	overflow: auto;
	height: 35px;
	margin-bottom: 0;
}
.box-personas .box-persona img {
	margin-bottom: 7px;
	border-radius: 5px;
}
.box-personas .box-persona:hover {
	background: #706363;
}
.box-personas .box-persona:hover p {
	color: #fff;
}
.box-personas .social {
	border-color: #d7d8d9;
	margin: 0 30px 10px 30px;
}
.perfil-desaparecido {
	padding: 20px 30px 25px 30px;
	overflow: hidden;
	font-family: 'Asap';
}
.perfil-desaparecido img {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin-right: 20px;
	max-width: 290px;
}
.perfil-desaparecido h3 {
	color: #108a97;
	font-size: 20px;
	margin: 10px 0;
	font-weight: bold;
}
.perfil-desaparecido p {
	color: #5b5b5f;
	font-size: 14px;
	line-height: 95%;
}
/*fin de clases para personas desaparecidas*/

/*Estadisticas*/
.estadisticas .contents .sidebar {
	margin-left:  20px;
}
.estadisticas .ui-list-4 {
}
.estadisticas .ui-list-4 li {
	margin-bottom: 10px;
}
.estadisticas .ui-list-4 li:nth-child(even){
	color: #000;
}
.estadisticas .ui-list-4 li p {
	padding: 9px 20px;
	font-size: 16px;
	margin-bottom: 0;
	border-bottom: 1px solid #d8dade;
}
.estadisticas .ui-list-4 li a {
	padding: 6px 0px 5px 20px;
	font-size: 12px;
	color: #444444;
	display: inline-block;
}
.estadisticas .ui-list-4 li a:hover {
	color: #914744;
}
.estadisticas .ui-list-4 li a i {
	font-size: 16px;
	margin-right: 10px;
}
.estadisticas .datos-estadisticas {
	margin: 20px 0;
}
.estadisticas .datos-estadisticas p {
	font-size: 14px;
	color: #444444;
	margin-bottom: 0px;
	font-family: 'Asap';
}
.estadisticas .datos-estadisticas strong {
	color: #108a97;
}
.estadisticas .box-0 {
	padding-bottom: 0;
}
.estadisticas .ui-h3-1 {
	width: 670px;
	line-height: 140%;
}
/*Fin de Estadisticas*/

/*estilos para hover de tr*/
.table-hover tbody tr:hover td{
  background-color: #aaaaaa;
}

/*estilo para que el paginador no genere un salto de linea*/
.pagination{
  max-width:none;
}

/*estilos para tabla de licitaciones*/
.table-licitaciones tr td:nth-child(1){
	width:10%;
}

.table-licitaciones tr td:nth-child(2){
	width:55%;
}

.table-licitaciones tr td:nth-child(3){
	width:15%;
}

/*estilos para link cerrar en filtros de convocatoria*/
.div-cerrar {
    position:relative;
    top:5px;
    left:951px;
}

.link-cerrar {
    font-family: 'Asap';
    color: #5b5b5f;
    font-size: 13px;
}
/*estilos para paginador de guia de desaparecidos*/
.box-personas .tab-content .pagination li {
    float: none;
    margin: 0px;
}

/*estilos para video en vivo*/
.imagen-previa{
    max-width: 160px;
    max-height: 110px;
    overflow: hidden;
}

/*estilo para posicion de tramite centro*/
.mod-margin-top{
    margin-top: 20px;
}
.tramites-n3 .news-item{
	padding-right: 0;
	padding-left: 20px !important;
}
.tramites-n3 p.pull-right{
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0;
}
.tramites-n3 ul{
	overflow: hidden;
	clear: both;

}
.tramites-n3 li{
	margin: 3px 20px 3px 0;
	width: 280px;
	display: inline-block;
	padding-right: 10px;
	vertical-align: top;
}

/*estilos para display_load*/
.display-load{
    height:500px;
}

.img-load{
    margin-top:150px;
}

/*estilos para licitaciones*/

div[role=main]{
	font-family: 'Aller';
}

.logo-print{
	display: none;
}

/*estilo para que titulos vacios mantengan la altura (utlizado en info_gral2.tpl)*/
.titulo-tema-vacio{
	height: 48px;
}



/**
*   clases que vienen desde ezpublish y se customizan para la vista actual
*/

.renderedtable {
  width:100%;
 	margin-bottom: 20px;
  max-width: 100%;
  border-collapse: collapse;
    border-spacing: 0;
   background-color: transparent;
}


.renderedtable tr {
    background-color: #efefef;
    border-bottom: 1px solid #b4b4b4;
}


.renderedtable tr td {
    color: #000;
    font-size: 13px;
    padding: 10px;
    vertical-align: top;

}

.renderedtable tr td ul li a{
    color: #000;
    font-size: 13px;
}
/* agreguï¿½ esto para boï¿½ton de trï¿½mites offline */
.offline {
     cursor: none;
}

.title-row-clear-both {
    clear:both;
    padding-top: 50px;
}

/*agregado para tabs de Convocatorias*/
.tabs-convocatorias .tabs-nav li {
    width: 33.33%;
}

.tabs > .tab-contents > #compras  {
	max-width:679px;
	overflow-x:scroll;
}

li.social-header {
    /*
    background-color: transparent;
    border-top: medium none;
    display: block;
    padding: 2px 5px;
    position: static;
    text-align: inherit;
    width: auto;
    */
    padding: 2px;
    margin-top: 4px;
}

li > a {
    color: #108a97;
}

li.social-header > a i {
    color: #4a4a4a;
    font-size: 32px;
    transition: color 0.2s ease 0s;
}

a {
    color: #108a97;
}

a:hover, a:focus{
    color: #595959;
}

/* redes sociales en el top*/
li.social-header > a:hover i.elementosfacebook {
    color: #3b5998; 
}

li.social-header > a:hover i.elementostwitter {
    color: #00aced;
}
li.social-header > a:hover i.elementosyoutube {
    color: #bb0000;
}

.navbar{
    margin-bottom: 0px;
}