/* CSS Document */

/* ****************************** CONTENIDO ****************************** */

/* ---------- MAPA ---------- */
#mapa {
	display:block;
	margin:5px 0 0 0;
	width:100%;
	height:330px;
	}
.sombra_slide {
	display:block;
	width:1400px;
	margin:0 auto;
	}

/* ---------- CONTACTO ---------- */
#full_txt_box {
	text-align:justify;
	}


#box_left {
	float:left;
	width:415px;
	margin:0 25px 0 0;
	text-align:justify;
	}
#box_left img {
	float:left;
	border:#d1d2d4 solid 5px;
	margin-right:20px;
	}
#box_left strong {
	font-size:18px;
	}


#box_right {
	float:left;
	width:450px;
	margin-top:15px;
	}
#box_right div {
	height:20px;
	font-size:15px;
	padding-top:10px;
	font-weight:bold;
	}
#box_right input {
	width:446px;
	height:26px;
	border:#aeafaf solid 1px;
	}
#box_right span {
	color:#60c9e4;
	}
#box_right textarea {
	width:442px;
	height:96px;
	border:#aeafaf solid 1px;
	resize:none;
	}
#box_right button {
	float:right;
	display:inline-block;
	height:30px;
	border:none;
	padding:0 15px;
	margin-top:10px;
	text-decoration:none;
	color:#fff;
	background:#60c9e4;
	font-weight:bold;
	cursor:pointer;
	}
#box_right button:hover {
	padding:0 20px;
	background:#afb0b2;
	}