/* CSS Personalizado */

@font-face {
    font-family: 'Flight';
    src: url('../fonts/FrutigerLTStdLight.eot');
    src: url('../fonts/FrutigerLTStdLight.eot') format('embedded-opentype'),
         url('../fonts/FrutigerLTStdLight.woff') format('woff'),
         url('../fonts/FrutigerLTStdLight.ttf') format('truetype'),
         url('../fonts/FrutigerLTStdLight.svg#FrutigerLTStdLight') format('svg');
}

@font-face {
    font-family: 'Fcbold';
    src: url('../fonts/FrutigerLTStdBoldCn.eot');
    src: url('../fonts/FrutigerLTStdBoldCn.eot') format('embedded-opentype'),
         url('../fonts/FrutigerLTStdBoldCn.woff2') format('woff2'),
         url('../fonts/FrutigerLTStdBoldCn.woff') format('woff'),
         url('../fonts/FrutigerLTStdBoldCn.ttf') format('truetype'),
         url('../fonts/FrutigerLTStdBoldCn.svg#FrutigerLTStdBoldCn') format('svg');
}

@font-face {
    font-family: 'Fcblack';
    src: url('../fonts/FrutigerLTStdBlackCn.eot');
    src: url('../fonts/FrutigerLTStdBlackCn.eot') format('embedded-opentype'),
         url('../fonts/FrutigerLTStdBlackCn.woff2') format('woff2'),
         url('../fonts/FrutigerLTStdBlackCn.woff') format('woff'),
         url('../fonts/FrutigerLTStdBlackCn.ttf') format('truetype'),
         url('../fonts/FrutigerLTStdBlackCn.svg#FrutigerLTStdBlackCn') format('svg');
}


body {
	font-family:Flight, Arial, Helvetica, sans-serif;
	color:#12273a;
}



h1, h2, h3, h4, h5, h6 {
	font-family: Fcblack, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:-0.02em;
	word-spacing:-0.04em;
	color:#12273a;
	margin: 5px 0;
}

h4, h5, h6 {
	letter-spacing:-0.01em;
	word-spacing:-0.02em;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#12273a !important;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#768799 !important;
}



h1.alt, h2.alt, h3.alt, h4.alt, h5.alt, h6.alt {
	font-family: Fcbold, Arial, Helvetica, sans-serif;	
}


h1 {
	font-size:38px;
}

h2 {
	font-family: Fclight, Arial, Helvetica, sans-serif !important;
	font-size:24px;
	line-height:26px;
	letter-spacing:0 !important;
}

h3{
	font-size:24px;
}

h4{
	font-size: 22px;
}

h5{
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-family:Flight, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	word-spacing:-0.03em;
	color:#12273a;
	margin:0;
	font-weight:normal;
}


p a, p a:visited, p a:focus {
	color:#35a8e0;
	text-decoration:none !important;
}


p a:hover {
	color:#768799;
}


a, a:visited, a:focus {
	color:#35a8e0;
	text-decoration:none;
	transition:all 0.2s ; 
	-moz-transition:all 0.2s; 
	-webkit-transition:all 0.2s;
	text-decoration:none !important;
}


a:hover {
	color:#768799;
	transition:all 0.2s ; 
	-moz-transition:all 0.2s; 
	-webkit-transition:all 0.2s;
}


ul {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}


.btn-n-completa {
	font-family: Fcbold, Arial, Helvetica, sans-serif;
	color: #35a8e0;
	font-size:11px;
	text-transform:uppercase;
	display:block;
	margin-top:6px;
}

.btn-n-completa span {
	font-size:10px;
}


.btn-naranja{
	color: #e4481d !important;
}




/* Nav */

.top-fixed {
	padding: 10px 0px;
	background: rgba(53,167,224,1);
	position:fixed;
	width:100%;
	top:0;
	left:0;
	background: -moz-linear-gradient(top, rgba(53,167,224,1) 0%, rgba(29,111,183,1) 37%, rgba(29,111,183,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(53,167,224,1)), color-stop(37%, rgba(29,111,183,1)), color-stop(100%, rgba(29,111,183,1)));
	background: -webkit-linear-gradient(top, rgba(53,167,224,1) 0%, rgba(29,111,183,1) 37%, rgba(29,111,183,1) 100%);
	background: -o-linear-gradient(top, rgba(53,167,224,1) 0%, rgba(29,111,183,1) 37%, rgba(29,111,183,1) 100%);
	background: -ms-linear-gradient(top, rgba(53,167,224,1) 0%, rgba(29,111,183,1) 37%, rgba(29,111,183,1) 100%);
	background: linear-gradient(to bottom, rgba(53,167,224,1) 0%, rgba(29,111,183,1) 37%, rgba(29,111,183,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35a7e0', endColorstr='#1d6fb7', GradientType=0 );
	z-index:999;
}


.top-fixed ul li {
	margin: 0 5px;
}

.top-fixed ul li a{
	color:#FFF;
	border: 2px solid #fff;
	padding: 7px 10px;
}

.top-fixed p {
	color:#FFF;
	font-size: 12px;
	margin-bottom:0;
}


.nav-min-icon {
	padding: 12px 0px 0px;
}


/* Footer */

#al-top {
	display:block;
}

#al-top:hover {
	color:#12273A;
}


#al-top span {
	font-size:20px;
	border: 1px solid;
	padding: 8px;
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}

footer {
	margin: 40px 0;
}

footer p{
	font-size:13px !important;
	line-height:18px !important;
}

.row-footer {
	padding-top: 20px;
	border-top: 2px solid #768799;
	margin-left: 15px;
	margin-right:15px;
}


footer .redes {
	margin-bottom: 10px;
	margin-top:0px;
}




/* Home */


.noticia-portada {
	margin-top: 15px;
	margin-bottom:10px;
}

.noticia-portada h1, .noticia-portada p  {
	text-align:center;
}

.noticia-portada h1 {
	text-transform:uppercase;
	font-size:55px;
	line-height:53px;
	letter-spacing:-0.04em;
	word-spacing:-0.04em;
	margin: 10px 0 0;
}

.noticia-portada p {
	font-weight:bold;	
}

.noticia-portada img {
	margin-top: 15px;
}

.noticia-a p, .noticia-b p, .noticia-c p {
	font-size:16px;
	line-height: 22px;
	margin-top:10px;
}


.noticia-a .thumbnail, .noticia-c .thumbnail {
	padding:0;
	border:none;
}

.noticia-a .thumbnail .caption, .noticia-c .thumbnail .caption {
	padding:0 !important;
}


.noticia-a {
	border-bottom: 1px solid #CBDBED;
	margin-bottom: 10px;
	padding-top: 12px;
}

.noticia-a .thumbnail {
	margin-bottom: 10px;
}

.noticia-a h2 {
	font-family: Fcbold, Arial, Helvetica, sans-serif !important;
	font-size:26px;
	letter-spacing: -0.02em !important;
	margin:10px 0 0;
}


.noticia-b {
	margin-bottom: 20px;
}


.contenido-n-b {
	padding: 20px 0 0;
}

.noticia-b h2 {
	font-family: Fcblack, Arial, Helvetica, sans-serif !important;
	font-size:28px;
}


.noticia-c h2 {
	margin:10px 0 0;
	font-family: Fcbold, Arial, Helvetica, sans-serif;
}


.top-noticia-cat {
	border-top: 2px solid #12273a;
	padding-bottom:5px;
	padding-top:5px;
}

.top-noticia-cat a {
	text-transform:uppercase;
}

.top-noticia-cat a:hover {
	color:#768799;
}

.top-noticia-cat span {
	color:#35a8e0;
}

.row-n-especial {
	background-color: #f6f6f6;
	border: 1px solid #E1E1E1;
	padding: 25px;
	box-sizing:border-box;
	margin: 0 0 20px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

.row-n-especial .banner-especial {
	margin-bottom: 20px; 

}

.row-n-especial .media {
	border-bottom: 1px solid #D8D8D8;
	margin-top: 15px;
	padding-bottom:15px;
}


.row-n-especial .media img {
	width: 160px;
}


.separador-home {
	width:100%;
	background: rgba(53,167,224,1);
	background: -moz-linear-gradient(top, rgba(53,167,224,1) 0%, rgba(0,95,172,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(53,167,224,1)), color-stop(100%, rgba(0,95,172,1)));
	background: -webkit-linear-gradient(top, rgba(53,167,224,1) 0%, rgba(0,95,172,1) 100%);
	background: -o-linear-gradient(top, rgba(53,167,224,1) 0%, rgba(0,95,172,1) 100%);
	background: -ms-linear-gradient(top, rgba(53,167,224,1) 0%, rgba(0,95,172,1) 100%);
	background: linear-gradient(to bottom, rgba(53,167,224,1) 0%, rgba(0,95,172,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35a7e0', endColorstr='#005fac', GradientType=0 );
	margin: 10px 0 20px;
	color: #fff;
	font-weight:bold;
	text-align:center;
}






.mercados {
	padding:20px 35px 30px;
	border-bottom: 4px solid #12273a;
	margin:0 0 10px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: rgba(0,97,181,1);
	background: -moz-linear-gradient(45deg, rgba(0,97,181,1) 0%, rgba(112,185,230,1) 71%, rgba(53,167,224,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,97,181,1)), color-stop(71%, rgba(112,185,230,1)), color-stop(100%, rgba(53,167,224,1)));
	background: -webkit-linear-gradient(45deg, rgba(0,97,181,1) 0%, rgba(112,185,230,1) 71%, rgba(53,167,224,1) 100%);
	background: -o-linear-gradient(45deg, rgba(0,97,181,1) 0%, rgba(112,185,230,1) 71%, rgba(53,167,224,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(0,97,181,1) 0%, rgba(112,185,230,1) 71%, rgba(53,167,224,1) 100%);
	background: linear-gradient(45deg, rgba(0,97,181,1) 0%, rgba(112,185,230,1) 71%, rgba(53,167,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061b5', endColorstr='#35a7e0', GradientType=1 );
	position:relative;
}


.mercados h4{
	color: #12273a;
	font-size:28px;
	margin-bottom: 10px;
}

.mercados ul li{
	background-color:#f6f6f6;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 0px solid #000000;
	height:45px;
	margin-bottom:2px;
	position:relative;
}

.mercados ul li div{
	position:absolute;
	height:45px;
	font-size:19px;
	line-height:45px;
}

.mercados ul li div.moneda {
	left:10px;
	color:#768799;
}

.mercados ul li div.moneda-monto {
	right:10px;
	color:#12273a;
	font-family:Fcbold, Arial, Helvetica, sans-serif;
}

.peso-agua {
	position:absolute;
	top:0;
	right:0;
	width: 154px;
	height:154px;
	background-image:url(../images/fdo-mercados.png);
	background-position: center center;
	background-repeat:no-repeat;
}


.mercados .publicidad{
	margin: 8px 0 0;
	}
	

.top-5 {
	padding: 20px 10px 25px;
	margin-bottom:10px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;

}


.top-5 h4 {
	text-transform:uppercase;
}

.top-5 h5 {
	color:#35a8e0;
	text-transform:uppercase;
	font-family: Fclight, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: -10px 0 20px;
	letter-spacing: 3px;
}

.box-n-ranking {
	overflow:hidden;
	display:table;
	width:100%;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px solid #CBDBED;
}

.box-n-ranking .number {
	display:table-cell;
	vertical-align: middle;
	padding:5px 10px;
	border-right: 1px solid #DBE1E6;
	font-size:30px;
	font-family: Fcbold, Arial, Helvetica, sans-serif;
	color: #35a8e0;
}

.box-n-ranking .media {
	display:table-cell;
	vertical-align:middle;
	padding:0 5px;
}

.box-n-ranking .media img {
	max-width: 50px;
}

.box-n-ranking .media-heading {
	margin:0;
}

.box-n-ranking p.media-heading {
	line-height: 18px;
}

.box-n-ranking p.media-heading a {
	color: #12273a;
}

.box-n-ranking p.media-heading span {
	font-size: 12px;
	color:#35a8e0;
}


.box-last-news {
	overflow:hidden;
	background: #d5242e;
	display:table;
	width:100%;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	margin-top: 8px;
}

.ultimas {
	background: #E65645;
	overflow:hidden;
	color:#FFF;
	text-transform:uppercase;
	display:table-cell;
	padding:10px;
	font-size:12px;
	letter-spacing: 0.1em;
	vertical-align:middle;
	line-height:22px;
	max-width: 120px;
}

.ultimas span {
	margin-right: 2px;
	font-size: 17px;
}

.ultimas p {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.02em;
}

.wrapper-slider-ultimas {
	display:table-cell;
	padding:10px 7px;
	
}

.wrapper-slider-ultimas span.label-default {
	display:inline;
	margin: 0 5px;
	background: #fff;
	color: #e30613;
	padding:5px 8px 3px;
}


.wrapper-slider-ultimas p {
	color:#FFF;
	font-size:14px;
	display:inline;
	padding-left:10px;
	letter-spacing: 0.03em !important;
	margin:6px 0 0;
	font-weight:bold;
}


.wrapper-slider-ultimas .carousel-inner > .item {
	padding-left:30px !important;
	padding-right:20px;
}

.controls-ultimas .carousel-control {
	width:30px;
}


.controls-ultimas .carousel-control.right, .controls-ultimas .carousel-control.left {
	background:none;	
}

span.fecha-ultimas {
	color: #768799 !important;
}


/* Ficha noticia */


.breadcrumb-gral {
	background: #F5F5F5;
	margin: -10px 0px 30px;
}

.breadcrumb-gral .breadcrumb {
	margin:0;
	padding-left:0;	
}


p.categoria a {
	text-transform:uppercase;
}

p.categoria a:hover {
	color:#768799;
}


p.fecha-ficha {
	color: #768799;
}

p.categoria, p.fecha-ficha {
	font-size:14px;
	line-height: 18px;
}

section.ficha p.copete {
	font-weight:bold;
}

ul.share-ficha {
	overflow:hidden;
	background: #f1f1f1;
	border: 1px solid #E4E4E4;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	margin: 10px 0;
	display: inline-block;
}

ul.share-ficha li.txt{
    font-size: 0.8em;
    line-height: 1.5em;
	padding-left:10px;
}
ul.share-ficha li {
	float:left;
	border-right: 0;
	margin: 5px 5px 3px 5px;
}

ul.share-ficha li:last-child {
	border:none;
}


ul.share-ficha li.compartir {
	background-image:url(../images/icon-share-compartir.png);
	background-position: left center;
	background-repeat:no-repeat;
	padding: 0px 15px 0px 26px;
}


ul.share-ficha li a, ul.share-ficha li span {
	color: #768799;
	font-size:14px;
	padding: 5px 15px 5px 15px;
	background-position: left center;
	background-repeat:no-repeat;
}

.share-facebook {
	background-image:url(../images/icon-share-facebook.png);
}

.share-twitter {
	background-image:url(../images/icon-share-twitter.png);
}

.share-pinterest {
	background-image:url(../images/icon-share-pinterest.png);
}

.share-mail {
	background-image:url(../images/icon-share-mail.png);
}

.slider-ficha {
	margin-bottom: 40px;
}

.slider-ficha .carousel-control {
	top: 50% !important;
	bottom:auto !important;
}


.embed-responsive {
	margin-bottom: 40px;
}



.cuerpo-texto {
	margin-bottom: 40px;
	max-width: 655px;
}

.cuerpo-texto p {
	line-height:26px;
}


.autor {
	overflow:hidden;
	border-top: 1px solid #12273a;
	max-width:360px;
	padding-top: 30px;
	margin-bottom: 40px;
}

.autor img {
	max-width:65px;
}

.autor .datos-autor {
	margin-left:10px;
	padding-top:5px;
}

.autor .datos-autor p {
	font-size:14px;
	line-height: 18px;
	margin:0;
}



/* Categoria */



ul.tags {
	overflow:hidden;
	margin: 20px 0 35px;
}


ul.tags li {
	margin: 0 3px;
	float:left
}

ul.tags li a {
	border: 1px solid #c6c6c6;
	padding: 0 15px;
	color: #c6c6c6;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	display:inline-block;
	height:40px;
	line-height:40px;
}

ul.tags li a.active, ul.tags li a:hover, ul.tags li a.tag-todos:hover {
	border: 1px solid #35a8e0;
	color:#35a8e0;
	background:none;
}

ul.tags li a.tag-todos {
	background-color: #35a8e0;
	color: #fff;
	border: 1px solid #35a8e0;
}

.pagination {
	margin:50px auto;
	display:table;
}


.pagination li a {
	color: #35a8e0 !important;
}


/* Necrologicas */

.wrapper-necro {
	overflow:hidden;
	margin: 40px 0;
}

.necro {
	border:1px solid #768799;
	margin: 0 1% 10px 0;
	padding: 30px 20px;
	width:32%;
	float:left;
}

.necro p {
	font-size:14px;
	line-height: 20px;
}

.necro p.humano {
	font-size:16px;
	margin-bottom: 20px;
}


.necro p span {
	color: #35a8e0;
}


/* Farmacias */

.box-turno-hoy {
	overflow:hidden;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 1px solid #c8cfd6;
	display:table;
	max-width: 500px;
	margin: 20px 0 40px;
}

.turno-fecha {
	display:table-cell;
	background: rgba(53,167,224,1);
	background: -moz-linear-gradient(top, rgba(53,167,224,1) 0%, rgba(0,95,172,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(53,167,224,1)), color-stop(100%, rgba(0,95,172,1)));
	background: -webkit-linear-gradient(top, rgba(53,167,224,1) 0%, rgba(0,95,172,1) 100%);
	background: -o-linear-gradient(top, rgba(53,167,224,1) 0%, rgba(0,95,172,1) 100%);
	background: -ms-linear-gradient(top, rgba(53,167,224,1) 0%, rgba(0,95,172,1) 100%);
	background: linear-gradient(to bottom, rgba(53,167,224,1) 0%, rgba(0,95,172,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35a7e0', endColorstr='#005fac', GradientType=0 );
	color:#12273a;
	vertical-align:middle;
	padding: 15px 30px;
	text-align:center;
	font-size:36px;
	font-family: Fcblack, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.turno-fecha p {
	color: #fff;
	font-size:13px;
	margin-top: -13px;
}

.data-turno {
	display:table-cell;
	padding: 15px 30px;
	vertical-align:middle;
}


section.farmacias h2{
	border-top: 1px solid #CBDBED;
	padding: 20px 0 0;
}


section.farmacias table {
	margin: 30px 0;
}

section.farmacias table th {
	background: #f1f1f1;
}


/* Telefonos utiles */



section.telefonos-utiles h1 {
	margin-bottom:30px;
}

.box-tel-utiles {
	display:table;
	margin:10px 0;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 1px solid #c8cfd6;
	width: 100%;
}

.icono-tel, .tel {
	display: table-cell;
	padding:20px;
}

.icono-tel {
	border-right: 1px solid #c8cfd6;
	max-width: 20px;
	text-align:center;
}


.tel p b {
	color:#C30;
}



.error404 {
	margin:40px 0;
}


.error404 a{
	margin: 30px 0;
	display:block;
}



/* Busqueda */

.busqueda .media {
	border-top: 1px solid #CBDBED;
	padding-top:25px;
	margin-top:25px;
}

.busqueda .media a {
	color:#12273A !important
}


.busqueda .media h6, .busqueda .media h6 a {
	font-size: 14px;
	color:#999 !important;
	font-family: Flight,Arial,Helvetica,sans-serif !important;
}



.busqueda img {
	max-width:120px;
	margin-top:10px;
}




/* Breakponits bootstrap */


/* xs */
@media (max-width:768px) {
	
	

	
/* Home */
	
.noticia-portada h1 {
	font-size:33px;
	line-height:35px;
}

.ultimas {
	width:30px;
}

.ultimas span {
	font-size:20px;
	margin:0;
}


.wrapper-slider-ultimas h1 {
	display:block;
}

.necro {
	margin: 0 0 10px 0;
	padding: 30px 20px;
	width:100%;
	float:none;
}


.media-left, .media-right, .media-body {
	display:block;
	width:100%;
}

.media-body {
	margin-top:10px;
}
	
	
}




/* sm */
@media screen and (min-width: 768px) and (max-width: 991px) {
	
.wrapper-slider-ultimas h1 {
	display:block;
}
	
	
}





/* md */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	
	.necro {
	margin: 0 2% 10px 0;
	padding: 30px 20px;
	width:48%;
}
	
}





/* lg */
@media screen and (min-width: 1200px) { 

.ultimas {
	max-width: 95px;
}

}
.addthis_sharing_toolbox {
	margin: 5px;
 	margin-bottom: 0px;	
} 
  