.ddajaxsidepanel{ /* Main Panel Container */
	position: fixed; /* keep this value as is */
	top: 0; /* keep this value as is */
	visibility: hidden;
	-moz-box-shadow: -10px 0 10px rgba(137,137,137, 0.8); /* CSS 3 box shadow */
	-webkit-box-shadow: -10px 0 10px rgba(137,137,137, 0.8);
	box-shadow: -10px 0 10px rgba(137,137,137, 0.8);
	-webkit-box-sizing: border-box; /* Set .ddajaxsidepanel width so that any padding or borders are added inside this width, not in addition to */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100000;
	background-repeat: repeat;
	border-left-width: 1px;
	border-left-style: ridge;
	border-left-color: #FFF;
	background-color: #FFF;
	background-image: url(../img/fondo3.jpg);
}

/*#video {
	height: 450px;
	width: 500px;
	margin-left: 150px;
	margin-top: 50px;
}*/
#contenedor_video {
	height: auto;
	width: 350px;
	margin-left: 100px;
	text-align: center;
}
#titulo h1 {
	font-size: 3em;
	font-weight: bolder;
	border-radius: 10px;
	margin: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	background-color: #E20612;
	height: auto;
	width: 70px;
	padding: 5px;
	color: #FFF;
	text-align: center;
}
.play {
	font-size: 3em;
	color: #FFF;
	background-color: #E20612;
	border-radius: 50%;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-weight: bolder;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 45px;
}


#video-contenido {
	height: 500px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	border-radius: 20px;
	/*box-shadow: 0px 0px 20px rgba(0,0,0,0.2);*/
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	background-color: #FFF;
	background-image: url(../img/loading3.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#txt {
	height: auto;
	width: 80%;
	margin-left: 100px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: justify;
	font-size: 2em;
}


#subcontent {
	width: 300px;
	position: absolute;
	z-index: 1000;
	background-color: #0000FF;
	visibility: hidden;
	border: 1px solid #66A712;
	font-size: 17px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #666;
	padding-right: 10px;
	top: 0px;
	padding-left: 10px;
	font-weight: lighter;
	left: 0px;
}
#subcontent a {
	float: right;
	position: absolute;
	top: 130px;
	padding-top: 10px;
	padding-right: 30px;
}


.ddajaxsidepanel .panelhandle{ /* CSS for Panel Handle DIV */
	height: 100%;
	position: absolute;
	left: -14px;
	top: 0;
	cursor: pointer; /* path to "handle" gif */
	background-color: transparent;
	background-image: url(../img/handle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 100px;
}

.ddajaxsidepanel .contentarea{ /* CSS for main content area DIV */
	height: 100%;
	
	padding: 10px;
	overflow: auto;
}
