@charset "utf-8";
/* CSS Document */

body {
	background: #C5C5C5;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 13px;
	height: 100%;
	-webkit-text-size-adjust: none;
	-ms-touch-action: pan-y;
	-ms-content-zooming: none;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
}
#franja-sup {
	background-color: #E4E4E4;
	margin: 0 auto;
	padding: 30px;
}
#franja-inf {
	margin: 0 auto;
	padding: 30px;
}
.fs-1 {
	max-width: 960px;
	margin: 0 auto;
}
.encab {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.videowrapperfull {
	position: relative;
	padding-bottom: 56%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.videowrapperfull iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
p {
	font-size: 16px;
	line-height: 1.2em;
}
.izq {
	/*background-color: red;*/
	float: left;
	width: calc(50% - 15px);
	margin-bottom: 30px;
}
.der {
	/*background-color: purple;*/
	float: right;
	width: calc(50% - 15px);
	margin-bottom: 30px;
}
.sep  {
	clear: both;
}