/* NEWS TICKER */
.news-heading
{
    padding:0px 20px 0px 0px;
	margin-bottom:5px;
    overflow:hidden;
    font-weight:bold;
    color:#28166f;
    font-family: Arial, Verdana, Tahoma;
	display:inline;
}

.ticker
{
    font-family: Arial, Verdana, Tahoma;
    font-size: 13px;
    margin:10px 0 0 0;
    padding: 0px;
    overflow: hidden;
    height:50px;
	width:100%;
    display: none;
}

.ticker, .ticker a
{
    text-decoration: none;
    color: #000000;
    font-weight: normal;
}

.ticker span
{
    display: none;
}

.ticker .active_ticker
{
    display: block;
}

.PronosticoCiudad, .PronosticoNombreCiudad, .PronosticoComentario
{
    color: #000000;
}
.PronosticoCiudad, .PronosticoCiudad span, .PronosticoCiudad img
{
    display: inline !important;
}

.PronosticoTemperaturas
{
    font-weight: bold;
}
/* end NEWS TICKER */

