﻿
table {
border-collapse:separate;
border-spacing:0pt;
}
caption, th, td {
font-weight:normal;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
a{
cursor: pointer;
text-decoration:none;
}
br.both{
clear:both;
}
#backgroundPopup{
display:none;
position:fixed;
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
height:450px;
width:700px;
z-index:2;
padding:0px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:24px;
line-height:14px;
right:-50px;
top:0px;
width:50px;
line-height:48px;
text-align:center;
height:50px;
background:rgba(185,0,0,0.80);
position:absolute;
color:#fff;
font-weight:700;
display:block;
}
#button{
text-align:center;
margin:100px;
}
.popupresim { width:700px; position:fixed; }

@media screen and (max-width:810px){
#popupContact{
height:388px;
width:600px;
}
.popupresim { width:600px; }
#popupContactClose{
font-size:18px;
line-height:14px;
right:-20px;
top:0px;
width:20px;
line-height:20px;
text-align:center;
height:20px;
background:rgba(185,0,0,0.80);
position:absolute;
color:#fff;
font-weight:700;
display:block;
}
}
@media screen and (max-width:610px){
#popupContact{
height:225px;
width:400px;
}
.popupresim { width:400px; }
}
@media screen and (max-width:410px){
#popupContact{
height:169px;
width:300px;
}
.popupresim { width:300px; }
}