@import url(http://fonts.googleapis.com/css?family=Raleway:100,200,300,500,600,700,900,800,400);

body{
	margin:0px;
	padding: 0px;
	font-family: 'Raleway', sans-serif;
	background: #FFF;
}

a{
	color: inherit !important;
	text-decoration: none;
}

#page{
	width:960px;
	margin:0 auto;
}
#header{
	width:960px;
	height: 480px;
	background: url(../img/header.jpg);
	color:#FFF;
	position: relative;
}
#header #titulo1{
	width: 200px;
	text-align: center;
	padding: 5px 0px;
	background: url(../img/titulo1.png) no-repeat;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	right: 5%;
}
#header #titulo2{
	width: 357px;
	height: 166px;
	background: url(../img/titulo2.png) no-repeat;
	position: relative;
}
#header #titulo2 #sub1{
	color: #652d90;
	font-size: 14px;
	font-weight: 600;
	padding-left: 24px;
	padding-top: 3px;
}
#header #titulo2 h2{
	font-size: 26px;
	font-weight: 500;
	margin: 15px 0px 0px 25px;
	padding: 0px;
}
#header #titulo2 h1{
	font-size:36px;
	font-weight: 700;
	margin:-10px 0px 0px 25px;
	padding: 0px;	
}
#titulo3{
	text-align:left;
	font-size:24px;
	font-weight:500;
	margin-left: 25px;
}
#temario{
	font-size: 24px;
	font-weight: 800;
	padding-top: 10px;
	text-align: right;
	position: absolute;
	padding-right: 10px;
	width: 351px;
	height: 39px;
	bottom: 50px;
	right: 0px;
	color:#FFF;
}
#body{
	height: 308px;
	position: relative;
}
#descripcion{
	width: 514px;
	height: 130px;
	border-radius: 60px 0px 0px 60px;
	background:#652d90; ;
	position: absolute;
	top: 20px;
	left: 24px;
}
#fecha{
	margin-left: 50px;
	color:#FFF;
	float: left;
}
#fecha h2{
	font-size: 41px;
	font-weight: 700;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#fecha h1{
	font-size: 72px;
	font-weight: 700;
	margin: -30px 0px 0px 0px;
	padding: 0px;
}
#texto{
	margin: 20px 0px 0px 30px;
	width: 314px;
	float: left;
	font-size: 14px;
	font-weight:500;
	text-align: justify;
	color:#FFF;
}
#frm_registro{
	width: 350px;
	position: absolute;
	right: 0px;
	top:10px;
}
#frm_registro div{
	text-align: center;
	background: #652d90;
	padding: 10px 0x;
	margin: 10px 0px;
}
#frm_registro span{
	display: block;
	height: 50px;
	position: relative;
}
#frm_registro h1{
	font-size: 46px;
	font-weight: 800;
	color:#652d90;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding:0px;
	position: absolute;
	top: 0px;
}
#frm_registro #registrate{
	font-size: 46px;
	font-weight: 700;
	color:#FFF !important;
	margin: 0px;
	padding:0px;
	z-index: 10;
}
#frm_registro h3{
	color:#FFF;
	font-size: 15px;
	font-weight: 500;
	margin: 0px;
	padding:0px;
}
#enviar{
	border:none;
	padding: 5px 20px;
	float: right;
	color:#FFF;
	font-size: 12px;
	font-weight: 500px;
	background: #652d90;
}
#promocion{
	position: absolute;
	bottom: 30px;
	width: 500px;
	text-align: center;
	color:#FFF;
}
#promocion h2{
	font-size: 18px;
	font-weight: 700;
	color:#999;
	margin: 0px;
	padding: 0px;
}
#promocion h1{
	font-size: 36px;
	font-weight: 700;
	color:#652d90;
	margin: 0px;
	padding: 0px;
}
#informes{
	position: absolute;
	bottom: 30px;
	right: 0px;
	color:#FFF;
	width: 400px;
	text-align: center;
}
#informes h2{
	font-size: 21px;
	font-weight: 700;
	color:#999;
	margin: 0px;
	padding:0px;
}
#informes h1{
	font-size: 31px;
	font-weight: 700;
	margin: 0px;
	padding:0px;
	color:#652d90;
}
#informes span{
	color:#FFF;
}
#footer{
	height:10px;
	overflow: visible;
	background: #652d90;
}
#logo{
	background: #652d90;
	width: 109px;
	height: 109px;
	position:absolute;
	bottom: 0px;
	left: 440px;
}
#logo_bdmedia{
	width: 109px;
	height: 109px;
	background:url(../img/logo_bdmedia.png) center center no-repeat;
}
.hidden{
	display: none;
}
.mfp-content .hidden{
	display: table !important;	
}
#gracias{
	background: #FFF;
	width: 600px;
	padding: 30px;
	max-width: 600px;
	margin: 20px auto;
}
.destello1{
	background: url(../img/temario1.png) top left;
}
.destello2{
	background: url(../img/temario2.png) top left;
}