@charset "UTF-8";
/* CSS Document */
#contenedor {
			width:878px;
			height: 800px;
			position:relative;
			background-image:url(/imagenes/contacto/fondo.jpg);
			text-align:center; /* alinear textos */
			margin:0 auto; /* centra el contenedor */
			border: 0px solid black; 
			background-repeat: no-repeat; 
			background-color:transparent;

}
.titulos{
	color:#993333;
}
#apDiv6 {
	position:absolute;
	left:357px;
	top:239px;
	width:166px;
	height:24px;
	z-index:1;
}
#pie{
	position:absolute;
	bottom:100px;
}