.content {
	margin: 0;
	min-height: 600px;
	position: relative;
	background: url("../img/detalhe.png") no-repeat fixed left bottom #FFFFFF;
}

.prevDisabled, .nextDisabled
{
	color: #B5B5B5;
}

.prevNoticia, .nextNoticia, .prevDisabled, .nextDisabled
{
	font-size: 16px;
	font-weight: bold;
} 

.localização
{
	color: #D1D1B6;
}

.prevNoticia, .prevDisabled
{
	float: left;
}

.nextNoticia, .nextDisabled
{
	float: right;
}

.navegacaoNoticias
{
	text-align: center;
	width: 100%;
	height: 20px;
	margin-bottom: 5px;
    margin-top: 5px;
}

.header {
	padding-left: 600px;
}

.headerContent
{
	height: 80px;
}

.headerPainel
{
	font-size: 19px;
	font-weight: bold;
}

.footer {
	position: relative;
	background-color: #40697C;
	height: 300px;
}

.tituloFooter
{
	font-size: 20px;
	font-weight: bold;
	color: #D1D1D1;
}

.social
{
	float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    width: 12%;
}

.socialLink
{
	margin: 15px;
}

.patrocinios
{
	border-left: 1px solid #000000;
    float: left;
    height: 280px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    width: 87%;
}

.imgPatrocinio
{
	margin: 10px;
}

.imgLogoHeader 
{
	height: 172px;
    left: 15px;
    position: absolute;
    top: 0px;
    width: 150px;
    z-index: 1001;
}

.escritaLogo 
{
	margin-left: 200px;
}

.imgEscritaLogo 
{
	height: 47px;
    left: 175px;
    position: absolute;
    top: 20px;
}

.divMsgParoquo 
{
	margin-top: 10px;
}

.divNoticias 
{
    float: left;
    padding: 0 20px 20px;
    width: 70%;
}

.principalContent 
{
	background-color: #E8E9EA;
    border: 1px solid #F2F2F2;
    margin: 0 15%;
    overflow: auto;
    padding: 10px;
    width: 70%;
    position: relative;
    
    -webkit-box-shadow: -1px 0px 30px rgba(50, 50, 50, 0.69);
	-moz-box-shadow:    -1px 0px 30px rgba(50, 50, 50, 0.69);
	box-shadow:         -1px 0px 30px rgba(50, 50, 50, 0.69);
}

.divEventos 
{
    float: right;
    padding: 0 10px 0 0;
    width: 30%;
}

.hrPrincipal
{
	border: 1px solid #CCCCCC;
}

.contentMsgParoquo {
	
}

.panel-body {
	padding: 5px;
}

.panel {
	/*opacity:0.4;
	filter:alpha(opacity=40);*/
	background: rgb(242, 234, 234);
	background: rgba(242, 234, 234, .5);
	margin-bottom: 5px;
}

.panel-heading {
	background-color: #F2F2F2;
}

.mensagem {
	margin-left: 10px;
}

.imgParoquo {
	float: left;
}

.imgDetalhe
{
	bottom: 0;
    left: 0;
    position: absolute;
}

.divOpMsg, .divOpEventos, .divOpHistoria, .divOpEntrar
{
	background-color: #006F9B;
    border-left: 1px solid #00638B;
    float: left;
    height: 100%;
    width: 25%;
}

.divOpMsg:hover, .divOpEventos:hover, .divOpHistoria:hover, .divOpEntrar:hover
{
	background-color: #3587A8;
    border-left: 1px solid #00638B;
    float: left;
    height: 100%;
    width: 25%;
}

/************************************************/
@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../websymbols/websymbols-regular-webfont.eot');
    src: url('../websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('../websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('../websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ca-menu{
    padding:0;
}
.ca-menu li{
    width: 25%;
    height: 80px;
    overflow: hidden;
    position: relative;
    float:left;
    background: #4D94AF;
    border-left: 1px solid #FFFFFF;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-menu li:last-child{
    margin-right: 0px;
}

.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 35px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    position: absolute;
    width: 100%;
    
    left: 0px;
    top: 0px;
    text-align: center;
}
.ca-icon#heart{
    color: #f7002f;
    text-shadow: 0px 0px 1px #f7002f;
}

.ca-content {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}

.ca-main {
    font-size: 30px;
    opacity: 0.8;
    text-align: center;
}

.ca-sub {
    text-align:center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    line-height: 20px;
    width: 100%;
    left: 0px;
    opacity: 0.8;
}

.ca-menu li:hover {
    background-color: #00638B;
    z-index:999; 
}

.ca-menu li:hover .ca-icon {
    color: #fff;
    font-size: 90px;
    opacity:0.3;
    text-decoration: none;
}

.ca-menu li:hover .ca-icon#heart {
    text-decoration: none;
}
.ca-menu li:hover .ca-main {
    color: #000;
    text-decoration: none;
}
.ca-menu li:hover .ca-sub {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

ul, ol {
    margin-bottom: 0;
    margin-top: 0;
}

.vitralParoquia
{
	position: absolute;
	right: 0;
	top: 10px;
}

.tituloNoticia
{
	font-size: 18px;
    font-weight: bold;
}

.dataNoticia
{
	float: right;
    font-size: 12px;
}

.divTituloNoticia
{
	background-color: #D6DAFF;
    padding: 3px;
    width: 100%;
}

.contentNoticia
{
	background-color: #EFF1FF;
    margin-bottom: 5px;
    padding: 3px;
}

.dataAviso 
{
    float: right;
    font-size: 11px;
   	font-style: italic;
}

.contentAviso 
{
    font-size: 13px;
    padding-top: 2px;
    text-align: justify;
}

.hrAviso
{
	border: 1px solid #A1BCC9;
    margin-bottom: 1px;
    margin-top: 1px;
    width: 12em;
}

.tituloAviso 
{
    font-weight: bold;
}

.bodyAviso
{
	border-bottom: 1px solid #000;
    padding: 5px;
}

.bodyAviso:hover
{
	background-color: #DAE8EF;
}

a.morelink 
{
    text-decoration:none;
    outline: none;
    cursor: pointer;
}

.morecontent span 
{
    display: none;
}

#paragrafoMensagem
{
	text-align: justify;
}

.versiculoMsg
{
	float: right;
	font-style: italic;
	font-size: 13px;
}

.tituloMsg
{
	font-size: 17px;
}