/*************************************************************
 **** Estilos para el popup  *********************************
 *************************************************************/
#popUp body{
margin:0;
}

#videox {margin:0;}

#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 -350px;
	display:block;
	position:absolute;
	left:50%;
    background:transparent; 
	overflow:visible;
	width:700px;
	z-index:9999999;
	background:#000;
	padding:0 0 20px 0;
	
}
#infoPopUp {
    width: 100%;
	overflow:hidden;
	background:#000;
}
#cerrarPopUp {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	float: right;
	font-style:italic;
    background:#c6cb1f url(../img/btm_cerrar.png) 20px 5px 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:visible; }

