@media only screen and (max-width:1025px) {

 

 /* busqueda Home  */

.Busqueda_Home{
	width: 100%;
	height: 80px;
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block !important;
    overflow: hidden;
    visibility: hidden;
}

.Busqueda_Home > form > .bloqueA{
	width: 70%;
	height:40px;
	float: left;
} 

.Busqueda_Home > form > .bloqueA input{
	position: relative;
    width: 100%;
    height: 40px;
    line-height: 48px;
    margin: 0;
    padding: 0 20px;
    font-family: Lato,sans-serif;
    font-size: 13px;
    color: #9e9c9c;
    background-color: #f5f6f7;
    border: 0;
    outline: 0;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
    z-index: 99;

} 


.Busqueda_Home > form > .bloqueB{
	width: 25%;
	height:40px;
	float: right;
} 

.Busqueda_Home > form > .bloqueB button{
	position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 32px;
    padding: 0;
    font-size: 22px;
    font-family: inherit;
    color: #fff;
    background-color: #cc1d13;
    border: 0;
    outline: 0;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: background-color .15s cubic-bezier(.35,.7,.32,.9);
    -moz-transition: background-color .15s cubic-bezier(.35,.7,.32,.9);
    transition: background-color .15s cubic-bezier(.35,.7,.32,.9);
    z-index: 9999;
} 

 




} /* 1025 */



@media only screen and (max-width:1024px) {


.contenedorVideos > .BloqueA{
	width: 64%;
	height: 320px;
}

.contenedorVideos > .BloqueB{
	width: 34%;
}

.contenedorVideos > .BloqueB > .BloqueDatos > .Titulo {
	font-size: 10px;
}


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

}

 /* busqueda Home  */

.Busqueda_Home{
	 
	display: block;
}





} /* 1024 */


@media only screen and (max-width:768px) {


.contenedorVideos > .BloqueA{
	width: 100%;
	height: 320px;
}

.contenedorVideos > .BloqueB{
	width: 100%;
}

.contenedorVideos > .BloqueB > .BloqueDatos > .Imagen{
	width: 25%;

}

.contenedorVideos > .BloqueB > .BloqueDatos > .Titulo{
	width: 73%;
    font-size: 14px;

}

 


} /* 768 */



@media only screen and (max-width:601px) {


.contenedorVideos{
	width: 100%;
} 

.contenedorVideos > .BloqueB > .BloqueDatos > .Titulo{
	width: 50%;
}
 


} /* 601 */


@media only screen and (max-width:481px) {


.contenedorVideos > .BloqueB > .BloqueDatos > .Imagen{
	width: 40%;
}

.contenedorVideos > .BloqueB > .BloqueDatos > .Titulo{
    font-size: 12px;
}
 



} /* 601 */