html, body {margin:0;
padding:0;
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;}
body
{
font-size:62.5%;
background-image:url(../img/bg_header.jpg);
background-repeat:repeat-x;
margin-top:30px;
}

#top {
	width:100%;
	background:#444;
	color:#fff;
	border-bottom:#fff 1px solid;
	float:left;
	padding:6px 0 14px 0;
	height:10px;
	margin-top:-30px;
}
#top ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-right:10px;
}

#top ul li {
	float:right;
	padding:0 10px;
}

#top ul li a {
	text-decoration:none;
	color:#ddd;
}

#top ul li a:hover,
#top ul li a:focus {
	color:#fff;
}

#top ul li.login a {
	color:#FFA800;
}

#top ul li.login a:hover,
#top ul li.login a:focus {
	color:#FFC85F;
}

#main {
	clear:both;
	width:760px;
	margin:auto;
}
#header {
position:relative;
width:687px;
height:141px;
}
#header a img {
	border:none;
	margin-left:30px;
}
#menu {
position:absolute;
top:125px;
left:45px;
}
#menu ul {
	list-style:none;
	line-height:1.4em;
	font-size:1.4em;
	padding:0;
	margin:0;
}
#menu ul li {
	display:inline;
	margin-right:20px;
}
#menu a, #header a {
	border-bottom:none	;
}
#menu a:link {
text-decoration:none;
color:#006633;
}
#menu a:visited {
text-decoration:none;
color:#006633;
}
#menu a:hover,
#menu a:focus {
text-decoration:none;
color:#333;
}

#content {
background-image:url(../img/cont_bg.jpg);
width:695px;
background-repeat:no-repeat;
padding:80px 35px 30px 35px;
margin-top:-50px;
min-height:380px;
font-size:1.2em;
line-height:1.5em;
text-align:justify;
}

#content h1 {
	line-height:1.1em;
	text-align:left;
	color:#333;
}

.subheading {
	color:#FF8F77;
	font-size:0.7em;
	font-weight:normal;
	display:block;
	margin-left:20px;
	line-height:1em;
}
h3 .subheading {
	margin-left:0;
	display:inline;
}
#content h2 {
	color:#FF8F77;
	position:relative;
	clear:both;
}

.fleft {
	float:left;
}
#mainpage img.fleft {
	padding-top:30px;
	margin: 0 0 10px 10px;
}

.fright {
	float:right;
}

#footer {
color:#fff;
background-image:url(../img/footer.jpg);
background-repeat:repeat-x;
background-color:#424242;
padding-top:30px;
font-size:1.2em;
clear:both;
}

#footer .content {
 width:700px;
padding: 0 30px;
margin:auto;
min-height:252px;
background-image:url(../img/footer_bg.jpg);
background-repeat:no-repeat;
background-position:bottom
}

#footer .content div {
 width:190px;
float:left
}

#footer .content div.firma {
float:none;
clear:both;
width:100%;
text-align:center;
}

#footer h3 {
padding:3px 0 5px 30px;
background-repeat:no-repeat
}
#footer a:link {
color:#FFDD9F;
}
#footer a:visited{
color:#FFDD9F;
}
#footer a:hover{
color:#FFC593;
text-decoration:none;
}
#footer .navegacion  h3 {
background-image:url(../img/f_navegacion.gif);
}
#footer .buscar h3 {
background-image:url(../img/f_buscar.gif)
}
#footer .info h3 {
background-image:url(../img/f_info.gif)
}
#footer .contacto h3 {
background-image:url(../img/f_contacto.gif)
}
#footer input#s {
border:none;
background:transparent;
background-image:url(../img/busca.gif);
background-repeat:no-repeat;
padding:3px 15px 0px 15px;
width:160px;
height:20px;
color:#777;
font-weight:bold;
}
#footer .buscar form label {
padding-left:15px;
display:block
}
#footer p {
padding-right:30px
}
#footer input.submit {
float:right;
margin:20px 30px 0 0;
color:#FFDD9F;
border: 1px solid;
background:#6e6e6e;
font-weight:bold;
background-image:url(../img/boton.jpg);
background-repeat:repeat-x
}
#footer .firma {
float:none;
clear:both;
padding-top:70px;
padding-bottom:20px;
background-image:url(../img/linea.jpg);
background-repeat:no-repeat;
background-position:50% 60px;
}
#footer .all {
background-image:url(../img/footer_repeat.jpg);
background-repeat:repeat-x;
background-position:bottom
}

#footer ul li {
 list-style:url(../img/vin.gif);
}

div.twocol {
	padding:0;
	float:left;
	width:100%;
	background:url(../img/twocol.gif) repeat-y 48% 0;
	margin-top:5px;
}

div.twocol div.col {
	padding:0;
	width:50%;
	float:left;
	clear:none;
}
div.col.right {
	margin-top:10px;
	width:40%;
}
form h2 {
	clear:both;
}


#mainpage #register {
	width:60%;
	float:right;
	margin:-40px 0 20px 30px;
}

#register {
	margin:auto;
	width:70%;
}

#flash_message,
#authMessage {
	text-align:center;
	line-height:2em;
}
#first_time {
	color:#333;
	padding:5px 10px;
	width:80%;
	margin:10px auto;
	background:#FFE56F;
	border:#EF9D0E 1px solid;
	text-align:left;
}
#first_time a {
	color:#007F02;
	text-decoration:none;
}
.error-message,
#authMessage,
.flash_error {
	color:#AF0000;
}
.flash_ok {
	color:#71C570;
}
.flash_info {
	color:#70AFC5;
}

#mainpage .small-note {
	margin-top:-30px;
}
.small-note {
	border:#ccc 1px solid;
	margin:20px 0 10px 0;
	color:#666;
	padding:5px 10px;
	text-align:center;
}

.small {
	font-size:0.7em;
	font-weight:normal;
	color:#999;
}
.small a {
	color:#999;
	text-decoration:none;
}
/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
	text-align:right;
	padding:10px 20px 0 0;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}

.offer-data {
	margin:-15px 0 10px 0;
	padding:0;
	list-style:none;
}

.offer-data li {
	display:inline;
	padding:0 0 0 10px ;
	color:#666;
	font-size:0.9em;
}
.offers.view .offer-data li strong {
	display:inline;
}
.offer-data strong {
	color:#000;
}
#offer-images {
	width:200px;
	height:180px;
	border:#333 1px solid;
	background:#f5f5f5;
	float:left;
	margin-right:20px;
	margin-left:10px;
	position:relative;
}

#offer-images #controls {
	position:absolute;
	bottom:0;
	background:#333;
	width:100%;
	padding:2px 0;
	height:18px;
}
#offer-images img {
	margin:auto;
}
#offer-images a,
#offer-images a img {
	border:0;
}
#offer-images a#next {
	color:#fff;
	margin:-1px 5px 0px 5px;
}
#offer-images a.disable {
	display:none;
}
#offer-images #next {
	float:right;
}

#offer-images #counter {
	color:#888;
	margin-left:5px;
	font-size:0.9em;
	float:left;
}

#close-to {
	clear:both;
	padding:20px;
}
fieldset a.img {
	height:100px;
	width:100px;
	border:#000 5px solid;
	float:left;
	margin:0 10px 10px 0;
}
fieldset a.img:hover {
	border-color:#666;
}
fieldset a.img img {
	vertical-align:middle;
	border:none;
}

.many-items strong {
	display:block;
	width:100%;
	clear:both;
	margin:0;
}
.many-items li {
	width:30%;
	float:left;
}

#other-conditions {
	clear:both;
}

.offers.view strong {
	padding-top:10px;
	display:block;
}

.twocol.offer-info {
	background-position:35% 0;
}
.twocol.offer-info .col {
	width:40%;
}
.twocol.offer-info .right {
	width:60%;
	margin:0;
	padding-top:0;
}

div.list {
	border:#333 1px solid;
	padding:0;
}

div.offer {
	padding:5px 10px;
	background:#fff;
}
div.offer h3 {
	margin:0 0 15px 0;
}
div.offer ul {
	margin-bottom:0;
}

div.altrow.offer {
	background:#F0FFEC;
}

ul.order {
	margin:0;
	padding:0;
}

ul.order li {
	display:inline;
}


/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

dl.wide dd {
	margin-left:15em;
}

.empty {
	border:#333 1px solid;
	background:#f5f5f5;
	padding:10px;
	color:#333;
}

a {
	color:#CF4900;
	text-decoration:none;
	border-bottom:1px dotted;
}

a:hover {
	border-bottom:none;
}
a:visited {
	color:#FF782F;
}

a.delete {
	display:block;
	width:16px;
	height:16px;
	float:left;
	text-indent:-9000px;
	margin-left:-10px;
	background:transparent url('../img/cross.png') no-repeat;
	border:0;
}
a.delete:hover {
	background-color:#f5f5f5;
}
