@media screen and (max-width: 1038px) {
body #popUpHija {left:67%;}
}
@media screen and (max-width: 650px) {
body #popUpHija {left:80%;}
}
@media screen and (max-width: 500px) {
body #popUpHija {left:100%; width:320px;}
}
@media screen and (max-width: 400px) {
body #popUpHija {left:125%; width:290px;}
}
/*************************************************************
 **** Estilos para el popup  *********************************
 *************************************************************/
#popUp body{
margin:0;
}

#videox {margin:0;text-align:center;}

#popUp {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:999999;
	zoom:1;
}
#transparencia {
    background: #31342D;
    left: 0;
    opacity: 0.8;
	filter: alpha(opacity=85);
    position: absolute;
    top: 0;
	z-index: 88888;
    width: 100%;
	zoom:1;
}



#popUpHija {
	margin:0 0 0 -390px;
	display:block;
	position:absolute;
	left:65%;
    background:transparent; 
	width:400px;
	z-index:9999999;
	background:#fff;
	padding:0 0 20px 0;
	
}
#infoPopUp {
    width: 400px;
	overflow:hidden;
	background:#fff;
}
#cerrarPopUp {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	float: right;
	font-style:italic;
    background:#383838 url(../img/btm_cerrar.png) center center no-repeat;
    border: medium none;
    color: #FFFFFF;
	height: 20px;
    padding: 0 10px 3px 0;
	margin:15px  15px 15px 0;
	text-align:center;
    text-decoration: none;
	width:90px;
	cursor:pointer;
	#cursor:hand;
	 
}
#popUpHija iframe{overflow:hidden; width:100%!important; }

