@charset "utf-8";
/* CSS Document  */

body{
    background-color:#D0BFA8;
    background-image:url(images/back_arabesque.png);
    background-repeat:no-repeat;
    background-size:100%;
    font-family: "Times New Roman", Times, Serif;
    font-size:12pt;
    color:#333;
    min-height:1400px;
}
div{
}
.emph{
 font-style:italic;
    color:#333;
    font-size:13pt;
    font-variant:small-caps;
    font-weight:bolder;
    line-height:20pt;
}
.content{
    margin-top:55px;
    margin-left:auto;
    margin-right:auto;
    max-width:863px;
}
.thumb{
    
    max-width:200px;
    max-height:300px;
    overflow:hidden;
    
}
.thumb p {
    background-color:#7E3631;
    padding:5px;
    color:#D0BFA8;
    font-size:10pt;
}
.thumb-floatleft{
    margin:0px 20px 0px 0px;
    float:left
}
.thumb-floatright{
    margin:0px 0px 0px 20px;
    float:right
}
.brief{
    display:block;
    width:240px;
    height:190px;
    float:left;
}
.brief em{
 text-decoration:underline;
}
#head-image{
    width:863px;
    height:416px;
    background-image:url(images/header_madruzzo.png);
    border:1px #e3d6c5 solid;
    border-top:1px #bcab95 solid;
    border-right:1px #bcab95 solid;
}
#scield{
    
    width:71px;
    height:100px;
    float:right;
    margin-right:70px;
    margin-top:15px;
    display:none;
    cursor:pointer;
}
#title{
    margin-top:20px;
    width:auto;
    height:60px;
    background-image:url(images/title_madruzzo.png);
    background-repeat:no-repeat;
    background-position:center;
}
.decoration{
    background-image:url(images/deco_madruzzo.png);
    background-repeat:no-repeat;
    background-position:center;
    width:auto;
    height:20px;
    margin-top:15px;
    margin-bottom:20px;
    clear:both;
}
.dot{
    background-image:url(images/dot.png);
    background-repeat:no-repeat;
    background-position:center;
    width:auto;
    height:20px;
    margin-top:25px;
    margin-bottom:15px;
    clear:both;
}
.cap{
    font-size:21pt;
    font-weight:bold;
}
.menu{
    font-size:16px;
    width:540px;
    margin-left:auto;
    margin-right:auto;
}
/* ---------------------------bootstrap-----------------------*/
.nav{
    font-style:italic;
    font-size:14pt
}
.nav > li > a:hover {
  text-decoration: none;
  background-color:transparent;
}
.nav-pills > li > a {
    color:#333;  
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #333;
    font-weight:bold;
  background-color:transparent;
}
.tab-content{
    margin:20px;
    margin-left:30px;
}
