#mapa {
	width: 425px;
	height: 320px;
	cursor: pointer;
	background: transparent url(../images/mapa/00.png) no-repeat;
	float: right;
	margin-top: -40px;
}

#info {
	width: 340px;
	float: left;
}

h1 {
	margin-bottom: 30px;
}

p {
	font-size: 12px;
	margin-bottom: 30px;
	line-height: 20px;
}

input {
	position: relative;
	top: 1px;
}



table {
	width: 100%;
	margin-bottom: 14px;
	border-collapse: separate;
	border-spacing: 2px;
}

th {
	padding: 10px 14px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	background-color: #1c1c1c;
}

td {
	padding: 10px 14px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
	background-color: #2c2c2c;
}

td.vacio {
	font-size: 14px;
	padding: 20px 14px;
	background-color: #e71715;
}

td.nombre {
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

td.links a {
	padding-left: 10px;
	background: transparent url(../images/comun/redFlecha.png) no-repeat left center;
}

#contacto {
	display: none;
	padding: 15px;
	border: 20px solid #000;
	background-color: #333;
}

#contacto h3 {
	background-color: transparent;
}

#contacto input.text, #contacto textarea {
	width: 230px;
	background-color: #1c1c1c;
	border-color: #1c1c1c;
	color: #fff;
}

#contacto label span {
	font-weight: bold;
	vertical-align: top;
}

#contacto p {
	margin: 10px 0;
	font-size: 12px;
	text-align: right;
}

#contacto p.close {
	margin-bottom: -20px;
	position: relative;
	left: 33px;
	top: -46px;
	font-size: 11px;
	text-align: right;
}

#contacto p.close a {
	padding-right: 20px;
	background: transparent url(../images/comun/compCerrarBtn.png) no-repeat right;
}

#contacto p.enviado {
	color: #a6d60d;
}

#contacto p.error {
	color: #f00;
}