﻿.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:.70;
    -moz-opacity: 0.70;	
    z-index:10000;
}

.ajaxProgress
{
	background-color: White;
	border-style:solid;
	border-color: Gray;
	border-width: 2px;
	padding: 10px;
    font-family: Verdana;
    font-size: 11px;
    z-index:10010;
    clear:both;	
    position:absolute;
}
 
.ajaxProgress img 
{
   vertical-align:middle;
   margin:2px;
}

.divHome
{
    padding-top: 10px;
    width: 100%;
    background-color: #EEEEE3;
    min-height: 1000px;
}

.divHome p
{
    padding-left: 15px;
    padding-right: 15px;
}

.divHome_Titulo
{
    padding-top: 5px;
    padding-left: 15px;
    background-image: url('../imagens/bg_titulos2.jpg');
    background-repeat: no-repeat;
    height: 33px;
    
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #005379;
}

.divLadoTexto
{
    width: 555px;
    float:left;
    padding-top: 10px;
    background-color: #EEEEE3;
    min-height: 1000px;
}

.divLadoTexto p
{
    padding-left: 15px;
    padding-right: 15px;
}

.divLadoTexto_Titulo
{
    padding-top: 5px;
    padding-left: 15px;
    width: 540px;
    height: 33px;
    background-image: url('../imagens/bg_titulos.jpg');
    background-repeat: no-repeat;
    
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #005379;
}

.divLadoImagem
{
	width: 230px;
    float:left;
    padding-bottom: 10px;
    background-image: url('../imagens/img_sobre.jpg');
    background-repeat: no-repeat;
    background-color: #FFFFFF;    
    min-height: 1000px;
}

.divLadoImagem_Titulo
{
    margin-top: 10px;
	width: 230px;
	height: 14px;
    background-image: url('../imagens/bg_titulos3.png');
    background-repeat: repeat-x;
}

.divClienteImagem
{
	margin-left: 6px;
	height: 130px;
}

.divClienteImagem_Item
{
	float:left;
	width: 196px;
	height: 110px;
	padding-right: 5px;
	text-align: center;		
}

.divClienteImagem_Item img
{
	padding-bottom: 5px;
}

.divNoticia
{
	background-image: url('../imagens/branco_transparente.png');
	background-repeat: repeat;
	height: 70%;
	width: 600px;
	background-color: White;
	text-align:justify;
	padding: 10px 10px 10px 10px;
	overflow-y: scroll;
}

.divVideos
{
	background-image: url('../imagens/branco_transparente.png');
	background-repeat: repeat;
	height: 750px;
	width: 1024px;
	background-color: White;
	text-align:justify;
	padding: 5px;
	overflow-y: scroll;
}