@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;	
	}			
/* Videos youtube responsive */				
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
	/*border: solid 4px #11498a;*/
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}	
.borderimg{
	border: solid 4px #11498a;
}		
/* Responsive  */
@media only screen and (max-width: 800px) 
{
	.contenedor {
		width:80% !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;
	}
	.borderimg{
	border: solid 2px #11498a;
	width: 99%;
}	