
/* ==========================================================================
contenedor video
========================================================================== */

.md-modal {
	position: fixed;
	top: 45%;
	left: 50%;
	max-width: 70%;
	min-width: 50%;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #FFFFFF;
	border: 10px solid #FFF;
	border-radius: 15px;
	width: 100%;
	text-align: center;	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;
}
.md-modal h2 {
	font-size: 3em;
	color: #89c300;
	line-height: 45px;
	text-align: center;
	font-family: 'Pacifico', cursive;
	font-weight: normal;
}
.md-modal b {
	color: #0c91de;
	font-size: 0.6em;
	font-weight: normal;
	line-height: 20px;
}
.md-content video {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
}


.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	position: relative;
	border-radius: 3px;
	width: 100%;
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 3em;
	font-weight: bolder;
	/*border-radius: 3px 3px 0 0;*/
	/*background-color: rgba(0,148,202,0.9);*/
	color: #000;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

	
	
.leer {
		font-family: 'Epilogue', sans-serif;
	background-color: #df4141;
	height: 60px;
	width: 60px;
	font-size: 1.2em;
	color: #FFF;
	font-weight: lighter;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 20px;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.leer:hover
{
	/*	opacity: 0.7;*/
	cursor: pointer;
	text-decoration: none;
	background-color: #ff9b01;
	color: #FFF;
}
.cerrar {
	width: 60px;
	padding: 0px;
	height: 60px;
	float: right;
	margin: 10px;
}

.cerrar-texto {
	font-family: 'Epilogue', sans-serif;
	background-color: #df4141;
	height: 60px;
	width: 60px;
	font-size: 1.8em;
	color: #FFF;
	position: absolute;
	top: 0px;
	font-weight: lighter;
	right: 0px;
	text-align: center;
	float: right;
	border-radius: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.cerrar-texto:hover
{
	/*	opacity: 0.7;*/
	cursor: pointer;
	text-decoration: none;
	background-color: #ff9b01;
	color: #FFF;
}

.cerrar-contenido {
	background-color: #000;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	font-size: 2em;
	color: #FFF;
	position: absolute;
	top: 30px;
	font-weight: bolder;
	right: 0px;
}

.cerrar-contenido:hover
{
	/*	opacity: 0.7;*/
	cursor: pointer;
	text-decoration: none;
	background-color: #35859f;
}
