﻿.BotonModalPers{
	margin-left: 20%;
	}
.modalDialog2 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(55,55,55,0.80);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog2:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog2 > div {
	width: 280px;
	position: relative;
	margin-top: 15%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10%;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;  /* background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
	height: 120px;

}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
}.TituSelePerModal {
	display: block;
}
@media only screen and (min-width: 480px) and (max-width: 619px) {
	.TituSelePerModal {
	display: none;
}
	.modalDialog2 > div {
	width: 280px;
	position: relative;
	margin-top: 35%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10%;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 13px;
	border-radius: 10px;
	background: #fff;  /* background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
}
	
	}
@media only screen and (max-width: 479px) {
	
	.TituSelePerModal {
	display: none;
}
	.modalDialog2 > div {
	width: 280px;
	position: relative;
	margin-top: 55%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10%;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 13px;
	border-radius: 10px;
	background: #fff;  /* background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
}
	}
