* {
	margin: 0px;
}

#contenedor {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	background-image: url(images/imagenLogo.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	position: relative;
}
body {
	color: #999;
	background-color: #000;
}

#midiv {
	position:absolute;
	left:580px;
	top:310px;
	width:311px;
	height:221px;
	z-index:15;
	background-color: #FF0000;
	visibility: hidden;
}

#apDiv1 {
	position:absolute;
	left:83px;
	top:336px;
	width:324px;
	height:259px;
	z-index:1;
}
#name {
	height: 25px;
	width: 180px;
	margin-top: 2.5px;
	margin-right: 5px;
	margin-bottom: 2.5px;
	margin-left: 5px;
}
#mensaje {
	height: 100px;
	width: 180px;
	margin-top: 2.5px;
	margin-right: 5px;
	margin-bottom: 2.5px;
	margin-left: 5px;
}
#enviar {
	height: 25px;
	width: 50px;
	margin-top: 2.5px;
	margin-right: 5px;
	margin-bottom: 2.5px;
	margin-left: 5px;
}
#fono {
	height: 25px;
	width: 180px;
	margin-top: 2.5px;
	margin-right: 5px;
	margin-bottom: 2.5px;
	margin-left: 5px;
}
#email {
	height: 25px;
	width: 180px;
	margin-top: 2.5px;
	margin-right: 5px;
	margin-bottom: 2.5px;
	margin-left: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
}
