/*
Theme Name: 	Newspaper-child
Theme URI: 		http://polka.cc
Description: 	Newspaper-child
Version: 		1.0
Author: 		Alvaro Talavera
Author URI: 	http://polka.cc
Template:     	Newspaper
*/

@import	"../Newspaper/style.css";


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif, FontAwesome;
}

.InfoPrograma {
	margin-top: 10px;
}

.InfoPrograma .titlePrograma {
	display: block;
	background: #fcb814;
	border-left: 4px solid #000;
}

.InfoPrograma .titlePrograma h3 {
	text-transform: uppercase;
	border: none;
	margin: 0 0 0px;
	font-size: 28px;
	vertical-align: middle;
	color: #fff;
	padding: 4px 4px;
}

.InfoPrograma .titlePrograma h3:hover, .InfoPrograma .titlePrograma a:hover {
	text-decoration: none;
}

.InfoPrograma ul {
	margin:0;
	padding: 0;
	border: 1px solid #fcb814;
	border-left: 4px solid #000;
}

.InfoPrograma ul li {
	display: inline;
}

a.innerAudioDownload {
	float: right;
	position: relative;
	margin-top: -135px
}


.center-cropped-img {
  	width: 138px !important;
  	height: 138px !important;
	float: left;
	margin: 0 20px 0 0;
	background: #ebebeb;
}

.center-cropped-img img {
  	height: 138px !important;
  	width: 138px !important;	
}

.td-banner-wrap-full #programa {
	float:left;
	margin-left:20px;
}

.td-banner-wrap-full #weather {
	float:right;
}

@media screen and (max-width: 1024px) {
    .td-banner-wrap-full {
        display: none !important;
    }
}

#weather .fecha {
	float: right;
}


#weather .temperatura {
    font-size: 27px;
    display: inline;
    font-weight: normal;
	float:right;
	padding-top: 14px;
}

.temperatura .wi {
    font-size: 20px;
}

.temperatura .azul {
    color: #007eff;
}

.temperatura small {
	font-size: 16px;
}


.temperatura .amarillo {}

.temperatura .marron {}

.temp {
    margin: 4px 0px 0 0px;
	float:right;
	text-align: right;
	line-height: 14px;
}

.temp, .temp span {
    font-size: 11px !important;
}

#weather span .max {
    color: #ba3a21;
}

#weather span .min {
    color: #2162ba;
}

.nan_excerpt p {
	color: #8b8b8b;
}








