* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #000;
	background-image: url(../images/popup-fondoweb.jpg);
	background-repeat: repeat-x;
}

#popup {
	margin: 0 auto;
	width: 385px;
	height: 550px;
	background-image: url(../images/popup-fnd.jpg);
	background-repeat: no-repeat;
}
	
	#popup #encabezado {
		position: absolute;
		top: -10000px;
		display: none;
	}
	#popup #titulo {
		padding-top: 135px;
		margin-left: 12%;
		margin-right: 13%;
		width: 75%;
	}
		#popup #titulo h2 {
			color: #342C22;
			font-size: 1.8em;
			letter-spacing: -1px;
			border-bottom: 1px solid #342C22;
		}

	#popup #contenido {
		padding-top: 12px;
		margin-left: 12%;
		margin-right: 13%;
		width: 75%;
		height: 335px;
		color: #000;
		overflow: auto;
	}
	#popup #contenido p {
		margin-bottom: 1em;
	}


	#popup #cerrar {
		padding-top: 10px;
		text-align: center;
	}
		#popup #cerrar a {
			font-size: 0.9em;
			color: #fff;
		}
