.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 20px rgba(0,0,0, 0.8); /* CSS 3 box shadow */
	-webkit-box-shadow: -10px 0 20px rgba(0,0,0, 0.8);
	box-shadow: -10px 0 20px rgba(0,0,0, 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;
	border-left-width: 1px;
	border-left-style: ridge;
	border-left-color: #FFF;
	background-image: url(../img/fondo-contenido-drogas.png);
	background-repeat: no-repeat;
	background-color: #FFF;
}

.ddajaxsidepanel .panelhandle{ /* CSS for Panel Handle DIV */
	height: 151%;
	position: absolute;
	cursor: pointer; /* path to "handle" gif */
	background-color: transparent;
	/*background-image: url(../img/handle.gif);*/
	background-repeat: no-repeat;
	background-position: left center;
	width: 151px;
	left: -70px;
	margin-top: -100px;
}

.ddajaxsidepanel .contentarea{ /* CSS for main content area DIV */
	height: 100%;
	padding: 10px;
	overflow: auto;
}
#contenedor-tabla-drogas {
	height: 700px;
	width: 100%;
}
#titulo h1 {
	font-size: 2em;
	font-weight: bolder;
	color: #FFF;
	width: 100%;
	height: auto;
	background-color: #09F;
	text-align: center;
	line-height: 50px;
}
.video-tabla {
	width: 40%;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	float: left;
	padding-top: 0px;
	margin: 0px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#txt {
	height: auto;
	width: 60%;
	float: right;
	margin: 0px;
	color: #333;
	line-height: 25px;
	font-size: 1.2em;
	text-align: justify;
}
#txt p{
	margin: 0px;
	padding-left: 10px;
}
.otros-nombres {
	float: right;
	width: 100%;
	font-size: 0.9em;
	line-height: 25px;
}
