/* Copyright ? 2012 WebMaestro. All rights reserved. */
div.blockNews{
    position: relative;
    display: table;
    width: 660px;
    height: auto;
}
div.blockDescNews{
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px dotted #ccc;
}
div.blockDescNews:last-of-type{
    border-bottom: none;
}
div.blockDescNews h1.titleDescNews{
    margin: 0px 0px 5px 0px;
    font: 24px Arial, Verdana, sans-serif;
    color: #333;
}
div.blockDescNews h1.titleDescNews a{
    font: 24px Arial, Verdana, sans-serif;
    color: #333;
    text-decoration: none;
}
div.blockDescNews h1.titleDescNews a:hover{
    text-decoration: underline;
}
time.dataDescNews{ 
    display: block;
    margin: 0px 0px 10px 0px;   
    font: 13px Arial, Verdana, sans-serif;
    color: #999999;
}
div.blockDescNews div.textDescNews{
    font: 13px/19px Arial, Verdana, sans-serif;
    color: #333;  
    width: 660px;  
    padding: 0px 0px 20px 0px;
}
div.blockDescNews div.textDescNews img{
    /*display: block;
    float: left;*/
    margin: 0px 10px 10px 0px;
    max-width: 650px;
    max-height: 980px;
    box-shadow: 0px 0px 7px rgb(139, 139, 139);
    border-radius: 2px;
    border: none;
}
div.blockDescNews div.textDescNews div{
    position: relative;
    display: table;
    width: 100%;
    height: auto;
}
div.blockDescNews object{
    position: relative;
    display: block;
    margin: 10px auto;
    padding: 0;
    box-shadow: 0px 0px 7px rgb(139, 139, 139);
}
div.buttonShare{
    float: right;
    display: block;
    margin: 10px 15px 10px 0px;
}
a.linkGoBack,
a.linkGoBack span:hover{
    text-decoration: none;
}
a.linkGoBack span{
    text-decoration: underline;
}
a.linkGoBack{
    display: block;
    float: left;
    padding: 5px 0px;
}