.pvlikebox1 {

    width: 298px;
    z-index: 99999;
    right:-310px;
    top:0;
}
.pvlikebox1 div {
    padding: 0;
    margin-right:-6px;
    border:2px solid #3566CB;
    background:#F6F7F8;
}
.pvlikebox1 span {
    bottom: 4px;
    font: 8px"lucida grande", tahoma, verdana, arial, sans-serif;
    position: absolute;
    right: 6px;
    text-align: right;
    z-index: 99999;
}
.pvlikebox1 span a {
    color: gray;
    text-decoration:none;
}
.pvlikebox1 span a:hover {
    text-decoration:underline;
}


.Cred_Header {
  font-size: 28px;
  padding: 2px 20px 8px 20px;
  text-align: center;
color: rgba(70, 121, 189, 0.75);
}
.Maincred {
    position: relative;
  color: #666;
  font-size: 18px;
   overflow: hidden; 
  text-align: center;
}
hr { border: 0; height: 2px; background-image: linear-gradient(to right, rgba(70, 121, 189, 0.1), rgba(70, 121, 189, 0.55), rgba(70, 121, 189, 0.1)); }

.Cred {
    padding: 5px 10px;
    line-height:12px!important;
    overflow: hidden;
}
.Credencial {
    margin: 10px 0;
    width: 280px;
    height: 200px;
  max-width: 100%;
}
.cont1 {
    background: url("../images/infarmed_280x200.jpg") 0 0 no-repeat;
    background-size:80%;
    background-position:50% 50%;
}
.cont2 {
    background: url("../images/DGS_280x200.jpg") 0 0 no-repeat;
    background-size:80%;
    background-position:50% 50%;
}
.cont3 {
    background: url("../images/ACT_280x200.jpg") 0 0 no-repeat;
    background-size:80%;
    background-position:50% 50%;
}
.cont4 {
    background: url("../images/made-in-pt.jpg") 0 0 no-repeat;
    background-size:80%;
    background-position:50% 50%;
    
}
#overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.5;
    filter:alpha(opacity=50);
    z-index: 999998;
}
#modal {
    position:absolute;
    background-color:rgba(255, 255, 255, 0.84);
    border: solid 3px rgba(70, 121, 189, 0.75);
    border-radius:4px;
    padding:6px;
    width:365px!important;
  max-width: 96%;
  z-index: 999999;
}
#content {
    padding:10px 15px 0 15px;
        overflow: hidden;
}
#close {
    position:absolute;
    background:url("../images/close_button_blue.png") 0 0 no-repeat;
    width:28px;
    height:28px;
    text-indent:-9999px;
    top:-9px;
    right:-9px;
}