/*  
Fideliza stylesheet
*/

/* Utilizamos una plantilla para resetear los estilos */
@import url("default.css");


/* Wrapper */
div#wrapper{
	background: none;
}
div#content{
	float:right;
	width: 755px;
}
div#sidebar-left{
	background: none;
	float:none;
	width: auto;
}

/* Header images */
div#fideliza-header {
	background:transparent url(ccaplus/fideliza-header-bg.png) no-repeat scroll 0 0;
	margin-top:6px;
	padding: 0px 60px 0px 30px;
}
div#fideliza-header h1 {
	color:#FFFFFF;
	font-size:2em;
	letter-spacing:-1px;
	height:60px;
	margin:0 0 0 10px;
	position:relative;
}
div#fideliza-header h1 span {
	height:45px;
	position:absolute;
	top:5px;
	width:100%;
}
h1.tit-ccaplus span { background:transparent url(ccaplus/tit-ccaplus.png) no-repeat scroll left top; }
h1.tit-alta span { background:transparent url(ccaplus/tit-alta.png) no-repeat scroll left top; }
h1.tit-acceso span { background:transparent url(ccaplus/tit-acceso.png) no-repeat scroll left top; }
h1.tit-ofertas span { background:transparent url(ccaplus/tit-ofertas.png) no-repeat scroll left top; }
h1.tit-puntos span { background:transparent url(ccaplus/tit-puntos.png) no-repeat scroll left top; }
h1.tit-info span { background:transparent url(ccaplus/tit-info.png) no-repeat scroll left top; }
h1.tit-datos span {background:transparent url(ccaplus/tit-datos.png) no-repeat scroll left top;}
h1.tit-regalos span {background:transparent url(ccaplus/tit-regalos.png) no-repeat scroll left top;}
h1.tit-comercios span {background:transparent url(ccaplus/tit-comercios.png) no-repeat scroll left top;}


/* Fideliza Entry */
div#fideliza-entry-content {
	background: url(ccaplus/fideliza-content-bg.png) no-repeat top left;
	color: #FFF;
	padding: 30px 60px 10px 30px;
}
div#fideliza-entry-content p {
	margin: 0 0 5px 0;
}
div#fideliza-entry-content ul {
	list-style-type: disc;
	padding-left:20px;
	margin-top: 10px;
}
div#fideliza-entry-content strong {
	color: #71277a;
	font-size: 1em;
	font-weight: bold;
}

/* entry classes */
.image-filled { float: right; }
.header-text{ font-size: 2.4em; }
.right-text{ 
	color: #FFF;
	font-size: 1em;
	padding-right: 30px;
	text-align: right;
}
div.green-block{
	background: #aab300;
	margin: 10px 20px;
	padding: 22px;
}






/* Content header */
div#fideliza-content-header {
	background: url(ccaplus/fideliza-content-bg.png) no-repeat top left;
	color: #FFF;
	min-height: 102px;
	padding: 30px 60px 10px 30px;
	position: relative;
}
div#fideliza-content-header a {
	color: #aab300;
}
div#fideliza-content-header p {
	margin: 5px 0;
}
div#fideliza-content-header strong {
	color: #aab300;
	font-weight: bold;
}

img.float-right {
	position: absolute;
	right: 70px;
	top: 25px;
}
.destacado {
	margin: 5px 5px 5px 0;
}
.destacado span {
	font-size: 1.1em;
	font-weight: bold;
}

/* Content */
div#fideliza-content, div#fideliza-form {
	background: url(ccaplus/fideliza-form-bg.png) repeat-y bottom left;
	overflow:hidden;
	padding: 20px 60px 10px 30px;
}



div.fideliza-content {
	overflow: hidden;
}
div.fideliza-content p {
	color: #444;
	margin: 0 0 5px 0;
}
div.fideliza-content ul {
	list-style-type: disc;
	padding-left:20px;
	margin-top: 10px;
}
div.fideliza-content ul.faq li {
	color: #71277a;
	margin-bottom: 20px;
}
div.fideliza-content strong {
	color: #71277a;
	font-size: 1em;
	font-weight: bold;
}
div.fideliza-content em {
	text-decoration: underline;
}




/* Footer */
div#fideliza-content-footer{
	background: url(ccaplus/fideliza-form-footer-bg.png) no-repeat top left;
}
div#fideliza-entry-footer {
	background: url(ccaplus/fideliza-footer-bg.png) no-repeat bottom left;
}






/* CCAPlus menu */
div#fideliza-menu {
	margin: 20px 0px 30px 27px;
}
div#fideliza-menu h6{
	display: none;
}
div#fideliza-menu ul{
	background: url(ccaplus/fideliza-menu-bg.png) no-repeat top left;
}
div#fideliza-menu ul li{
	background: url(ccaplus/fideliza-menu-spc.gif) no-repeat bottom left;
}
div#fideliza-menu ul li a{
	color: #FFF;
	display: block;
	font-size: 1em;
	padding: 12px 0 1px 23px;
	text-decoration: none;
	width: 150px;
	outline: none;
}
div#fideliza-menu ul li a span{
	color: #dee548;
	display: block;
	font-size: 0.8em;
	text-decoration: none;
}
div#fideliza-menu ul li.selected a{
	background: transparent url(ccaplus/purple-arrow.png) no-repeat scroll 8px 15px;
	font-weight: bold;
}
div#fideliza-menu ul li.selected a span{
	font-weight: normal;
}




/* Form fideliza */

/* Forms */
div#fideliza-form form ul {
	list-style-type: none;
	padding-left:0;
	margin-top: 20px;
}
form.block-form {}

form.block-form input[type=text], form.block-form input[type=password], form.block-form select {
	border:1px solid #DFDFDF;
	margin:2px 0;
	padding:1px;
	font: normal 8pt Verdana;
}
form.block-form input[type=radio] {
	vertical-align:bottom;
}

form.block-form .required {
	float: right;
}

form.block-form fieldset{
	background: #FFF;
	border: 1px solid #aab300;
	color: #000;
	margin: 30px 45px 0px 45px;
	padding: 0px 10px 20px 10px;
}

form.block-form legend{
	background: #FFF;
	border-left: 1px solid #aab300;
	border-right: 1px solid #aab300;
	border-top: 1px solid #aab300;
	color: #71277a;
	font-size: 0.9em;
	padding: 0 5px;
}

form.block-form  label{
	display: block;
	font-size: 0.9em;
	font-weight: bold;
}

form.block-form ul{
	margin-top: 20px;
}

form.block-form li{
	float: left;
}

/* 2 columns */
.column-1-2{
	width: 50%;
}

.column-1-2{
	width: 50%;
}

/* 3 columns */
.column-1-3{
	width: 33%;
}

.column-2-3{
	width: 34%;
}

.column-3-3{
	width: 33%;
}

/* Input Date */
div.input_date {
}
div.input_date img {
	cursor: pointer;
	margin: 0 4px;
	vertical-align: text-top;
}
div.input_date span {
	font-size: 0.9em;
	color: #999;
}


/* Buttons */
div.button-panel {
	background: #FFF;
	border: 1px solid #aab300;
	color: #000;
	margin: 30px 45px 10px 45px;
	text-align: right;
}

div.button-panel input {
	border: none;
	border-left: 1px solid #aab300;
	background: none;
	color: #663366;
	cursor: pointer;
	font-size: 12pt;
	font-weight: bold;
	padding: 10px 20px;
}


/* Customer points */
.card-number {
	margin: 10px 0 0 10px;
}
.card-points {
	margin: 10px 0 0 10px;
}
.card-points span {
	font-size: 1.4em;
	font-weight: bold;
}
.card-notes {
	margin: 10px 0 30px 10px;
}
.card-notes p {
	color: #888 !important;
	font-size: 0.9em;
}


/* Forms customer */
form.form-customer {
	border: 1px solid #bbb;
	clear: both;
	margin: 10px 0 20px 0;
}
form.form-customer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
form.form-customer ul li {
	margin: 10px;
}
form.form-customer li label {
	color: #333;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	width: 120px;
}
form.form-customer li input {
	border: 1px solid #AAB300;
	color: #333;
	font: normal 1em Verdana;
	padding: 2px 3px;
}
form.form-customer li input[type=submit] {
	background: #AAB300;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 0.8em;
	padding: 2px 5px;
	margin-left: 130px;
}


.form-login {
	width: 450px;
	margin: 0 auto;
}

.form-create {
	clear: both;
}
.form-create div {
	color:#990000;
	float:left;
	font-weight:bold;
	margin: 20px;
	width:200px;
}
.form-login-error {
	color: #900;
	float:left;
	font-weight:bold;
	margin:10px 20px;
	width:450px;
}

div#login-wait {
	width: 450px;
	margin: 0 auto;
}
div#login-wait p {
	text-align: center;
}


div#recovery-password {
	width: 450px;
	margin: 0 auto;
}



/* Enterprise list */
table.enterprises-list {
	width:100%;
}
table.enterprises-list td, table.enterprises-list th {
	border: 1px solid #919900;
	padding: 5px;
}
table.enterprises-list th {
	color: #fff;
	background:#A1A900 none repeat scroll 0 0;
	font-size:1em;
	font-weight:bold;
}

table.enterprises-list a {
	color: #FFF;
}
table.enterprises-list td {
	border: 1px solid #bbb;
	color: #555;
}
table.enterprises-list tbody td a {
	color: #71277A;
	font-weight: bold;
	text-decoration: none;
}

table.enterprises-list tbody td a:hover {
	text-decoration: none;
}

table.enterprises-list tfoot td {
	color: #999;
}

table.enterprises-list ul {
	list-style-type:none !important;
	margin-top:0px !important;
	padding-left:0px !important;
}

table.enterprises-list ul li {
	margin-bottom: 5px !important;
}

table.enterprises-list tfoot td {
	border: none;
	text-align:right;
}

div.enterprises-list-paginator{
	float: left;
	margin: 0;
}

div.enterprises-list-paginator ul li {
	display: inline;
	font-weight: bold;
	padding: 0px 3px;
}

div.enterprises-list-paginator a {
	text-decoration: none;
	color: #999;
}

div.enterprises-list-paginator li.previousPage{
}

div.enterprises-list-paginator li.selectedPage{
	text-decoration: underline;
	color: #71277A;
}

div.enterprises-list-paginator h5{
	display: none;
}




/* Table Purchases */
/* Enterprise list */
table.purchases {
	width:100%;
}
table.purchases td, table.purchases th {
	border: 1px solid #919900;
	padding: 5px;
}
table.purchases th {
	color: #fff;
	background:#A1A900 none repeat scroll 0 0;
	font-size:1em;
	font-weight:bold;
}
table.purchases a {
	color: #FFF;
}
table.purchases td {
	border: 1px solid #bbb;
	color: #555;
}
table.purchases tbody td a {
	color: #71277A;
	font-weight: bold;
	text-decoration: none;
}
table.purchases tbody td a:hover {
	text-decoration: none;
}
table.purchases tfoot td {
	color: #999;
	border: none;
	text-align:right;
}







/* -- JQUERY LIGHTBOX 0.5 */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}



/* --------------------------------------- 
 DatePicker
------------------------------------------ */

.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
