﻿        .recipienteAbas
        {border-right: 1px solid silver; border-top: 1px solid silver; border-bottom: 1px solid silver;
                        border-right: 0px; float: left; height: 211px; width: 201px;}
                        
                
        .abasNoticias
        {
            width: 201px;
            float: left;
            height: 52px;
            border-top: solid 1px silver;
            font-size: 11px;
            cursor: pointer;
            background-color: #ede5ba;
            vertical-align: middle;
        }
        .abasNoticiasSelecionada
        {
            width: 201px;
            float: left;
            height: 52px;
            border-top: solid 1px silver;
            background-color: #fafcd9;
            font-size: 11px;
            cursor: pointer;
            vertical-align: middle;
        }
        .imgNoticia
        {
            margin: 5px;
            width: 60px;
            height: 41px;   
        }
        .textoAba
        {
            float: left;
            height: 48px;
            width: 125px;
            vertical-align: middle;
            padding-top: 8px;
            margin-left:5px;
        }
        #noticiaImg
        {
            width: 347px;
            float:left;
            height: 211px;
            border: solid 1px silver;
            background-repeat: no-repeat;
            background-position: center;
            cursor: pointer;
        }
        #barraTitulo
        {
            position: absolute;
            background-color: Black;
            z-index: 0;
            width: 347px;
            margin-top: 172px;
            height: 40px;
            filter: alpha(opacity=50);
            -moz-opacity: 0.5;
            opacity: 0.5;
        }
        #sobreBarraTitulo
        {
            color: #fffcc4;
            position: absolute;
            z-index: 1;
            width: 346px;
            margin-top: 172px;
            height: 40px;
            padding: 2px 0px 0px 4px;
            font-size: 11px;
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            display: block;
        }

      

