/*

[Master Stylesheet]


[Table of contents]

1. GENERAL STYLES
   - 1-1 PRELOADER
   - 1-2 STYLE SWITCHER
   - 1-3 GO TO TOP
   - 1-4 ANY TOPIC TITLE
   - 1-5 PAGINATION
   - 1-6 BREADCRUMB
   - 1-7 SUB INFO
   - 1-8 MODAL BOX
   
2. TYPOGRAPHY
   - 2-1 LINKS
   - 2-2 HEADERS
   - 2-3 MISC
   - 2-4 COLORS
   
3. LAYOUT
   - 3.1 GRID
   - 3.2 PAGE HEADER

4. HEADER
   - 4-1 RADIO EN VIVO
   - 4-2 SITE LOGO
   - 4-3 WEATHER
   - 4-4 TIME AND DATE
   - 4-5 HEADER TOOL BAR (VER SI LO ESTAMOS USANDO)
   
5. NAVIGATION
   - 5-1 PARENT NAVIGATION
   - 5-2 CHILD NAVIGATION
   - 5-3 NAVBAR-INVERSE NAVIGATION
   
6. SEARCH

7. HOT NEWS
	
8. BANNER AND OWL CAROUSEL
	- 8-1 OWL CAROUSEL PROGRESS BAR
	- 8-2 OWL CAROUSEL CONTROLS
    - 8-2 OVERLAY ON IMAGES
	- 8-2 OWL CAROUSEL SYNC
	
9. LEFT COLUMN
	- 9-1 BUSINESS SECTION
	- 9-2 SALUD Y TRAVEL
    - 9-3 LIFE STYLE
	- 9-4 RECENT VIDEOS
	- 9-5 MASONRY
	- 9-6 AUTHOR
	- 9-7 COMMENTS
	- 9-8 FAQs
	- 9-9 CONTACT
	-9-10 HOME-2
	-9-11 ADS
	-9-12 ENCUESTA
		  PORTADA-VOLANTA
	
10-MID COLUMN

11.RIGHT COLUMN
	- 11-1 ADVERTISEMENT AREA (336PX*280PX)
	- 11-2 SOCIAL COUNTERS
	- 11-3 TABS
	- 11-4 CALENDAR

12.FOOTER
13.404 PAGE
13.ENCUESTAS


14-MEDIA QUERIES

*/

/*------------------------------------*\
    1-GENERAL STYLES
\*------------------------------------*/



			

/*1-1 PRELOADER*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3000; /* makes sure it stays on top */
}
#status {
	width: 200px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/general/status-red.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/*1-3 GO TO TOP*/
#scrollUp {
	background-color: #2C69B4;
	background-image: url("../images/general/top-top.png");
	bottom: 20px;
	right: 20px;
	width: 38px;    /* Width of image */
	height: 38px;   /* Height of image */
}

/*1-4 ANY TOPIC TITLE*/
.main-title-outer {
	border-bottom: 1px solid #ededed;
	width: 100%;
	margin-bottom: 10px;
}
.title-seccion {
	font-family: 'openSans', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
	margin-top:10px;
}
.main-title {
	border-left: solid 8px #00A8E6;
	position: relative;
	z-index: 1;
	background-color: #5BB33B;
	float: left;
	margin: 0 5px;
	text-align: center;
	border-bottom: none;
	padding: 0 10px 0 5px;
	font-size: 1.143em/*16px*/;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	height: 30px;
	line-height: 30px;
}
.main-title:before {
	content: "";
	display: block;
	position: absolute;
	left: -16px;
	border-left: solid 4px #5BB33B;
	width: auto;
	margin-top: 0;
	min-height: 100%;
	z-index: 10;
}

/*1-5 PAGINATION*/
.pagination {
}
.pagination li a, .pagination li span {
	border: 1px solid #ededed !important;
}
.pagination li a:hover, .pagination li span:hover, .pagination li a:focus, .pagination li span:focus {
	background: #ededed;
	border: 1px soild #ededed;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background: #5BB33B;
	border: 1px solid #5BB33B !important;
}
.pagination > li > a, .pagination > li > span {
	color: #00528E
;
}
/*1-6 BREADCRUMB*/
.page-header .breadcrumb {
	    background-color: none;
	font-size: 0.929em/*13px*/;
	float: right;
	padding: 12px 0 10px 15px;
	text-transform: capitalize;
	margin-bottom:10px;
}
.breadcrumb .active {
	color: #5BB33B;
}
.breadcrumb > li + li:before {
	color: #78899b;
	content: "\f152";
	font-family: "ionicons";
}


/*1-7 SUB INFO*/
.sub-info {
	font-size: 0.857em/*12px*/;
}
.sub-lg {
	font-size: 1em/*14px*/;
}

.sub-topic-bordered {
	border-bottom: 1px solid #ededed;
	/*margin-bottom: 10px;*/
}

.sub-info-bordered {
    border-top: 1px solid #ededed;
   /* border-bottom: 1px solid #ededed;*/
    padding: 0;
	margin-bottom: 5px;/**/
}
.sub-info-bordered div {
	display: inline-block;
}
.sub-info-bordered .stars {
	float: right;
}
.sub-info-bordered a {
	color: #2F8032;
}
.sub-info-bordered a:hover {
	text-decoration: underline;
}
.last-update {
	font-size: 0.857em/*12px*/;
	line-height: 36px;
}
.author {
	padding-right: 10px;
	display: inline-block;
}
.comments {
	display: inline-block;
}
.stars {
	font-size: 1em ;
	color: #2F8032;
}

/*1-8 MODAL BOX*/
.mfp-zoom-in { /* start state */ /* animate in */ /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.white-popup {
	position: relative;
	background: #fff;
	padding: 5px 5px 5px 5px;
	width: auto;
	max-width: 324px;
	margin: 0 auto;
}
.mfp-close-btn-in .mfp-close {
	color: #2F8032;
}


/*------------------------------------*\
    2-TYPOGRAPHY
\*------------------------------------*/

/*2-1 LINKS*/
a {
	color: #00A8E6;
}
a:hover, a:focus {
	color: #2C69B4;
	text-decoration: none;
	outline: none;
}
a:hover img {
	border: none;
	opacity: 0.9;
}
p {	
	font-family: 'Open Sans', sans-serif;
	/*font-size: 1em;*/
    line-height: 1.4;
	color: #333333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*2-2 HEADERS*/
h1 {
	color: #353535;
	font-weight: 600;
}
h2 {
	color: #333333;
	font-weight: 600;
}
h3 {
	color: #353535;
	font-weight: 600;
}
h4 {
	color: #333333;
	font-weight: 600;
}
h5 {/*--breve --*/
	color: #333333;
	font-weight: 400;
}
h6 {
	color: #333333;
	font-weight: 600;
}
h1, .h1, h2, .h2, h3,.h3, h4, .h4 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h5, .h5, h6, .h6 {
	margin-top: 3px;
	margin-bottom: 5px;
}
a:hover h5, a:hover h4, a:hover h3, .h3 a:hover, a:hover h2 {
	color: #00A8E6;
}

/*2-3 MISC */
* {
	border-radius: 0 !important;
}
*:focus {
	outline: none;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fdfdfd;
}
mark {
	background: #5BB33B;
	color: #fff;
}
br {
	margin: 5px 0;
}
hr {
	border-top: 1px solid #ededed;
	margin-top: 10px;
    margin-bottom: 10px;
}
blockquote {
	border-color: #5BB33B;
}
blockquote p {
	color: #5BB33B;
}
.img-thumbnail {
    background-color: #f8f8f8;
	border: none;
	padding:0;
	top:0;
}
/* --LIMITE HEIGHT -IMAGE EN LISTADO --*/
.limit-thumbnail {
	max-height:260px;
	overflow:hidden;
}
.limit-thumbnail-popular {
	max-height:70px;
	overflow:hidden;
}
/* --LIMITE HEIGHT -IMAGE EN LISTADOS --*/
.limit-90 {
	max-height:90px;
	overflow:hidden;
	vertical-align: baseline;
}

.limit-120 {
	max-height:120px;
	overflow:hidden;
}
.limit-260 {
	max-height:260px;
	overflow:hidden;
}
.limit-220 {
	max-height:200px;
	overflow:hidden;
}
.limit-580 {
	max-height:580px;
	overflow:hidden;
	vertical-align:middle !important;
}		


.subscribe-info .btn span {
	font-size: 1.429em /*24px*/;
}


.text-danger {
	color: #8d9aa5;
}

.top-margin {
	margin-top: 20px;
}
.bordered {
    border: 1px solid #ededed;
    padding: 10px 5px 5px;
	margin-bottom:10px;
}


.sec-topic {
	margin-bottom: 20px;
	/*padding-right: 15px;*/
}


.right-sec .main-title {
	font-size: 1em;
}
.right-sec .list-inline li {
	margin-bottom: 5px;
}



/*2-4 COLORS*/
.blue{ color:#2C69B4;}
.cyan{ color:#00A8E6;}
.celeste{ background:#D4E2ED;}
.green{ color:#5BB33B;}
.lightgreen-colors{ color:#9BD819;}

.turismo-colors{ color:#5BB469;}
.carnaval-colors{ color:#891E71;}
.espectaculos-colors{ color:#C61338;}






/*------------------------------------*\
    3-LAYOUT
\*------------------------------------*/

/*3-1 GRID */

.row {
	margin-left: -5px;
	margin-right: -5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
	padding-left: 5px;
	padding-right: 5px;
}
/*3-2 PAGE HEADER */
.page-header {
	margin: 15px 0 20px;
	border-bottom: 1px solid #ededed;
	padding:0;
}

.fecha {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #8d9aa5;
	margin: 0 0 20px;
	padding:0;
}
.page-header small {
	padding-left: 5px;
	font-size: 1em /*14px*/;
	text-transform: none;
	color: #78899b;

}

.page-header h1 {
	display: inline-block;
}
.page-header h4 {
	display: inline-block;
}

.page-header .breadcrumb {
	display: inline-block;
}
.page-volanta {
	margin: 15px 0 5px;
	border-bottom: 1px solid #ededed;
	padding:0;
}
.page-volanta .small {
	width: auto;
	background:#00A8E6;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	padding:10px;
	line-height:1.2;
	color:#fff;
    font-weight: 700;
    text-transform: uppercase;
	
}



/*------------------------------------*\
    4-HEADER
\*------------------------------------*/
/*4-1 RADIO EN VIVO-*/
.radio-online{
	float:left;
	margin-top:1.1em;
	height:2.5em;
	background: #353535;
}
.logo_radiomaxima{
	display:inline-block;
	float:left;
	background: #ffffff;
	margin:0; padding:0.2em .3em 0;
	width:15%;
	height:2.5em;
	
}
.logo_radiomaxima img{
	background-position:center;
	margin:0 !important;
}
.boxenvivo{
	display:inline-block;
	float:left;
	margin:0;
	padding: .5em 1em 0;
	
	font-size: 1em;                      
	color: #fff;
	text-align:center;
}
.boxenvivo:hover{
	color:#00A8E6;
}

/*4-2 SITE LOGO*/
/*-navbar-brand- ESTA EN FORMULARIOS.CSS*/
.navbar .brand-hidden{
	display:none;
}	

/*4-3 WEATHER*/
@font-face {
	font-family: 'weather';
	src: url('../fonts/artill_clean_icons-webfont.eot');
	src: url('../fonts/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/artill_clean_icons-webfont.woff') format('woff'), url('../fonts/artill_clean_icons-webfont.ttf') format('truetype'), url('../fonts/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
	font-weight: normal;
	font-style: normal;
}
#weather {
	display: inline-block;
  	float:left;
  	color: #fff;
	margin: 1em 0 0 0;
}
#weather i {
  color: #fff;
  font-family: weather;
  font-size: 4.5em;
  font-weight: normal;
  font-style: normal;
  line-height:0;
  text-align: left;
  padding: 0 .2em 0 .2em;
}
#weather h2 {
  margin: 0;
  padding:0;
  color: #fff;
  font-size: 2.4em;
  font-weight: 600;
  text-align: left;
}
#weather ul {
	float:left;
  	padding: 0; margin: 0;
	list-style: none;
}
#weather li {
  display: inline-block;
  padding:0;
  margin: 0;
}
/*.location {
  display: block;
  padding: 0;
  margin-top: 0px;
	margin-bottom: 0px;
  color: #fff;
  text-align:center;
  font-size: 0.929em;
  font-weight: normal;
  font-style: normal;
}*/

.icon-0:before {
	content: ":";
}
.icon-1:before {
	content: "p";
}
.icon-2:before {
	content: "S";
}
.icon-3:before {
	content: "Q";
}
.icon-4:before {
	content: "S";
}
.icon-5:before {
	content: "W";
}
.icon-6:before {
	content: "W";
}
.icon-7:before {
	content: "W";
}
.icon-8:before {
	content: "W";
}
.icon-9:before {
	content: "I";
}
.icon-10:before {
	content: "W";
}
.icon-11:before {
	content: "I";
}
.icon-12:before {
	content: "I";
}
.icon-13:before {
	content: "I";
}
.icon-14:before {
	content: "I";
}
.icon-15:before {
	content: "W";
}
.icon-16:before {
	content: "I";
}
.icon-17:before {
	content: "W";
}
.icon-18:before {
	content: "U";
}
.icon-19:before {
	content: "Z";
}
.icon-20:before {
	content: "Z";
}
.icon-21:before {
	content: "Z";
}
.icon-22:before {
	content: "Z";
}
.icon-23:before {
	content: "Z";
}
.icon-24:before {
	content: "E";
}
.icon-25:before {
	content: "E";
}
.icon-26:before {
	content: "3";
}
.icon-27:before {
	content: "a";
}
.icon-28:before {
	content: "A";
}
.icon-29:before {
	content: "a";
}
.icon-30:before {
	content: "A";
}
.icon-31:before {
	content: "6";
}
.icon-32:before {
	content: "1";
}
.icon-33:before {
	content: "6";
}
.icon-34:before {
	content: "1";
}
.icon-35:before {
	content: "W";
}
.icon-36:before {
	content: "1";
}
.icon-37:before {
	content: "S";
}
.icon-38:before {
	content: "S";
}
.icon-39:before {
	content: "S";
}
.icon-40:before {
	content: "M";
}
.icon-41:before {
	content: "W";
}
.icon-42:before {
	content: "I";
}
.icon-43:before {
	content: "W";
}
.icon-44:before {
	content: "a";
}
.icon-45:before {
	content: "S";
}
.icon-46:before {
	content: "U";
}
.icon-47:before {
	content: "S";
}

/*4-4 TIME & DATE*/
#time-date {
	font-size: 1.1em;
	text-align: left;
	color: #fff;
	/*margin-top:10px;*/
	
}

#time-date h3 {
	text-align: left;
	font-size: 1.4em;
	font-weight: 600;
	color: #fff !important;
	margin: 0px;
}

#time-date span {
	text-align: left;
	color: #fff;
	font-size: 1.1em;
}

/* 4-5 HEADER TOOLBAR */
.header-toolbar {
	border-bottom: 1px solid #ecf0f1;
	padding: 10px 0;
	background:#353535;
	overflow:hidden;
}
.header-toolbar a {
	color: #909090;
}
.header-toolbar a:hover {
	color: #ffffff;
}
.header-toolbar ul.list-inline {
	margin-bottom: 0;
}
.header-toolbar ul.list-inline li {
	/*padding-right: 6px;
	padding-left: 6px;*/
}

/*--????	--*/
.share-button-counter {
    margin: 0 0 0 7px !important;
    font-family: 'Open Sans',arial,sans-serif !important;
    width: 40px;
    vertical-align: top;
    position: relative;
    text-align: center;
    background: #e6e7e9 !important;
    color: #666 !important;
    font-size: 14px !important;
    font-weight: 400;
    border-radius: 4px;
    line-height: 40px;
    border: 0 solid #ccc;
    display: none;
    visibility: hidden;
}



/*------------------------------------*\
    5-NAVIGATION
\*------------------------------------*/

/*5-1 PARENT NAVIGATION*/
.sticky-header {
	background: #fff;
}
.navbar-fixed-top {
	top: -60px;
	transition: top 800ms ease 0s;
}
.show-2 {
	transition: bottom 800ms ease 0s;
}
.show {
	top: 0;
}
.show .navbar-brand-collapse {
	display:block;
	}
.navbar-brand-collapse {

}

.navbar-brand-collapse img { width:190px; }



.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar {
	margin-bottom: 0;
}
.navbar-inverse {
	background-color: #2C69B4;
	border-top: none;
	border-bottom: 3px solid #5BB33B;
	border-right: none;
	border-left: none;
}
.navbar-inverse .navbar-nav li:first-child a {
	padding-left: 0;
}
.navbar-inverse .navbar-nav li a {
	color: #fff;
	font-weight: bold;
}
.navbar-inverse .navbar-nav li a:hover {
	color: #5BB33B;
}
.navbar-inverse .navbar-nav .open a, .navbar-inverse .navbar-nav .open a:hover, .navbar-inverse .navbar-nav .open a:focus {
	color: #5BB33B;
	background: none;
}
.navbar-inverse .navbar-nav li a, .navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:focus {
	border-right: 1px solid #44617d;
}
.navbar-inverse .navbar-nav li:last-child a {
	border-right: none;
}
.navbar-inverse .navbar-nav li.active a, .navbar-inverse .navbar-nav li.active a:hover, .navbar-inverse .navbar-nav li.active a:focus {
	background: none;
	color: #9BD819;
}
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	border: none;
	background: #00528E;
	float: left;
}
/*5-2 CHILD NAVIGATION*/
.navbar-inverse .dropdown-menu {
	background: #2C69B4;
	border: none;
}
.navbar-inverse .dropdown-menu li a {
	color: #fff !important;
	font-weight: normal;
	border-right: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-inverse .dropdown-menu li a:hover, .navbar-inverse .dropdown-menu li a:focus {
	background-color: #5BB33B !important;
	color: #FFFFFF !important;
	border-right: none !important;
}
.navbar-inverse .dropdown-menu li:first-child a {
	padding-left: 20px;
}
.dropdown-menu > li > a {
	color: #fff;
}
.nav-icn {
	margin-left: 5px;
}
.nav-sub-icn {
	margin-right: 5px;
}
.mega-menu {
	min-width: 784px;
	padding: 10px 0;
}
.mega-sub {
	list-style: none;
	padding: 0;
	border-right: 1px solid #da4839;
	margin-right: 10px;
	min-height: 170px;
}
.mega-sub a {
	display: block;
	padding: 10px 20px;
}
.mega-sub-topics {
	padding-right: 20px;
}
.mega-sub-topics h5 {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 5px 0;
}
.mega-sub-topics a {
	padding: 0 !important;
}
.mega-sub-topics a:hover img {
	opacity: 1;
}
.badge {
	background-color: #00528E
;
}
/*------------------------------------*\
    6-SEARCH
\*------------------------------------*/
.nav-search-outer {
	margin-bottom: 0px;
}
.search-container {
	background-color: #5BB33B;
	position: relative;
}
.search-container input {
	background-color: #5BB33B;
	border: none;
	color: #fff;
	padding: 1.875rem 0;
	width: 100%;
}

::-webkit-input-placeholder {
 color: #fff;
 opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
 color: #fff;
 opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #fff;
 opacity: 1 !important;
}

:-ms-input-placeholder {
 color: #fff;
 opacity: 1 !important;
}
.toggle-search {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	background: #5BB33B;
	margin-top: -10px;
	height: 60px;
	padding: 5px 15px 0 15px;
	line-height: 55px;
	text-align: center;
	font-size: 30px;
}
.toggle-search:hover, .toggle-search:focus {
	color: #fff;
}

/*------------------------------------*\
    7-HOT NEWS
\*------------------------------------*/
.hot-news {
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	margin-bottom: 10px;
}
.icon-news {
	font-size: 2.143em /*30px*/;
	margin-right: 10px;
	background: #2F8032;
	color: #fff;
	padding: 0 10px;
}
.shuffle span {
	font-size: 20px;
	display: inline-block;
}
.shuffle a span {
	color: #00528E
;
}
.shuffle a:hover span {
	color: #2F8032;
}
.ticker-wrapper.has-js {
	height: 42px;
	display: block;
	width: 800px;
	font-size: 0.929em /*13px*/;
}
.ticker {
	width: 700px;
	height: 42px;
	display: block;
	position: relative;
	overflow: hidden;
	left: -16px;
}
.ticker-title {
	display: none;
}
.ticker-content {
	margin: 0px;
	position: absolute;
	color: #2F8032;
	font-weight: bold;
	background-color: #fff;
	overflow: hidden;
	white-space: nowrap;
	line-height: 42px;
}
.ticker-content:focus {
}
.ticker-content a {
	text-decoration: none;
	color: #2F8032;
}
.ticker-content a:hover {
	text-decoration: none;
	color: #00528E
;
}
.ticker-swipe {
	padding-top: 16px;
	position: absolute;
	top: 0px;
	background-color: #fff;
	display: block;
	width: 800px;
	height: 42px;
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #fff;
	border-bottom: 1px solid #2F8032;
	height: 12px;
	width: 7px;
	display: block;
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 10px;
	color: #F8F0DB;
}
.left .ticker-swipe {
	left: 80px;
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
	float: left;
}
.left .ticker-controls {
	padding-left: 0;
}
.right .ticker-swipe { /*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
	float: right;
}
.right .ticker-controls {
	padding-right: 6px;
}
/*------------------------------------*\
    8-BANNER AND OWL CAROUSEL
\*------------------------------------*/

/*8-1 OWL CAROUSEL PROGRESS BAR*/
#bar {
	width: 0%;
	max-width: 100%;
	height: 3px;
	background: #2F8032;
	position: absolute;
	z-index: 100;
	bottom: 0;
}
#progressBar {
	width: 100%;
	background: transparent;
}
/*8-2 OWL CAROUSEL CONTROLS*/

/* aca remplazar por owl esto chacalito */

/*8-3 OVERLAY ON IMAGES*/
.box {
	position: relative;
	overflow: hidden;
}
.box img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	image-rendering: optimizequality;
}
.box:hover img {
	-webkit-transform: scale(1); /* Safari and Chrome */
	-moz-transform: scale(1); /* Firefox */
	-ms-transform: scale(1); /* IE 9 */
	-o-transform: scale(1); /* Opera */
	transform: scale(1); /*rotate(3deg)*/
	display: inline-block;
	line-height: 0;
}



.content-top {
	margin-top:30px;
}


/* OVERLAY PRINCIPAL*/
.match-height-grande {height: 100%; max-height: 590px;overflow: hidden;}
.overlay-grande {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: #353535;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
	width: 100%;
	height:30%;
}
.box:hover .overlay-grande {opacity: 1;}

.right-img-top-principal {margin-bottom: 10px;overflow: hidden;height: 590px;}
.right-img-top-principal .box {height: 590px;overflow: hidden;}

.right-img-btm-principal {overflow: hidden;height: 580px;}
.right-img-btm-principal .box {height: 580px;overflow: hidden;}

/* CATEGORIA - VOLANTA */
.categ-volanta:before {content: "";display: block;position: absolute;left: -16px;border-left:10px solid #5BB33B;width: auto;min-height: 100%;z-index: 10;}

.categ-volanta {
	position: absolute;
	background:#2C69B4;
	left: 0;
	bottom:30%;
	margin: 0;
	width: auto;
	height: 30px;
	line-height:30px;
	text-align: left;
	text-transform: uppercase;	
	border-left: 6px solid  #00A8E6; 
	border-bottom: none;
	z-index: 10;
	opacity: 1;
	-webkit-transition: all 0.9s;-moz-transition: all 0.9s;-o-transition: all 0.9s;transition: all 0.9s;
	}
.box:hover .categ-volanta {left: 10px;opacity: 1;}
.categ-volanta .volanta-data  {height: 30px;line-height: 30px;text-align: left;color: #fff;font-weight: 700;font-size: 1em;text-transform: uppercase;background:#2C69B4;display: inline-block;float: left;padding: 0 15px;}

.banner-outer-thumb .categ-volanta {bottom: 3%;opacity: 1;}


/* INFO (TEXTO)*/
.cont-info {display: block;	position: absolute; bottom:0% ;left: 0%; width: 100%; height:30%; overflow: hidden; z-index: 9; 
-webkit-transition: all 0.9s; -moz-transition: all 0.9s; -o-transition: all 0.9s; transition: all 0.9s;
font-size: 0.857em; padding: 0; }
.box:hover .cont-info {opacity: 1;}

/* CAPTION PRINCIPAL*/
.banner-outer .carousel-titulo-grande {
	z-index: 10;position: absolute;width: 100%; top:0%;left: 0%;padding: 1.5% 3% 1% 3%;
	font-size: 2.8em;color: #fff;text-align: left;font-weight: 600;line-height: 1.2;
	}
.banner-outer a p, .banner-outer a:hover p {color: #fff;}

/*
.banner-outer-thumb .carousel-titulo-grande {
position: absolute;width: 100%;top: 30%;left: 0%; z-index: 10;color: #fff;text-align: left;font-size: 1em;font-weight: 600;line-height: 1.2;padding: 0 3%; opacity: 0;}
	
.banner-outer-thumb a p, .banner-outer-thumbr a:hover p {color: #fff;}
.banner-outer-thumb .box:hover .carousel-titulo-grande {opacity: 1;}
.banner-outer-thumb .item {	margin: 0 5px;padding: 4px;	background-color: #f8f8f8;border: 1px solid #ededed;}
*/

/* INFO (FECHA-SOCIAL)*/
.fecha-social-grande {display: block;position: absolute;left: 70%; bottom: 10%;z-index: 100;text-align: center;color: #fff;height: 10%;line-height: 1.2;font-weight: normal;font-size: 1em ;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}

.banner-outer-thumb .fecha-social-grande {bottom: 0%;opacity: 1;}
.fecha-social-grande span {font-size: 1em;display: inline-block;padding: 0 5px 0 10px;}
.fecha-social-grande span:first-child {padding-left: 0;}
.box:hover .fecha-social-grande {left: 85%; bottom: 10%;opacity: 1;}



/* OVERLAY SECUNDARIO*/
.match-height-secundarias {height: 100%;max-height: 490px;overflow: hidden;}

.right-img-top-secundarios {margin-bottom: 10px;overflow: hidden;height: 290px;}
.right-img-top-secundarios .box {height: 290px; overflow: hidden;}

.right-img-btm-secundarios {overflow: hidden;height: 280px;}
.right-img-btm-secundarios .box {height: 280px;overflow: hidden;}

.overlay-secundarios {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	overflow: hidden;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
	width: 100%;
	opacity: 1;
	background: #2C69B4;
	height:35%;
}

.overlay-secundarios-info {	
         display: block;
         position: absolute;
	     top: 0;
         left: 0;
         z-index: 9;
         overflow: hidden;
         -webkit-transition: all 0.9s;
         -moz-transition: all 0.9s;
         -o-transition: all 0.9s;
         transition: all 0.9s;
         width: 100%;
         height: 100%;
}
.box:hover .overlay-secundarios {opacity: 1;}
.box:hover .overlay-secundarios-info {opacity: 1;}


/* CAPTION SECUNDARIOS*/ 
.banner-outer .carousel-caption-secundario {
	position: absolute;
	top:65%;
	left: 3%;
    right: 3%;
	z-index: 10;
	padding-top: 10px;
    padding-bottom: 5px;
    color: #ffffff;
    text-align: left;
    text-shadow: none;
    font-size: 1.266em;
    font-weight: 700;
    line-height: 1.286;
}

.banner-outer a p, .banner-outer a:hover p {color: #fff;}

/**/
.banner-outer-thumb {padding-bottom: 1.071em;}
.banner-outer-thumb .carousel-caption-secundario {
	position: absolute;
	top:65%;
	left: 3%;
    right: 3%;
	z-index: 10;
	padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    text-align: left;
    text-shadow: none;
    font-size: 1.286em;
    font-weight: 700;
    line-height: 1.286;
}
.banner-outer-thumb a p, .banner-oute-thumbr a:hover p {color: #fff;}
.banner-outer-thumb .box:hover .carousel-caption-secundario {opacity: 1;}
.banner-outer-thumb .item {	margin: 0 5px;	padding: 4px;background-color: #f8f8f8;	border: 1px solid #ededed;}





/* CATEGORIA - VOLANTA */
.cat2:before {content: "";display: block;position: absolute;left: -16px;border-left:10px solid #5BB33B;width: auto;min-height: 100%;z-index: 10;}
.cat2 {position: absolute;left: 0; bottom:35%; margin: 0;width: auto;height: 30px;background: #353535;line-height:30px;text-align: left;text-transform: capitalize;	border-left: solid 6px #00A8E6;border-bottom: none;z-index: 10;opacity: 1;-webkit-transition: all 0.9s;-moz-transition: all 0.9s;-o-transition: all 0.9s;transition: all 0.9s;}
.box:hover .cat2 {left: 10px;opacity: 1;}
.cat2 .cat2-data  {height: 30px;line-height: 30px;text-align: left;color: #fff;font-weight: 700;font-size: 1em;text-transform: uppercase;background: #353535;display: inline-block;float: left;padding: 0 15px;}


.cat3 {
	/*position: absolute;*/
	left: 0; 
	bottom:2%;
	 margin: 0;
	 width: 100%;
	 height: 30px;
	 /*background: #5BB33B;*/
	 line-height:30px;
	 text-align: left;
	 text-transform: capitalize;
	 border-left: solid 6px #00A8E6;
	 border-bottom: none;
	 z-index: 10;
	 opacity: 1;
	 -webkit-transition: all 0.9s;
	 -moz-transition: all 0.9s;
	 -o-transition: all 0.9s;
	 transition: all 0.9s;
	 }
.cat3 .cat3-data  {
	height: 30px;
	width:auto !important;
	line-height: 30px;
	text-align: left;
	color: #fff;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	background: #5BB33B;
	display: inline-block;
	float: left;
	padding: 0 10px;
	}


/*
.box:hover .cat3 {left: 1.8%;opacity: 1;}
*/


.banner-outer-thumb .cat2 {bottom: 3%;opacity: 1;}

.fecha-social-secundario {display: block;position: absolute;left:62%; top:60%;z-index: 100;text-align: left;color: #fff;height:10%;line-height:01.2;font-weight: normal;font-size: 0.857em /*12px*/;	opacity: 0;	-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.banner-outer-thumb .fecha-social-secundario {bottom: 2px;opacity: 1;}
.fecha-social-secundario span {font-size: 12px;display: inline-block;padding: 0 5px 0 10px;}
.fecha-social-secundario span:first-child {padding-left: 0;}
.box:hover .fecha-social-secundario {left: 70%;bottom: 1px;	opacity: 1;}







/* OVERLAY-NOTA */
.overlay-nota {	display: block;	position: absolute;	bottom: 0;	left: 0;z-index: 9;background: #353535;overflow: hidden;opacity: 0.4;-webkit-transition: all 0.9s;-moz-transition: all 0.9s;-o-transition: all 0.9s;transition: all 0.9s;width: 100%;height: 15%;}
.box:hover .overlay-nota {opacity: 0.8;}
.carousel-caption-nota {left: 15px;right: 8%;bottom: 10px;z-index: 10;padding-top: 20px;padding-bottom: 20px;color: #ffffff;text-align: left;text-shadow: none;font-size: 1.5em /*18px*/;font-weight:300;line-height: 22px;}
.banner-outer-thumb .carousel-caption-nota {position: absolute;left: 15px;right: 8%;bottom: 10px;z-index: 10;padding-top: 10px;padding-bottom: 20px;color: #ffffff;text-align: left;text-shadow: none;font-size: 1.286em /*18px*/;font-weight: 300;line-height: 22px;opacity: 0;}
.banner-outer-thumb a p, .banner-oute-thumbr a:hover p {color: #fff;}
.banner-outer-thumb .box:hover .carousel-caption-nota {opacity: 1;}
.banner-outer-thumb .item {margin: 0 5px;padding: 4px;background-color: #f8f8f8;border: 1px solid #ededed;}
.banner-outer .carousel-caption-nota {position: absolute;left: 15px;right: 8%;bottom: 10px;z-index: 10;padding-top: 10px;padding-bottom: 20px;color: #ffffff;text-align: left;	text-shadow: none;font-size: 1em ;font-weight: 300;line-height: 1.2em;}
.banner-outer a p, .banner-outer a:hover p {color: #fff;}

/* CAPTION FOTOS*/
.carousel-caption-fotos {left: 15px;right: 8%;bottom: 10px;z-index: 10;padding-top: 20px;padding-bottom: 30px;color: #fff;text-align: left;text-shadow: none;font-size: 3em /*42px*/;font-weight: 600;line-height: 46px;}
/* BANERS CAPTION FOTOS */
.banner-outer .carousel-caption-fotos {	position: absolute;left: 15px;right: 8%;bottom: 10px;z-index: 10;padding-top: 20px;padding-bottom: 30px;color: #fff;text-align: left;text-shadow: none;font-size: 3em /*42px*/;font-weight: 600;line-height: 46px;}
.banner-outer a p, .banner-outer a:hover p {color: #fff;}
.banner-outer-thumb .carousel-caption-fotos {position: absolute;left: 15px;right: 8%;bottom: 10px;z-index: 10;padding-top: 20px;padding-bottom: 30px;color: #ffffff;	text-align: left;text-shadow: none;font-size: 3em /*42px*/;font-weight: 600;line-height: 46px;opacity: 0;}
.banner-outer-thumb a p, .banner-oute-thumbr a:hover p {color: #fff;}
.banner-outer-thumb .box:hover .carousel-caption-fotos {opacity: 1;}
.banner-outer-thumb .item {	margin: 0 5px;padding: 4px;	background-color: #f8f8f8;border: 1px solid #ededed;}


/*8-4 OWL CAROUSEL SYNC*/
#sync2 .item {	margin: 0 5px;	cursor: pointer; max-height:100px; overflow:hidden;}
#sync2 .owl-wrapper-outer {}
#sync2 .synced .item {	border: 2px solid #2F8032;}
#sync2  { margin-bottom:20px;}

/*------------------------------------*\
    9-LEFT COLUMN
\*------------------------------------*/
 iframe.galeria_youtube{
	 margin-bottom:25px;
	 }

.nota{
	font-size: 3.429em/*48px*/;
	color: #333333;
	font-weight: 600;
	letter-spacing: -0.05em;
	text-transform:none;
}

.breve{
	line-height: 1.4; 
	padding: .3em 0;

}

.sec-info {
	/*padding: 0 10px;*/
	margin-bottom: 20px;
}
.sec-info h3 {
	margin-top: 3px;
	margin-bottom: 5px;
	}
	
.agenda {
	height:100%;
	margin-bottom: 20px;
}	
.bg-espectaculos{ background:#C61338; }
.bg-espectaculos h1{ color:#fff; text-transform:uppercase;padding:30px;}

.tag-cultural{background:#FFF !important;width: auto;padding:10px; margin: 20px 0 10px;}
a.teatro h3 { font-size:1em;text-transform:uppercase;color:#C61338 !important; padding:0; margin:0;}
a:hover.teatro h3 { color:#00A8E6 !important;}	


/* 9-1 NOTICIAS */
/*.noticias {	padding: 10px 0 20px; margin-right:15px; }*/


.list-unstyled h4 {
	font-size:1.11em;

	margin:0 !important;
	}

.noticias {
	margin-bottom: 20px;
	padding-right: 15px;
}
.volanta-nota {
	border-left: solid 8px #00A8E6;
	background-color: #5BB33B;
}
.max-copete{ max-height:80px; height:80px;}


/*-- REDES --*/
.noticia-icon { display:block;  position: absolute; top: 0px; right: 0px; width:144px; height:32px;float: left; }	
.noticia-icon ul{ list-style: none;margin:0 ;padding: 0; }
.noticia-icon li a, .noticia-icon li span, .noticia-icon li a:focus, .noticia-icon li span:focus{
	display:inline-block;
	width:36px;
	height:32px;
	font-size:1.3em;
	font-weight:300; 
	line-height: 32px;
	text-align: center;
	color: #ion-android-image;
	margin:0; 
	z-index: 100;
	float: left;
}
.noticia-icon li:last-child {	border: none;	padding: 0;	margin: 0;}

/*
.redes { display: inline-block;}
.redes div {	margin: 0; padding:0; margin-bottom:0;  }*/

.redes div a, .redes div a, .redes div a:focus, .redes div:focus {
	/*display: inline-block;*/
	width:36px;
	height:32px;
	text-align: center;
	color: #ffffff;
}



/**/
/*-- END REDES --*/


.time {
	padding-right: 10px;
	display: inline-block;
}

.icon {
	padding: 0 10px 0;font-size:1.2em; line-height:1.2;
}
.icon-right {
	padding-right:5px;
}
.calendario {
	padding-right:10px;
}

/*9-1 NOTICIAS SECTION*/
.list-unstyled li a img {
	margin-right: 10px;
}
.list-unstyled  {
	margin: 10px 0 0;
}
.list-unstyled li {
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.list-unstyled li:last-child {
	border-bottom: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.list-unstyled li a:hover h5 {
	color: #00A8E6;
}
.list-unstyled li a:hover .img-thumbnail {
	border: none;
}


#vid-thumbs .owl-controls {
	margin-top: 10px;
	text-align: right;
}
.vid-box {
	position: relative;
	width: 100%;
	height: 100%;
}
.vid-thumb img {
	margin-bottom: 6px;
}
.vid-box span {
	width: 36px;
	height: 36px;
	background-color: #00528E;
	font-size: 1.714em /*24px*/;
	color: #fff;
	text-align: center;
	line-height: 36px;
	position: absolute;
	opacity: 1;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}
.vid-thumb:hover span {
	background-color: #2F8032;
}
/*9-2 SALUD Y CARNANAL -------SECCIONES*/
.left-bordered {
	border-left: 1px solid #ededed;
}

.right-bordered {
	right-left: 1px solid #ededed;
}

/*9-3 CAROUSEL(turismo-) */
#owl-turismo {overflow: hidden; position: relative; width: 100%; height: 360px;}
.limit-carousel {
	max-height:180px;
	overflow:hidden;
}
.seccion-turismo .item {
	margin: 0 10px;
}
.seccion-turismo .item h4 {
	margin: 10px 0 20px;
	line-height:1.2;
}
.seccion-turismo .owl-prev, .seccion-turismo .owl-next {
	top: 25%;
}
.seccion-turismo .owl-prev {
	left: -5px;
}
.seccion-turismo .owl-next {
	right: -5px;
}

/*9-3 ESPECIALES*/
.jumbotron-especiales {
   /* padding: 0 30px 0 30px;*/
    margin-bottom: 20px;
	margin-top:0px;
    color: ffffff;
	background-color: transparent;
}
.turismo-bg{ background-color: #6F9874;}
.espectaculos-bg{ background-color: #6E4A52;}
.carnaval-bg{ background-color: #985E79;}
.salud-bg{ background-color: #CA7D51;}
.tecnologia-bg{ background-color: #576B7D;}
.azul-bg{ background-color: #003366;}




/*9-4 RECENT VIDEOS*/
.recent-vid-thumb-outer .vid-box {
	position: relative;
}
.recent-vid-thumb-outer .vid-thumb img {
	margin-bottom: 10px;
}
.recent-vid-thumb-outer .vid-box span {
	width: 36px;
	height: 36px;
	background-color: #00528E
;
	font-size: 1.714em /*24px*/;
	color: #fff;
	text-align: center;
	line-height: 36px;
	position: absolute;
	opacity: 1;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	visibility: hidden;
}
.recent-vid-thumb-outer .vid-thumb:hover span {
	background-color: #2F8032;
	visibility: visible;
}
.recent-vid .nav-tabs {
	border-bottom: none;
}
.recent-vid .nav-tabs li {
	float: none;
}
.recent-vid .nav-tabs li a {
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	padding: 0;
	margin-bottom: 6px;
}
.recent-vid .nav-tabs li:last-child a {
	margin-bottom: 0;
}
.recent-vid .nav-tabs li a span {
	display: none;
}
.recent-vid .nav-tabs li a:hover {
	background-color: transparent;
}
.recent-vid .nav-tabs li a:hover span {
	display: inline;
}
.recent-vid .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
	background-color: transparent !important;
	color: #fff;
	border: none;
}
.recent-vid .nav-tabs li.active a span {
	display: none;
}
.recent-vid .tab-content {
	padding: 0;
}
.recent-vid .nav-tabs {
	border-bottom: none;
}
.recent-vid .nav-tabs li a {
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	padding: 0;
	margin-bottom: 6px;
}
.recent-vid .nav-tabs li:last-child a {
	margin-bottom: 0;
}
.recent-vid .nav-tabs li a span {
	display: none;
}
.recent-vid .nav-tabs li a:hover {
	background-color: transparent;
}
.recent-vid .nav-tabs li a:hover span {
	display: inline;
}
.recent-vid .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
	background-color: transparent;
	color: #fff;
	border: none;
}
.recent-vid .nav-tabs li.active a span {
	display: none;
}
.recent-vid .tab-content {
	padding: 0;
}





/*9-5 MASONRY*/
.grid-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.grid {	width: 100%;}

.masonry-item {
	float:left;
	width: 48.72%;
	height:420px;
	margin: 0 10px 10px 0;
	padding: 10px;
	background: #fbfbfb;
	border: 1px solid #ededed;
	overflow: hidden;
	text-overflow: ellipsis;
}
.masonry-item:hover {
	border: 1px solid #ededed;
	background: #fff;
}
.masonry-item .sec-maso h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size:1.45em;
}

/**/
.toggle {
	text-align: center;
	padding: 0;
	color: white;
}
.toggle li {
	display: inline;
	padding: 0 60px;
}
.toggle label {
	font-size: 1.2em;
	padding: 0 10px;
}



.item:hover .title {
	opacity: 1;
}

/*-- VOLANTA --*/
.volanta{ display:block;position:relative;}
.volanta h6 {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #00A8E6;
    padding: 8px 10px;
    font-size: .8em;
    font-weight: 400;
	margin:0;
	z-index: 1;
	font-weight:700;
	text-transform: uppercase;
}

.volanta h4 {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #00A8E6;
    padding: 8px 10px;
    font-weight: 400;
	margin:0;
	z-index: 1;
	font-weight:700;
	text-transform: uppercase;
}
.title {
	display: table-cell;
	vertical-align: middle;
	opacity: 0;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.expand {
	transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
	-webkit-transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
	height: 100%;
	width: 100%;
	left: 0 !important;
	top: 0 !important;
	z-index: 99;
	text-indent: -9999px;
}
.more {
	font-size: 1em;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 8px 0;
	display: block;
	margin-top: 10px;
}
.more span {
	font-size: 0.714em /*10px*/;
}
.title-icon {
	border-top: 1px solid #ededed;
	width: 100%;
	height: 30px;
	position: relative;
	text-align: left;
	color: #ion-android-image;
	margin-top: 20px;
	float: left;

}

.title-icon h5 {
	margin-left:60px;
	float:left;
}

.title-icon span {
	position: absolute;
	top: -16px;
	background: #5BB33B;
	color: #fff;
	width: 36px;
	height: 32px;
	font-size: 1.714em /*24px*/;
	z-index: 100;
	text-align: center;
	line-height: 32px;
	margin-left: 10px;
}
.blog-item {
	margin-bottom: 15px;
}
.blog-item:hover img {
	opacity: 0.8;
}
.read-more, .read-more:focus {
	width: 100%;
	display: block;
	text-align: center;
	background: #2C69B4;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.929em /*13px*/;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
.read-more:hover {
	color: #fff;
	background: #00A8E6;
	margin-bottom: 10px;
}
.read-more span {
	display: inline-block;
}


/* 9-? NOTA-TXT*/
.box-nota-txt {
	padding-right: 15px;
	font-size:1.1em;
}

.box-mb {
	margin: 0 0 30px;
}
	
/* 9-8 NOTAS RELACIONADAS*/
.related {
	
}
.related h4{
	margin: 10px 0 10px;
	font-size: 1em;
	line-height:1.2;
}
.related .item {
	margin: 0 5px 0 0;
}

/*9-9 COMMENTS*/
.media {
	border-bottom: 1px solid #ededed;
	padding: 10px;
}
.media-body .time {
	padding-left: 10px;
	font-size: 0.857em /*12px*/;
}
.media-body h5 {
	display: inline-block;
}
.nested-rep {
	background: #ededed;
	border: 1px solid #e6e6e6;
	padding: 20px;
}
.nested-rep .media-heading {
	color: #2F8032;
}
.reply {
	color: #00528E
;
	font-size: 1.429em /*20px*/;
}
.reply:hover {
	color: #2F8032;
}
.opinion {
	margin-bottom: 20px;
}
.comment-form {
	margin-top: 10px;
}
.form-control {
	border: 1px solid #ededed;
	min-height: 40px;
	box-shadow: none;
	color: #00528E
;
}
.form-control:focus {
	border-color: #ffc5bf;
	box-shadow: none;
}
/*9-8 FAQs*/
.panel {
	box-shadow: none;
}
.panel-title {
	color: #00528E
;
}
.panel-default, .panel-heading {
	border-color: #ededed
}
.panel-default > .panel-heading {
	background: #ededed;
}
.panel-body {
	border-color: #ededed;
}
/*9-9 contact*/
#map_canvas {
	display: block;
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
}
.adress {
	border-left: 1px solid #ededed;
	padding-left: 20px;
	margin-left: 20px;
}
.adress strong {
	color: #2F8032;
}
.btn-danger {
	background: #2F8032;
	border: 1px solid #2F8032;
}
.btn-danger:hover {
	background: #da4839;
	border: 1px solid #da4839;
}
/*9-10 home-2*/
.gallery div {
	margin-bottom: 5px;
}
.blogging-style .business {
	padding-bottom: 0;
}
.blogging-style .top-margin {
	margin-top: 10px;
}
.thumb-box {
	position: relative;
	width: 100%;
	height: 100%;
}
a.thumb-box span {
	width: 36px;
	height: 36px;
	background-color: #2F8032;
	font-size: 1.714em /*24px*/;
	color: #fff;
	text-align: center;
	line-height: 36px;
	position: absolute;
	z-index: 100;
	top: 40%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover.thumb-box span {
	width: 36px;
	height: 36px;
	background-color: #2F8032;
	font-size: 1.714em /*24px*/;
	color: #fff;
	text-align: center;
	line-height: 36px;
	position: absolute;
	opacity: 1;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}


/*9-11 ADS */	
.left-ads{
	margin:20px 0;
	}
	

/*9-12 ENCUESTA */
.title-encuesta h1  {
	font-size:4.5em;
	margin-top: 0;
	margin-bottom: 20px;
}
	

/*------------------------------------*\
    10-MID COLUMN
\*------------------------------------*/
.mid-sec {
	min-height: 800px;
	border: 1px solid #ededed;
	background: #fbfbfb;
	padding-top: 5px;
}
.mid-sec .main-title {
	font-size: 1em;
}


.mid-sec .vid-thumb-outer {
	margin-bottom: 15px;
}
.mid-sec .list-unstyled li {
	padding-bottom: 0;
	float: left;
	width: 100%;
}
.rate {
	background-color: #00528E
;
	color: #fff;
	display: block;
	float: left;
	font-size: 1em;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	width: 40px;
	margin-right: 8px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.list-group {
	margin-bottom: 15px;
}
.list-group-item {
	border: 1px solid #ededed;
}
.list-group-item a {
	display: block;
}
.list-group-item a:hover .badge {
	background: #2F8032;
}
.list-group-item .badge {
	float: right;
}
/*------------------------------------*\
    11-RIGHT COLUMN
\*------------------------------------*/

/*11-1 ADVERTISEMENT AREA (336PX*280PX)*/
.sponsored, .sponsored:focus {
	display: block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: #E5E5E5 ;
	margin: 5px 0 0 0;
	padding: 3px 0;
	font-size: 0.857em /*12px*/;
	white-space: nowrap;
}
.sponsord-v {
	display: block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: #00528E;
	padding: 3px 0;
	font-size: 0.857em /*12px*/;
	height: 125px;
}
/*11-2 ALERTA MAXIMA */
.alertaMaxima {
	padding: 15px;
	}
.alertaMaxima h3{
	margin: 0 0 10px 0;
	color:#5BB33B;
	}
.alertaMaxima p span {
	font-size:2em;
	color:#5BB33B;
	height:25px;
	float:left;
	padding-right:12px;
	}
.alertaMaxima p strong {
	font-size:2em;
	}
.alertamm-bg{ background-color: #2c69b4 !important;}

.face{
	display: inline-block !important;
}
/*11-2 SOCIAL COUNTERS
.table {
	margin-bottom: 5px;
}
.table-bordered {
	border: 1px solid #ededed;
}
table-bordered th, .table-bordered td {
	border: 1px solid #ededed !important;
}
.social {
}
.social a p {
	color: #00528E
;
}
.social a:hover p {
	color: #fff;
}
.social tr {
	border: none !important;
}
.social td {
	padding: 0 !important;
}
.social a {
	color: #00528E
;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 5px;
}
.social p {
	margin: 0;
}
.social p span {
	font-size: 30px;
	text-align: center;
	display: block;
}
.rss:hover {
	background: #ed802e;
}
.twitter:hover {
	background: #45b0e3;
}
.facebook:hover {
	background: #3a5898;
}
.youtube:hover {
	background: #ce342c;
}
.vimeo:hover {
	background: #42b1df;
}
.dribbble:hover {
	background: #ea4c89;
}
.googleplus:hover {
	background: #34352f;
}
.pinterest:hover {
	background: #c82128;
}
.instagram:hover {
	background: #517ea5;
}

*/

.bottom-border {
	border-bottom: 1px solid #ededed;
}
.right-border {
	border-right: 1px solid #ededed;
}
.table-responsive {
	text-align: center;
}
.bt-space {
	margin-bottom: 20px;
}
.tab-content {
	padding: 0;
}
/*11-3 TABS*/
.nav-tabs {
	border-bottom: 1px solid #ededed
}
.nav-tabs li a {
	background-color: #2C69B4;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	padding-right: 5px;
	padding-left: 5px;
}
.nav-tabs li a:hover {
	background-color: #00A8E6;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
	background-color: #5BB33B;
	color: #fff;
	border: none;
}
.nav-tabs.nav-justified li {
	border-right: 1px solid #fff;
}
.nav-tabs.nav-justified li a {
	border-bottom: none;
}
.nav-tabs.nav-justified li.active a, .nav-tabs.nav-justified li.active a:hover, .nav-tabs.nav-justified li.active a:focus {
	background: #5BB33B !important;
	border: none;
}
#comments p {
	font-size: 13px;
}
/*11-4 CALENDAR*/
.pickmeup {
	background: #fff;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: none;
	border: 1px solid #ededed;
	width: 99.5%;
	padding-bottom: 15px;
}
.pickmeup * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.pickmeup .pmu-instance {
	display: inline-block;
	height: 13.8em;
	padding: 5px;
	text-align: left;/*width: 15em;*/
}
.pickmeup .pmu-instance .pmu-button {
	color: #00528E
;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}
.pickmeup .pmu-instance .pmu-today, .pickmeup .pmu-instance .pmu-today:hover {
	background: #00528E
;
	color: #fff !important;
}
.pickmeup .pmu-instance .pmu-button:hover {
	color: #2F8032;
}
.pickmeup .pmu-instance .pmu-not-in-month {
	color: #8d9aa5;
}
.pickmeup .pmu-instance .pmu-disabled, .pickmeup .pmu-instance .pmu-disabled:hover {
	color: #333333;
	cursor: default;
}
.pickmeup .pmu-instance .pmu-selected {
	background: #2F8032;
	color: #fff;
}
.pickmeup .pmu-instance .pmu-selected:hover {
	color: #fff;
}
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
	background: #2F8032;
}
.pickmeup .pmu-instance nav {
	color: #2F8032;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: table;
	line-height: 2em;
	text-align: center;
}
.pickmeup .pmu-instance nav *:first-child :hover {
	color: #88c5eb;
	text-align: center;
}
.pickmeup .pmu-instance nav .pmu-prev, .pickmeup .pmu-instance nav .pmu-next {
	display: none;
	height: 2em;
	width: 1em;
}
.pickmeup .pmu-instance nav .pmu-month {
	text-align: center;
}
.pickmeup .pmu-instance .pmu-years *, .pickmeup .pmu-instance .pmu-months * {
	display: inline-block;
	line-height: 3.6em;
	width: 3.5em;
	text-align: center;
}
.pickmeup .pmu-instance .pmu-day-of-week {
	color: #00528E
;
	text-transform: uppercase;
	cursor: default;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 5px 0;
	margin: 10px 0;
}
.pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
	display: inline-block;
	line-height: 30px;
	width: 46px;
	height: 32px;
	text-align: center;
}
.pickmeup .pmu-instance .pmu-day-of-week * {
	line-height: 1.8em;
	font-weight: 600;
}
.pickmeup .pmu-instance:first-child .pmu-prev, .pickmeup .pmu-instance:last-child .pmu-next {
	display: table-cell;
	color: #2F8032;
}
.pickmeup .pmu-instance:first-child .pmu-month, .pickmeup .pmu-instance:last-child .pmu-month {
	width: 13em;
	color: #2F8032;
}
.pickmeup .pmu-instance:first-child:last-child .pmu-month {
	width: 12em;
	font-weight: bold;
	text-transform: uppercase;
	display: table-cell;
}
.pickmeup:not(.pmu-view-days) .pmu-days, .pickmeup:not(.pmu-view-days) .pmu-day-of-week, .pickmeup:not(.pmu-view-months) .pmu-months, .pickmeup:not(.pmu-view-years) .pmu-years {
	display: none;
}
/*------------------------------------*\
    12-FOOTER
\*------------------------------------*/

footer {
	border-top: 3px solid #5BB33B;
	margin: 20px 0 0 0;
	background-color: #1d1d1d;
}
footer .top-sec {
	background-color:#2C69B4 ;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .btm-sec {
	background-color: #1d1d1d;
}
footer .f-title {
	color: #fff;
	font-size: 1.286em /*18px*/;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0;
	margin-bottom: 5px;
}
footer p {
	color: #c1c7cd;
}
footer .stars {
	color: #b0b7bf;
}

footer h5 {
	color: #ffffff;
	font-size: 1em;
	font-weight: 400;
	
}


.f-sub-info {
	color: #b0b7bf;
}
.subscribe-info {
	border-right: 1px solid #00A8E6;
	padding-right: 20px;
	min-height: 260px;
}


.subscribe-info form {
	position: relative;
}
.subscribe-info .form-control {
	width: 100%;
	padding-right: 35px;
}
.subscribe-info .btn {
	border: none;
	background: none;
	position: absolute;
	right: 0;
	top: -5px;
}
.subscribe-info .btn span {
	font-size: 1.429em /*24px*/;
}
.popular-tags {
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #00A8E6;
	height: 280px;
	overflow: hidden;
}
.tags {
	list-style: none;
}
.tags li {
	position: relative;
	z-index: 1;
	background-color: #00A8E6;
	float: left;
	margin: 2px 5px;
	text-align: left;
	border-bottom: none;
	padding-bottom: 0;
	text-transform:uppercase;
}
.tags.list-unstyled li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*.tags li:before {
	content: "";
	display: block;
	position: absolute;
	left: -6px;
	border-left: solid 4px #486581;
	width: auto;
	margin-top: 0;
	min-height: 100%;
	z-index: 10;
}
*/
.tags li:hover {
	background: #5BB33B;
}
.tags li a {
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 8px 10px;
}
.tags li a:hover {
	background: #5BB33B;
}
.tags li:hover:before {
	border-color: #5BB33B;
}

.recent-posts {
	padding-left: 20px;
}
.recent-posts .img-thumbnail {
	background: none; 
	border: none;
}
.recent-posts li a:hover .img-thumbnail {
	border: none;
}
.recent-posts .list-unstyled li {
	border-bottom: 1px solid #00A8E6;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.recent-posts .list-unstyled li h5 {
	color: #fff;
}
.btm-sec {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #00528E
;
}
.btm-sec .list-inline li a {
	padding-right: 4px;
	padding-left: 4px;
	text-transform: uppercase;
	font-size: 1em;
	color: #2C69B4;
}
.btm-sec .list-inline li a:hover {
	color: #00A8E6;
}
.copyrights {
	font-size: 0.8em /*12px*/;
	color:#2C69B4;
	text-align:center;
}
.copyrights p{
	color:#00A8E6;
}

.f-nav  {
	font-size: 1em /*12px*/;
	color:#2C69B4;
	text-align:center;
}

.f-social {
	text-align: right;
	padding-top: 0;
}
.f-social a {
	margin: 0 5px;
	border: 1px solid #00528E;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
}
.f-social ul li {
	padding: 0;
}
.f-social ul li a span {
	font-size: 1.143em ;
	line-height: 30px;
	width: 30px;
	height: 30px;
}
.f-social ul li a:hover {
	color: #2F8032;
	border-color: #2F8032;
}
/*------------------------------------*\
    13-404 PAGE
\*------------------------------------*/
.wrong-icon {
	font-size: 200px;
	color: #00528E
;
	border-top: 1px solid #ededed;
}
.wrong-page {
	margin-top: 50px;
	margin-bottom: 50px;
}




/*------------------------------------*\
    14-MEDIA QUERIES
\*------------------------------------*/

@media (min-width: 1200px){
.navbar-brand-collapse img { width:190px; }
}

@media (max-width: 1170px) {

.pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
	width: 37px;
}
.popular-tags {
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #00A8E6;
	border-left: 1px solid #00A8E6;
	overflow: visible;
	height: auto;
}
/*
.right-img-top-secundarios {margin-bottom: 10px;overflow: hidden;height: 290px;}
.right-img-top-secundarios .box {height: 290px;}
.right-img-btm-secundarios {overflow: hidden;height: 280px;}
.right-img-btm-secundarios .box {height: 280px;}
*/
}

@media (max-width:1024px) {
.masonry-item {
	float:left;
	width: 48.2%;
	height:420px;	
	margin: 10px 10px 10px 0;
	padding: 10px;
	background: #fbfbfb;
	
	border: 1px solid #ededed;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
}

@media (max-width:992px) {
	
.navbar-brand-collapse img { width:190px; }
	
	
/*4-1 RADIO EN VIVO-*/
.radio-online{
	float:left;
	margin-top:1.1em;
	height:2.5em;
	background: #353535;
}
.logo_radiomaxima{
	display:inline-block;
	float:left;
	background: #ffffff;
	margin:0; padding:0.2em .3em 0;
	width:15%;
	height:2.5em;
	
}
.logo_radiomaxima img{
	background-position:center;
	margin:0 !important;
}
.boxenvivo{
	display:inline-block;
	float:left;
	margin:0;
	padding: .5em 1em 0;
	
	font-size: 1em;                      
	color: #fff;
	text-align:center;
}
.boxenvivo:hover{
	color:#00A8E6;
}





#weather {
  	float:left;
  	text-align: center;
  	color: #fff;
}
#weather i {
  color: #fff;
  font-family: weather;
  font-size: 35px;
  font-weight: normal;
  font-style: normal;
  line-height:0;
  text-align: left;
  padding-right:.2em;
}
#weather h2 {
  margin: 0;
  padding:0;
  color: #fff;
  font-size: 1.143em;
  font-weight: 300;
  text-align: left;
  margin: 0px;
}
#weather ul {
	margin: 1em 0 0 0;
  	padding: 0;
	list-style: none;
}
#weather li {
  display: inline-block;
  padding:0;
  margin: 0;
}

#time-date {
	text-align: left;
	margin-top:10px;
}

#time-date h3 {
	text-align: left;
	font-weight: 1em;
	margin: 0px;
}

#time-date span {
	text-align: left;
	font-size: 0.7em;
}


	
.navbar-inverse .navbar-nav li:first-child a {
	padding-left: 15px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border: none;
}
.navbar-inverse .navbar-nav li a, .navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:focus {
	border-right: none !important;
}
.owl-item img {
	display: block;
	max-width: 100%;
	height: auto;
}
/*
.social a {
	font-size: 0.643em ;
}
*/
.nav-justified li a {
	font-size: 10px;
}


.masonry-item {
	float:left;
	width: 48.2%;
	height:420px;
	
	margin: 10px 10px 10px 0;
	padding: 10px;
	background: #fbfbfb;
	
	border: 1px solid #ededed;
	overflow: hidden;
	text-overflow: ellipsis;
	
}

}

@media (min-width: 850px) {
.search-container input {
	font-size: 2em;
}

}
@media (min-width: 800px) {
/*.search-container input {
	font-size: 2em;*/}

}
@media (min-width:768px) {
	
.navbar-brand-collapse img { width:180px; }

/*----------SINDY*/
.jumbotron-especiales {
   /* padding: 0 30px 0 30px;*/
    margin-bottom: 20px;
    color: ffffff;
	background-color: transparent;
}

h3, .h3 {
    font-size: 2em;
}



/*----------//SINDY*/
.banner-outer .carousel-titulo-grande {font-size: 2.7em;}
/*.navbar-nav>li>a {
	padding: 15px 10px;
	font-size: 0.857em;
}*/
.mega-menu {
	min-width: 280px;
}
.mega-sub {
	border-right: none;
}
.last-update {
	font-size: 0.786em /*11px*/;
}
.pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
	width: 27px;
}
.popular-tags {
	height: auto;
	overflow: visible;
}
}

@media (max-width:767px) {
	
.navbar-brand-collapse img { width:200px; }

/*----------SINDY*/
.jumbotron-especiales {
   /* padding: 0 30px 0 30px;*/
    margin-bottom: 20px;
    color: ffffff;
	background-color: transparent;
}

/*4-1 RADIO EN VIVO-*/
.radio-online{
	float:left;
	margin-top:0;
	margin-bottom:.5em;
	width:100%;
	height:3em;
	background: #353535;
}
.logo_radiomaxima{
	display:inline-block;
	float:left;
	background: #ffffff;
	margin:0; padding:0.09em .3em 0;
	width:15%;
	height:3em;
	
}
.logo_radiomaxima img{
	background-position:center;
	margin:0 !important;
}
.boxenvivo{
	display:inline-block;
	float:left;
	margin:0;
	padding: .5em 1em 0;
	
	
	font-size: 1.2em;                      
	color: #fff;
	text-align:center;
}
.boxenvivo:hover{
	color:#00A8E6;
}

.navbar-brand {
	width: 320px; 
	height:62px;
	margin: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	/*background: url('../images/general/logo-maximaOnline.png') no-repeat;*/
	background-size: 100%;
	padding: 0;
}
.navbar-header {
	/*float: none;*/
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-brand-collapse {
  /*  width: 220px;
	height:29px;	
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url('../images/general/logo-maximaOnline.png') no-repeat;
	background-size:210px 27px;
	background-position:left;
	float:left;
	margin:10px 5px 5px 5px;*/
}


.volanta h6 {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #00A8E6;
    padding: 8px 10px;
    font-size: 1.2em;
    font-weight: 400;
    margin: 0;
    z-index: 1;
    font-weight: 700;
    text-transform: uppercase;
}
.masonry-item {
	float:left;
	width: 100%;
	height: auto;
	margin: 10px 10px 10px 0;
	padding: 10px;
	background: #fbfbfb;
	border: 1px solid #ededed;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.masonry-item .sec-maso h3 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.8em;
}

.grid .sub-info-bordered {
    border-top: 1px solid #ededed;
    padding: .5em 0 0;
    margin-bottom: 0;
}
.grid .sub-info-bordered .redes {
	float: left;
}

.box-nota-txt {
	font-size:1.6em;
}

.related .item {
    margin: 0;
}
.item topic h4 {
	margin:0;
}

.owl-prev, .owl-next {
	display: none;
}
.info {
	line-height: 54px;
}
.secciones {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
}
.pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
	width: 27px;
}
.subscribe-info {
	min-height: inherit;
}
.popular-tags {
	height: auto;
	overflow: visible;
}
.subscribe-info {
	border-right: none;
	padding-right: 5px;
}
.popular-tags {
	padding-right: 5px;
	padding-left: 5px;
	border-right: none;
}
.recent-posts {
	padding-left: 5px;
}
.f-social .list-inline li {
	float: left;
}
.f-nav .list-inline li {
	padding-left: 0;
	margin-bottom: 5px;
}
.copyrights {
	text-align: left;
	margin-bottom: 5px;
}
.mid-sec .list-unstyled li {
	width: 100%;
	padding-bottom: 10px;
	float: left;
}

/*9-12 ENCUESTA */
.title-encuesta h1  {
	font-size:2.5em;
	margin-top: 0;
	margin-bottom: 20px;
}
}

@media (max-width:720px) {
	
.navbar-brand-collapse img { width:220px; }


.navbar-brand {
	width: 320px; 
	height:62px;
	margin: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	/*background: url('../images/general/logo-maximaOnline.png') no-repeat;*/
	background-size: 100%;
	padding: 0;

}

.volanta h6 {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #00A8E6;
    padding: 8px 10px;
    font-size: 1.2em;
    font-weight: 400;
    margin: 0;
    z-index: 1;
    font-weight: 700;
    text-transform: uppercase;
}
.masonry-item {
	float:left;
	width: 100%;
	height: auto;
	margin: 10px 10px 10px 0;
	padding: 10px;
	background: #fbfbfb;
	border: 1px solid #ededed;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.masonry-item .sec-maso h3 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.8em;
}

.grid .sub-info-bordered {
    border-top: 1px solid #ededed;
    padding: .5em 0 0;
    margin-bottom: 0;
}
.grid .sub-info-bordered .redes {
	float: left;
}

/*.grid .sub-info-bordered {
	height: 50px;
}*/






.box-nota-txt {
	font-size:1.6em;
}

.related .item {
    margin: 0;
}
.item topic h4 {
	margin:0;
}

 


.match-height-grande {height: 100%; max-height: 210px;overflow: hidden;}
.overlay-grande {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	overflow: hidden;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
	width: 100%;
	opacity: 1;
	background: #353535;
	height:38%;
}
.banner-outer .carousel-titulo-grande {
    font-size: 2em !important;
    background: #353535;
    padding-bottom: 10px;
}
.box:hover .overlay-grande {opacity: 1;}
.right-img-btm-principal {margin-bottom: 10px;overflow: hidden;height: 290px;}
.right-img-btm-principal .box {height: 290px;}
.banner-outer .carousel-titulo-grande {
	font-size: 2em;
	background:#353535;
	padding-bottom: 10px;
}
.banner-outer .carousel-caption-secundario {
	font-size: 1.286em;/*18px*/
	padding-bottom: 10px;
}
.cont-info {
	 height:45%;
	 padding-bottom:0px; padding-top:10px;
	 }
.categ-volanta {
	position: absolute;
	background:#2C69B4;
	left: 0;
	bottom:45%;
	margin: 0;
	width: auto;
	height: 30px;
	line-height:30px;
	text-align: left;
	text-transform: uppercase;	
	border-left: 6px solid  #00A8E6; 
	border-bottom: none;
	z-index: 10;
	opacity: 1;
	}

.sec-topic .sub-info-bordered {
	height: 50px;
}
.sec-topic .sub-info-bordered .stars {
	float: left;
}
.sec-topic .sub-info-bordered .redes {
	float: left;
}
/*9-12 ENCUESTA */
.title-encuesta h1  {
	font-size:2.5em;
	margin-top: 0;
	margin-bottom: 20px;
}
}




@media (max-width: 480px){

.navbar-brand-collapse img { width:170px; }


.navbar-brand {
	width: 320px; 
	height:62px;
	margin: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	/*background: url('../images/general/logo-maximaOnline.png') no-repeat;*/
	background-size: 100%;
	padding: 0;

}

.volanta h6 {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #00A8E6;
    padding: 8px 10px;
    font-size: 1.2em;
    font-weight: 400;
    margin: 0;
    z-index: 1;
    font-weight: 700;
    text-transform: uppercase;
}
.masonry-item {
	float:left;
	width: 100%;
	height: auto;
	margin: 10px 10px 10px 0;
	padding: 0px;
	background: #fbfbfb;
	border: 0px solid #ededed;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.masonry-item .sec-maso h3 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 2.4em;
}


.list-unstyled h4 {
    font-size: 1.91em;
    margin: 0 !important;
}

.grid .sub-info-bordered {
    border-top: 1px solid #ededed;
    padding: .5em 0 0;
    margin-bottom: 0;
}
.grid .sub-info-bordered .redes {
	float: left;
}

/*.grid .sub-info-bordered {
	height: 50px;
}*/


.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 2.5em;
}





.box-nota-txt {
	font-size:1.6em;
}

.related .item {
    margin: 0;
}
.item topic h4 {
	margin:0;
}


 


.match-height-grande {height: 100%; max-height: 210px;overflow: hidden;}
.overlay-grande {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	overflow: hidden;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
	width: 100%;
	opacity: 1;
	background: #353535;
	height:38%;
}
.banner-outer .carousel-titulo-grande {
    font-size: 2.5em !important;
    background: #353535;
    padding-bottom: 10px;
}
.box:hover .overlay-grande {opacity: 1;}
.right-img-btm-principal {margin-bottom: 10px;overflow: hidden;height: 290px;}
.right-img-btm-principal .box {height: 290px;}
.banner-outer .carousel-titulo-grande {
	font-size: 2em;
	background:#353535;
	padding-bottom: 10px;
}
.banner-outer .carousel-caption-secundario {
	font-size: 1.786em;/*18px*/
	padding-bottom: 10px;
}
.cont-info {
	 height:45%;
	 padding-bottom:0px; padding-top:10px;
	 }
.categ-volanta {
	position: absolute;
	background:#2C69B4;
	left: 0;
	bottom:45%;
	margin: 0;
	width: auto;
	height: 30px;
	line-height:30px;
	text-align: left;
	text-transform: uppercase;	
	border-left: 6px solid  #00A8E6; 
	border-bottom: none;
	z-index: 10;
	opacity: 1;
	}

.sec-topic .sub-info-bordered {
	height: 50px;
}
.sec-topic .sub-info-bordered .stars {
	float: left;
}
.sec-topic .sub-info-bordered .redes {
	float: left;
}
/*9-12 ENCUESTA */
.title-encuesta h1  {
	font-size:2.5em;
	margin-top: 0;
	margin-bottom: 20px;
}
}


