/**
 * PORTAL HUNTING WINNERS 2010
 * 
 * @since Version 1.0
 * @author MindSet Films Dev Team
 * @copyright Copyright (c) 2k10, Ometz Group.
 */

/**
 * home-dest-noticias.css

 * 
 * @author João Paulo Fricks
 * @description Arquivo de estilos de slide noticias.
 */


/****************************************
 *  HOME SLIDE NOTICIAS COMERCIAL HW    *
 ****************************************/

#slide 
{
	border-bottom: 1px solid #c8c8c8;
	margin: 10px 0 20px 0;
	height: 365px;
}

.dest-noticia 
{
    float: left;
    width: 633px;
    margin-top: 16px;
    border-bottom: 1px solid #73787A;
}

.lista-dest-noticias 
{
    float: left;
    width: 243px;
}

.lista-dest-noticias ul li 
{
    float: left;
    width: 243px;
    height: 72px;
    border-top: 1px solid #c8c8c8;
}

.cat-dest-noticias 
{
    float: left;
    width: 241px;
    display: block;
    position: absolute;
    z-index: 100;
}

.cat-dest-noticias h2 
{
    float: left;
    margin: 10px 0px 0px 5px;
    font-weight: normal;
    margin: 10px 0 0 15px;
    padding: 2px 5px;
    text-transform: uppercase;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #FFF;
    background-color: #3B6D86;
}

.cat-dest-noticias h1 
{
    float: left;
    font-weight: normal;
    margin: 13px 0 0 5px;
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #7D8D99;
}

.txt-dest-noticia 
{
    float: left;
    width: 260px;
    height: 78px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    position: absolute;
    z-index: 99;
}

.txt-dest-noticia a 
{
    float: left;
    width: 260px;
    color: #152731;
    text-decoration: none;
    font-weight: normal;
    height: 73px;
    padding: 30px 0 17px 15px;
}

.txt-dest-noticia a p 
{
    float: left;
    width: 241px;
    margin-left: 5px;
}

.txt-dest-noticia a:hover 
{
    color: #3B6D86;
    cursor: pointer;
    cursor: hand;
    background: transparent url(http://modules.mindset.net.br/assets/HWS/images/dest-not-over.png) no-repeat;
}

.txt-dest-noticia .selected 
{
    cursor: pointer;
    cursor: hand;
    background: transparent url(http://modules.mindset.net.br/assets/HWS/images/dest-not-over.png) no-repeat;
    color: #3B6D86;
}

.mostra-noticia 
{
    float: right;
    width: 392px;
}

.mostra-noticia h2 
{
    float: left;
    margin: 10px 0px 0px 17px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 23px;
}

.mostra-noticia h2 a 
{
    color: #3B6D86;
    text-decoration: none;
}

.mostra-noticia h2 a:hover 
{
    text-decoration: underline;
}

.mostra-noticia p 
{
    float: left;
    margin: 5px 0px 0px 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
}

.mostra-noticia p a 
{
    color: #162732;
    text-decoration: none;
}

.mostra-noticia p a:hover 
{
    text-decoration: underline;
}

.dest-not-tags 
{
    float: left;
    margin: 5px 0px 0px 17px;
    width: 200px;
    display: block;
}

.dest-not-tags, .dest-not-tags a 
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px;
    color: #3B6D86;
    text-decoration: none;
}

.dest-not-tags a:hover 
{
    text-decoration: underline;
}

.dest-not-links 
{
    float: left;
    margin: 10px 0px 0px 17px;
    width: 200px;
    display: block;
}

.dest-not-links, .dest-not-links a 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #596970;
    text-decoration: none;
}

.dest-not-links a:hover 
{
    text-decoration: underline;
}

