@charset "utf-8";
/* CSS Document */


.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(18, 71,114, 0.9);
	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;
	overflow: visible;
	font-size: 1.1em;
}
.modalDialog:target {
	z-index: 1001;
	opacity:1;
    pointer-events: auto;
}
.modalDialog     > h2{
	z-index: 1000;
	left: 20px;
	top: 20px;
	right: 20px;
	margin-right: 40px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 0px;
	overflow: auto;
	padding: 14px;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0em;
	border-bottom-left-radius: 0em;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	font-size: 1.4em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #E9E9E9;
	background-position: 255;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
}

.modalDialog > div {
	z-index: 1001;
	max-height:60vh;
	left: 20px;
	top: -26px;
	right: 20px;
	bottom: 30px;
	margin-right: 40px;
	margin-left: 30px;
	margin-bottom: 20px;
	overflow: auto;
	padding: 14px;
	border-top-left-radius: 0em;
	border-top-right-radius: 0em;
	border-bottom-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	background: rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #124772;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.modalTit {
	font-weight: bold;
	font-size: 1.2em;
	color: #333333;
}

.modalNegrita {
	font-weight: bold;
	font-size: 1.2em;
	color: #124772;
	font-family: Arial, Helvetica, sans-serif;
}
.modaltxtNegrita {
	font-weight: bold;
	color: #124772;
	font-family: Arial, Helvetica, sans-serif;
}
.modaltxtNegritaU {
	font-weight: bold;
	color: #124772;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


.modalDialog  a {
	color: #124772;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.modalDialog  a:hover {
	color: #000000;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.close {
	z-index: 1002;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 26px;
	right: 48px;
	text-align: center;
	overflow: hidden;
	opacity: 0.6;
	filter: alpha(opacity=60); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
	background-image: url(../images/closeimg.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.close:hover {
	width: 30px;
	height: 30px;
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	background-image: url(../images/closeimgf2.png);
}
.linea2sub{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #124772;
	height: 1px;
}
