#sidebar{
float:left;
margin-top:46px;
margin-left:90px;
background:url(../img/sidebar_fondo.png) no-repeat;
width:223px;
height:429px;}
	/*contenedor de h3 videos y lista de videos*/
	#columnas{
	overflow:hidden;
	width:229px;
	margin-top:18px;
	margin-left:5px;
	}
		/*h3 videos, con imagen , fijo y flotado a la derecha*/
		#sidebar  h3{
		float:left;
		background:url(../img/videos_h3.png) no-repeat;
		width:24px;
		height:95px;
		margin-top:4px;}
			#sidebar h3 span{
			display:none;}
			
				/*el contenedor y el scroll están en jScrollPane.css y demoStyles.css*/

					/*botoncito de play de videos youtube*/
					.boton_videos {
					list-style:none;
					background:url(../img/videos_bt.png) no-repeat;
					width:25px;
					min-height:25px;
					text-decoration:none;
					}
						.boton_videos:hover{
						background:url(../img/videos_bt_hover.png) no-repeat;}
					/*boton y titulo del video de youtube*/
					.boton_videos a{
					display:block;
					font-family:courier new;
					font-size:15px;
					font-weight:bold;
					color:white;
					margin-left:25px;
					padding-top:4px;
					text-decoration:none;
					width:135px;}
						.boton_videos a:hover{
						color:gray;}
							/*resumen del video de youtube the_excerpt()*/
							#sidebar .resumen_videos {
							font-family:courier new;
							font-size:14px;
							color:white;
							margin-left:25px;
							text-decoration:none;
							list-style-type:none;
							line-height:1em;
							width:135px;}
		
	#sidebar2{
	position:relative;
	margin-top:80px;}	
	
		#no_dejes {
		position:absolute;
		display:block;
		background:url(../img/no_dejes.png) no-repeat;
		width:185px;
		height:32px;
		top:30px;
		left:15px;}	
		#no_dejes:hover{
		background:url(../img/no_dejes_hover.png) no-repeat;}	
			#no_dejes span{
			display:none;}
			

		#twitter {
		position:absolute;
		display:block;
		background:url(../img/twitter.png) no-repeat;
		width:61px;
		height:61px;
		top:110px;
		left:65px;}
		#twitter:hover{
		background:url(../img/twitter_hover.png) no-repeat;}
			#twitter span{
			display:none;}
		
	
		#facebook {
		position:absolute;
		display:block;
		background:url(../img/facebook.png) no-repeat;
		width:61px;
		height:61px;
		top:110px;
		left:7px;}
		#facebook:hover{
		background:url(../img/facebook_hover.png) no-repeat;}
			#facebook span{
			display:none;}
		
	
		




