/* 
    Document   : bvmm
    Created on : 23/Fev/2013, 16:53:42
    Author     : BU
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
body{

    margin:auto;
    text-align: center;
    width:100%;
    max-width: 960px;
  font-family: Helvetica, Arial, sans-serif;  font-size: 13px

}
h2{
    color:#01006b;
}
h3{
    color:#ffbc36;
}
h4{
    color:#ffbc36;
    font-size:13px;
}
#slideshow {
    width: 100%;
    position: relative;
}

#slideshow  img {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 960px;
    height: 260px;
    position: relative;
}

.topico{
      background: #01006b;
  color: #fff;	
  padding: 0.3em;
  text-align:left;
  width:200px;

}
  #container {
    display: table;
    }

  #row  {
    display: table-row;
    }

  #left, #right, #middle {
    display: table-cell;
    }
    
a {
 color:#01006b;
 text-decoration:none;
 font-size:11px;
   padding: 0.5em;
}

a:hover {
 color:#ffbc36;
 text-decoration:none;
 font-size:11px;
   padding: 0.5em;
}
a:visited {
 color:#01006b;
 text-decoration:none;
 font-size:11px;
   padding: 0.5em;
}

.cargo{
    color:#ffbc36;
    font-size:12px;
    font-weight: bold;
}
th{
    color:#ffbc36;
    font-size:13spx;
    font-weight: bold;
     background: #01006b;
}