<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name: TatoYoung
	Theme URI: http://html5blank.com
	Description: Based on HTML5 Blank WordPress Theme
	Version: 1.0
	Author: Nurit Lerner Based on HTML5BLANK
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Bitter:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,300,200,200italic,300italic,400italic,700italic);
/* CSS Document */

html, body {
	height: 100%;
}
body {
	color: #303030;
	background: url(img/fondo.png) repeat-x #FFFFFF;
	font-family: 'Source Sans Pro', san serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Bitter', serif;
	font-weight: 400;
}
a {
	color: #00304A;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
a:hover, a:focus {
	color: #23527c;
	text-decoration: none;
}
footer {
	text-align: left;
	background-color: #00304A;
	color: #D9D9D9;
}
hr {
	margin-bottom: 10px;
	margin-top: 10px;
}
.clearfix:after {
	clear: both;
}
.padding-h-0 {
	padding-left: 0;
	padding-right: 0;
}
.margin-t-20 {
	margin-top: 20px;
}
.blanco {
	background-color: #FFFFFF;
}
/* HOME*/
.navbar {
    margin-bottom: 10px;
}
.nav &gt; li &gt; a, .dropdown-menu &gt; li &gt; a {
	font-family: 'Bitter', serif;
	font-weight: 400;
	color: #14A0C1;
}
.dropdown-menu {
	background-color: #eee;
	border-color: #eee;
	min-width: 100px;
}
/*Nurit*/
.navbar .menu-item-has-children:hover&gt;ul{display:block;}
.navbar .current-menu-item, .navbar .current-menu-parent{background-color:#eee;}
/*Nurit*/
/* BUSCAR*/
.navbar-collapse {
	padding: 0;
}
.navbar .navbar-form {
	border-width: 0;
	box-shadow: none;
	width: 275px;
}
.navbar-form .form-group input, .navbar-form .form-group button {
	height: 30px;
}
.navbar-form .form-group input {
	width: 185px;
	border-style:solid; border-width:1px; border-color:#666666; float:left; margin-right:3px; /*Nurit*/
}
.btn-primary {
	background-color: #14A0C1;
	border-color: #14A0C1;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open &gt; .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #00304A;
	border-color: #00304A;
}
#login-dp {
	min-width: 291px;
	padding: 5px 14px 0;
	overflow: hidden;
	background-color: #eee;
	border: none;
}
/*Carousel de Noticias*/
.carousel {
	height: 400px;
	border-top: 10px solid #00304A;
}
.item, .active, .carousel-inner {
	height: 100%;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	position: relative;
	float: left;
}
.carousel-inner .fill&gt;.row {
	bottom: 0px;
	position: absolute;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px;
}
.carousel-inner .fill&gt;.row&gt;div {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute
}
.carousel-indicators {
	position: absolute;
	top: 15px;
	right: 10%;
	left: 0;
	width: 82px; /* Nurit: Lo reeemplace de 60px porque no entraban los 5 items*/
	height: 20px;
	padding-left: 0;
	margin-left: 0;
	text-align: right;
	list-style: none;
}
.carousel-content {
	padding-left: 15px;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.boxed {
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.99) 99%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.99) 99%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.99) 99%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}
.carousel h2 {
	font-size: 36px;
	color: #FFF;
	margin-top: 0px;
}
.carousel h5 {
	padding: 5px 10px;
	font-family: 'Source Sans Pro', san serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #00304A;
	display: inline-block;
	padding-bottom: 0px;
}
.carousel p {
	color: #999999;
	font-size: 12px;
}
.carousel-control {
	position: absolute;
	top: 150px;
	bottom: 150px;
	left: 0;
	width: 5%;
	font-size: 50px;
	color: #00304A;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=90);
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	width: 30px;
	height: 50px;
	margin-top: -30px;
	font-size: 50px;
}
.carousel-content a {
	color: #FFF;
}
/*FOOTER*/
footer .nav-tabs &gt; li &gt; a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0;
}
.menu-footer {
	margin: 20px;
	border-top: 1px solid #DADADA;
}
.menu-footer li {
	border-bottom: 1px dotted #dadada;
	/*Nurit*/
	float:left; width:100%;
	/*Nurit*/
}
.menu-footer li a {
	font-family: 'Bitter', serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #999999;
	font-size: 13px;
}
footer .nav li a {
	position: relative;
	display: block;
	padding: 7px 5px;
}
footer .nav li.panel {
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0px;
	box-shadow: 0 0 0;
	border: 0;
	border-bottom: 1px dotted #dadada;
}
li.panel&gt;ul {
	margin: 0;
	list-style: none;
	padding-left: 0px;
}
li.panel&gt;ul&gt; li &gt; a:hover, li.panel&gt;ul&gt; li &gt; a:focus {
	text-decoration: none;
	background-color: #eee;
}
/*Nurit*/
footer .dropdown-menu{display:none; position:relative; float:left; width:100%; min-width:0; background-color:transparent; border:none; border-radius:0;-webkit-box-shadow: none;
          box-shadow: none; margin-top:0px; padding:0px;}
footer .dropdown-menu a:before{position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; content: "\e258";}
/*Nurit*/
#bio_tato h3 {
	display: none;
}
#bio_tato img {
	width: 100px;
}
#bio_tato p {
	font-family: "Bitter", serif;
	font-size: 12px;
	margin-bottom: 0px;
}
#copy {
	border-top: 1px solid #FFF;
	font-size: 12px;
	padding-top: 4px;
	margin-top: 10px;
}
#pane2 h3 {
	display: none;
}
#pane2 a, #pane3 a, #home1 a {
	color: #FFF;
	font-family: "Bitter", serif;
	font-size: 12px;
	text-decoration: none;
}
.footer-noticias, .footer-links {
	font-family: "Bitter", serif;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #FFF;
	float: left;
	position: relative;
	padding-left: 46px;
	width: 100%;
	margin-top: 4px;
}
.footer-noticias p, .footer-links p {
	margin-bottom: 0px;
}
.footer-noticias .number {
	font-family: 'Source Sans Pro', san serif;
	font-size: 30px;
	font-weight: 200;
	position: absolute;
	top: 3px;
	left: 0px;
	width: 33px;
	text-align: center;
	color: #14a0c1;
	border-right: 1px solid #14a0c1;
	line-height: 30px;
}
.footer-noticias small {
	color: #14a0c1;
	text-transform: uppercase;
}
.footer-links small {
	color: #14a0c1;
}
.footer-links .links {
	font-weight: 200;
	position: absolute;
	top: 3px;
	left: 0px;
	width: 30px;
	text-align: center;
	color: #14a0c1;
	border-right: 1px solid #14a0c1;
	line-height: 30px;
}
#pane3 {
	padding-top: 6px;
}
#home1 a {
	font-size: 14px;
}
.ocultar {
	display: none;
}
ul.nav-tabs li.active span.ocultar {
	display: inline;
}
ul.nav-tabs {
	margin-top: 20px;
	border: none;
	border: 1px solid #ffffff;
	border-top: 4px solid #ffffff;
	width: 100%;
}
.nav-tabs &gt; li {
	border-right: 1px solid #fff;
	padding: 0 15px;
	margin-bottom: -1px;
}
.nav-tabs &gt; li &gt; a:hover, .nav-tabs &gt; li &gt; a:focus {
	background-color: transparent;
	color: #ffffff;
	border-color: transparent;
}
.nav-tabs &gt; li.active, .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
	font-family: 'Source Sans Pro', san serif;
	color: #fff;
	cursor: default;
	background-color: #14A0C1;
	border-color: #14A0C1;
}
.nav-tabs &gt; li.active {
	border-top: 2px solid #14a0c1;
	border-bottom: 1px solid #14A0C1;
	margin-top: -3px;
}
.infocomercial {
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding: 5px;
	clear: both;
}
.celeste, .celeste:focus, .celeste:hover {
	color: #14A0C1;
	padding: 0 5px;
}

/*NOTICIAS HOME*/
.secciones-home {
	background: url(img/fondo.png) repeat-x;
	background-position: 0 -300px ;
	padding-left: 20px;
	color: #14A0C1;
	font-family: 'Source Sans Pro', san serif;
	font-weight: 700;
}
/*Nurit*/
.sidebar-categ .secciones-home{text-transform:uppercase;}
/*Nurit*/
.noticias {
	border-bottom: 1px solid #14A0C1;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0;
}
.noticias h4 {
	margin-top: 0px;
}
.noti-fin {
	border-bottom: 1px solid #14A0C1;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0;
}
.icons-noticias-home {
	border-bottom: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
	margin: 5px 0;
	padding: 5px 0;
	/*font-family: 'Bitter', serif;*/
	font-size: 11px;
	font-weight: 300;
	color: #00304A;
}
.icons-noticias-home span {
	font-size: 16px;
	vertical-align: bottom;
	padding-left: 10px;
	padding-right: 5px;
}
small.fecha {
	color: #666666;
	margin: 5px 0;
}
/*PUBLICIDADES*/
/*Nurit*/
.embed-responsive img{width:100%; height:auto;}
/*Nurit*/
.radio-mitre {
	height: 30px;
	margin-bottom: 5px;
	padding: 5px 0;
	background-color: #000000;
	font-family: 'Source Sans Pro', san serif;
	font-weight: 700;
	text-align: center;
	font-size: 13px;
	color: #999999;
}
a.rojo-blanco, a.blanco-rojo:hover, a.blanco-rojo:focus {
	color: #FF0000;
	text-decoration: none;
}
a.blanco-rojo, a.rojo-blanco:hover, a.rojo-blanco:focus {
	color: #FFFFFF;
	text-decoration: none;
}

#anuncios_hz {
	margin-bottom: 10px;/*Nurit: cambio de margin-bottom:39px;*/
}
#anuncios_hzhome{margin:10px 0;}
#publicidades_cuadradas a {
	margin: 5px 0; /*Nurit: cambio de margin-bottom:39px;*/
}
#publicidades_cuadradas a, #publicidades_cuadradas a img {
	float: left;
	width: 100%;
}


/*--- POST ---*/
.noticias img {
	padding-bottom: 5px;
}
.nota_left {
	float: left;
	width: 35%;
	padding-right: 20px;
}
.nota_left .comments {
	float: left;
	clear: left;
}
.contenido_nota {
	float: left;
	width: 65%;
	color: #444444;
	font-size: 14px;
	font-family: "Bitter", serif;
}
.post_header {
	padding: 10px;
	background-color: #FFF;
	border-top: 10px solid #00304A
}
.cats  {
	font-family: 'Source Sans Pro', san serif;
	text-transform: uppercase;
	color: #bbbbbb;
}
 .cats a {
	text-transform: uppercase;
	/*font-size: 17px;*/
	color: #14A0C1;
}
.post_header h1 {
	font-size: 40px;
	margin-top: 3px;
}
.post-feat-image {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.etiquetastitulo {
	float: left;
	width: 100%;
	background: #ffffff url(img/fondo.png) repeat-x scroll 0 -300px;
}
.etiquetastitulo strong {
	float: left;
	padding: 2px 6px;
	background-color: #FFF;
	margin-left: 5%;
	text-transform: uppercase;
	/*font-size: 12px;*/
	color: #00304A;
}
.etiquetaslista a, .etiquetaslista {
	color: #14A0C1;
	text-transform: uppercase;
	font-size: small;
}
.etiquetaslista {
	float: left;
	width: 100%;
	font-size: small;
}
.media .icons-noticias-home {
	font-size: 10px;
}
.media h5 {
	margin-top: 0px;
}
.barra-social {
	COLOR:#00304A;
	display:inline-block; 
	margin-top:15px;
	padding: 5px 5px;
	background-color:#eeeeee;
	width:100%;
	}
	
.barra-social h6 {
	margin:0;
	font-family: 'Source Sans Pro', san serif;
	font-weight: 700;
	color:#14A0C1;
}
.barra-social a:hover, .barra-social a:focus  {
	color:#00304A;
}
.barra-social a {
	color:#14A0C1;
	padding-left: 5px;
	padding-right: 5px;
}
.barra-social a .fa {
		font-size: 22px;
		vertical-align: middle;
	}
/* Nurit*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%!important; 
	padding-top: 25px!important;
	height: 0;
	float:left;
	clear:left;
	width:100%!important;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}
.single-post article.type-post .col-sm-8 a, p.excerpt a{font-weight:bold; color:#14a0c1;}
.single-post article.type-post .col-sm-8 a:hover{color: #23527c;}
.post-edit-link{color:red;}
.thepostthumb, .thepostthumb img{width:100%}
.ssba.ssba-wrap a{width:20px!important; height:20px!important; background-color:#14a0c1; border-radius:4px; padding:0px; margin-right:10px; display:inline-block;}
.ssba.ssba-wrap a:hover, .barra-social .wabtn:hover{ background-color:#00304a;}
.barra-social .wabtn{ text-indent:-9000px; border-radius:4px; background-color:#14a0c1; height:20px; width:20px; display:inline-block; background-size:14px auto;}
.barra-social .wabtn_container{margin-bottom:0px;}
.ssba-wrap&gt;div{float:left;}
.related-img{width:100px; height:auto;}
.g-single #anuncios_hz .g-2{float:left;}
#anuncios_hzhome .g-col{float:left; width:32.5%; margin:0 3px 10px;}
#anuncios_hzhome *{max-width:none;}
#anuncios_hzhome .g-col img{float:left; width:100%;}
.g-single #anuncios_hz hr{display:none;}
/*Nurit*/
/* LISTADOS*/
.tit-listado {
	font-weight: 400;
	color: #14A0C1;
	/*Nurit*/
	text-transform:uppercase;
	/*Nurit*/
}
.tit-listado a {
	color: #14A0C1;
}
.listado-noticia {
	margin:5px 0 5px -15px;
	padding: 5px 0;
	border-bottom: 1px solid #14A0C1;
	background-color:#FFF;
	}
.listado-noticia h4, .listado-noticia h6 {
	margin-top: 0px;
}
.listado-noticia h6 {
    padding: 5px 10px;
    font-family: 'Source Sans Pro', san serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #00304A;
    display: inline-block;
}
.listado-mensaje {
	font-style:italic;
	font-weight: 200;
	color: #adadad;
	border-bottom: 1px dotted #adadad;
	border-top: 1px dotted #adadad;
	font-size: 150%;
}
.tag-azul {
	color: #00304A;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 30px;
	float: left;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination &gt; li {
  display: inline;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #14A0C1;
  text-decoration: none;
  background-color: #fff;
  border: none;
  border-left:  1px solid #ddd;
  font-size: 15px;
  font-weight:200;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
  color: #adadad;
  background-color: #eee;
  border-color: #ddd;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #14A0C1;
  border-color: #14A0C1;
}
/*Nurit: Agregue los estilos de current*/
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus,
.pagination .current,
.pagination .current:hover,
.pagination .current:focus {
  color: #fff;
  cursor: not-allowed;
  background-color: #14A0C1;
}

/*LIBROS*/
.row.listado-libros{
	border-top:1px solid #DADADA;
	}
.listado-libros{
	border-top:1px solid #DADADA;
	padding:15px 5px;
	margin-top: 15px;
	min-height:210px;
	}

.libros-detalle h2, .libros h4 {
	color: #00304A;
	margin-top:5px;
	}
.libros-detalle h6{
	font-family: 'Source Sans Pro', san serif;
	font-weight:700;	
	text-transform:uppercase;
	}
.datos-libros {
	border-bottom: 1px dotted #14A0C1;
	border-top: 1px dotted #14A0C1;
	margin: 5px 0;
	padding: 5px 0;
	/*font-family: 'Bitter', serif;*/
	color: #666666;
	font-weight:400;
}
.mas-libros{
	border-bottom: 1px dotted #14A0C1;
	margin-bottom: 10px;
	padding-bottom:10px;
	margin-top: 20px;
	}
.mas-libros p{
	color:#666666;
	font-size:90%;
}
.mas-libros h5 {
	margin-top:0}
.mas-libros .row {
	margin-left: 0px;
}
.box-shadow-6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}

/*ESTILOS DE ADROTATE*/
.g {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	line-height: 1;
	zoom: 1;
}
.g img {
	height: auto;
}
.g-col {
	position: relative;
	float: left;
}
.g-col:first-child {
	margin-left: 0;
}
.g-col:last-child {
	margin-right: 0;
}
/*.g-1 { min-width:0px; max-width:300px; }*/
.b-1 {
	margin: 5px 0;
}

@media only screen and (max-width: 480px) {
.g-col, .g-dyn, .g-single, #anuncios_hzhome .g-col {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

}

@media (min-width: 768px) {
.navbar-nav&gt;li {
	border-left: 1px solid #bababa;
	text-transform: uppercase;
}
.navbar-nav &gt; li &gt; a {
	padding-top: 0px;
	padding-bottom: 0px;
}
.no-margin {
	margin: 0;
	padding: 0;
}
.margin-l-15 {
	margin: 0 0 0 -15px;
}
.margin-b-20px {
	margin-bottom: 20px;
}
/*.navbar-nav {
	float: left;
	margin: 7.5px -15px;
}*/
.noti-fin&gt;[class*='col-'] {
	padding-left: 0px;
}
.listado-noticia&gt;[class*='col-'] {
	padding-left: 0px;
}
.noticias&gt;[class*='col-'] {
	padding-left: 0px;
}
.mas-libros [class*='col-'] , .listado-libros [class*='col-'] {
	padding-left: 0px;
}

}

@media(max-width:767px) {
.navbar-brand img {
	max-height: 50px;
}
.navbar-toggle {
	margin-top: 20px;
	border-radius: 0px;
}
.navbar-toggle .icon-bar {
	background-color: #14A0C1;
}
.navbar-nav {
	margin: 0px;
}
.navbar-nav &gt; li &gt; a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: 20px;
}
.navbar-nav .open .dropdown-menu &gt; li &gt; a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 1px 10px;
}
.navbar .navbar-form {
	margin: 0;
	padding: 5px;
}
#login-dp {
	background-color: #eee;
	color: #00304A;
	padding: 0;
}
}
@media(max-width:640px) {
.navbar-inverse .navbar-nav {
	margin-top: 0px;
}
}</pre></body></html>