/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #787878;
	background: url(../images/bckg_squares.gif) repeat;
}

.wrapperBorder {
	width: 970px;
	margin:0 auto;
}
#wBL {background:url(../images/shadow_left.png) repeat-y left;}
#wBR {background:url(../images/shadow_right.png) repeat-y right;}

#wrapper {
	width: 950px;
	padding: 0px;
	background: #FFFFFF;
	border-top:1px solid #AFDEF4;
	border-bottom:1px solid #AFDEF4;	
	margin: 0 auto;
}

h1, h2, h3 {
	margin: 0;
	color: #000000;
	font-weight: normal;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

a{
	text-decoration: none;
	color: #009ADC;;
}

a:hover {
	color:#F9B540;
}


/* Títulos generales */
.tituloAzul {
	font-size:18px;
	color:#019FE0;
	font-weight:bold;
}

.tituloGris {
	font-size:14px;
	color:#5A5A5C;
	font-weight:bold;
}

.tituloRojo{
	font-size:14px;
	color:#E73E65;
	font-weight:bold;
}

.tituloAzulPequeno {
	font-size:14px;
	color:#019FE0;
	font-weight:bold;
}

.tituloReducido {
	font-weight: normal;
}
.tituloAmpliado {
	font-size:18px;
}

.yellowPointer {
	padding-left: 20px;
	background: url(../images/yellowFinger.gif) no-repeat left;
}

.redPointer {
	padding-left: 20px;
	background: url(../images/redFinger.gif) no-repeat left;
}

.more {
	padding-left: 20px;
	background: url(../images/more.gif) no-repeat left;
}

.yellowArrow {
	padding-left: 10px;
	background: url(../images/yellow_arrow.gif) no-repeat left;
}

.regaloIcon {
	padding-left: 10px;
	background: url(../images/regalo.gif) no-repeat left;
}

/* Home */

#loginPage {
	background: url(../images/login.gif) no-repeat center;
	height:220px;
}

#loginPage a{
	color: #FFFFFF;
}

#loginPage a:hover{
	color:#F9B540;
}

#loginPage label{
	color:#FFFFFF;
	font-size:12px;
}

#loginBottom {
	padding:0px 15px;
}
#loginBottom div{
	float:left;
	width:30%;
	padding: 5px;
	margin:10px 10px 0 10px;
	text-align: justify;
	line-height: 135%;
}


/* Header */

#header {
	width: 950px;
	height: 100px;
	margin: 0;
	background-color:#FFFFFF;
	background: url(../images/bckg_header.gif) bottom repeat-x;
}

#logo {
	float: left;
	width: 224px;
	padding-top:20px;
	text-align:center;
}

#logo a, img {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

#mainTitle {
	float:left;
	font-size:19px;
	padding: 10px;
	margin-top: 35px;
}

#mainTitle .upperLine {
	color:#58585A;
}

#mainTitle .bottomLine {
	color:#6A8D99;
}

#hiloAriadna {
	text-align:right;
	padding: 20px 20px 0px 0px;
	color:#70C8EC;
	font-size:12px;
}

#hiloAriadna .separator {
	color:#F3AA28;
}

#salirIcono {
	background:url(../images/logout.gif) no-repeat left;
	padding-left:14px;

}

#contactoIcono {
	background:url(../images/contactar.gif) no-repeat left;
	padding-left:18px;
}

#points{
	background: url(../images/hL.gif) left no-repeat;
	background-color: #B6E2F4;
	float:right;
	margin-top: 29px;
	margin-right:20px;
	padding-left: 20px;
	height:36px;
}

#points div{
	float:left;
}

#pR {background: url(../images/hR.gif) right no-repeat; float:none}

#hello {
	color:#000000;
	text-align:right;
	margin: 12px 10px 0px 10px;
	font-size:12px;
}

#pointsCell {
	background-color:#FFFFFF;
	height: 26px;
	margin: 5px 10px 0px 0px;
	font-size:11px;
}

#pointsCell div {height: 26px;}

#pCL {background: url(../images/pCL.gif) left no-repeat; float:none;}
#pCR {background: url(../images/pCR.gif) right no-repeat;float:none;}
#pCTB {background: url(../images/pCTB.gif) repeat-x center;float:none;}

#pointsNum {
	font-size:16px;
	color:#FF0000;
}

/* Page */

#page {
	margin: 0;
	background:url(../images/bckg_stripped_menu240.gif) repeat-Y left;
	padding-bottom:1px; /* hack para IE, no se ve el backgorund si no hay padding */
}

/* Menu */

#menu {
	float: left;
	width: 240px;
	padding: 0px;
	border-right: 1px solid #C5E5F4;
	color:#000000;
	font-size:13px;
	margin-bottom: 12px;
}

#menu ul {
	background-color:#FFFFFF;
	list-style: none;
	padding:0px;
	text-align:right;
	/* Truco para colocar bien el menu en IE6 */
	margin:0px;
}

#menu ul li{
	border-bottom:1px solid #C5E5F4;
	clear:both;
}

#menu ul li div{
	float:left;
}

#menu ul a{
	display:block;
	padding:2px 10px 2px 2px;
	border:0px;
}

#menu ul a:hover {
	background-color: #F7AD28;
	color:#FFFFFF; 
}

#menu ul a:active {
	background-color: #278093;
	color:#FFFFFF; 
}

#menu .menuOptionSelected a, #menu .menuOptionSelected a:hover {
	color: #FFFFFF;
	background-color: #0095D1;
	background-position: 10px;
}

#menu .menuOptionSelected span {
	color: #FFFFFF;
	background-color: #0095D1;
	background-position: 10px;
	display:block;
	padding:2px 10px 2px 2px;
	border:0px;	
}

#menu .menuSubOption {
	font-weight: normal;
	border-bottom: 1px dotted #CCE9EF;
}

#menu .menuSubOption a{
	color:#33B2C7;
	background-repeat:no-repeat;
	background-position: right 0px;
	padding-right:36px;
}

#menu .menuSubOption a:hover{
	background-position: right -30px;
}

#menu .menuSubOption a:active{
	background-position: right -60px;
}

#menu .menuSubOptionSelected a, #menu .menuSubOptionSelected a:hover {
	color: #FFFFFF;
	background-color: #6FCAEA;
	background-repeat:no-repeat;	
	background-position: right -90px;
	padding-right:36px;	
}

#menu .menuSubOptionSelected span{
	color: #FFFFFF;
	background-color: #6FCAEA;
	background-repeat:no-repeat;	
	background-position: right -90px;
	display:block;
	padding:2px 36px 2px 2px;
	border:0px;	
}

/* Content */

#content {
	float: left;
	padding: 0px;
	color: #000000;
	background-color:#FFFFFF;
	text-align:justify;
	line-height:135%;
}

#contentHeader {
	border-bottom:1px dotted #00819B;
	margin:0px 20px;
	color:#2C8294;	
}

#tituloSeccion {font-size: 16px;margin:10px 20px 0px 0px;padding: 5px 0px 5px 0px; float:left; background: left no-repeat;}
#tituloSeccion .tituloCat{ padding-left: 22px; padding-right:10px; background-repeat:no-repeat; background-position: 0px; color: #00819A;}
#tituloSeccion .inactivo {color: #A8DAF2;}
#tituloSeccion .tituloSubCat { border-left: #000000 1px dotted; padding-left: 30px; padding-right:10px; background-repeat:no-repeat; background-position: 10px; color: #00819A}
#tituloSeccion .numeroRegalos{ border-left: #000000 1px dotted; padding-left: 10px; padding-right:10px; color:#7E7F80; }

.orderSelector {
	color: #A8DAF2;
	float:right; 
	margin:10px 0px 0px 0px;
	padding: 5px 0px 5px 25px;	
	font-size: 12px;
}

.orderSelector span {color: #A8DAF2;}

#filtrosSeccion {
	margin:0px 20px;
	color:#2C8294;
	padding: 5px 0px;
	font-size:13px;
}

.filtro {
	border-left: 1px #33FF00 dotted; 
	padding-left: 15px;
	background: url(../images/yellow_arrow.gif) no-repeat 5px;
}

.filtroSelected {
	text-decoration: underline;

}

#contentFooter {
	border-top:1px dotted #00819B;
	margin:15px 20px;
	color: #A8DAF2;
	padding-top:4px;	
}

#contentFooter #contadorRegalos { float:left; width:220px; text-align:left;}
#contentFooter #paginado {float:left; width:200px; text-align:center;}
#contentFooter #verTodo {float:left; width:220px; text-align:right;}
.numPag {color:#7E7F80;}

#tiendaCategorias { padding-left: 15px;}

.categoria {
	float:left;
	margin: 5px 10px;
	width:178px;
}

.nombreCategoria {
	text-align:right;
	padding-right: 12px;
}

.nombreCategoria a { color:#000000; padding-left: 10px;	background: url(../images/yellow_arrow.gif) no-repeat left; }
.nombreCategoria a:hover { color:#F9B540;}

#escaparate {
	float:left;
	font-size:12px;
	padding-bottom: 15px;
	width: 680px;
}

#escaparate p {
	margin: 10px 25px 0px 25px;
	text-align:justify;
	line-height: 135%;
}

.escaparateBlock {
	margin: 10px 25px 0px 25px;
}

.incentivo {
	float:left;
	margin: 10px 0px 0px 25px;
	width:140px;
	line-height:normal;
}

.nombreIncentivo a{
	font-size: 11px;
	color:#5A5A5C;
	background: url(../images/yellow_arrow.gif) no-repeat left top;
	padding-left: 12px;
}

.nombreIncentivo a:hover{
	color:#F9B540
}

.puntosIncentivo {
	text-align:right;
	font-size:14px;
	background:url(../images/caracola.gif) no-repeat right;
	padding-right: 20px;
}

/* Tabs t pop up de incentivo*/

#popupIncentive {
	background: url(../images/bckg_vertical_lines.gif) repeat;
}

#upperPopupIncentive {
	border-bottom:1px #F7FBFE solid; 
	background-color:#F5FAFE;
}
#leftPopupIncentive {
	float:left; 
	width:500px; 
	padding: 15px 0px; 
	border-right: 1px solid #0EACE0; 
	height: 300px; 
	text-align:justify; 
	background-color:#FFFFFF;
}
#rightPopupIncentive {
	float:left;
	width:199px;
	padding: 15px 0px;
	font-size:9px;
	text-align:justify;
	height: 300px;
	text-transform: uppercase;
}
.popupLeftTitle {
	color:#0EACE0;
	font-size:14px
}
.popupRightTitle {
	font-weight:bold;
	font-size:12px;
	padding:0px 0px 20px 10px;
	background: url(../images/yellow_arrow.gif) left 5px no-repeat;
	margin:0;
}
.popupPoints {
	font-size:18px;
	text-align:center;
	color:#E73E65;
	line-height:100%;
}

#lowerPopupIncentive {
	height:120px;
}
#tabs {
	display: block;
	list-style: none;
	margin:0;
	padding:0;
	font-weight: bold;
}

#tabs li {
	float:left;
	text-align:center;
	margin-left:-4px;
	margin-top:-1px;
	position:relative;
}

#tabs li a{
	color:#FFFFFF;
}
#tabs li div {	
	height:25px;
	float: left;
}

#tabs li .tabLeft {	background: url(../images/tabLeft.gif) no-repeat left; width:2px;}
#tabs li .tabCenter { background: url(../images/tabCenter.gif) repeat-x; padding: 0px 2px 0px 6px;}
#tabs li .tabRight { background: url(../images/tabRight.gif) no-repeat right; width:13px;}

#tabs .selected .tabLeft { background: url(../images/selectedTabLeft.gif) no-repeat left; width:2px;}
#tabs .selected .tabCenter { background: url(../images/selectedTabCenter.gif) repeat-x; padding: 0px 2px 0px 6px;}
#tabs .selected .tabRight { background: url(../images/selectedTabRight.gif) no-repeat left; width:13px;}

#tabs li.selected a{color: #0EACE0;}
#tabs #tab0, #tabs #tab1 {margin-left:0}

/* Canje */

#popupCanje {
	background: url(../images/bckg_vertical_lines.gif) repeat;
}

#upperPopupCanje {
	border-bottom:1px #F7FBFE solid;
	background-color: #FFFFFF;
}
#leftPopupCanje {
	float:left; 
	width:421px; 
	border-right: 1px solid #0EACE0; 
	text-align:justify; 
	background-color:#FFFFFF;
	padding:0;
}
#rightPopupCanje {
	float:left;
	width:158px;
	padding: 15px 0px;
	font-size:9px;
	text-align:justify;
	text-transform: uppercase;
}

#popupCanjeHeader {
	background-color:#5BC3E6;
	color: #FFFFFF;
	font-size:14px; 
	height: 22px;	
}

.popupCanjeRightTitle {
	font-weight:bold;
	font-size:11px;
	padding:8px;
	background: url(../images/yellow_arrow.gif) left no-repeat;
	margin:0;
}
/* Hisorial */

#eventTable {
	width: 85%;
	text-align:center;
	margin: 15px auto;
	color:#000000;
}

#eventTable th {
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	padding: 2px 0px;
	background-color:#0095D1;
	color: #FFFFFF;
}

#eventTable td {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	padding: 3px;
	background-color:#E9F6FE;
}

#eventTable tr:hover td{
	background-color:#C9E9F8;
}

.modifyPersonalData {
	margin:0px 0px 20px 0px ;
	background-color:#E9F6FE;
	padding:10px;
	font-size:11px;
}
.modifyPersonalData input{
	margin:10px auto auto auto;
}

.otherModifications {
	background-color:#E9F6FE;
	list-style:none;
	margin:0px 0px;
	padding:0px;
}

.otherModifications li{
	border-bottom: 1px #FFFFFF solid;
	background:url(../images/yellow_arrow.gif) no-repeat left;
	background-position: 10px;
	padding-left:20px;
}

/* Faq */

.faqBlock {
	list-style:none;
	font-size:12px;
	margin:0px 20px 10px 0px;
	border-bottom:1px dotted #E73E65;
	padding-left:0px;
	padding-bottom: 10px;
}

.faqEnd {border: none;}

.faqBlock .faqTitle{
	color:#E73E65;
	font-size:14px;
	font-weight:bold;
}
.faqBlock .faqQuestion{
	background:url(../images/yellow_arrow.gif) no-repeat left;
	background-position: 10px;
	padding-left:20px;
}

.faqBlock .faqQuestion a{
	color:#0072B6;
}

.faqBlock .faqQuestion a:hover{
	color:#F78001;
}

.faqBlock .faqAnswer{
	background-color: #DFFFFF;
	margin-left:10px;
	padding:15px 15px 15px 40px;
	color:#000000;
}

/* Compromiso */

.comBlock {
	list-style:none;
	font-size:12px;
	margin:0px 20px 10px 0px;
	padding-left:0px;
	padding-bottom: 10px;
}

.comQuestion{
	background-color: #E7F3F8;
	background-position: 10px;
	padding: 5px;
	font-size: 16px;
	margin-top: 2px;
}

.comNumber {
	color:#FFFFFF;
	font-size: 30px;
}
.comQuestion a{
	color:#0072B6;
	background:url(../images/yellow_arrow.gif) no-repeat left;
	padding-left:15px;	
}

.comQuestion a:hover{
	color:#F78001;
}

.comAnswer{
	background-color: #FFFBF5;
	padding:15px 15px 15px 40px;
	color:#000000;
	margin-top: 2px;	
}

/* Encuestas para qué */

.epqBlock {
	list-style:none;
	font-size:12px;
	margin:0px 20px 10px 0px;
	padding-left:0px;
	padding-bottom: 10px;
}

.epqBlock .epqTitle{
	color:#E73E65;
	font-size:13px;
	font-weight:bold;
}
.epqBlock .epqSource{
	background-position: 10px;
	padding-left:20px;
	font-style: italic;
}

.epqBlock .epqContent{
	background:url(../images/news.gif) no-repeat left;
	margin-left:20px;
	padding-left:20px;
	color:#000000;
	line-height:140%;
}

/* Contacto */

.inputText {
	background:#C3DDEA;
	border:0px;
}

/*Regalos nice */

#categoriasNice div {
	float:left;
	width:25%;
	background:url(../images/yellow_arrow.gif) no-repeat left;
	background-position: 10px;
	padding-left:20px;	
}

/* Buttons */

/* Botones */

.loginButton {
	background:#005B8A none repeat scroll 0 0;
	border-color:#0098EA #002E46 #002E46 #0098EA;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 5px;
	text-align:center;
}

.nextButton {
	background:#0072B6;
	border-color:#82D0FF #003453 #003453 #82D0FF;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 15px 3px;
	text-align:center;
}

.buttonPaging {
	background-color: #B6E2F4;
	border-color: #ECE9D8 #52B9E4 #52B9E4 #ECE9D8;
	border-style:solid;
	border-width:1px;
	color: #333333;
	font-size: 11px;
	padding: 1px 10px 3px;
	text-align:center;

}

.sendButton {
	background: #D62C37;
	border-color: #EC9FA5 #8B1B23 #8B1B23 #EC9FA5;
	color:#FFFFFF;
	padding:2px 5px;
	font-weight: bold;
}

.navigationButton {
	background: #666666;
	border-color: #BEBEBE #2D2D2D #2D2D2D #BEBEBE;
	color: #FFFFFF;
	padding:2px 5px;
	font-weight: bold;
}

/* Bottom Menu */

#bottomMenu {
	color: #0095D1;
	border-top:1px solid #C5E5F4;
	border-bottom: 1px solid #C5E5F4;
	margin: 0px auto;
	text-align:center;
	font-size:11px;
}

#bottomMenu ul {
	margin:auto;
	padding:5px 0px;
}

#bottomMenu  li {
	display:inline;
	padding:2px 2px;
}

#bottomMenu .separator {
	color:#F3AA28;
	padding:0px;
}


/* Footer */

#footer {
	color: #C2D9E5;
	text-align:center;
	margin: 8px auto;
}

#footer p{
	line-height:120%;
}

/* Forms */

.compactTable input, .compactTable select{
	background-color: #C3DDEA;
	border:0px;
	width:90%;
	}
	
/* Sorteos */

.tablaSorteo {
	list-style-image:url(../images/yellowFinger.gif);
}

.tituloSorteo {
	color:#E73E65;
	font-weight:bold;
}

/* Mensajes de error */

.alert {
	background-color:red;
	color:#FFFFFF;
	margin: 0px 0px 15px 0px;
	padding: 6px 20px 6px 20px;
	font-size:12px;
	text-align: center;
}