@charset "utf-8";
/**
 * Default stylesheet for the Videodescripcion.
 */

.videodescripcion-content {
	padding-top:8px !important;
	text-align:center;
}

#flwp_videodescripcion {
	width:100%;
	height:200px;
}

.vd-display-block {
	display:block;
}

.vd-display-none {
	display:none;
}

#vd_loading {
	position:absolute;
	padding:1px 4px;
	border:#9CF solid 1px;
	background-color:#E0EBED;
	font-size:.78em;
	color:#333;
	z-index:9999;
}

#videodescripcion-enabled {
	/*position:relative;*/
	width:auto;
	height:auto;
	border:#ccc dotted 1px;
	background-color:#F2F2F2;
	color:#093;
	font-size:.8em;
	padding:.3em;
	cursor:pointer;
	cursor:hand;
	line-height:1.5em;
	text-align:left;
}

#videodescripcion-disabled {
	/*position:relative;*/
	width:auto;
	height:auto;
	/*float:left;*/
	border:#ccc dotted 1px;
	background-color:#F2F2F2;
	color:#999;
	font-size:.8em;
	padding:.3em;
	cursor:pointer;
	cursor:hand;
	line-height:1.5em;
	text-align:left;
}

#videodescripcion-disabled img {
	/*position:relative;*/
	width:30px;
	height:30px;
	float:left;
	margin:0 0.3em 0 0;
	vertical-align:middle;
}

