@charset "UTF-8";
	article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
}


#intervalo-subasta tr td{
  font: 8px Tahoma, Verdana;
  color: #666;
  text-align: center;
  padding: 5px 0;
}
#intervalo-subasta tr:nth-child(odd){ }
#intervalo-subasta .header-skin{
  background: #1e5799;
  background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#2989d8));
  background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 100%);
  background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 100%);
  background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 100%);
  background: linear-gradient(top,  #1e5799 0%,#2989d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8',GradientType=0 );
  font-size: 11px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
  color: #fff;
}
#intervalo-subasta .ta-center{
  font-size: 12px;
  width: 40px;
}
#intervalo-subasta .ta-fecha{
  font-size: 11px;
  width: 100px;
}
#intervalo-subasta tr td span{}

html {
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

body {
	margin:0;
	font-size:13px;
	line-height:1.231;
}

body, button, input, select, textarea {
	font-family:sans-serif;
	color:#222;
}

::selection, ::-moz-selection {
	background:#eee;
	color:#333;
	text-shadow:none;
}


a:hover, a:active {
	outline:0;
}

abbr[title] {
	border-bottom:1px dotted;
}

b, strong {
	font-weight:bold;
}

blockquote {
	margin:1em 40px;
}

dfn {
	font-style:italic;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}

ins {
	background:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background:#ff0;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

pre, code, kbd, samp {
	font-family:monospace, monospace;
	_font-family:'courier new', monospace;
	font-size:1em;
}

pre {
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word;
}

q {
	quotes:none;
}

q:before, q:after {
	content:"";
	content:none;
}

small {
	font-size:85%;
}

sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sup {
	top:-0.5em;
}

sub {
	bottom:-0.25em;
}

ul, ol {
	margin:1em 0;
	padding:0 0 0 40px;
}

dd {
	margin:0 0 0 40px;
}

nav ul, nav ol {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}

img {
	border:0;
	-ms-interpolation-mode:bicubic;
	vertical-align: middle;
}

svg:not(:root) {
	overflow:hidden;
}

figure {
	margin:0;
}

form {
	margin:0;
}

fieldset {
	border:0;
	margin:0;
	padding:0;
}

label {
	cursor:pointer;
}

legend {
	border:0;
	*margin-left:-7px;
	padding:0;
}

button, input, select, textarea {
	font-size:100%;
	margin:0;
	vertical-align:baseline;
	*vertical-align:middle;
}

button, input {
	line-height:normal;
	*overflow:visible;
}

table button, table input {
	*overflow:auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor:pointer;
	-webkit-appearance:button;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing:border-box;
}

input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border:0;
	padding:0;
}

textarea {
	overflow:auto;
	vertical-align:top;
	resize:vertical;
}

input:invalid, textarea:invalid {

}

table {
	border-collapse:collapse;
	border-spacing:0;
}

td {
	vertical-align:top;
}

.spinner {
	background: url(../img/spinner.gif) 50% 50% no-repeat transparent;
	height:16px;
	width:16px;
	padding:.5em;
	position:absolute;
	right:0;
	top:0;
	text-indent:-9999px;
}

fieldset, .property-list {
	margin:.6em 1.25em 0 1.25em;
	padding:.3em 1.8em 1.25em;
	position:relative;
	zoom:1;
	border:0;
}

.property-list .fieldcontain {
	list-style:none;
	overflow:hidden;
	zoom:1;
}

.fieldcontain {
	margin:0 20px 20px 0;
	float:left;
}

.fieldcontain label {
	float:none;
	display:block;
}

.fieldcontain input[type=text], .fieldcontain input[type=email], .fieldcontain input[type=number] {
	float:none;
	display:block;
}

.fieldcontain.biggest {
	width:385px;
}

.fieldcontain.bigger {
	width:240px;
}

.fieldcontain.medium {
	width:200px;
}

.fieldcontain.smaller {
	width:120px;
}

.fieldcontain.smallest {
	width:120px;
}

.fieldcontain.biggest input {
	width:375px;
	padding:4px;
	border:1px solid #808080;
}

.fieldcontain.bigger input {
	width:230px;
	padding:4px;
	border:1px solid #808080;
}

.fieldcontain.medium input {
	width:190px;
	padding:4px;
	border:1px solid #808080;
}

.fieldcontain.smaller input {
	width:110px;
	padding:4px;
	border:1px solid #808080;
}

.fieldcontain.smallest input {
	width:65px;
	padding:4px;
	border:1px solid #808080;
}

.fieldcontain .property-label {
	float:left;
}

.fieldcontain .property-value {
	display:block;
	margin-left:27%;
}

label {
	cursor:pointer;
	display:inline-block;
	margin:0 .25em 0 0;
}

input, select, textarea {
	background-color:#fcfcfc;
	border:1px solid #ccc;
	font-size:1em;
	padding:.2em .4em;
}

select {
	padding:.2em .2em .2em 0;
}

select[multiple] {
	vertical-align:top;
}

textarea {
	width:250px;
	height:150px;
	overflow:auto;
	vertical-align:top;
}

input[type=checkbox], input[type=radio] {
	background-color:transparent;
	border:0;
	padding:0;
}

input:focus, select:focus, textarea:focus {
	background-color:#fff;
	border:1px solid #eee;
	outline:0;
	-moz-box-shadow:0 0 .5em #fff;
	-webkit-box-shadow:0 0 .5em #fff;
	box-shadow:0 0 .5em #fff;
}

.required-indicator {
	color:black;
	display:inline-block;
	font-weight:bold;
	margin-left:.3em;
	position:relative;
	top:.1em;
}

ul.one-to-many {
	display:inline-block;
	list-style-position:inside;
	vertical-align:top;
}

.ie6 ul.one-to-many, .ie7 ul.one-to-many {
	display:inline;
	zoom:1;
}

ul.one-to-many li.add {
	list-style-type:none;
}

fieldset.embedded {
	background-color:transparent;
	border:1px solid #ccc;
	padding-left:0;
	padding-right:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

fieldset.embedded legend {
	margin:0 1em;
}

.errors, .message {
	font-size:.8em;
	line-height:2;
	margin:1em 2em;
	padding:.5em;
}

.fb_edge_comment_widget{
	left: -300px !important;
}

.message {
	background:#D1D3D4;
	border:1px solid #ccc;
	color:#666;
	-moz-box-shadow:0 0 .25em #b2d1ff;
	-webkit-box-shadow:0 0 .25em #b2d1ff;
	box-shadow:0 0 .25em #b2d1ff;
}

.errors {
	background:#fff3f3;
	border:1px solid #faa;
	color:#c00;
	-moz-box-shadow:0 0 .25em #f88;
	-webkit-box-shadow:0 0 .25em #f88;
	box-shadow:0 0 .25em #f88;
}

.errors ul, .message {
	padding:0;
}

.errors li {
	list-style:none;
	background:transparent url(../img/skin/exclamation.png) 0 50% no-repeat;
	text-indent:22px;
}

.error input, .error select, .error textarea {
	background:#fff3f3;
	border-color:#faa;
	color:#c00;
}

.error input:focus, .error select:focus, .error textarea:focus {
	-moz-box-shadow:0 0 .5em #faa;
	-webkit-box-shadow:0 0 .5em #faa;
	box-shadow:0 0 .5em #faa;
}

input:invalid, select:invalid, textarea:invalid {

}

input:invalid:focus, select:invalid:focus, textarea:invalid:focus {
	-moz-box-shadow:0 0 .5em #faa;
	-webkit-box-shadow:0 0 .5em #faa;
	box-shadow:0 0 .5em #faa;
}

#grailsLogo {
	margin:10px 0;
	float:left;
}

header {
	width:100%;
}

.container {
	width:960px;
	margin-right:auto;
	margin-left:auto;
}

.container-2 {
	width:966px;
	margin-right:auto;
	margin-left:auto;
}

#header-blocks {
	padding-top:10px;
}

#border-red {
	border-top:1px solid #ca3c3c;
	background:#fb2f2f;
	height:1px;
	border-bottom:2px solid #f00;
}

nav {
	background:#000;
	height:40px;
	margin-bottom:10px;
}

nav ul {
	margin:0;
}

nav li {
	list-style:none;
	margin:0;
	float:left;
	display:block;
}

nav li a {
	color:#fff;
	text-decoration:none;
	padding:11px;
	border-right:1px solid #4795c3;
	display:block;
	height:18px;
	font-size: 12px;
}

nav li a:hover {
	background:#1898ed;
}

#logged{float:right;}
.header-option{float:left; border-left:1px solid #BFBFBF; padding:0 20px; height:50px; font-size:12px;}
.header-option a{color:#004990;}
#contact-1{float:left; margin-right:5px; text-align:center; padding-top:8px;}
#contact-text{float:left; margin-right:5px; text-align:center; padding-top:19px;}

.admin {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	margin-bottom:0;
}

.heading-1 {
	color:#000;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:10px;
}
	#footer-wrap{ clear: both; background: #000; width: 100%; margin-top: 10px;}
	#footer{
		background: #000 url(https://s3.amazonaws.com/club_premier/images/clubpremier_invertido.png) no-repeat right center;
		margin:0px auto 0 auto;
		font-size:10px;
		color:#fff;
		width: 930px;
		height: 80px;
	}
	#footer a{color:#fff;}

	.footer-right {
		color: #fff;
		float: right;
		margin-right: 80px;
		text-transform: uppercase;
	}

	.footer-left {
		float: left;
		font-size: 10px;
		margin-top: 60px;
		width:620px;
		margin-top: 21px;
	}

.admin footer {
	margin-bottom:40px;
}

.clear {
	clear:both;
}

.fbLikeFrame{
	left: -300px !important;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	float:left;
	display:inline;
	margin-right:20px;
}

.grid_1 {
	width:700px;
}

.grid_2 {
	width:220px;
}

.grid_3 {
	width:170px;
	margin-right:0;
}

.grid_4 {
	width:613px;
	margin-right:0;
}

.grid_5 {
	width:181px;
	margin-right:0;
}

.grid_6 {
	width:;
}

.skin-table-1 {
	width:100%;
	margin-bottom:10px;
}

.skin-table-1 .header-skin {
	/*background:url(../img/bg_head_blue.png) #1882c9 repeat-x;*/
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	padding:3px;
	background: #111;
}

.skin-table-1 td {
	padding:3px;
	color:#999;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}

.skin-table-1 .selected td {
	color:#4d4d4d;
	font-weight:bold;
}

.skin-table-1.lower .header-skin {
	text-transform:none;
}

.heading-block-2 {
	color:#000;
	font-size:13px;
	margin: 25px 0 0 0;
}

.block-2 {
	margin-bottom:10px;
}

.big_grid {
	width:331px;
	float:left;
	margin-right:20px;
	color:#969696;
}

	.big_grid h2{min-height:45px;}
	.big_grid p{min-height:70px; line-height:130%;}

.shadow-medium {
	background:url(../img/shadow_medium.png) no-repeat;
	padding:15px;
}

.medium_grid {
	width:225px;
	float:left;
	color:#969696;
	margin-right:12px;
}

	.medium_grid h2{min-height:45px;}
	.medium_grid p{min-height:80px; line-height:130%;}

.shadow-small {
	background:url(../img/shadow_small.png) no-repeat;
	padding:17px;
}

.shadow-4 {
	background:url(../img/shadow_big.png) no-repeat;
	padding:17px;
}

.shadow-5 {
	background:url(../img/shadow_181.png) no-repeat;
	padding:10px;
}

.tittle-1 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:0;
	text-transform:uppercase;
	color:#000;
}

.tittle-1 a {
	color:#000;
	text-decoration:none;
}

.block-cat {
	color:black;
	text-transform:uppercase;
	margin-bottom:10px;
	font-size:11px;
}

.block-3 {
	margin-right:auto;
	margin-left:auto;
	width:590px;
	text-transform:uppercase;
	color:#000;
}

.block-4 {
	font-size:11px;
	color:#808080;
}

.block-5 {
	padding:10px 20px;
	color:#808080;
	text-transform:uppercase;
}

.block-5 a{
	color:#808080;
	text-decoration:none;
}
.block-5 ul, .block-5 ul li {
	padding:0;
	margin:0;
	list-style:none;
}

.block-5 ul li {
	margin-bottom:10px;
	font-weight:bold;
	font-size:10px;
}

.block-5 h3 {
	font-size:12px;
	font-weight:normal;
}

.block-6 {
	color:#4d4d4d;
}

.block-6 h3 {
	background: #000;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	padding:3px;
	font-size:12px;
}

.block-6 .top-user {
	font-size:11px;
	font-weight:bold;
	display:block;
	text-align:center;
}

.block-6 .top-km {
	font-weight:bold;
	text-align:center;
	color:#000;
	font-size:24px;
}

.block-6 .top-text, .block-6 .top-gifts {
	margin-bottom:10px;
}

.ta-center {
	text-align:center;
}

.ta-left {
	text-align:left;
}

.ta-right {
	text-align:right;
}

a {
	color:#000;
}

.img-left, .f-left {
	float:left;
	margin-right:10px;
}

.img-right, .f-right {
	float:right;
	margin-left:10px;
}

.cblue {
	color:#000;
	font-weight:bold;
}

.last {
	margin-right:0;
}

.mb10 {
	margin-bottom:10px;
	font-weight: bold;
}

a.button_orange {
	background:transparent url(../img/botones.png) no-repeat right -72px;
	color:#fff;
	display:inline-block;
	font-weight:normal;
	height:23px;
	margin-right:6px;
	padding-right:13px;
	text-decoration:none;
}

a.button_orange span {
	background:transparent url(../img/botones.png) no-repeat;
	display:block;
	line-height:14px;
	padding:5px 0 5px 10px;
}

a.button_orange:hover {
	background:transparent url(../img/botones.png) no-repeat right -216px;
}

a.button_orange:hover span {
	background:transparent url(../img/botones.png) no-repeat left -144px;
}

button.button_orange {
	background:transparent url(../img/botones.png) no-repeat right -72px;
	color:#fff;
	display:inline-block;
	font-weight:bold;
	height:24px;
	margin-right:6px;
	padding-right:10px;
	padding-left:0;
	padding-top:0;
	padding-bottom:0;
	text-decoration:none;
	border:0;
	cursor:pointer;
}

button.button_orange span {
	background:transparent url(../img/botones.png) no-repeat;
	display:block;
	line-height:14px;
	padding:5px 0 5px 13px;
}

button.button_orange:hover {
	background:transparent url(../img/botones.png) no-repeat right -216px;
}

button.button_orange:hover span {
	background:transparent url(../img/botones.png) no-repeat left -144px;
}

a.button_blue {
	background:transparent url(../img/botones.png) no-repeat right -120px;
	color:#fff;
	display:inline-block;
	font-weight:normal;
	height:23px;
	margin-right:6px;
	padding-right:13px;
	text-decoration:none;
}

a.button_blue span {
	background:transparent url(../img/botones.png) no-repeat left -48px;
	display:block;
	line-height:14px;
	padding:5px 0 5px 13px;
}

a.button_blue:hover {
	background:transparent url(../img/botones.png) no-repeat right -264px;
}

a.button_blue:hover span {
	background:transparent url(../img/botones.png) no-repeat left -192px;
}


button.button_blue {
	background:transparent url(../img/botones.png) no-repeat right -120px;
	color:#fff;
	display:inline-block;
	font-weight:bold;
	height:24px;
	margin-right:6px;
	padding-right:10px;
	padding-left:0;
	padding-top:0;
	padding-bottom:0;
	text-decoration:none;
	border:0;
	cursor:pointer;
}

button.button_blue span {
	background:transparent url(../img/botones.png) no-repeat 0 -48px;
	display:block;
	line-height:14px;
	padding:5px 0 5px 13px;
}

button.button_blue:hover {
	background:transparent url(../img/botones.png) no-repeat right -264px;
}

button.button_blue:hover span {
	background:transparent url(../img/botones.png) no-repeat left -192px;
}

a.button_gray {
	background:transparent url(../img/botones.png) no-repeat right -96px;
	color:#fff;
	display:inline-block;
	font-weight:normal;
	height:23px;
	margin-right:6px;
	padding-right:13px;
	text-decoration:none;
}

a.button_gray span {
	background:transparent url(../img/botones.png) no-repeat left -24px;
	display:block;
	line-height:14px;
	padding:5px 0 5px 13px;
}

a.button_gray:hover {
	background:transparent url(../img/botones.png) no-repeat right -240px;
}

a.button_gray:hover span {
	background:transparent url(../img/botones.png) no-repeat left -168px;
}

.item-text {
	color:#4d4d4d;
}

#it-principal {
	float:left;
	width:445px;
}

#it-secondary {
	float:right;
	width:110px;
}

#it-secondary img {
	margin-bottom:2px;
	cursor:pointer;
}

.scroll-1 {
	height:300px;
	overflow:auto;
}

.shadow-biggest {
	background:url(../img/shadow_biggest.png) no-repeat;
	padding:15px;
}

.header-block {
	border-left:1px solid #bfbfbf;
	padding:10px;
	float:right;
	min-height:50px;
	font-size:12px;
	margin-bottom:5px;
}

.icon-home{display:inline-block; background:url(resource:resource:resource:/images/icon_home.png); width:17px; height:17px;}
.icon-mail{display:inline-block; background:url(resource:resource:resource:/images/mail_icon.png); width:42px; height:30px;}
.icon-telephone{display:inline-block; background:url(resource:resource:resource:/images/tel_icon.png); width:42px; height:30px;}
/*.login-button{display:inline-block; background:url(https://s3.amazonaws.com/club_premier/images/login.png); width:71px; height:29px;}*/

#header-contact {
	width:210px;
}

#header-form {
	/*width:280px;*/ /* cambiado */
}

#header-form a {
	margin-left:20px;
	color:#000;
}

#icon-contact a {
	display:block;
	width:65px;
	text-align:center;
	float:left;
	color:#000;
	text-decoration:none;
}

.user-distance {
	font-weight:bold;
}

footer nav {
	display:none;
}

.ir {
	display:block;
	border:0;
	text-indent:-999em;
	overflow:hidden;
	background-color:transparent;
	background-repeat:no-repeat;
	text-align:left;
	direction:ltr;
}

.ir br {
	display:none;
}

.hidden {
	display:none!important;
	visibility:hidden;
}

.visuallyhidden {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto;
}

.invisible {
	visibility:hidden;
}

.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

.clearfix {
	zoom:1;
}

#grailsLogo img.mobile{display:none;}

#noscript {
	display:block;
	width:100%;
	position:absolute;
	height:10000px;
	top:0;
	left:0;
	filter:alpha(opacity=80);
	opacity:.8;
	background:#000;
}

#noscript div {
	width:90%;
	padding:5px;
	color:#fff;
	text-align:center;
	margin-top:25%;
}

.mensaje {
	margin:10px auto;
	width:95%;
	padding:5px;
	background:#ffcece;
	border:1px solid #ff8c8c;
}

.error {
	margin:10px auto;
	width:95%;
	padding:5px;
	background:#d9d9ff;
	border:1px solid #a4a4ff;
}


/* #search{float:right; margin-right:50px; margin-top:2px !important;}
  .s-text, .s-submit{float:left !important;}
  .s-text{height:22px; padding:2px 3px; width:140px; color:#808080; border:1px solid #808080; margin-right:5px !important; }
 */


	.small-info{}

	.logged .small-info{margin-bottom:5px;}


	#header-contact{padding-top:25px; min-height:57px;}


/*
.searchBox{
	margin-top: -10px;
}
*/
.s-text, .s-submit {
	float:left;
	background:transparent !important;
}

.s-text {
	BORDER-RIGHT: #808080 1px solid;
PADDING-RIGHT: 3px;
BORDER-TOP: #808080 1px solid;
PADDING-LEFT: 3px;
PADDING-BOTTOM: 2px;
BORDER-LEFT: #808080 1px solid;
WIDTH: 140px;
COLOR: #808080;
MARGIN-RIGHT: 5px;
PADDING-TOP: 2px;
BORDER-BOTTOM: #808080 1px solid;
HEIGHT: 20px;
border-right: 1px solid gray;
border-top: 1px solid gray;
border-left: 1px solid gray;
border-bottom: 1px solid gray;
font-size: 13px;
}

nav .navigation {
	position:relative;
}

.login-button {
	position:absolute;
	right:0;
	top:-10px;
	background: url(../img/menu_ribbons.png) repeat scroll 0 0 transparent;
	display:block;
	font-size:14px;
	height:55px;
	margin:0 0 0 10px;
	padding-left:4px;
}

.login-button a {
	border:0;
	background:#152453;
	color:#fff;
	display:block;
	height:11px;
	padding:17px 10px 27px;
	text-decoration:none;
	font-size: 14px;
}

.winners {
	min-height:200px;
	margin-top:4px;
}

.navigation_first a {
    padding-bottom: 11px;
    padding-top: 10px;
}