h2 {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    width: 100%;
    padding-top: 2px;
}

#container {
    margin-bottom: 0 auto 125px;
    width: 950px;
}

#mural {
    width: 950px;
    background-color: #000000;
    position: relative;
    margin: 0 auto 45px;
}

#mosaic_top {
    width: 950px;
    height: 36px;
    background-image: url(../imagens/home/muraltop.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: relative;
    z-index: 1010;
}

#mosaic_description {
    width: 950px;
    height: 65px;
    background-color: #ffffff;
    padding: 13px 0 0 0;
}

#mosaic_description p {
    font-size: 14px;
    color: #666666;
    width: 100%;
    margin: 0;
    text-align: center;
}

#mosaic_main_button {
    float: right;
    width: 247px;
    height: 27px;
    background-image: url(../imagens/home/mural_main_button.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#mosaic_buttons {
    width: 950px;
    height: 27px;
    margin-top: 8px;
    margin-bottom: 8px;
    display: none;
}

#mosaic_buttons a {
    color: #ffffff;
    display: block;
    font-weight: bold;
    text-align: center;
    margin: 5px 0;
}

#mosaic_select_label {
    float: left;
    margin: 0 15px 0 0;
    padding: 0;
    color: #ffffff;
    font-size: 13px;
}

#mosaic_select {
    float: left;
    width: 167px;
    height: 27px;
    background-image: url(../imagens/home/mural_main_select.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.masaic_type_select {
    font-size: 13px;
    position: absolute;
    width: 128px;
    top: -2px;
    left: -2px;
    background: #006666;
    border: none;
    color: #FFFFFF;
    font-family: 'Ubuntu', Verdana, sans-serif, serif;
}

#mosaic_select_container {
    overflow: hidden;
    position: relative;
    border: 0 none;
    width: 124px;
    height: 18px;
    margin: 4px 0 0 21px;
}



#mosaic_content {
    width: 950px;
    z-index: 15;
    margin: 0 auto;
}

#mosaic_content .mosaicelement {
    float: left;
    margin: 5px;
    padding: 5px;
    background: #000000;
    opacity: 1;
    filter: alpha(opacity=100);
}

#mosaic_content .mosaicelement .posticon {
    background-repeat: no-repeat;
    background-color: #000000;
    height: 21px;
    width: 21px;
    float: left;
    margin: 6px;
}

#mosaic_content .mosaicelement .posttitle {
    background-color: #000000;
    border: 0 dashed #444444;
    margin: 0px;
    padding: 0px;
}

#mosaic_content .mosaicelement .posttitle p {
    color: #EEEEEE;
    font-size: 12px;
    margin: 9px 0 15px 40px;
    position: relative;
    text-align: left;
}

#mosaic_content .mosaicelement .textcontent {
    background-color: #000000;
    color: #EEEEEE;
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 0 0px;
    padding: 13px;
    position: relative;
}

#mosaic_content .mosaicelement img {
    margin: 0 0 0 0px;
    position: relative;
}

#mosaic_content .mosaicelement .hit {
    width: 100%;
    height: 100%;
    position: absolute;
}


/*
		*
		1 - foto
		2 - video
		3 - texto
		4 - musica
		5 - link
		*
		*/

#mosaic_content .mosaicelement_1 {}

#mosaic_content .mosaicelement_1 .posticon {
    background-image: url(../imagens/home/bg_mural_item_foto.gif);
}

#mosaic_content .mosaicelement_2 {}

#mosaic_content .mosaicelement_2 .posticon {
    background-image: url(../imagens/home/bg_mural_item_video.gif);
}

#mosaic_content .mosaicelement_3 {}

#mosaic_content .mosaicelement_3 .posticon {
    background-image: url(../imagens/home/bg_mural_item_texto.gif);
}

#mosaic_content .mosaicelement_4 {}

#mosaic_content .mosaicelement_4 img {
    width: 50px;
    height: 63px;
}

#mosaic_content .mosaicelement_4 .posticon {
    background-image: url(../imagens/home/bg_mural_item_musica.gif);
}

#mosaic_content .mosaicelement_5 {}

#mosaic_content .mosaicelement_5 img {
    width: 80px;
    height: 44px;
    margin: 0 10px 10px 0;
    float: left;
}

#mosaic_content .mosaicelement_5 .posticon {
    background-image: url(../imagens/home/bg_mural_item_link.gif);
}


.col1 {
    width: 80px;
}

.col2 {
    width: 180px;
}

.col3 {
    width: 280px;
}

.col4 {
    width: 380px;
}

.col5 {
    width: 480px;
}

.col1 img {
    max-width: 80px;
    width: 80px;
}

.col2 img {
    max-width: 180px;
    width: 180px;
}

.col3 img {
    max-width: 280px;
    width: 280px;
}

.col4 img {
    max-width: 380px;
    width: 380px;
}

.col5 img {
    max-width: 480px;
    width: 480px;
}



#bottom_block {
    width: 950px;
    position: relative;
    margin-bottom: 45px;
}

.blocktop {
    width: 455px;
    height: 36px;
}

.blockcontent {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    float: left;
    padding-bottom: 50px;
}

#bottom_block_left {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

#blogtop {
    background-image: url(../imagens/home/blogtop.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#blogcontent {
    background-color: #ffffff;
}

#blogcontent p {
    margin-top: 5px;
}

#blogcontent p span {
    font: normal 10px "Ubuntu", Arial, sans-serif;
    color: #666666;
    padding-right: 5px;
}

#blogcontent .blog-description {
    font: normal 11px "Ubuntu", Arial, sans-serif;
    padding-bottom: 10px;
    border-bottom: dashed 1px #7f99b2;
}

#blogcontent a {
    color: #024178;
    font: bold 14px "Ubuntu", Arial, sans-serif;
}

#blogcontent .blog-leia-mais {
    background: white url(../imagens/blog_leia_mais.jpg) no-repeat left top;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 51px;
    height: 16px;
    padding: 10px 46px;
    font: normal 16px "Ubuntu", Arial, sans-serif;
    color: white;
}


#bottom_block_right {
    float: right;
    width: 100%;
    height: 100%;
    position: relative;
}

#facebooktop {
    background-image: url(../imagens/home/facebooktop.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-top: 20px;
}

#facebookcontent {
    background-color: #000000;
    width: 100%;
    height: 100%;
}

.warning {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: absolute;
    z-index: 20;
}

.warning p {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 50%;
    text-align: center;
}

.social {
    float: right !important;
}

.social img {
    height: 100%;
}

.social.facebook {
    margin-right: 20px;
}

.social.facebook a {
    padding: 7px 0px !important;
}