@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------------------------------------------------------------------*/

/* GENERAL */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#95979A;
	font-size:11px;
	text-align:left;
	font-weight:normal;
	background-color: #CCC;
	margin-top: 0px;
	margin-left: 0px;
}
#body {
    width: 954px;
	margin:20px auto;
	background-color:#FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	padding:0;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	color:#95979A;
	font-size:11px;
}
a {
	text-decoration:none;
	color:#95979A;
}
a:hover {
	color:#B1AD84;
}
table {
	width:100%;
	border:0;
	padding:0;
	border-collapse:collapse;
}
td {
	vertical-align:top;
}

/*---------------------------------------------------------------------------------------------------------------------------------*/

/* PORTADA */

#body-portada {
	font-size:11px;
	background-color: #e4e4d8;
	width:954px;
	height:627px;
	margin:20px auto;
	padding-top:27px;
}
#body-portada div {
	border:1px solid #d0d0c5;
	width:900px;
	margin:0 auto; 
}

/*---------------------------------------------------------------------------------------------------------------------------------*/

/* TOPBAR */

#topbar {
	height:200px;
	width:874px;
	margin:20px auto 5px;
}
#topbar h1 {
	width:155px;
	height:125px;
	margin:0;
	padding:0;
	margin-left:30px;
	margin-top:20px;
	cursor:pointer;
	float:left;
}
#topbar h1 a {
	background:url(img/logo-pah.png) top left no-repeat;
	height:125px;
	display:block;
	overflow:hidden;
	text-indent:-999px;
}
#topbar #nav {
	float:left;
	padding-top:20px;
}
#topbar #nav ul {
	margin:0;
	padding:0;
	margin-left:65px;
	list-style-type:none;
}
#topbar #nav ul li {
	font-size:13px;
	line-height:14px;
	margin-bottom:5px;
}
#topbar #nav ul li a {
	color:#95979A;
	text-decoration:none;
}
#topbar #nav ul li a:hover {
	color:#B1AD84;
	font-weight:bold;
}
#topbar h2 {
	font-size:12px;
	float:right;
	width:220px;
	height:90px;
	background:url(img/ico-flecha.gif) bottom right no-repeat;
	padding-top:20px;
}
#topbar h3 {
	font-size:11px;
	background:url(img/fdn-fechas.gif) top left no-repeat;
	height:58px;
	width:172px;
	float:right;
	padding-left:90px;
	padding-top:20px;
}
.green {
	font-weight:bold;
	color:#7EAE7C;
}
.green:hover {
	color:#B1AD84;
}
.brown {
	font-weight:bold;
	color:#B1AD84;
}
.brown:hover {
	color:#7EAE7C;
}

/*---------------------------------------------------------------------------------------------------------------------------------*/

/* CONTENT HOME */

.content {
	width:874px;
	margin:0 auto 15px;
	background:url(img/foto-home.jpg) top right no-repeat #E6E5E4;
	height:360px;
}
.content .promo {
	padding-top:35px;
	margin-left:30px;
}
.content .promo p {
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#656668;
}
.content .promo p.titulo {
	font-size:25px;
	background:url(img/tit-promo.gif) top left no-repeat;
	letter-spacing:-1px;
	padding-top:25px;
	color:#544266;
}

/*---------------------------------------------------------------------------------------------------------------------------------*/

/* CONTENT FAQ */

.content-faq {
	width:874px;
	margin:0 auto 15px;
	height:360px;
	background-color:#E6E5E4;
	
}
.content-faq .faq {
	padding:0;
	margin:0;
	margin-left:30px;
	position:relative;	
}
.content-faq .faq h4 {
	padding:0;
	margin:0;
	background:url(img/tit-faq.gif) top left no-repeat;
	text-indent:-999px;
	overflow:hidden;
	width:794px;
	height:66px;
	position:absolute;
	top:35px;
	left:0;
	z-index:1;
}
.content-faq .faq .tabla {
	z-index:2;	
	padding-top:80px;
	position:absolute;
}
.content-faq .faq .tabla table tr td {
	width:50%;
	padding-right:20px;
}
.content-faq .faq .tabla table tr td .noesta {
	margin-top:30px;
	height:32px;
	padding-left:42px;
	background:url(img/ico-faq.gif) top left no-repeat;
}

/* CONTENT DELIVERY */

.content-delivery {
	width:874px;
	margin:0 auto 15px;
	background-color:#F3F0F9;
	position:relative;
	background:url(img/fnd-delivery.gif) top left no-repeat;
	height:356px;
}
.content-delivery .delivery {
	padding:0;
	margin:0;
	margin-left:30px;
	position:relative;	
}
.content-delivery .delivery h4 {
	padding:0;
	margin:0;
	background:url(img/tit-delivery.png) top left no-repeat;
	text-indent:-999px;
	overflow:hidden;
	width:794px;
	height:66px;
	position:absolute;
	top:35px;
	left:0;
}
.content-delivery .delivery h5 {
	text-indent:-999px;
	background: url(img/zona-norte.png) top left no-repeat;
	width:87px;
	height:74px;
	position:absolute;
	overflow:hidden;
	left: 138px;
	top: 160px;
}
.content-delivery .delivery h6 {
	text-indent:-999px;
	background: url(img/capital.png) top left no-repeat;
	width:87px;
	height:74px;
	position:absolute;
	overflow:hidden;
	left: 580px;
	top: 153px;
}
.volver {
	position:absolute;
	width:89px;
	height:20px;
	top:40px;
	left:755px;
}
.volver a {
	overflow:hidden;
	display:block;
	height:20px;
	text-indent:-999px;
	background:url(img/btn-volver.gif) top left no-repeat;	
}
.volver a:hover {
	background-position:bottom right;
}

/*---------------------------------------------------------------------------------------------------------------------------------*/

/* CONTENT FECHAS */

.content-fechas {
	width:874px;
	margin:0 auto 15px;
	background-color:#F3F0F9;
	position:relative;
	background:url(img/fnd-fechas.jpg) top left no-repeat;
	height:356px;
}
.content-fechas .fechas {
	padding:0;
	margin:0;
	position:relative;	
}
.content-fechas .fechas h4 {
	padding:0;
	margin:0;
	background:url(img/tit-fechas.png) top left no-repeat;
	text-indent:-999px;
	overflow:hidden;
	width:794px;
	height:40px;
	position:absolute;
	top:35px;
	left:15px;
}
.content-fechas .fechas .tabla {
	width:866px;
	margin:0 auto;
	padding-top:75px;
}
.content-fechas .fechas .tabla table {
	border:0;
	border-collapse:collapse;
	background-color:#FFF;
}
.content-fechas .fechas .tabla table tr td {
	width:16%;
	padding:10px;
	border:1px dotted #CCC;
	font-size:12px;
	line-height:15px;
}

.content-fechas .fechas .tabla table tr td strong {
	color:#544266;
}


/*---------------------------------------------------------------------------------------------------------------------------------*/

/* CONTENT PEDIDO */

.content-pedido {
	width:874px;
	margin:0 auto 15px;
	background-color:#F3F0F9;
	position:relative;
}
.content-pedido .pedido {
	padding:0;
	margin:0;
	margin-left:30px;
	position:relative;	
}
.content-pedido .pedido h4 {
	padding:0;
	margin:0;
	background:url(img/tit-pedido.png) top left no-repeat;
	text-indent:-999px;
	overflow:hidden;
	width:794px;
	height:66px;
	position:absolute;
	top:35px;
	left:0;
}

.content-pedido .pedido h5 {
	font-size:12px;
	position:absolute;
	left: 238px;
	top: 43px;
	width: 606px;
	height:20px;
}
.content-pedido .pedido h5 a {
	background:url(img/delivery.gif) top left no-repeat;
	display:block;
	height:20px;
	overflow:hidden;
	float:right;
	width:220px;
	text-indent:-999px;	
}
.content-pedido .pedido h5 a:hover {
	background-position:bottom left;
}
.content-pedido .pedido .tabla {
	z-index:2;	
	padding-top:80px;
}
.content-pedido .pedido .tabla table.general {
	width:96%;
}
.content-pedido .pedido .tabla table tr td {
	text-align:left;
}
.content-pedido .pedido .tabla table tr td.dos {
	width:50%;
	padding-bottom:10px;
}
.content-pedido .pedido .tabla table tr td.opciones {
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px dotted #999;
}
.content-pedido .pedido .tabla table tr td.ops {
	vertical-align:middle;
}
.content-pedido .pedido .tabla form{
	padding:0;
	margin:0;
}
.content-pedido .pedido .tabla input {
	width:335px;
	height:20px;
	border:1px solid #999;
}
.content-pedido .pedido .tabla input.verif {
	width:20px;
	border:0;
}
.content-pedido .pedido .tabla input.btn-comprar {
	width:79px;
	height:23px;
	background:url(img/btn-comprar.gif) top left no-repeat;
	text-indent:999px;
	overflow:hidden;
	display:block;
	float:right;
	cursor:pointer;
	border:0;
}
.content-pedido .pedido .tabla input.btn-comprar:hover {
	background-position:bottom left no-repeat;
}
.content-pedido .pedido .tabla input.btn-borrar {
	width:189px;
	height:23px;
	background:url(img/btn-borrar.gif) top left no-repeat;
	text-indent:999px;
	overflow:hidden;
	display:block;
	float:right;
	cursor:pointer;
	border:0;
}
.content-pedido .pedido .tabla input.btn-borrar:hover {
	background-position:bottom left no-repeat;
}
.content-pedido .pedido .tabla textarea {
	width:335px;
	border:1px solid #999;
}
.content-pedido .pedido .tabla table tr td .noesta {
	margin-top:30px;
	height:32px;
	padding-left:42px;
	background:url(img/ico-pedido.gif) top left no-repeat;
}

.obligatorios {
	font-size: 11px;
	color: #900;
	font-weight: bold;
}
/*---------------------------------------------------------------------------------------------------------------------------------*/

/* CONTENT CATERING */

.content-catering {
	width:874px;
	margin:0 auto 15px;
	background:#E6E5E4;	
	position:relative;
}
.content-catering .catering {
	padding-top:15px;
	margin-left:15px;
	position:absolute;
	left: 0px;
	top: 0px;
	width: 191px;
}
.content-catering .catering h4 {
	background:url(img/tit-breakfast.png) top left no-repeat;
	height:31px;
	width:142px;
	padding:0;
	margin:0;
	text-indent:-999px;
	overflow:hidden;
}
.content-catering .catering h4.tortas { 
	background:url(img/tit-tortas.png) top left no-repeat;
}
.content-catering .catering h4.tea {
	background:url(img/tit-tea.png) top left no-repeat;
}
.lista {
	width:185px;
	height:220px;
	overflow:auto;
	top:-332px;
	left: 7px;
}
.lista table {
	width:160px;	
}
.lista table {
	margin-top:10px;
	width:160px;	
}
.content-catering .lista table td {
	width:72px;
	height:64px;
	padding:3px;
	position:relative;
}

.content-catering .lista table td img {
	border:1px solid #ffffff;
}

.content-catering ul {
	padding:0;
	margin:0;
	position:absolute;
	list-style-type:none;
	left: 675px;
	top: 14px;
	width:176px;
}
.content-catering ul li {
	margin-bottom:10px;
	background-color:#FFFFFF;
	padding:6px;
}

.content-catering #detalles {
	position:absolute;
	width:820px;
	height:100px;
	left: 30px;
	top: 361px;
}
.content-catering #precio {
	padding:5px;
	text-align:center;
	border:1px solid #FFF;
	background: url(img/none.png) top left;
	position:absolute;
	left: 676px;
	font-size:9px;
	top: 307px;
	color:#544266;
	width: 163px;
	height: 19px;
}
.content-catering #precio strong {
	font-size:15px;
	font-weight:bold;
}
.content-catering #detalles p {
	padding:0;
	margin:0;
}
.content-catering #detalles table {
	width:24px;
	float:right;
}
.content-catering #detalles table td {
	width:12px;
}
.titulo-cat {
	font-size:18px;
	color:#544266;
}
#btn-mas {
	width:7px;
	float:right;
	height:7px;
	
}
#btn-mas a {
	text-indent:-999px;
	background:url(img/ico-mas.gif) top left no-repeat;
	height:7px;
	display:block;
	overflow:hidden;
}
#btn-mas a:hover {
	background-position:bottom left;
}
/*---------------------------------------------------------------------------------------------------------------------------------*/

/* PIE */

.pie {
	width:874px;
	margin:0 auto;
	padding:5px 0 5px 0;
	text-align:center;
}
.logo-gtdg {	
	float:right;	
	height:13px;
	width:78px;
	padding-top:5px;
}
.logo-gtdg a {
	background:url(img/logo-gtdg.gif) top left no-repeat;
	overflow:hidden;
	text-indent:-999px;
	display:block;
	height:13px;
	line-height:5px;
	font-size:5px;
}
.logo-gtdg a:hover {
	background-position:bottom left;
}

/*---------------------------------------------------------------------------------------------------------------------------------*/

/* CONTENT PORQUE */

.content-porque {
	width:874px;
	margin:0 auto 15px;
	height:360px;
	background: url(img/foto-porque.jpg) top left no-repeat #f3efee;	
}
.content-porque .porque {
	padding:0;
	margin:0;
	margin-left:30px;
	position:relative;	
}
.content-porque .porque h4 {
	padding:0;
	margin:0;
	background:url(img/tit-porque.png) top left no-repeat;
	text-indent:-999px;
	overflow:hidden;
	width:794px;
	height:66px;
	position:absolute;
	top:35px;
	left:0;
	z-index:1;
}
.content-porque .porque .tabla {
	z-index:2;	
	padding-top:80px;
	position:absolute;
}
.content-porque .porque .tabla table tr td {
	padding-right:20px;
	font-size:14px;
}


/*---------------------------------------------------------------------------------------------------------------------------------*/
