/*------------------------------------------------
-----------------|   General   |------------------
------------------------------------------------*/

h5 {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

h6 {
	padding: 1px 0 1px 8px;
	margin: 0 0 5px 0;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background: #fff url(../images/comun/h6_bg.gif) no-repeat;
}

.grupo p {
	padding: 1px 0 1px 8px;
	margin: 0 0 5px 0;
	font-size: 12px;
}

.grupo {
	width: 900px;
	padding: 10px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.grupo a:hover {
	text-decoration: underline;
}

.info {
	width: 250px;
	margin: 0 20px 0 0;
	float: left;
}

.mapa {
	width: 626px;
	height: 260px;
	border: 1px solid #666;
	float: left;
}

/*------------------------------------------------
-----------------|   Contacto   |-----------------
------------------------------------------------*/

#contacto div.grupo {
	margin: 0 0 10px 0;
	width: 900px;
	color: #595959;
	overflow: hidden;
}

#contacto div.grupo div {
	height: 240px;
	padding: 20px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #ececec;
	float: left;
}

#contacto p.nofeedback {
	font-size: 11px;
}

#contacto div.consulta {
	margin: 0 0 0 20px;
}

#contacto div.consulta p {
	width: 456px;
}

#contacto th {
	padding: 5px 5px 5px 0;
	text-align: left;
	font-weight: normal;
}

#contacto td {
	width: 100px;
	padding: 5px 0;
}

#contacto table input, #contacto textarea {
	width: 100%;
	border: 0;
	padding: 2px 0;
}

#contacto textarea {
	height: 170px;
}

#contacto input.localidad {
	width: 95px;
}

#contacto p.botones {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
}

#contacto button {
	width: 160px;
	height: 18px;
	padding: 0 0 0 10px;
	border: 0;
	text-align: left;
	font-weight: bold;
	background: #fff url(../images/comun/button_bg.png) no-repeat left;
	color: #fff;
}