#popup{
	position: fixed;
	width: 100%;
	height: 100% !important;	
	z-index: 100;
	display: none;
        top: 0px;
        left: 0px;
}

#popup .fondo1{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	background-image: none;
	opacity: 0.7;	
	z-index: 0;
}

#popup .table{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: left;
}

#popup .table h3{
    text-align: left;
}

#popup .contenido{
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	border: 10px solid #e1b919;
	z-index: 1;
	overflow-y: auto;
	text-align: center;
	padding: 20px
}