/* Global properties ======================================================== */
html, body {
	width: 100%;
	padding: 0;
	margin: 0;
}
body {
	font: 14px /25px Arial, Helvetica, sans-serif;
	color: #939393;
	min-width: 1264px;
	background: #131313
}
.ic {
	border: 0;
	float: right;
	background: #fff;
	color: #f00;
	width: 50%;
	line-height: 10px;
	font-size: 10px;
	margin: -220% 0 0 0;
	overflow: hidden;
	padding: 0
}
.main {
	width: 100%;
	background: #84769D;
}
/***********************************************************************/
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a.button {
	background: #84769d;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	display: inline-block;
	padding: 5px 23px 5px 23px;
}
a.button:hover {
	background: #453267;
}
a.link {
	text-decoration: none;
	cursor: pointer;
	color: #84769d;
}
a.link:hover {
	text-decoration: underline;
}
.color-1 {
	color: #fff;
}
a.color-1:hover {
	text-decoration: underline;
}
.font-3 {
	font-size: 17px;
	line-height: 33px;
	color: #292929;
}
h2 {
	font-size: 36px;
	line-height: 45px;
	color: #fff;
	font-weight: normal;
	letter-spacing: -1px;
}
h3 {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
}
ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
}
ul.list-1 li {
	padding: 0px 0 0px 11px;
	line-height: 25px;
	background: url(../images/marker.gif) 0 10px no-repeat;
}
ul.list-1 li a {
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
ul.list-1 li a:hover {
	color: #2098f5;
}
/******************************************************************/
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	width: 100%;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative
}
.wrap {
	overflow: hidden;
	position: relative
}
.extra-wrap {
	overflow: hidden;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.img-indent {
	float: left;
	margin: 3px 30px 17px 0;
}
.last {
	margin-right: 0px !important;
}
.img-radius {
	border-radius: 4px;
}
.top-1 {
	margin-top: 37px;
}
.top-2 {
	margin-top: 29px;
}
.top-3 {
	margin-top: 21px;
}
.top-4 {
	margin-top: 31px;
}
.top-5 {
	margin-top: 12px;
}
.left-1 {
	padding-left: 15px;
}
.bot-0 {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.bot-1 {
	margin-bottom: 39px;
}
.bot-2 {
	margin-bottom: 29px;
}
.pad-1 {
	margin: 13px 0px 12px 0px;
}
.p1 {
	padding-bottom: 25px;
}
.p2 {
	padding-bottom: 15px;
}
.p3 {
	padding-bottom: 12px;
}
.p4 {
	padding-bottom: 20px;
}
.p5 {
	padding-bottom: 23px;
}
.p6 {
	padding-bottom: 8px;
}
/*********************************header*************************************/
header {
	width: 100%;
	z-index: 101;
}
header > div {
	width: 997px;
	margin: 0 auto;
	position: relative;
}
h1 {
	position: absolute;
	left: 18px;
	top: 9px;
	display: inline-block;
	z-index: 100;
}
.social-icons {
	overflow: hidden;
	text-align: right;
	padding: 17px 26px 49px 0;
	background: url(../images/fondo-header.jpg) repeat-y;
	margin-bottom: 3px;
}
.social-icons span {
	display: inline-block;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	margin: -1px 20px 0 0;
	letter-spacing: -1px;
}
.social-icons a {
	display: inline-block;
	width: 23px;
	height: 23px;
	float: right;
}
.icon-1 {
	background: url(../images/icon-1.png) 0 0 no-repeat;
}
.icon-2 {
	background: url(../images/icon-2.png) 0 0 no-repeat;
	margin-left: 7px;
}
.icon-3 {
	background: url(../images/icon-3.png) 0 0 no-repeat;
	margin-left: 7px;
}
.social-icons a:hover {
	background-color: #1e93f4;
}
nav {
	position: absolute;
	bottom: 0;
	z-index: 100;
	background: url(../images/nav-bg.png) 0 0 repeat;
	width: 100%;
}
ul.menu {
	float: left;
	margin: 0 36px 0 36px;
}
ul.menu li {
	float: left;
	line-height: 35px;
	margin: 0px 0 0px 0px;
	background: transparent;
}
ul.menu li a {
	font-size: 28px;
	line-height: 35px;
	color: #fff;
	display: block;
	padding: 17px 30px 18px;
}
ul.menu li:hover, ul.menu li.current {
	background: #84769d;
}
/*********************************content*************************************/
#content {
	width: 996px;
	margin: 0 auto;
	background:#27263C;
}
.line-1 {
	background: url(../images/line.png) 0 bottom repeat-x;
	padding-bottom: 29px;
	margin-bottom: 24px;
}
.img-border {
	border: #fff 4px solid;
}
.block-1 > div {
	float: left;
	width: 180px;
	margin-right: 40px;
}
.block-1 > div h3 {
	margin: 14px 0 4px 0;
}
.block-1 > div a.button {
	margin: 18px 0 0px 0;
}
.form-1 {
}
.form-1 label {
	font: 14px /25px Arial, Helvetica, sans-serif;
	color: #939393;
	padding-bottom: 5px;
}
.form-1 input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	background: #131313;
	padding: 8px 10px 9px 15px;
	outline: medium none;
	width: 245px;
	height: 17px;
	float: left;
	margin-bottom: 12px;
}
.form-1 .select-1 {
	width: 270px;
	margin-bottom: 12px;
}
.form-1 .select-2 {
	width: 128px;
	margin-right: 14px;
	float: left;
}
.form-1 > a.button {
	margin-top: 30px;
	padding-left: 36px;
	padding-right: 37px;
}
.lists {
	overflow: hidden;
}
.lists ul {
	float: left;
	margin-right: 15px;
	width: 120px;
}
.lists-2 {
	margin: 23px 0 23px 0;
	overflow: hidden;
}
.lists-2 ul {
	float: left;
	margin-right: 40px;
	width: 180px;
}
.block-2 > a {
	float: left;
	margin-right: 20px;
	display: inline-block;
}
/****************************footer************************/
footer {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 32px 0 45px 0;
	background: #131313;
}
footer p, footer a {
	color: #939393;
}
footer a:hover {
	text-decoration: underline;
}
/**********************form**********************/
dl {
	margin: 0px 0px 0 0px;
}
dl dt {
}
dl dd span {
	display: block;
	width: 99px;
	float: left;
}
dl dd {
}
dl dd a {
}
#form {
	margin: 0px 0 0px 0px;
}
.form-reservas {
	float: left;
}
.form-reservas input {
	width: 594px !important;
}
#form input {
	background: #131313;
	font: 14px Arial, Helvetica, sans-serif;
	color: white;
	padding: 7px 10px 10px 15px;
	outline: medium none;
	width: 355px;
	height: 17px;
	float: left;
}
#form select {
	color: white;
}
#form textarea {
	background: #131313;
	font: 14px Arial, Helvetica, sans-serif;
	color: white;
	height: 246px;
	outline: medium none;
	overflow: auto;
	padding: 7px 0px 0px 10px;
	width: 610px;
	resize: none;
	margin: 0px 0 0 0;
	float: left;
}
#form label {
	position: relative;
	overflow: hidden;
	display: block;
	padding-bottom: 12px;
}
#form label strong {
	font-weight: normal;
	display: block;
	padding-bottom: 5px;
}
.btns {
	text-align: left;
	width: 620px;
	padding-top: 18px;
}
.btns a {
	display: inline-block;
	margin: 0 20px 0 0px;
}
/* Agregados */
.txt-box-imgs {
	width: 440px;
	background-color: #000000;
	opacity: 0.5;
}
.box-der {
	padding-bottom: 220px;
	background-color: #494165;
}
.select-3 {
	margin-bottom: 22px;
}
.cont-catego-der {
	width: 100%;
	border-radius: 15px;
	border: #939393 4px solid;
	height: 209px;
	background: url(../images/categorias-abbey.jpg) no-repeat;
	margin-bottom: 33px;
}
.img-acce {
	border: #939393 4px solid;
	float: left;
}
.ul-acce li {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
}
#form .nonhidden {
	display: block !important;
	width: auto !important;
	clear: both;
	margin-top: 11px;
}
.ul-acce .last-li-acce {
	margin-right: 0;
}
.ul-acce {
	float: left;
	margin-bottom: 171px;
}
.ul-acce span {
	float: left;
	margin-left: 5px;
	margin-top: 7px;
}
.btnss {
	float: left;
}
.h4-tlist {
	color: #ffffff;
	font-size: 14px;
	background: url(../images/flecha-h4.png) no-repeat;
	background-position: left center;
	padding-left: 14px;
}
.ul-promo {
	padding-left: 14px;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 24px;
}
.ul-promo span {
	font-size: 14px;
}
.line-2 {
	background: url(../images/line.png) 0 top repeat-x;
	padding-bottom: 29px;
	margin-bottom: 24px;
}
.p-promo {
	color: #84769d;
	font-style: italic;
	padding-top: 27px;
	padding-left: 20px;
}
.h2-flo {
	float: left;
}
.h3-cate {
	color: #795fa9;
	font-weight: bold;
	float: left;
	margin-top: 48px;
}
.bull {
	color: #ffffff;
	float: left;
	font-size: 24px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 52px;
}
.select-cat {
	float: right;
	margin-top: 58px;
}
.select-cat .li-cat {
	background: url(../images/select-cat.png) no-repeat;
	width: 15px;
	display: block;
	float: left;
	height: 12px;
	background-position: -14px 0px;
	cursor: pointer;
}
.select-cat .li-cat:hover {
	background-position: 1px 0px;
}
.box-categorias {
	background: url(../images/back-cat.jpg) repeat-x;
	height: 209px;
	border: #939393 thin solid;
	float: left;
	margin-bottom: 13px;
}
.clase-cat {
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	border-right: #939393 thin solid;
	width: 36px;
	padding-left: 17px;
	padding-top: 85px;
	padding-bottom: 100px;
	float: left;
}
.ofertas_dinamico h4 {
	background: url("../images/flecha-h4.png") no-repeat scroll left center transparent;
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 14px;
}
.ofertas_dinamico ul {
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 24px;
	padding-left: 14px;
}
.ofertas_dinamico span {
	font-size: 14px;
}
.img-auto {
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	border-left: #939393 thin solid;
	border-right: #939393 thin solid;
	width: 263px;
	height: 209px;
}
.cat2 {
	background: url(../images/auto-cata2.jpg) no-repeat;
}
.img-auto p {
	color: #939393;
	font-size: 14px;
	margin-top: 142px;
	margin-left: 36px;
}
.box-datos-categoria {
	border-left: #939393 thin solid;
	float: left;
	height: 100%;
	width: 200px;
	padding-left: 22px;
	margin-right: 74px;
}
.boxdc2 {
	border-left: none;
}
.box-categorias .boxdc2 ul {
	border-bottom: none;
	margin-top: 48px;
}
.box-datos-categoria .box {
	float: left;
	margin-top: 43px;
}
.box-datos-categoria .a1-cat {
	background: url(../images/personas-ico.png) no-repeat;
	height: 27px;
	float: left;
	color: #ffffff;
	padding-left: 17px;
	margin-right: 16px;
}
.box-datos-categoria .a2-cat {
	background: url(../images/ico2-cat.png) no-repeat;
	height: 27px;
	float: left;
	color: #ffffff;
	padding-left: 17px;
	background-position: 0px 3px;
	margin-right: 16px;
}
.box-datos-categoria .a3-cat {
	background: url(../images/ico3-cat.png) no-repeat;
	height: 27px;
	float: left;
	color: #ffffff;
	padding-left: 17px;
	background-position: 0px 7px;
}
.box-datos-categoria ul {
	float: left;
	padding-bottom: 20px;
	border-bottom: #ffffff thin dotted;
}
.box-datos-categoria ul li {
	background: url("../images/flecha-h4.png") no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 14px;
	background-position: center left;
}
.box-datos-categoria span {
	float: left;
	color: #fffefe;
	font-size: 14px;
	margin-top: 12px;
}
.box-cat-last {
	margin-bottom: 190px;
}
.ul-flecha {
	float: left;
	padding-bottom: 20px;
}
.ul-flecha li {
	background: url("../images/flecha-h4.png") no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 14px;
	background-position: 0px 8px;
}
.ul-flecha li a {
	color: #ffffff
}
.m-bottom {
	margin-bottom: 64px;
}
.box-contacto {
	width: 100%;
	border-top: #3b3b3b dashed thin;
	border-bottom: #3b3b3b dashed thin;
	margin-bottom: 74px;
	float: left;
}
.box-contacto p {
	float: left;
	width: 396px;
	margin-right: 50px;
	margin-top: 34px;
}
.map-abbey {
	float: left;
	border: #939393 3px solid;
}
/* END */
#contenedor_empresas {
	margin-bottom: 40px;
}
#contenedor_empresas p {
	color: white;
}
#contenedor_empresas a {
	text-decoration: none;
	cursor: pointer;
	color: #84769D;
}
#contenedor_empresas ul li {
	background: url("../images/flecha-h4.png") no-repeat;
	color: white;
	font-size: 14px;
	padding-left: 14px;
	background-position: 0px 8px;
}
#contenedor_empresas ul {
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contenedor_contacto {
	margin-bottom: 10px;
}
#contenedor_contacto ul li {
	background: url("../images/flecha-h4.png") no-repeat;
	color: white;
	font-size: 14px;
	padding-left: 14px;
	background-position: 0px 8px;
}
#contenedor_contacto a {
	color: white;
}
.jqTransformSelectWrapper {
	z-index: 1 !important;
}
.action:hover{
	cursor:pointer;
}

/* Tooltips */
.aToolTip { background: #84769D;  color:#fff;	margin:0; padding:2px 10px 3px; font-size:11px; line-height:1.2em; position: absolute;}
.aToolTip .aToolTipContent { position:relative;	margin:0; padding:0;}
