﻿
.divNovidades {
    width:1000px;
    margin:0 auto;
    margin-top:20px;
}

.divNovidadesG {
    width:1000px;
    display:table;
}

.tituloNovidades {
    font-size:30px;
    color:#004394;
    font-weight:bold;
    text-align:center;
}

.linkAzul {
    color:#004394;
}

.divNovidades_Item {
    width:300px;
    height:305px;
    float:left;
    margin-right:20px;
    margin-bottom:20px;

    -moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

    .divNovidades_Item:hover {
        -webkit-transform:scale(1.05);
        -moz-transform:scale(1.05);
        -ms-transform:scale(1.05);
        -o-transform:scale(1.05);
        transform:scale(1.05);

        -moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
    }

.divNovidades_Item_Img {
    width:300px;
    height:200px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    margin-bottom:5px;
}

.divNovidades_Item_Titulo {
    font-size:22px;
    color:#004394;
    font-weight:bold;
    margin-bottom:4px;
}

.divNovidades_Item_Chamada {
    font-size:14px;
    color:#999;
}

.centro {
    text-align:center;
}

.textTitulo {
    font-size:32px;
    font-weight:bold;
    color:#004394;
}

.textData {
    font-size:26px;
    color:#000;
    font-style:italic;
}

.textTexto {
    color:#000;
}

.tjOutros {
    font-size:22px;
    font-weight:bold;
    color:#004394;
}


.divAgenda {
    width:100%;
    height:290px;
    background-color:#D2D3D5;
    margin-top:20px;
    padding-top:20px;
}

.divAgendaTitulo {
    font-size:28px;
    color:#666;
    font-weight:bold;
    text-align:center;
}

.divAgendaG {
    width:1000px;
    margin:0 auto;
    display:table;
}

.divAgenda_item {
    width:230px;
    text-align:center;
    float:left;
    margin-bottom:20px;
}

.divAgenda_item_data {
    font-size:30px;
    color:#004394;
    font-weight:bold;
    margin-bottom:5px;
}

.divAgenda_item_hor {
    font-size:16px;
    color:#004394;
    margin-bottom:5px;
}

.divAgenda_item_nome {
    font-size:16px;
    color:#666;
    margin-bottom:15px;
}



/*
    -moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	-webkit-box-shadow: 3px 3px 8px #999;
    -moz-box-shadow: 3px 3px 8px #999;
    -ms-box-shadow: 3px 3px 8px #999;
    -o-box-shadow: 3px 3px 8px #999;
    box-shadow: 3px 3px 8px #999;


    -moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	
	
    
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    
    -moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
    
*/
