.box {
}

.banner {
	width:900px;
	position:absolute;
	height:600px;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-color:#000000;
	top:125px;
	background-image:url(images/contactar.jpg);
	border:5px solid #000000;
}

.formulario {
	position:absolute;
	top:0;
	height:250px;
	left:425px;
	width:450px;
}

form {
	color:#6F92C3;
}

.mapa {
	position:absolute;
	height:250px;
	bottom:0;
	left:405px;
	width:495px;
}

#contenido {
	position:absolute;
	top:680px;
	width:900px;
	border-top-width:5px;
	border-bottom-width:5px;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
}

h1.empresa {
	background-color:#000000;
	color:#FFFFFF;
	margin-top:10px;
	margin-bottom:-10px;
	width:180px;
	padding:5px;
}

.enviar, .borrar {
	width:475px;
}

.enviar:hover {
	width:275px;
	position:relative;
	left:100px;
	font-size:1.5em;
	font-weight:bolder;
}

.borrar:hover {
	width:275px;
	position:relative;
	left:100px;
	font-size:1.5em;
	font-weight:bolder;
}

