
/** Estilos para los tooltip de ayudas en los bloques **/
.ayudaLinkBloque{display: block; text-indent: -9999px; background: url(../img/iconAyuda.png) left top no-repeat; width: 16px; height: 16px; float: right; position:relative; margin: 3px 6px 0px 0px; width: 18px; height: 18px; }
.ayudaLinkBloque:hover{background: url(../img/iconAyuda.png) left -17px no-repeat;}
.ayudaTextoBloque{z-index:1000; background: #e1f3f7 url(../img/infoAyuda.gif) right top no-repeat; border: 1px dashed #3492a8; color: #195c6c; padding: 10px 25px}

/** Estilos por defecto utilizados en la funcion desplegar del bloque tipo Galeria de Videos **/
#galeriaMedia{ border:1px dashed #CCCCCC; height: 220px; }
#mainMediaVideo{ float:left; }
.divVideoLista{ margin:5px; float:right; xborder:1px dashed #CCCCCC; width:70%; }
.divVideoLista #videoLista { padding-left:10px; margin:10px; text-align:left;  }
.divVideoLista #videoLista a{ text-decoration:none; display:block; padding:0px 15px 0px 2px; margin-bottom:5px; border:1px dashed #CCCCCC; }
.divVideoLista #videoLista a:visited{ text-decoration:none; display:block; padding:5px 15px 5px 2px; margin-bottom:5px; border:1px dashed #CCCCCC; }
#qvideo{ margin-bottom:5px; }
.divVideoLista #videoLista a.videoPlaying { background-color:#E8E8E8 }
.divVideoLista #videoLista a:hover { background-color:#E8E8E8 }
#galAudioConteInf{ clear:both; text-align:left; }

/** Estilos para la administracion utilizados en la modificar del bloque tipo Galeria de Audio **/
#audioSearch{ float:left; width:30%; height:300px; border:1px dashed #CCCCCC; text-align:left; }
#resultados{ margin:0px; padding:0px;  width:250px; height:300px; overflow:auto; }
.botones{clear:both;text-align:center;}
#audioList { margin:0px; padding:0px; text-align:left;}
.audioLista { margin:0px; padding:0px; text-align:left;}
.audioLista li{ border:1px dashed #CCCCCC;  display:block;}
#resultados ul#audioLista{list-style-type:none;}
.audioLink{ display:block; width:225px; padding:3px 0px 3px 2px; border:1px dashed #CCCCCC; text-decoration:none; margin-bottom:3px; background:#f6f6f6; color:#555555; font-weight:bold; cursor:move; }
#audiosSelected{ float:right; border:1px dashed #CCCCCC; width:65%; height:300px; overflow:auto; text-align:left; }
.delAudioSel  { font-weight:normal; color:#555555; }
#audiosSelected ol{ height:270px; margin: 0; padding: 1em 0 1em 3em; }
#audiosSelected li{ padding:5px 20px 5px 2px; border:1px dashed #CCCCCC; margin-bottom:5px; cursor:move; background:#f6f6f6; color:#555555; font-weight:bold; }





/*B�squeda avanzada*/
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 5px solid #ddd;
	float: left;
	font-size: 1.5em;
	position: absolute;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

#audio-imagen img{
	height: 180px;
	width: 240px;
	
}

.img-container img{
	height: 180px;
	width: 240px;
	
}