﻿.alinhamento{
	position:absolute;
	top:0px; 
	left:0px;
}
.corpo {
	position:relative;
	display:block;
	width:991px;
}
.cabecalho {
	position:relative;
}
.blocoEsquerdo{
	position:relative;
	left:10px;
 	width:745px;
	padding:15px;
	float:left;
	background-color:#FFFFFF;	
}
.tituloJournal { 
	position:relative;
	padding-bottom:15px;
}
.imagem { 
	position:relative;
	float:left;
}
.textoSuperior { 
	position:relative;
	left:15px;
	padding:15px;
}
.separador {
	position:relative;
	width:520px;
	height:10px;
	background-image:url(../Imagens/fundoSeparador.gif);
	background-repeat:repeat-x;
	float:left;
	left:15px;	
}
.journalOnLine { 
	position:relative;
	float:left;
	width:250px;
	height:260px;
	left:15px;
	top:15px;
	margin-bottom:15px;
}
.journalCompleto { 
	position:relative;
	float:left;
	width:260px;
	height:260px;
	left:25px;
}
.contato { 
	position:relative;
	float:left;
	width:265px;
	height:110px;
	left:15px;
	top:15px;
}
.conteudo { 
	position:relative;
	left:15px;
	padding:15px;
}
.blocoDireito{
	position: relative;
	right: 0px;
	float: right;
	width: 195px;
}

.rodape{
	position: relative;
	float: left;
	left: 10px;
	top: -12px;
}
.LerJournal_BlocoEsquerdo {
    float:left;
    width:160px;
    height:100%;
    background-color:#000;
	color:#FFF;	
	display:block;
    overflow:scroll;
}
.LerJournal_BlocoDireito {
    position:absolute;
    left:170px;
    width:80%;
    height:100%;
	
}
.LerJournal_Corpo {
    position:absolute;
    width:100%;
    height:100%;
    background-color:#000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.LerJournal_Corpo a {
	color:#FFF;
}
img a, img {
	border:none;
}

