.contenedorVideos{
	width: 90%;
	height: 400px;
	margin: 0 auto;
}


/* BLOQUE A */

.contenedorVideos > .BloqueA{
	width: 68%;
	height:400px;
	background: #222;
	float: left;
	overflow: hidden;
} 

.contenedorVideos > .BloqueA > .fluidvids{
	width: 100% !important;
	height: auto !important;
	padding-top: 0px !important
}

.contenedorVideos > .BloqueA > .fluidvids  iframe{
	width: 100% !important;
	height: 400px !important;

}




/* BLOQUE B */

.contenedorVideos > .BloqueB{
	width: 30%;
	height: auto;
	float: right;
} 


/* BLOQUE B  - BloqueDatos */
.contenedorVideos > .BloqueB > .BloqueDatos{
	width: 100%;
	height: auto;
	background: #222;
	-webkit-transition: background-color 0.5s ease-out;
  	-moz-transition: background-color 0.5s ease-out;
 	-o-transition: background-color 0.5s ease-out;
 	transition: background-color 0.5s ease-out;
 	cursor: pointer;
 	margin-bottom: 10px;
 	overflow: hidden;
}

/* BLOQUE B  - BloqueDatos - Imagen */

.contenedorVideos > .BloqueB > .BloqueDatos > .Imagen {
	width: 45%;
	height: auto;
	float: left;
	overflow: hidden;
	line-height: 0px;
}

.contenedorVideos > .BloqueB > .BloqueDatos > .Imagen img{
	width: 100%;
	height: auto;
}

/* BLOQUE B  - BloqueDatos - Titulo */

.contenedorVideos > .BloqueB > .BloqueDatos > .Titulo {
	width: 50%;
    height: auto;
    float: left;
    overflow: hidden;
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
    color: #FFF;
}

/* BLOQUE B  - BloqueDatos */
.contenedorVideos > .BloqueB > .BloqueDatos:hover{
	background-color: #FFF;
	-webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
   transition: background-color 0.5s ease-out;
}

.contenedorVideos > .BloqueB > .BloqueDatos:hover .TituloVideos{
	 color: #000 !important;
}

.DateVideos{
	font-size: 11px;
	font-style: italic;
	color: #8A9398;
	font-weight: 800;
	margin-top: 5px;
}


.Selected_video{
	background-color: #FFF !important;
	color: #000 !important;
}

.Selected_video  > .Titulo{
	color: #000 !important;
}

.videoNone{
	display: none !important;
}


