.Bloque_Video{ background:#EEEEEE; cursor:pointer; display:inline-block; margin:10px; margin-bottom:20px; padding:10px; text-align:center; vertical-align:top; width:20%; }
.Bloque_Video:hover{ background:#CCC; -moz-shadow: 0 10px 10px -6px #999; -webkit-box-shadow: 0 10px 10px -6px #999; -box-shadow: 0 10px 10px -6px #999;}
	.Bloque_Video figure{  margin-bottom:5px; }
	.Bloque_Video figcaption{ color:#666; font-size:12px; font-weight:bold; height:80px; text-align:left;}
					
/* ////////////////////  POP-UP  //////////////////// */
/* DIV OBSCURO */
#DivObscuroVideos{ 	position: fixed; height: 100%; width: 100%; z-index:999; display:none; background-image: url("../images/overlay.png"); 
					background-repeat: repeat; top: 0; left: 0; opacity:0.97; filter:alpha(opacity=97); /* For IE8 and earlier */ }	

/* CONTENEDOR GENERAL DEL POP-UP */
#ContPopUp{ margin:0 auto; margin-top:-300px; width:754px; z-index:1000; }
	
	/* CONTENDOR DE BOTON CLOSE DEL POP-UP */
	#ContClosePopUp{ text-align:left;  width:100%; }	
		#ContClosePopUp div{ color:#FFF; display:inline-block; font-size:16px; font-weight:bold; padding-top:10px; text-align:left; vertical-align:top; width:710px; }		
		#ContClosePopUp img{ display:inline-block; vertical-align:top; cursor:pointer; }	
	/* CUERPO POP-UP */
	#ContPopUp embed{ border:2px solid #FFF; }

/* **************************************************************  MEDIA QUERYS  *******************************************************************/	
/* UN MAXIMO DE 800px - HACIA ABAJO, HASTA 601px | "iPad - Portrait"  "NARANJA: background:#F90;" */
@media screen and (max-width:959px){
	.Bloque_Video{ margin-right:40px; width:35%; }
		
	/* ////////////////////  POP-UP  //////////////////// */
	/* CONTENEDOR GENERAL DEL POP-UP */
	#ContPopUp{ width:90%; }
		/* CONTENDOR DE BOTON CLOSE DEL POP-UP */
		#ContClosePopUp div{ width:92%; }
		/* CUERPO POP-UP */
		#ContPopUp embed{ height:350px; width:99%; }		
	}

/* UN MAXIMO DE 600px - HACIA ABAJO " ----------------- DISPOSITIVOS MOVILES 'SMARTPHONES' LANDSCAPE ----------------- " "ROSA: background:#F09;" */	
@media only screen and (max-width: 600px){
	.Bloque_Video{ margin:0; margin-bottom:15px; width:70%; }
	
	/* ////////////////////  POP-UP  //////////////////// */
	/* CONTENDOR DE BOTON CLOSE DEL POP-UP */
	#ContClosePopUp div{ width:90%; }
	}

/* UN MAXIMO DE 400px - HACIA ABAJO " ----------------- DISPOSITIVOS MOVILES 'SMARTPHONES' PORTRAIT ----------------- " "AMARILLO: background:#FFFF33;"*/	
@media only screen and (max-width:400px){	
	/* ////////////////////  POP-UP  //////////////////// */
	/* CONTENDOR DE BOTON CLOSE DEL POP-UP */
	#ContClosePopUp div{ width:85%; }
	}	