@charset "utf-8";
/* CSS Document */
body {
	background: url(bg.jpg) #fff;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	font: 18px/23px "Cantarell", sans-serif;
	text-align:center;
	}
.contenedor {
	margin:0 auto;
	padding-top:20px;
	width:60%;
	overflow:hidden;
	}
.image {
	max-width:100%;
	border:none;	
	}
.footer {
	max-width:100%;
	border:none;
/*margin-top: 12%;*/
}		
.right {
	float:right;
	}
.div_link {
	background-color:#11498a;
	padding:5px;
	margin-bottom:10px;
	}	
.link_entidad {
	color:#fff;
	font-size:14px;
	text-decoration:none;
	}
.cerrar{	
	text-align:right;	
	}	

.cancel{
		width: 32px;
		height: 32px;
	}		
/* Videos youtube responsive */				
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
	/*border-right: solid 4px #11498a;*/
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}	
.borderimg{
	border: solid 4px #11498a;
	margin-left: 5px;
}
/* Responsive  */
@media only screen and (max-width: 1250px) 
{

	.contenedor {
		width:100% !important;
	}  
	
	.image {
	max-width:100%;
	}
	body {
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	font: 18px/23px "Cantarell", sans-serif;
	text-align:center;
	overflow-y:hidden;
	}
	.borderimg{
	border: solid 2px #11498a;
	width: 60%;}

	.cerrar{	
	margin-right: 20%;
	}

	.cancel{
		width: 32px;
		height: 32px;
	}


	.link_entidad {
	color:#fff;
	font-size:14px;
	text-decoration:none;
	}

	/* Videos youtube responsive */				
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; 
	margin-bottom: -16%;
	/*padding-top: 25px;*/
	height: 0;
	/*border-right: solid 4px #11498a;*/
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 70%;
	margin-left: 15%;
}	



}	


/* Responsive  */
@media only screen and (max-width: 800px) 
{
	.contenedor {
		width:100% !important;
	}  
	.image {
	max-width:100%;
	}
	body {
	background: #fff;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	font: 18px/23px "Cantarell", sans-serif;
	text-align:center;
	overflow-y:hidden;
	}
	.borderimg{
	border: solid 2px #11498a;
	width: 90%;}

	.cerrar{	
	margin-right: 3%;
	}

	.cancel{
		width: 32px;
		height: 32px;
	}

	.link_entidad {
	color:#fff;
	font-size:14px;
	text-decoration:none;
	}

	/* Videos youtube responsive */				
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	margin-bottom: -4%;
	/*padding-top: 25px;*/
	height: 0;
	/*border-right: solid 4px #11498a;*/
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 90%;
	margin-left: 5%;
}	


}	