a img{
border: none;
}

#box{
float: right;
width: 200px;
height: 480px;
padding: 0 12px;
margin-top: 18px;
margin-right: 12px;
background: #c0c0c0;
border-radius: 12px;
-webkit-box-shadow: 5px 5px 5px #ada96e;
box-shadow: 5px 5px 5px #ada96e;
}

#box h3{
font-size: 16px;
font-family: Trebuchet MS, "Conv_trebuc", Arial, Helvetica, sans-serif;
font-weight: bold;
letter-spacing: 1px;
color: #4a4b30;
margin-top: -6px;
margin-bottom: 8px;
}

#box iframe{
width: 200px;
height: 418px;
}

#datacontainer  p{
text-align: center;
font-family: Trebuchet MS, "Conv_trebuc", Arial, Helvetica, sans-serif;
color: #4a4b30;
font-size: 0.8em;
line-height: 1.5em;
margin-bottom: 24px;
}

#datacontainer img{
width: 150px;
padding-bottom: 6px;
}

#datacontainer  a{
text-decoration: none;
color: #4a4b30;
-webkit-transition: all 2.5s ease-out;
-moz-transition: all 2.5s ease-out;
}

#datacontainer  a:hover{
color: #015099;
}

#vetrina{
width: 628px;
height: 264px;
margin: 24px;
background: #c0c0c0;
border-radius: 12px;
-webkit-box-shadow: 5px 5px 5px #ada96e;
box-shadow: 5px 5px 5px #ada96e;
}

#vetrina p{
font-weight: bold;
padding-left: 12px;
padding-bottom: 12px;
}

#vetrina img{
height: 200px;
padding-left: 10px;
}

#vetrina a:hover{
border-bottom: 0px;
}