/* * SimpleModal Basic Modal Dialog */
.basic-modal {
width: auto;
}
.basic-modal-content {
display: none;
}
/* Overlay */
#simplemodal-overlay {
background-color:#000;
}
/* Container */
#simplemodal-container {
min-width: auto;
padding: 25px;
height: 500px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
behavior: url(pie/PIE.htc);
background-color: #FFF;
font-family: 'Josefin Sans', sans-serif;
color: #333;
font-size: 16px;
line-height: 18px;
border: 5px solid #666;
}
.legal-pop {
width: 675px;
margin-right: 50px;
}
#simplemodal-container a:link {
color: #333;
text-decoration: underline;
}
#simplemodal-container a:visited {
color: #333;
text-decoration: underline;
}
#simplemodal-container a:hover {
color: #e44530;
text-decoration: underline;
}
#simplemodal-container h3 {
font-family: 'Josefin Sans', sans-serif;
color: #333;
font-size: 18px;
}
#simplemodal-container a.modalCloseImg {
background:url(../images/x.png) no-repeat;
width:25px;
height:29px;
display:inline;
z-index:3200;
position:absolute;
top:-15px; right:-16px;
cursor:pointer;
}
#basic-modal-content #margen {
padding-right: 25px;
}
.cookie {
position: fixed;
bottom: 0px;
background-color: #f1f1f1;
color: #333;
width: 100%;
left: 0px;
text-align: center;
}
.cookie {
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
font-family: 'Josefin Sans', sans-serif;
font-size: 12px;
}
.cookie a:link {
color: #333;
text-decoration: underline;
}
.cookie a:visited {
color: #333;;
text-decoration: underline;
}
.cookie a:hover {
color: #e93e33;
text-decoration: underline;
}