.cont-imagenes {
	height: 255px;
	width: 300px;
	background-color: #FFF;
	border: 10px solid #0063AC;
	border-radius: 20px;	
	box-shadow: 1px 5px 5px rgba(0,0,0,0.3);
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}

.cont-imagenes2 {
	height: 100px;
	width: 300px;
	background-color: #FFF;
	border: 10px solid #0063AC;
	border-radius: 20px;
	float: left;
	box-shadow: 1px 5px 5px rgba(0,0,0,0.3);
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding-top: 15px;
}
.bto-lista a {
	font-family: 'Fredoka One', cursive;
	height: auto;
	width: 100%;
	color: #000000;
	font-size: 1.5em;
	line-height: 20px;
	margin-bottom: 30px;
}
.bto-lista:hover
{
	opacity: 0.5;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	cursor: pointer;
	text-decoration: none;
	border-radius: 10px;
	color: #000;
}
.titulo-ventana {
	font-family: 'Fredoka One', cursive;
	height: auto;
	width: 100%;
	float: right;
	font-weight: 600;
	color: #0063AC;
	font-size: 3em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.numero {
	font-family: 'Fredoka One', cursive;
	height: 45px;
	width: 100%;
	float: right;
	font-weight: bolder;
	color: #0063AC;
	font-size: 1.5em;
	padding-top: 5px;
	width: 300px;           /* O cualquier ancho limitado */
	white-space: nowrap;    /* Evita que el texto salte a la siguiente línea */
	overflow: hidden;       /* Esconde lo que sobra */
	text-overflow: ellipsis; /* Añade los "..." al final */
	clip: rect(auto,auto,auto,auto); 
}

.numero-pequeno {
	font-family: 'Fredoka One', cursive;
	height: 45px;
	width: 100%;
	float: right;
	font-weight: bolder;
	color: #0063AC;
	font-size: 1.2em;
}
.numero-pequeno1 {
	font-family: 'Fredoka One', cursive;
	height: 45px;
	width: 100%;
	float: right;
	font-weight: bolder;
	color: #0063AC;
	font-size: 0.9em;
}
.zoom {
cursor: zoom-in;}

.descarga {
	height: 50px;
	width: 50px;
	background-color: #0063AC;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border-radius:50%;
}
.descarga:hover
{
	cursor: pointer;
	border: 0px;
	text-decoration: none;
	background-color: #CC291A;
	
}

.descarga2 {
	height: 30px;
	width: 30px;
	background-color: #0063AC;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border-radius: 50%;
}
.descarga2:hover
{
	cursor: pointer;
	border: 0px;
	text-decoration: none;
	background-color: #CC291A;
	
}
.descarga2 img {
	height: 80%;
	
}



.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;
	}

	.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
	}

	.modalDialog > div {
	width: 95%;
	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: 3%;
	margin-right: auto;
	margin-bottom: 10%;
	margin-left: auto;
	color: #666;
	font-weight: bolder;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: -300px -200px;
	text-align: center;
	height: 900px;
	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;
	}
	.modalDialog > div h2 {
	font-size: 2em;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.modalDialog > div h3 {
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.color-quienes-somos {
	color: #FFF;
		background-color: rgba(226,158,55,0.8);
	
}

.close {
	font-family: 'Fredoka One', cursive;
	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: 80px;
	background-color: #0063AC;
	padding-top: 25px;
	font-size: 3em;
	}

	.close:hover {
	background-color: #CC291A;
}

@media screen and (max-width: 65em) {
	
	.numero {
	font-size: em;
	margin-bottom: 20px;
} 
	.cont-imagenes {
	height: auto;
	width: 90%;
	padding-bottom: 20px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.descarga {
	height: 50px;
	width: 100px;
	background-color: #0063AC;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	padding-top: 50px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.zoom {
	cursor: zoom-in;
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
	}
