.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 9999999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	text-align: center;
	color: #666;
	}

	.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
	}
.scroll-lista {
	height: 520px;
	width: 100%;
	overflow: auto;
}

.scroll-lista li{
	overflow: auto;
	padding-bottom: 4px;
	padding-top: 4px;
}
.scroll-lista  a:link{
	overflow: auto;
	color: #333;
	font-size: 1.1em;
}
.scroll-lista  a:visited{
	overflow: auto;
	color: #333;
}
.scroll-lista  a:hover{
	overflow: auto;
	color: #F9AA05;
}



	.modalDialog > div {
	width: 80%;
	position: relative;
	border-radius: 10px;		/*background: -moz-linear-gradient(#fff, #999);
		background: -webkit-linear-gradient(#fff, #999);
		background: -o-linear-gradient(#fff, #999);*/
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: 10%;
	margin-left: auto;
	color: #666;
	font-weight: bolder;
	background-color: #fff;
	background-image: url(../img/fondo.png);
	background-repeat: no-repeat;
	background-position: -300px -200px;
	text-align: center;
	height: 650px;
	padding: 10px;
	}
	.modalDialog > div p {
	background-color: rgba(255, 255, 255, 0.7);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1.2em;
	color: #666;
	}
	.modalDialog > div img {
	height: 50px;
	width: 50px;
	float: none;
	margin-left: 5px;
	
	}
		.modalDialog > div lo {
	background-color: rgba(255, 255, 255, 0.7);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1.2em;
	color: #666;
	}
	.modalDialog > div h2 {
	font-size: 2em;
	padding-top: 20px;
	padding-bottom: 5px;
	}
.modalDialog > div h3 {
	font-size: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
	}
.color-quienes-somos {
	color: #FFF;
		background-color: rgba(226,158,55,0.8);
	
}

	.close {
	color: #FFFFFF;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 80px;
	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;
	height: 60px;
	background-color: #f8aa06;
	padding-top: 18px;
	}
.cerrar {
	color: #FFFFFF;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	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;
	background-color: #f8aa06;
	padding: 15px;
	}

	.close:hover {
	background-color: #004652;
}
@media screen and (max-width: 65em) {

.numero {
	font-family: 'Fredoka One', cursive;
	height: 30px;
	width: 100%;
	float: right;
	font-weight: bolder;
	color: #0063AC;
	font-size: 1.5em;
}

	}
