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

/* General */
* {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
body {
	background:#171818 url(../img/layout/bg.gif);
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
#wrapper {
	width:940px;
	margin:0 auto;
	position:relative;
	padding:32px 0 0 0;
}
.end {
	height:28px;
	background:url(../img/layout/end.gif) 0 0 no-repeat;
	width:908px;
	margin:0 auto 10px;
}
.dmstudio {
	height:30px;
	float:right;
	background:url(../img/layout/dmstudio.gif) 50% no-repeat;
	width:180px;
}
.dmstudio span {
	display:none;
}
/* Header */
.logo01 {
	position:absolute;
	width:252px;
	height:191px;
	top:0px;
	left:-50px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/layout/logornw.png');
}
.logo01[class] {
	background:url(../img/layout/logornw.png) 0 0 no-repeat;
}
.logo01 span {
	display:none;
}
.header {
	height:109px;
	background:#BE1024 url(../img/layout/header_bg.gif) repeat-y;
}
.header h2 {
	float:right;
	width:269px;
	height:86px;
	background:url(/img/layout/pideloydisfrut.gif) 0 0 no-repeat;
	margin:10px 12px 0 0;
}
.header h2 span {
	display:none;
}
.horario {
	position:absolute;
	left:240px;
	top:40px;
	background:#999999;
	width:350px;
}
/*----HOME-----*/
.promo {
	background:url(../img/layout/bg_promos.gif) repeat-x;
	border:#68010E 1px solid;
	display:inline;
	float:left;
	font-size:12px;
	height:88px;
	margin:5px;
	padding:0;
	width:420px;
}
.promo h5 {
	background:url(../img/layout/bg_h5.gif) repeat-x;
	float:left;
	font-size:15px;
	font-weight:bold;
	height:80px;
	margin:0;
	padding:8px 0 0 8px;
	width:118px;
}
.promo h5 span {
	color:#FFF;
	font-size:14px;
}
.promo h5 a {
	color:#FF9900;
	font-size:16px;
	margin:0;
	padding:0;
	text-decoration:none;
}
.promo h5 a:hover {
	color:#FFBA39;
	margin:4px;
}
.promo p {
	color:#FFD996;
	float:left;
	font-size:11px;
	margin:0;
	padding:6px 0 0 8px;
	width:198px;
}
.promo p span {
	color:#FFF;
}
.pidelas {
	background:url(../img/layout/bg_pidelas.gif) repeat-x!important;
	color:#980114!important;
}
.pidelas a {
	color:#980114!important;
}
.pidelas_colizq {
	float:left;
	margin:10px 5px 0 5px;
	width:420px;
}
.pidelas_colder {
	float:right;
	margin:10px 5px 0 5px;
	width:420px;
}
.pidelas_colder a {
	display:block;
	height:90px;
	margin:0 0 14px;
	padding:0;
	width:420px;
}
.pidelas_colder img {
	float:left;
	margin:0;
	padding:0 0 14px;
}
.pidelas_colder span {
	display:none;
}
.pidelas_tel {
	background:url(../img/layout/bt_tel.gif) no-repeat;
	margin:0;
	padding:0;
}
.pidelas_tel:hover {
	background:url(../img/layout/bt_tel_hover.gif);
}
.pidelas_enlinea {
	background:url(../img/layout/bt_enlinea.gif) top left no-repeat;
}
.pidelas_enlinea:hover {
	background:url(../img/layout/bt_enlinea.gif) bottom left no-repeat;
}
.footer {
	margin:0 auto;
	padding:0 10px 0 0;
	width:864px;
}
.footer ul {
	list-style-type:none;
	margin:0;
	padding:10px 0 0 0;
}
.footer ul li {
	float:left;
	margin:0 0 0 10px;
	padding:0;
}
/* Menu */

.menu01 {
	margin:0px;
	padding:0px;
	list-style-type:none;
	position:absolute;
	top:105px;
	left:210px;
}
.menu01 li {
	float:left;
	display:inline;
	margin:0 6px;
}
.menu01 li a {
	display:block;
	height:35px;
	background-position:0% 50%;
}
.menu01 li a:hover {
	background-position:0% 40%;
}
.menu01 li a span {
	display:none;
}
.menu01_01 {
	background:url(../img/menu01/01_home.gif) no-repeat;
	width:79px;
}
.menu01_02 {
	background:url(../img/menu01/02_menu.gif) no-repeat;
	width:79px;
}
.menu01_03 {
	background:url(../img/menu01/03_promos.gif) no-repeat;
	width:79px;
}
.menu01_04 {
	background:url(../img/menu01/04_contacto.gif) no-repeat;
	width:83px;
}
.menu01_05 {
	background:url(../img/menu01/05_online.gif) no-repeat;
	margin-right:10px;
	width:109px;
}
.menu01_01b {
	background:url(../img/menu01/01_home_b.gif) no-repeat;
	width:79px;
}
.menu01_02b {
	background:url(../img/menu01/02_menu_b.gif) no-repeat;
	width:79px;
}
.menu01_03b {
	background:url(../img/menu01/03_promos_b.gif) no-repeat;
	width:79px;
}
.menu01_04b {
	background:url(../img/menu01/04_contacto_b.gif) no-repeat;
	width:83px;
}
.menu01_05b {
	background:url(../img/menu01/05_online_b.gif) no-repeat;
	margin-right:10px;
	width:119px;
}
/* Content */
.content {
	background:#FFFFFF url(../img/layout/content_bg.gif) top repeat-x;
	width:864px;
	margin:0 auto;
	padding:48px 22px 20px;
	color:#000000;
}
.flash_home {
	background:#FFF url(../img/layout/bg_flash.gif) 0 0 no-repeat;
	width:855px;
	height:280px;
	padding:9px 0 0 9px;
	margin-bottom:20px;
}
.content h3 {
	background:url(../img/layout/bg_promo.gif) repeat-x;
	color:#FF9900;
	font-size:20px;
	font-weight:normal;
	height:26px;
	margin:10px 0 5px;
	padding:4px 0 0 8px;
}
.content h3 a {
	color:#FF9900;
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
}
.content h3 a:hover {
	color:#FFBA39;
	margin:0 0 0 5px;
}
.home_dsp {
	width:390px;
}
.home_dsp ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.home_dsp ul li {
	margin:12px 0 13px;
}
.home_dsp ul li img {
	float:left;
	width:146px;
}
.home_dsp ul li p {
	float:right;
	width:224px;
	border-bottom:#666666 1px solid;
	font-size:12px;
	color:#666666;
	margin-left:10px;
	padding:7px 5px 7px 5px;
}
.home_dsp ul li p span {
	display:block;
	font-size:16px;
	font-weight:bold;
}
/* Interna */
.toquiwings {
	height:59px;
	width:267px;
	background:url(../img/internas/toquiwngs.gif) no-repeat;
	position:absolute;
	right:60px;
	top:180px;
}
.caja01 {
	position:relative;
	padding-bottom:50px;
	clear:both;
}
.caja01b {
	width:250px;
	height:85px;
	background:url(../img/internas/titulador.gif) 0 0 no-repeat;
	position:absolute;
	top:-50px;
	left:200px;
}
.caja01 h3 {
	display:block;
	width:250px;
	height:85px;
	background-position:50% 40%;
	background-repeat:no-repeat;
}
.caja01 h3 span {
	display:none;
}
.caja02 {
	width:446px;
	margin:50px 0 0 0;
	border:2px solid #999999;
	background:#FFFFFF;
	font-size:18px;
	padding:50px 35px 20px;
	min-height:317px;
	_height:317px;
}
.caja02 form {
	margin:0px;
	padding:0px;
}
.caja02 form label {
	margin:10px 0;
	padding:0px;
	clear:both;
	display:block;
}
.caja02 form label span {
	display:block;
	width:150px;
	float:left;
	text-align:right;
	padding-right:10px;
}
.caja02 form p {
	font-size:11px!important;
	margin:0px;
	float:left;
	padding:0px;
	display:inline;
}
.form_rnb {
	width:150px;
	border:1px solid #999999;
	font-size:12px;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif
}
.caja02 table td {
	padding:3px;
	text-align:center;
}
.caja02 ul, .caja02c ul {
	margin:0px auto;
	width:60%;
	padding:0px;
	list-style-type:none;
	font-size:18px;
}
.caja02 p, .caja02c p {
	margin:0px 0px 15px;
	padding:0px;
}
.imgcaja2 {
	position:absolute;
}
.bonosdescuento {
	background-image:url(../img/internas/bonosdescuento.gif)
}
.estudiante {
	background-image:url(../img/internas/descuentoest.gif)
}
.facebook {
	background-image:url(../img/internas/facebook.gif)
}
.alitas {
	background-image:url(../img/internas/alitas.gif)
}
.costillitas {
	background-image:url(../img/internas/costillitas.gif)
}
.postres {
	background-image:url(../img/internas/postrsybebidas.gif)
}
.quejasyrec {
	background-image:url(../img/internas/quejas_sugerencias.gif)!important;
	background-position:40% 10%!important;
}
.salsas {
	margin-top:10px;
}
.salsas td {
	border-bottom:#000000 1px solid;
	padding:5px 3px;
}
.caja02c {
	width:446px;
	margin:50px 0 0 0;
	border:2px solid #999999;
	background:#FFFFFF;
	font-size:18px;
	padding:50px 35px 20px;
	min-height:647px;
	_height:647px;
}
/* ------ PUNTOS -----*/
.puntos {
	margin:0px;
	padding:0px;
	position:relative;
}
.pt_menu {
	background:#CC0000 url(../img/puntos/boton_bg.gif) repeat-x 0 0;
	height:35px;
	margin:10px 0 0;
	padding:0px;
}
.pt_menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.pt_menu ul li {
	display:inline;
	float:left;
	font-size:14px;
	margin:0 5px 0 0;
}
.pt_menu ul li a {
	color:#FFCC00;
	display:block;
	height:19px;
	padding:8px 5px 7px 5px;
	text-align:center;
	text-decoration:none;
	_width:130px;
}
.pt_menu ul li a:hover {
	color:#FFFFCC;
	background:#CC0000;
}
.pt_formulario {
	background:#FFFFFF;
	border:2px solid #999999;
	font-size:18px;
	margin:20px 80px 0;
	padding:20px;
}
.pt_formulario form {
	margin:0px;
	padding:0px;
}
.pt_formulario form h6 {
	color:#666666;
	font-size:10px;
	font-weight:normal;
	margin-left:280px;
}
.pt_formulario form input, .puntos form table input {
	border:1px solid #CCCCCC;
	font-size:12px;
	padding:2px;
}
.pt_botregistro {
	background:url(../img/puntos/btn_registro.gif);
	border:none;
	height:35px;
	width:110px;
}
.pt_formulario form label {
	display:block;
	float:left;
	font-size:13px;
	margin-right:10px;
	text-align:right;
	width:270px;
}
.pt_form_row {
	clear:both;
	margin:9px 0;
}
.pt_clinks {
	font-size:12px;
	margin:15px 0 0px;
	padding:0 0 0 0;
	text-align:center;
}
.pt_clinks a {
	color:#006699;
	margin:0 5px;
}
.pt_clinks a:hover {
	text-decoration:none;
}
.pt_abrircuenta {
	background:#999999 url(../img/puntos/btn_abrircuenta.jpg) 0 0 no-repeat;
	display:block;
	height:54px;
	margin:0 auto 20px;
	width:660px;
}
.pt_abrircuenta span {
	display:none;
}
.pt_tabla {
	margin:0px auto 0px;
	width:90%;
}
.pt_tabla th {
	border-bottom:2px solid #666666;
	font-size:18px;
	padding:15px 5px 10px;
	text-align:left;
}
.pt_tabla td {
	border-bottom:1px solid #CCCCCC;
	font-size:14px;
	padding:5px;
	vertical-align:middle;
}
.pt_tabla_fotomenu {
	background:url(../img/puntos/bg_carta.gif) 5px 5px no-repeat;
	height:160px;
	vertical-align:top!important;
	width:180px;
}
.pt_tabla_fotomenu img {
	margin:10px;
}
.pt_tabla_col_der {
	text-align:right!important;
	width:170px;
}
.pt_bono {
	background:#E9E9E9 url(../img/puntos/bg_bono.gif) center center;
	border:2px dashed #990000;
	margin:20px auto 0px;
	padding:15px;
	width:87%;
}
.pt_bono img {
	float:left;
	margin-right:20px;
}
.pt_bono h2 {
	color:#000000!important;
	margin:0px;
	text-align:center;
}
.pt_bono h3 {
	color:#000000;
}
.pt_bono h4 {
	color:#000000;
	margin-bottom:30px;
	text-align:center;
}
.pt_bono p {
	color:#000000;
}
.bot_imprimir {
	background:url(../img/puntos/btn_imprimir.gif) 0 0 no-repeat;
	display:block;
	float:right;
	height:50px;
	width:160px;
}
.bot_imprimir span {
	display:none;
}
.pt_logged {
	font-size:11px;
	position:absolute;
	right:0px;
	text-align:right;
	top:40px;
	width:200px;
}
.pt_tabbed_men {
	background:#FFFFFF;
	margin:0 10px;
}
.menu_tabs {
	margin:20px 0 0 20px;
	padding:0px;
}
.menu_tabs ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.menu_tabs ul li {
	background:#000000;
	display:inline;
}
.menu_tabs ul li a {
	background:#000000 url(../img/puntos/tab_bg.gif) bottom repeat-x;
	color:#FFFFFF;
	display:block;
	float:left;
	height:25px;
	margin-right:5px;
	padding:2px 8px 0px;
	text-decoration:none;
}
.menu_tabs ul li a:hover {
	background:#000000;
	color:#CC0000;
}
.menu_tab_sel {
	color:#FFCC33!important;
}
.pt_tabla td h4 {
	border-bottom:1px dashed #990000;
	color:#990000;
	font-size:12px;
	margin:5px 0 3px 0;
}
.pt_tabla td dl {
	font-size:11px;
	margin:0px 0 0 20px;
	padding:0px;
}
.pt_tabla td dl dt {
	font-size:11px;
	font-weight:bold;
	padding:3px 0 0 0;
}
.pt_tabla td dl dd {
	font-size:10px;
	margin:0 0 0 10px;
}
/*nuevos estilos viernes 26 de junio de 2009*/

.menu01_06 {
	background:url(../img/menu01/06_online.gif) no-repeat;
	margin-right:10px;
	margin-left:10px;
	width:79px;
		}
.menu01_06b {
	background:url(../img/menu01/06_online_b.gif) no-repeat;
	margin-right:10px;
	margin-left:10px;
	width:79px;
}
.menu02 {
	margin:0px;
	padding:0px;
	list-style-type:none;
	position:absolute;
	top:40px;
	left:580px;
	width:60px;
}
.menu02 li {
	float:left;
	display:inline;
	margin:0 4px;
}
.menu02 li a {
	display:block;
	height:45px;
	background-position:0% 50%;
}
.menu02 li a:hover {
	background-position:0% 40%;
}
.menu02 li a span {
	display:none;
}
.menu02_01 {
	background: url(../img/menu02/01_contactenos.gif) no-repeat;
	width:60px;
}
.menu02_01b {
	background: url(../img/menu02/01_contactenos_b.gif) no-repeat;
	width:60px;
	background-color:#000000;
}
