body, html {
	height: 100%;
}

body {
	font: .87em/1.5em "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: #E5E6E8;
	color: #575757;
	text-align: center;
}

.container_12 {
	margin: 0 auto;
	text-align: left;
}

a:link {
	color: #373737;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #373737;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #008df7;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted invert
}

hr {
	display: none;
}

.center {
	text-align: center!important;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

sup {
	vertical-align: super;
	font-size: .8em;
}

/* @group Cabecera */

h1 {
	margin: .5em 1em;
}

.slogan {
	position: absolute;
	top: 25px;
	left: 220px;
	font-weight: normal;
	font-size: 1.4em;
	font-style: normal;
}

#flags {
	
}

#flags li {
	float: left;
	display: inline;
	margin: 2em .5em 0 0;
}

/* @end */

/* @group Navegacion */

ul.mainnav {
	margin: 0 0 0 .2em;
}

ul.mainnav li {
	float: left;
	display: inline;
	margin: 1px 0 3px;
	background: url(../media/images/layout/nav_sep.gif) repeat-y right top;
}

ul.mainnav li a {
	display: block;
	padding: 1em 1.6em 1em 1.5em;
	text-decoration: none;
}

ul.mainnav li a.active {
	color: #008df7;
}

ul.mainnav.right li {
	background: url(../media/images/layout/nav_sep.gif) repeat-y left top;
}

ul.mainnav.right li a {
	padding: 1em 1.5em 1em 2.5em;
}

a#bt-register {
	background: url(../media/images/layout/ico_register.gif) no-repeat 1em center;
}

a#bt-login {
	background: url(../media/images/layout/ico_login.gif) no-repeat 1em center;
}

a#bt-logout {
	background: url(../media/images/layout/ico_logout.gif) no-repeat 1em center;
}

a#bt-account {
	background: url(../media/images/layout/ico_account.gif) no-repeat 1em center;
}

/* @end */

/* @group Contenedores */

.box {
	background: #fff url(../media/images/layout/box_big_bg.gif) repeat-y;
	margin: 0 0 10px;
	padding: 0!important;
	font-size: .9em;
}

.box-header {
	background: url(../media/images/layout/box_big_header.gif) no-repeat left top;
}

.box-footer {
	background: url(../media/images/layout/box_big_footer.gif) no-repeat left bottom;
}

.box2 {
	background: #fff url(../media/images/layout/box_big2_bg.gif) repeat-y;
	margin: 0 0 10px;
	font-size: .9em;
}

.box2-header {
	background: url(../media/images/layout/box_big2_header.gif) no-repeat left top;
}

.box2-footer {
	background: url(../media/images/layout/box_big2_footer.gif) no-repeat left bottom;
}

.leftb {
	padding: 0 0 0 1em;
}

.rightb {
	margin: 0 1em 0 0;
}

.paddb {
	padding: 0 1em;
}

.paddbc {
	padding: 1em 0;
}

.box h2, .box2 h2 {
	background: url(../media/images/layout/h2_sep.gif) repeat-x left bottom;
	padding: .5em 1em;
	margin: 0 2px .5em 2px;
	letter-spacing: .05em;
	font-weight: bold;
	color: #008df7;
	font-size: 1.3em;
}

.box h3, .box2 h3 {
	padding: .5em 1em 0;
	margin: 0 2px .5em 2px;
	letter-spacing: .05em;
	font-weight: bold;
	color: #008df7;
	font-size: 1.1em;
}

.box p, .box2 p {
	padding: .5em 1.3em .5em;
	text-align: justify;
}

#loginb, #registerb {
	height: 24em;
}

ul.list {
	list-style: none;
	margin: 0 1em 1em 2em;
	padding: 0 0 1em;
}

ul.list li {
	background: url(../media/images/layout/ico_ministar.gif) no-repeat left .1em;
	padding: 0 0 0 1.7em;
	font-size: .95em;
}

ol {
	margin: 0 1em 1em 4em;
	padding: 0 0 1em;
	list-style-type: decimal;
	list-style-position: outside;
}

ol li {
	padding: 0 0 1em .5em;
}

.botonera {
	background: url(../media/images/layout/h2_sep.gif) repeat-x left top;
	text-align: center;
	padding-top: 1em;
}

p.image {
	float: right;
	display: inline;
}

p.image img {
	border: 1px solid #ccc;
	padding: .5em;
	background: #fff;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* @end */

/* @group Formularios */

form {
	margin: 0!important;
	padding: 0!important;
	position: relative;
}

form li {
	padding: 0;
	margin: 0 1em 1em;
	text-align: center;
	position: relative;
}

form li#titleprop {
	padding: 1em 0 0;
	height: 2.4em;
}

form li#titleprop span {
	font-weight: bold;
	letter-spacing: .1em;
	border: 1px solid #ccc;
	padding: .5em;
	background: #f4f8ff;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

form label {
	display: block;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 .2em;
	padding: 0 0 0 1em;
	cursor: pointer;
}

form label span {
	font-weight: normal;
	color: #666;
}

form input, form select, form textarea {
	text-align: left;
	border: 1px solid #ccc;
	background: #f7f7f7;
	color: #6f6f6f;
	font-size: 1.2em;
	width: 98%;
	padding: 2px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

form input.corto {
	width: 78%;
}

form input:focus, form select:focus, form textarea:focus {
	border: 1px solid #000;
	background: #fff;
}

button[disabled],
select[disabled] {
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
	cursor: inherit;
}

form li label.langopt {
	width: auto;
	float: left;
	padding: 0 0 0 1.2em;
	border: 0;
}

form li label.langopt input {
	width: auto;
}

label.fullw {
	display: block;
	text-align: center;
	border: 0;
}

label.fullw input {
	width: auto;
}

label.optsProp {
	padding: .5em 0;
	width: auto;
	display: block;
	clear: both;
}

label.optsProp input, label.optsProp select {
	width: auto;
	margin: 0 .3em;
}

label.chkprop {
	padding: .5em 0;
	width: 450px;
	display: inline;
	float: left;
}

label.chkprop input {
	width: auto;
}

.button {
	line-height: 1.2em;
	padding: .3em 15px .4em;
	border: 1px solid #bbb;
	color: #464646;
	background: #ededed url(../media/images/layout/white-grad.png) repeat-x scroll left top;
	text-decoration: none!important;
	display: inline-block;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: auto;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
}

.redb {
	background: #f0c0c0 url(../media/images/layout/red-grad.png) repeat-x scroll left top;
}

.button:hover {
	color: #008df7;
	border: 1px solid #666;
}

.button:focus {
	color: #008df7;
	border: 1px solid #666;
}

.button:active {
	background: #eee url(../media/images/layout/white-grad-active.png) repeat-x left top;
}

.button img {
	margin: 0 0 -4px !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
	float: none;
}

.disabled {
	color: #ccc;
}

.disabled:hover {
	color: #ccc;
	border: 1px solid #bbb;
}

.disabled img {
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
}

.form_validation_field_error_error_message, .KT_field_error {
	margin: 0 auto!important;
	background-image: none!important;
	color: #cc0000!important;
}

.form_validation_field_ok_message {
	color: #009f1a;
}

.form_validation_field_error_label a {
	color: #cc0000!important;
}

.required {
	color: red;
}

.bubble {
	width: 200px;
	position: absolute;
	top: -25px;
	text-align: center;
	padding: 0;
	font-style: normal;
	z-index: 2;
	display: none;
}

.bubble strong {
	background: url(../media/images/layout/hover_top.png) no-repeat left top;
	padding: 12px;
	display: block;
}

.bubble span {
	background: url(../media/images/layout/hover_down.png) no-repeat left bottom;
	height: 10px;
	display: block;
}

fieldset {
	border: 1px solid #ccc;
	padding: .5em;
	margin: 0 1em 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
}

legend {
	border: 1px solid #ccc;
	padding: .2em 1em;
	color: #008df7;
	letter-spacing: .1em;
	background: #f3f3f3;
	font-weight: bold;
	-moz-border-radius: 1em;
	-khtml-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

form h3 {
	background: #f3f3f3;
	padding: .2em 1em;
	margin: 1em 0 0;
	font-weight: bold;
	letter-spacing: .1em;
	clear: both;
}

optiongroup {
	padding-left: 0;
}

option {
	padding-left: 1em;
}

.radioplan {
	width: auto;
	float: none;
}

#coupond {
	width: 200px;
	margin: 0 0 0 2em;
}

#formsrch label {
	display: none;
}

.sresults {
	text-align: center;
	font-size: 4em;
	font-weight: bold;
	padding: .5em .3em .3em;
	margin: .1em 1em .2em;
	background: url(../media/images/layout/bg_results.gif) no-repeat center top;
}

.sresults span {
	font-size: .3em;
	display: block;
	margin: 0;
	padding: .5em 0 0;
}

#mxw_extra_text_prop_charsleft {
	width: 40px;
	margin: 5px 0 0;
	border: 0;
	background: #ccc;
	color: #666;
	text-align: center;
}

.MXW_Spin_table,.MXW_Spin_table td {
	background: #fff;
	border: 0;
}
/* @end */

/* @group Mensajes

 */

#KT_tngerror, #KT_tngdeverror, #KT_tngOK {
	margin: .5em 3em;
	padding: .5em .5em .5em 3em;
	text-align: left;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#KT_tngerror {
	border: 1px solid #FBC2C4;
	color: #8a1f11;
	background: #FBE3E4 url(../media/images/layout/mensa-error.gif) no-repeat .8em center;
}

#KT_tngdeverror {
	background: #FFF6BF url(../media/images/layout/mensa-warning.gif) no-repeat .8em center;
	border: 1px solid #FFD324;
	color: #514721;
}

#KT_tngOK {
	background: #E6EFC2 url(../media/images/layout/mensa-ok.gif) no-repeat .8em center;
	border: 1px solid #C6D880;
	color: #264409;
}

#KT_tngerror label, #KT_tngdeverror label, #KT_tngOK label {
	font-weight: bold;
	display: block;
	padding: .1em .5em;
	border-bottom: 1px solid #FBC2C4;
}

#KT_tngdeverror label {
	border-bottom: 1px solid #FFD324;
}

#KT_tngOK label {
	border-bottom: 1px solid #C6D880;
}

#KT_tngerror div, #KT_tngdeverror div, #KT_tngOK div {
	padding: .1em .5em;
}

.expires {
	margin: .5em 2em;
	padding: .5em .5em .5em 3em;
	text-align: left;
	display: block;
	font-weight: bold;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFD324;
	color: #514721;
	background: #FFF6BF;
}

/* @end */

/* @group Login */

#overlay {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #E5E6E8;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

#login-loginwin {
	display: none;
}

.loginwin {
	display: block;
	position: fixed;
	top: -20px;
	left: 50%;
	width: 460px;
	margin-left: -230px;
	z-index: 101;
	background: #fff url(../media/images/layout/box_big2_bg.gif) repeat-y;
}

.loginwin form {
	background: url(../media/images/layout/box_big2_footer.gif) no-repeat left bottom;
	margin: 0;
}

.loginwin button {
	margin: 0 1em;
}

.loginwin h2 {
	background: url(../media/images/layout/h2_sep.gif) repeat-x left bottom;
	padding: .5em 1em;
	margin: 0 2px .5em 2px;
	letter-spacing: .1em;
	font-weight: bold;
	color: #008df7;
	font-size: 1.1em;
	text-align: left;
}

/* @end */

/* @group Tabs */

.tabs {
	height: 2.4em;
	padding: 0 0 0 1em;
	margin: 0 0 1.5em;
	background: url(../media/images/layout/tab_bottom.gif) repeat-x bottom;
}

.tabs li {
	display: inline;
}

.tabs a:link, .tabs a:visited {
	float: left;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	padding: .7em 1em;
	margin-right: 4px;
	text-decoration: none;
	color: #666;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.tabs a:link.active, .tabs a:visited.active {
	border: .1em solid #ccc;
	border-bottom: .1em solid #fff;
	background: #fff;
	color: #008df7;
	letter-spacing: .1em;
}

.tabs a:hover {
	background: #fff;
}

/* @end */

/* @group Breadcrumbs */

#crumbs {
	height: 2.3em;
	margin: 0 1em 1em;
	border: 1px solid #dedede;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#crumbs li {
	float: left;
	line-height: 2.3em;
	color: #777;
	padding: 0 15px 0 .75em;
	background: url(../media/images/layout/crumbs.gif) no-repeat right center;
}

#crumbs li.active {
	color: #008df7;
	font-weight: bold;
}

#crumbs li.end {
	background-image: none;
}

/* @end */

/* @group Tablas */

table {
	width: 96%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-collapse: collapse;
	margin: 1em auto;
}

tr td {
	background: #eee url(../media/images/layout/ever.gif) repeat-x left top;
}

tr.odd td {
	background: #eee url(../media/images/layout/odd.gif) repeat-x left top;
}

tr.resaltar td {
	background: #eee url(../media/images/layout/resaltar.gif) repeat-x left top;
}

.column1 {
	background: #f9fcfe;
}

td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: .5em 1em;
	vertical-align: middle;
}

th {
	font-weight: bold;
	text-align: left;
	letter-spacing: .2em;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: .5em 1em;
	background: #ededed url(../media/images/layout/tr.gif) repeat-x scroll left top;
	font-size: 1.1em;
}

td span {
	font-size: .9em;
	display: block;
}

td strong {
	font-weight: bold;
}

td.free, th.free {
	text-align: center;
}

tr.resaltar strong {
	font-weight: bold;
	font-size: 1.8em;
	padding: .5em 1em;
}

td sup {
	vertical-align: super;
	font-weight: bold;
}

.center label {
	text-align: center;
	border: 0;
}

/* @end */

/* @group Propiedades */

.propcont {
	padding: .5em;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
}

.propcont h3 {
	padding: 0;
}

.propcont h3 a {
	text-decoration: none;
	color: #008df7;
}

.imgmin {
	margin: 0 1em 0 0;
	border: 1px solid #ccc;
	float: left;
	display: inline;
	padding: 5px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
}

.price, .price2 {
	text-align: center!important;
	font-size: 2em;
	font-weight: bold;
	color: #008df7;
}

.price2 {
	padding: 0;
	margin: 0;
}

.price span, .price2 span {
	color: #575757;
	font-size: .4em;
	display: block;
}

.price span.divp, .price2 span.divp {
	font-size: .5em;
	color: #c5c5c5;
}

.loading {
	background: url(../media/images/layout/loading.gif) no-repeat center center;
	display: block;
	height: 100px;
}

.KT_textnav {
	background: url(../media/images/layout/h2_sep.gif) repeat-x left top;
	text-align: center;
	padding: .5em .5em 1em;
	margin: 1em 2px 0;
}

.KT_textnav a {
	font-size: 1.1em;
}

.NAV_selected {
	padding: .2em 15px .3em;
	border: 1px solid #bbb;
	color: #008df7;
	background: #ededed;
	display: inline-block;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight: bold;
}

#slideshow {
	text-align: center!important;
	margin: 1em 0 0 2.5em;
	min-height: 320px;
}

#slideshow img {
	border: 1px solid #ccc;
	background: #fff;
	padding: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
}

#nav {
	margin: 1em 0 1em 3em;
	padding: 0;
}

#nav a {
	margin: 0 .1em .5em .1em;
	padding: .3em .5em .4em;
	width: 2em;
	text-align: center;
}

#nav a.activeSlide {
	color: #008df7;
	border: 1px solid #666;
	background: #eee url(../media/images/layout/white-grad-active.png) repeat-x left top;
}

#nav a:focus {
	outline: none;
}

.listprop {
	padding: 0 0 1em 0;
}

.listprop li {
	float: left;
	display: inline;
	width: 198px;
	margin: 0 0 1em 15px;
	padding: 0 0 0 1.1em;
	font-size: .9em;
	line-height: 1.2em;
	background: url(../media/images/layout/ico_arrow.gif) no-repeat left top;
}

.listprop li strong {
	font-weight: bold;
}

#map {
	display: block;
	width: 400px;
	height: 300px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 1em;
	margin:  1em 0 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
}

#propdes {
	margin-left: 2.5em;
}

.valid{border:2px solid green !important;}
.invalid{border:2px solid #800 !important;}

/* @end */

/* @group Footer */

#footer a {
	font-size: .9em;
	padding: .9em 1.1em .9em 1em;
}

.copyright {
	letter-spacing: .2em;
	font-size: .7em;
	padding: 0 0 30px;
}

/* @end */
