/* @group contactsB */
#contactsB .colLeft {
	float: left;
	padding-left: 20px;
	width: 300px;
}
#contactsB .contactList li {
	color: #605c5d;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 5px;
}
#contactsB .colRight {
	float: left;
	width: 320px;
}
#contactsB #contentWrapper a {
	color: #605c5d;
	font-weight: bold;
}
#contactsB .colRight form {
	background: #b3d3d8;
	margin-bottom: 20px;
	padding-top: 10px;
}
#contactsB .colRight form p {
	margin-left: 10px;
	position: relative;
}
#contactsB .colRight form p label {
	color: #42929d;
	float: left;
	font-size: 12px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#contactsB .colRight form input[type="text"] {
	background: url(/_img/backgrounds/input.png) no-repeat;
	border: none;
	color: #605c5d;
	font-family: arial;
	font-size: 13px;
	height: 15px;
	padding: 8px 20px 7px;
	width: 251px;
}
#contactsB .colRight form input[type="text"]:focus {
	background-position: bottom left;
}
#contactsB .colRight form .actions a {
	background: url(/_img/buttons/send.png) no-repeat;
	border: none;
	display: block;
	float: left;
	height: 30px;
	margin: 10px 18px 10px 0;
	text-indent: -9999px;
	width: 75px;
}
#contactsB .colRight form .actions a.reset {
	background: url(/_img/buttons/reset.png) no-repeat;
}
#contactsB .colRight a img {
	border: 1px solid #d9d9d9;
	padding: 3px;
}
#contactsB form .fc-error {
	background: none;
	border: none;
	float: left;
	margin: 0 0 0 5px;
}
#contactsB form .fc-error p {
	color: #383536;
	font-size: 12px;
	line-height: 15px;
	margin: 2px 0 0;
}
#contactsB form .textareaWrapper {
	position: relative;
	clear: left;
	width: 290px;
	height: 120px;
	display: block;
	background: #FFF;
}
#contactsB form .textareaWrapper .corner {
	background-image: url(/_img/corners/inputCorners.png);
	background-color: #B3D3D8;
	width: 15px;
	height: 15px;
	position: absolute;
}
#contactsB form .textareaWrapper .corner.topleft {
	top: 0;
	left: 0;
	background-position: 0 0;
}
#contactsB form .textareaWrapper .corner.topright {
	background-position: top right;
	top: 0;
	right: 0;
}
#contactsB form .textareaWrapper .corner.bottomleft {
	background-position: bottom left;
	bottom: 0;
	left: 0;
}
#contactsB form .textareaWrapper .corner.bottomright {
	background-position: bottom right;
	bottom: 0;
	right: 0;
}
#contactsB form .textareaWrapper.focus {
	border: 2px solid #42929D;
	height: 116px;
	width: 286px;
}
#contactsB form .textareaWrapper.focus span {
	background-image: url(/_img/corners/textareaFocus.png);
}
#contactsB form .textareaWrapper.focus span.topleft {
	top: -2px;
	left: -2px;
}
#contactsB form .textareaWrapper.focus span.topright {
	top: -2px;
	right: -2px;
}
#contactsB form .textareaWrapper.focus span.bottomleft {
	bottom: -2px;
	left: -2px;
}
#contactsB form .textareaWrapper.focus span.bottomright {
	bottom: -2px;
	right: -2px;
}
#contactsB form textarea {
	background: transparent;
	border: none;
	color: #605c5d;
	font-family: arial;
	font-size: 13px;
	height: 90px;
	left: 10px;
	position: absolute;
	top: 35px;
	width: 260px;
	z-index: 3;
}
#contactsB a.locationMap {
	background: url(/_img/static/ondeestamos.jpg) no-repeat 50% 50%;
	border: 1px solid #b3b3b3;
	display: block;
	height: 96px;
	margin-bottom: 10px;
	padding: 2px;
}
/* @end */
