/* =============================================== */
/*              www.baguise.com                  */
/* =============================================== */


/* ================== GENERAL ===================== */

body {
	padding: 0;
	margin: 0;
	background:#fff /*url(../images/bg_body.png) repeat-x top*/ ;
  	font: 12px Arial, Helvetica, sans-serif;
  	color:#333;  
	text-align:center;
}

#wrapper {
	width: 100%;
	display: table;
}

#content {
	/* width: 984px; */
	width:900px;
	margin: 0px auto 0;
	/* background: url(../images/sombra2.png) repeat-y center top;*/
	padding: 0px;
}


*  { padding: 0; margin: 0; }

a { color:#006699; }
/* a:visited { color: #718a0e; } */
a:hover  { text-decoration: none; color:#333; }

img {border:0;}

.clean { clear: both; }
.right { float:right; }
.left {float:left;}


/* HEADER */

#header {
	margin: auto;
	height: 128px;	
	display:block;
	clear:both;
/*	border-top:10px solid #9dc10b; */
}

#claim {
    font: 14px Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top:0px;
    text-align: left; 
    color: #fff;
    background: #9dc10b;
    padding:5 0 5 5;
    text-shadow:#758f08 1px 1px;
}

#claim a {
	text-decoration:none;
	color:fff;
}


#logo {
	clear:both;
	float:left;
	padding-top:10px;
	margin-bottom:12px;
}

#telefono {
	padding-top:20px;
	padding-right:10px;
	float:right;
}

#menu-cont {
  	background:url(../images/bg_menu_cont.png) bottom center;
	height:52px;
	width:100%;
	display:block;
	clear:both;
}

#menu {
  	clear:both;
	background:#8db000 url(../images/bg_menu.png) top repeat-x;
	-moz-border-radius:5px;
	width:100%;
	float:right;
  	color:#fff;
	font-weight:400;
  	font-size:1.1em;
	padding:10px 0px;
}

#menu ul
{
list-style: none;
padding: 0;
margin: 0;
} 

#menu li
{
float: left;
margin: 0 0.25em;
} 

#menu a {
  color:#fff;
  text-decoration: none;
  padding:10px 10px 20px 10px;
  text-shadow:#758f08 1px 1px;
}

#menu a:hover {
/*  font-weight:bold; */
  background:url(../images/bg_menu_hover.png) repeat-x top center;
  text-decoration: none;
}

/* PROMO ppal */

#promocion {
	background:url(../images/promo.png) no-repeat center top;
	width:900px;
	height:250px;
	display: table;
	clear:both;
	margin-bottom:5px;
}

#promotext {
	width:400px;
	height:160px;
	float:right;
	margin-top:44px;
	margin-right:40px;
	text-align:left;
}

#promotext h2 {
	display:block;
	width:280px;
	height:120px;
	float:right;
	color:#656564;
	font-size:20px;
}

#promotext h2 strong {
	color:#4f4f4e;
	text-transform:uppercase;
}

#promotext h2 span {
	display:block;
	font-weight:400;
	font-size:18px;
}

#promotext .buttonpedido {
	display:blocK;
	width:200px;
	height:auto;
	float:right;
	text-align:center;
	padding:5px 0px;
}

#promotext .buttonpedido a {
	background:url(../images/bg_buttonpromo.png) repeat-x top;
	display:inline-block;
	width:auto;
	padding:8px 37px 8px 20px;
	border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
	font-size:14px;
	color:#fff;
	text-shadow:#638c01 1px 1px;
	
}

#promotext img.icopromo {
	display:block;
	float:left;
	margin:0px 10px;
}

#menu2 {
  clear:both;
	background:#90b10a;
  color:#fff;
/*  font-weight:bold; */
  font-size:1.2em;
}






/* ---===================================== Bloques --- */

#frame {
    margin: 0 auto;
    width: 100%;
	text-align:center;
	background:url(../imgs/bg_frame.jpg) top left no-repeat;
}

#container {
    margin: 0 auto;
	background:url(../imgs/bg_container.png) top right no-repeat;
}

/*---=====================================  Cabecera ---*/

#header {
	text-align: center;
	margin:0 auto;
}

#hblocknew {
    height: 170px;
    margin: 0 0 1px 0; 
    padding: 0;
    text-align: left;
    color: #ccc;
}

.hblocklogo {
	padding-top:50px;
	padding-left:6%;
	width:auto;
	float:left;
}

#hblock {
    background-color: #0b0b0b;
    height: 146px;
    margin-bottom: 1px;
}

.hblock-left {
    float: left;
    margin: 0 0 0 20px;
}

.hblock-right {
    float: right;
    margin-right:5%;
}

/* ======= Menú ========= */

#hmenu {
    background: url(../imgs/bg_menu.png) center;
    font-size: 1.4em;
    text-align: left;
    padding: 20px 0px;
	font-family:  "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight:600;
	border-bottom:1px solid #e9e8e8;
	border-top:1px solid #e9e8e8;
  text-align: center;

}

#hmenu-cont {
	margin:0 auto;
	width:970px;
  text-align: left;
}

/*
#hmenu-cont-cont {
	margin:0 auto;
	width:970px;
	text-align: left;
}
*/

#hmenu a {
    color: #6ca300;
    text-decoration: none;
	padding:7px 10px;
	border:1px solid #f9f9f9;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
  	border-radius: 5px;	
}

#hmenu a:hover {
	background:#fff;
	border:1px solid #ddd;
}

#hmenu a.resaltado {
	color: #a04e23; 
	font-weight: bold;
}

.menublock a.resaltado, #textoblockppal a.resaltado {
	color: #a04e23; 
}

/* ======= Barra advertencia ========= */

#cpbar {
	width:100%;
	text-align:center;
	margin:10px auto 0 auto;
}

#hbar {
    margin:0 auto;
	width:880px;
	height:34px;
	padding:3px 0px;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
  	border-radius: 5px;	
}

#hbar a {
    color:#fff;
	font-style:oblique;
}

.wn {background:#5c99ab;}
.ok {background:#aac149;}
.ko {background:#fe7575;}


.hbar-left {
	margin-left:20px;
}

.hbar-med {
    font-size: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
    color: #fff;
    text-align: center;
	float:left;
	margin:7px 0px 5px 30px;
}

.hbar-med small {
    margin-left: 14px;
	
}

.hbar-right {
	float: left;
	padding-left:30px;
}

.hbar-right .box {
    width: 130px;
	text-align: center;
    height: 24px;
    font-size: 18px;
	margin:5px auto;
	border:1px solid #446b77;
	-moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
  	border-radius: 7px;	
}

.hbar-right .button {
    width: 90px;
    font-size: 12px;
	text-transform:uppercase;
	color:#fff;
	background:#446b77;
	border:0px;
	padding:3px 0px;
}

/* ====== Migas de Pan ===== */

#breadcrumb {
    text-align: left;
	padding:10px 0px 5px 0px;
	display:block;
    margin-left:10px;
/*    margin: 0 auto; */
    font-size: 1em;
    color: #5c5c5c;
/*	font-weight:600; */
	width:90%;
/*	margin-bottom:10px; */
	clear:both;
}

#breadcrumb a {
/*	color:#5c5c5c;*/ 
	color:#006699;
    font-weight: bold;
}

/* ====================  Cuerpo INICIO =================== */

#mainppal {
    width: auto;
	text-align:left;
	height:auto;
}

#bloque1 {
	display:block;
	margin:0px auto;
	clear:both;
	height:auto;
}

#mainppal h1 {
	font-size:2.2em;
	text-transform:uppercase;
	font-weight:400;
	color:#9dc10b;
	display:block;
	padding:5px 0px;
	letter-spacing:-1px;
}

#mainppal h1 strong {
	font-weight:900;
}

#mainppal h2 {
    font-size: 1.4em;
	font-weight:bold;
	padding-top:2px;
	color:#7a7a79;
}

#mainppal h2 span {
    margin-left:220px;
}

.busquedappal { 
	display:block;
	clear:both;
}

.busquedappal-caja {
    text-align:left;
    padding:10px;
	margin-top:5px;
	margin-bottom:10px;
	background:#92b30a url(../images/bg_buscador.png) repeat-x top;
	border:1px solid #839e15;
	border-radius:10px;
	-moz-border-radius:10px;
}

.busquedappal-box {
    font-size: 18px;
    width:520px;
	padding:3px;
	border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #839e15;
	background:#f0f0f0;
	margin-right:20px;
}

.busquedappal-box-2 {
    font-size: 18px;
    width:170px;
	padding:3px;
	border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #839e15;
	background:#f0f0f0;
}

.busquedappal-button {
    font-size: 16px;
	background:#6a8113;
	color:#fff;
	border-radius:5px;
	padding:3px 20px;
	-moz-border-radius:5px;
	border:1px solid #839e15;
	margin-left:20px;
}

#tiposdecomida {
	display:block;
	padding:10px 0px 20px 0px;
	clear:both;
}

#tiposdecomida .caja_shadow {
	padding-bottom:10px;
	background:url(../images/bg_caja_shadow.png) no-repeat bottom center;
	-moz-border-radius-topright:20px;
	border-radius-topright:20px;
	width:165px;
	height:292px;
	float:left;
	margin-right:12px;
	margin-bottom:20px;
}

#tiposdecomida .cajacomida {
	display:block;
	background:#e8e8e8;
	height:250px;
	-moz-border-radius-topright:20px;
	border-radius-topright:20px;
}

#tiposdecomida .cajacomida h2 {
	display:block;
	background:#7b7b7b;
	text-align:center;
	color:#fff;
	-moz-border-radius-topright:20px;
	border-radius-topright:20px;
	padding:7px 5px;
}

#tiposdecomida .cajacomida a:hover.todos {
	background:#999;
}

#tiposdecomida .cajacomida .restdestacado {
	display:block;
	border-bottom:1px solid #fff;
	height:50px;
	padding:7px 5px;
	text-align:left;
}

#tiposdecomida .cajacomida .restdestacado img {
	width:50px;
	height:50px;
	float:left;
	display:block;
}

#tiposdecomida .cajacomida .restdestacado span {
	display:block;
	float:right;
	font-size:18px;
	font-weight:bold;
	width:80px;
	padding:0px 10px;
	height:50px;
}

#tiposdecomida .cajacomida .restlistas {
	display:block;
	border-top:1px solid #ccc;
	padding:7px 5px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}

#tiposdecomida .cajacomida .restlistas ul {
	list-style:none;
}

#tiposdecomida .cajacomida .restlistas ul li {
	border-bottom:1px solid #ccc;
}


#tiposdecomida .cajacomida .restlistas ul li a {
	display:block;
	padding:5px 10px;
	padding-left:17px;
	background:url(../images/bullet_ul_rest.png) no-repeat left;
	text-decoration:none;
}

#tiposdecomida .cajacomidatodos {
	display:block;
	background:#e8e8e8;
	height:50px;
}

#tiposdecomida .cajacomidatodos a:link.todos, #tiposdecomida .cajacomidatodos a:visited.todos {
	display:inline-block;
	width:auto;
	padding:5px 10px;
	text-decoration:none;
	background:#ccc;
	color:#333;
	margin:5px 10px;
}



#bloque2 {
	display:block;
	margin:0px auto;
	clear:both;
	height:auto;
	margin-bottom:20px;
}

#bloque2_left {
	display:block;
	width:640px;
	min-height:500px;
	height:auto;
	float:left;
}


#pasos {
	margin:0 auto;
	width:auto;
	height:80px;
	background:url(../images/bg_pasos.png) no-repeat bottom;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#878787;
}

#pasos h2, #pasos h2 a, #pasos h2 a:hover, #pasos h2 a:active, #pasos h2 a:visited {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:400;
	letter-spacing:-1px;
	font-size:18px;
	line-height:27px;
	text-decoration:none;
	text-transform:none;
	padding-left:10px;
	margin-top:5px;
	display:block;
	text-align:left;
}

.paso1, .paso2, .paso3 {
	width:185px;
	float:left;
	height:100px; 
	margin-left:25px;  
}

#trescajas {
  margin:0 auto;
	width:auto;
	height:auto;
	font-size:18px;
	margin-top:30px;
}

#trescajas .cajawhite {
	width:200px;
	height:250px;
	float:left;
	margin:0px 5px;
}

#trescajas .cajawhite h3 {
	font-size:18px;
	color:#838383;
	height:50px;
	display:block;
}

#trescajas .cajawhite p {
	font-size:13px;
	color:#444;
	padding:0px 10px;
	line-height:18px;
	display:block;
	margin:10px auto;
}

#bloque2_right {
	display:block;
	width:220px;
	min-height:500px;
	float:right;
}

#social {
	width: auto;
	margin:10px;
}

#social img {
	margin:0px 5px;
}

/* =======================  Cuerpo ========================= */
#body {
    text-align: center;
	/* margin-top:25px; */
	}

.title {
	text-align:left;
	display:block;
	clear:both;
	margin:10px auto;
}

.title h1 { 
	margin:0 auto; 
	text-align:left; 
	width:900px; 
	color: #777; /*	
  	color:#888; */ 
  	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
  	font-weight:600; 
  	font-size:1.6em; 
	padding:10px 0px 0 10px; 
	clear:both; }

#cont {
	margin:0 auto;
	width:900px;
	height:auto;
	margin-top:0px;
	margin-bottom:20px;
	padding-top:00px;
}

/* --- Estilos Restaurantes --- */

#restinfo {
	display:block;
	width:auto;
	padding:20px 10px;
	text-align:left;
}

#restinfo h1 {
	display:block;
	width:600px;
	font-family:Arial, Helvetica, sans-serif;
  	color: #9ec10b;
  	font-weight: 600;
  	font-size: 2em;  
  	text-align:left;
  padding-left:10px;
}

#restinfo h2 {
	display:block;
	width:auto;
	height:auto;
	float:left;
	margin-right:10px;
}

.descdir { 
	color: #666; 
	text-align: left;
  font-style:italic;
	display:block;
	float:left;
	padding-left:10px;
}

.desclong { 
	display:block;
	width:760px;
	height:auto;
	float:left;
	padding-left:10px;
}


.desclong p { 
	padding:5px 15px 5px 0px;
	width:500px;
	float:left;
	display:block;
}

.desclong img { margin: 8px 0; }

.desctags { 
	font-size: 1.1em;
	width:500px;
	float:left;
	display:block;
	padding-top:10px;
	padding-left:10px;
}

.descfb { 
	display:block;
	height:auto;
	float:left;
	width:500px;
	padding-top:10px;
	padding-left:10px;
}

.desctexto { 
	display:block;
	height:auto;
	float:left;
	padding:10px 0px 20px 0px;
	color:#444444;

}



.teayudamos { margin-top: 12px; }

.estadococina { margin-top: 13px; }
.estadococina h2 { margin-bottom: 0px; }

.warnblock-horario { font-size: 0.9em; margin-top: 0.6em; }

.mihor { 
	display:block;
	width:200px;
	height:80px;
	padding: 0px 10px;
	border-left:1px solid #ddd;
	float:right;
}
.mihor h4 { font-size: 1.5em; padding-bottom: 0.3em;}
.mihor-a { color: #444; padding-left: 7px; }

.promo2
{
    border-color: #48a942;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #f1ffb2;
}

.promo
{
    border-color: #dee73a;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin: 0;
    padding: 0px 20px 20px 20px;
}

.promo h3
{
	font-size: 2em; 
}


#leftbar {
    width: 250px;
    float: right;
	height:auto;
/*
	background:#eeeade;
	border:1px solid #ded3b2;
*/
    margin: 0 auto;
	text-align:left;
}

#main h2 {
  	font-family:Arial, Helvetica, sans-serif;
  	text-transform:uppercase;
  	color: #9ec10b;
	display:block;
	width:100%;
  	font-weight: 600;
  	font-size: 1.6em;  
  	text-align:left;
	padding:0px 10px 10px 0px;
}


/*
#leftbar h2 {
	display:block;
	color:#7c7c7c;
	width:96%;
	font-size:1.4em;
	padding:10px 5px;
}
*/

#leftbar h2 {
  	font-family:Arial, Helvetica, sans-serif;
  	text-transform:uppercase;
  	color: #9ec10b;
	display:block;
	width:100%;
  	font-weight: 600;
  	font-size: 1.6em;  
  	text-align:left;
	padding:0px 10px 10px 0px;
}

#leftbar h2 img {
    border:5px solid #eee;
	margin-left:45px;
	margin-bottom:-50px;
}


#leftbar h2 strong, #main h2 strong {
  	color: #0066cc;
}

#leftbar p {
	padding:10px 5px;
	color:#666;
}

.textblock {
    margin-left:20px;
	margin-bottom:20px;
}

.warnblock {
    width: 230px;
    float: right;
    background-color: #f6f996;
	border:1px solid #e3e849;
	-moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
  	border-radius: 10px;	
}

.warnblock h3 {
    font-size: 1.4em;
    padding-bottom: 0.2em;
}

.warnblock p {
    padding-left: 7px;
}

.warnblock-cont {
    padding: 0 12px;
    font-size: 1.1em;
    color: #761010;
	font-style:oblique;
/*	line-height:20px; */
}

.warnblock-cont img {
    margin:0px 10px;
}

.menublock-top, .menublockppal-top {
    height: 15px;
}

.menublock-bottom, .menublockppal-bottom {
    height: 25px;
}

.menublock ul {
    list-style-type: none;
    margin-left: 30px;
}

.menublock ol {
    padding-left: 20px;
}

.menublock li {
    font-size: 1.2em;
}

.menublock ol.b3st li {
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: -1px;
}

.menublock ol.b3st li p {
    font-weight: normal;
    font-size: 0.8em;
    letter-spacing: 0px;
    color: #333333;
}

.menublock-cont {
    padding: 0 15px 0 15px;
}

.menublock-cont h3 {
    color: #797979;
    font-size: 1.4em;
    margin-bottom: 0.3em;
}

.menublock-cont-a {
    padding-left: 7px;
    margin-bottom: 7px;

}

.menublock-cont-a h4 {
    font-size: 1.2em;
}

#main, #textos {
    width: 616px;
    float: left;
    padding-right:20px;
    border-right: 1px solid #ddd; 

/*    padding-right:80px; */
/*    margin: 0 15px;*/
}

#textos-sin {
    text-align: left;
    line-height:20px;
}

#textos-sin p {
  margin: 0 10px 10px 20px;
}

.item { 
/*    height: 120px; */
    padding-top: 12px;
    clear: both;
	margin-bottom:18px;
	text-align:left;
}

.item-img {
    float: left;
    margin-top: 12px;
}

.item-img a {
    border:0px;
}

.item-desc {
    float: left;
    margin: 16px 0px 0 20px;
    width: 310px;
}

.item-desc-a { 
	    color:#666;
}

.item-desc-a a { 
	    color:#006699;
}

.item-desc-b {
    color: #888; /* #9ec10b */
    text-align: right;
    font-weight: bold;
    margin-top: 3px;
    font-size: 1.25em;
    font-family: Georgia, Arial, Helvetica, sans-serif; 
    font-style:italic; 
}

.item-desc-c {
    font-size: 0.9em;
    padding: 0.5em 0 0.5em 0.7em;
}

.item-desc h3 {
    font-family:"Arial Black",Gadget,sans-serif;
    font-size: 1.5em;
    font-weight: normal;
}

.item-desc h3 a {
/* Este es el color corporativo de BAGUISE. Si no se lee bien, cambiar por el azul */
/*    color:#9ec10b; */
   color:#006699;
}


.item-clockverde {
	  background: url(../imgs/bg_gwatch_25.png) no-repeat;
    margin-top: 20px;
    float: left;
    width: 30px;
    height:30px;
}

/* La caja del horario */

.item-addverde {
    margin-top: 12px;
    float: right;
    border-left: 1px solid #ddd; 
    width: 200px;

	font-size:90%;
}

.item-addverde h3 {
    color: #888;
    font-size: 1.3em;
    padding: 5px 0 8px 0px;
	margin-left:10px;
	margin-top:7px;
}

.item-addverde p {
    padding: 0 4px 8px 8px;
    color:#666;
}

.item-clocknaranja {
	  background: url(../imgs/bg_owatch_25.png) no-repeat;
    margin-top: 20px;
    float: left;
    width: 30px;
    height:30px;
}

.item-addnaranja {
    margin-top: 12px;
    float: right;
    border-left: 1px solid #ddd; 
    width: 200px;

	font-size:90%;
}

.item-addnaranja h3 {
    color: #888;
    font-size: 1.3em;
    padding: 5px 0 8px 0px;
	margin-left:10px;
	margin-top:7px;

}

.item-addnaranja p {
    padding: 0 4px 8px 8px;
    color:#666;
}

.item-clockrojo {
	  background: url(../imgs/bg_rwatch_25.png) no-repeat;
    margin-top: 20px;
    float: left;
    width: 30px;
    height:30px;
}

.item-addrojo {
    margin-top: 12px;
    float: right;
    border-left: 1px solid #ddd; 
    width: 200px;
    color:#666;

	font-size:90%;
}

.item-addrojo h3 {
    color: #888;
    font-size: 1.3em;
    padding: 5px 0 8px 0px;
	margin-left:10px;
	margin-top:7px;

}

.item-addrojo p {
    padding: 0 4px 8px 8px;
}

.item-add-a {
    padding: 0 20px 0 20px;
    min-height:60px;
    height: auto !important;
    height: 60px;
}


/* vista rest */

.nitem { 
/*    height: 120px; */
    padding-top: 12px;
    clear: both;
	border-bottom:1px solid #ddd;
	margin-bottom:18px;
	text-align:left;
}

.nitem-img {
    float: left;
    margin-top: 12px;
}

.nitem-desc {
    float: left;
    margin: 16px 20px 0 20px;
    width: 550px;
}

.nitem-desc-a { 
    margin-top:5px;
	    color:#333;
}

.nitem-desc-b {
    margin-top:5px;
    color: #888;
}

.nitem-desc-c {
    margin-top:5px;
    color: #333;
}

.nitem-desc-d {
    margin-top:5px;
    color: #333;
}

.nitem-desc-e {
    margin-top:5px;
    color: #333;
}

.nitem-desc h3 {
    font-size: 1.5em;
    font-weight: normal;
}

.nitem-desc h3 a {
    color:#0066cc;
}


/*-- carta rest --*/
.carta, .pedido, .confirmado { 
    width: 100%;
    float: left;
    font-size: 1.1em;
	text-align:left;
}

.confirmado h2 {
    margin-top: 0.6em;
    padding-bottom: 0.3em;
    letter-spacing: -1px;
    clear: both;
}

.confirmado-wrn {
    background-color: #f6f996;
    font-size: 1em;
	line-height:25px;
    color: #000;
    border: 1px solid #e3e849;
    padding: 15px;
}

.confirmado-wrn strong {
    font-size: 1.3em;
    padding-bottom: 0.3em;
}

.confirmado-wrn img {
    float: left;
    margin-right: 5px;
}

.confirmado-cont {
    padding-left: 10px;
    font-size: 1.1em;
	line-height:25px;
    clear: both;
}

.confirmado-cont-a {
    float: left;
    font-weight: bold;
    width: 120px;
}

.confirmado-cont2 {
    padding-left: 10px;
    clear: both;
}

.confirmado-cont2 input {
    background:#fff;
	border:3px solid #b5cede;
	padding:3px 1px;
	-moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
 	border-radius: 5px;
	color:#81a0b3;
}

.confirmado-cont2-a {
    float: left;
    font-size: 1em;
    font-weight: bold;
    width: 122px;
	margin:5px auto;
	margin-right:15px;
}

#crbutton {
	font-size: 1.1em;
    background:#b8c33e url(../imgs/bg_button.png) repeat-x top;
	color:#6f7625;
    padding:5px 7px;
    border:3px solid #aab438;
    margin-top: 10px auto;
	margin-left:70px;
	text-transform:capitalize;
	margin-top:20px;
}

.confirmado-cont2-b {
	margin:10px auto;
}

.confirmado-cont3 {
    margin-left: 4em;
    margin-top: 0.3em;
}

.confirmado-cont3 input {
    font-size: 1.3em;
}

#pass1-txt {
    display: inline;
}

#pass2-txt {
    display: inline;
}

.carta-cat {
    color: #990000;
    border-bottom: 5px solid #b2dc51;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em 0 0.3em 0;
}

.carta-cat-menu {
    font-size: 1.1em;
}

.carta-cat-menu-list {

}

.carta-cat-menu-list strong {
    font-size: 1.15em;
    letter-spacing: -1px;
}

.carta-cat-left {
	color: #9ec10b;
	font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight:400;
	letter-spacing:-1px;
	font-size:2em;
	text-transform:lowercase;
	margin:0 auto;
}

.carta-cat-right {
    float: right;
	font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:1.1em;
	color:#81a0b3;
	margin:0 auto;
	padding-top:0px;
}

.carta-cat-right-b {
    float: right;
	font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:1.1em;
	color:#81a0b3;
	margin:0 auto;
	padding-top:12px;
}

.carta-item { 
    border-bottom: 1px solid #ccc;
    padding: 0.4em 0.3em 0.3em 0.3em;
}

.hgl { background-color: #eee }

.carta-item-right {
    float: left;
    width: 30px;
    padding-top:0px;
}

.carta-item-med {
    float: left;
  font-family: Arial, Helvetica, sans-serif;
	padding-top:7px;
	text-align:right;
	color:#000;
}

.carta-item-reco {
    width: 30px;
    float: left;
    padding-top: 0px;
}

.carta-item-left {
    width: 480px;
    float: left;
	padding:0px 2px;
	font-size:0.9em;
}

.carta-item-left-s {
    padding-left: 1.5em;
    color: #666;
}

.carta-item-sel {}

.carta-item-sel-a {
    width: 25px;
    height: 25px;
    float: right;
	padding-top:3px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
	background:#fff;
    font-size: 1.1em;
    text-align: center;	
}

.normal { font-weight: normal; }
.bold { font-weight: bold; }

.carta-item-sel-b {
    float: right;
}

.carta-item-sel-bu { margin: 0; padding: 0; }
.carta-item-sel-bd { margin: 0; padding: 0; }

.carta-item-sel-b img {
    border: none;
    margin: 0;
    padding: 0;
}

.basket-d {
   float: right;
    background:#fff url(../imgs/bg_basket_2.png) repeat-y left;
	border:2px solid #ccccd1;
	text-align:left;
    margin: 1em 0 0 0;
    padding: 20px 10px;
	-moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
  	border-radius: 7px;	
}

.basket-d h3 {
    background: url(../imgs/bg_basket_h3.png) no-repeat left; 
    color: #000;
    font-size: 1.3em;
    padding-left: 28px;
    margin-left: 10px;
    margin-bottom: 0.4em;
}

#mini-basket-d {
    margin-left: 10px;
}

.confirma {
    width: 100%;
    font-size: 1.1em;
}





.confirma-add {
    float: right;
    width: 245px;
	text-align:left;
    margin: 1em 0 0 0;
    padding: 10 0px;
	-moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
  	border-radius: 7px;	
}

.confirma-add h3 {
    background: url(../imgs/bg_basket_h3.png) no-repeat left; 
    color: #000;
    font-size: 1.3em;
    padding-left: 28px;
    margin-left: 10px;
    margin-bottom: 0.4em;
}

.confirma-add h4 {
    font-size: 1.2em;
	margin:10px auto;
}

.confirma-add img {
    margin-left:10px;
}

.confirma-add-top {
    background-image: url(../imgs/iaddtop.gif); 
    background-repeat: no-repeat; 
    height: 10px;
	display:none;
}

.confirma-add-bottom {
    background-image: url(../imgs/iaddbottom.gif); 
    background-repeat: no-repeat; 
    height: 10px;
	display:none;
}

.confirma-add-a {
    padding: 0 10px 0 15px;
}

#textos {
  font-size: 1em;
  text-align:left;
  line-height:20px;
}

#textos p {
  margin: 10px;
}

#textos h2 {
  	font-family:Arial, Helvetica, sans-serif;
  	text-transform:uppercase;
  	color: #9ec10b;
	display:block;
	width:100%;
  	font-weight: 600;
  	font-size: 2em;  
  	text-align:left;
	padding:10px 10px 10px 10px;
}

#textos table {
  border-collapse: collapse;
}

#textos td {
  font-size: 0.8em;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding:5px;
}


#textos ul {
  margin-bottom:0.8em;
}

#textos li {
  margin-bottom:0.8em;
  margin-left:30px;
}

.cesta {
    font-size: 0.8em;
}

.cesta-rest {}

.cesta-rest h4 {
    font-size: 1.1em;
    margin-top: 0.2em;
}

.cesta-rest-list {
    padding-left: 0.2em;
}

.cesta-list-item { }

.cesta-list-item-r {
    text-align: right;
    width: 40px;
    float: right;
}

.cesta-list-item-l { margin:5px auto; }

.cesta-total {
    font-size: 1.1em;
    border-top: 1px solid #aaa;
    padding-top: 5px;
    margin-top: 5px;
}

.cesta-total .cesta-list-item-r {
    width: 60px;
}

.cesta-total-a {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 0.3em;
}

.cesta-total-ar {
    text-align: right;
    width: 60px;
    float: right;
}

.cesta-total-al { }

.cesta-pedido {
    text-align: left;
    border-top: 3px solid #ddd;
	font-style:oblique;
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cesta-pedido-f {
    border-top: 1px solid #aaa;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 6px;
    padding-top: 6px;
}

.cesta-pedido-g {
    font-size: 1em;
    margin-top: 0.6em;
}

.cesta-pedido-h {
    text-align: left;
    margin-top: 7px;
}

.cesta-pedido-i {
    margin-left: 10px;
}

.cesta-pedido-i img {
    margin-left: 7px;
}

.cesta-pedido-h h3 {
    background: none;
    padding-left: 0;
    margin-left: 0;
}

.cesta-pedido-h h4 {
    font-size: 1.1em;
}

#cnfped {
	padding:10px 0px;
}

.cnf-button {
	font-size: 1.2em;
    background:#b8c33e url(../imgs/bg_button.png) repeat-x top;
	color:#6f7625;
    padding:5px 7px;
    border:3px solid #aab438;
    margin-top: 20px auto;
	margin-left:30px;
	text-transform:capitalize;
	margin-top:20px;
}

input[disabled] {
	background:#f9f2ef;
	color:#aba7a5;
	border:3px solid #e2ddd9;
}

/* --- Estilos específicos index --- */

#leftbarppal {
    width: 220px;
    float: left;
    margin: 0 auto;
	padding-bottom:30px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	border-radius-topleft: 10px;
}

.menublockppal {
  /* background: url(../imgs/bg_left.png) repeat top left; */
  background: #eeeeee;
	text-align:left;
		color: #888; 
}

.menublock {
/*	
	background:#eeeade;
	border:1px solid #ded3b2;
*/
}



.menublockppal a, .menublock a {
/*	display:block; */
	line-height:24px;
	font-size:0.9em;
	font-weight: bold;
/*	background:url(../imgs/bullet_ok.png) no-repeat left; */
	padding-left:1px;
	color: #006699; /* #5c8bba; */
}



.menublockppal ul {
    list-style-type: none;
    margin-left: 40px;
    margin-right: 5px;
}

.menublockppal li {
    font-size: 1em;
    list-style-type: none;
/*    font-height:30px; */
}




.expres {
    margin-left: 20px;
    font-size:18px;
    margin-right: 30px;
    font-weight: bold;
}

#eslogan-izquierda {
  font-family: Arial, Helvetica, sans-serif;
  color: #81a0b3;
  font-weight: 600;
  margin-left:20px;	
  margin-bottom:20px;
  font-size: 1.6em;  
}

#eslogan-izquierda-l1, #eslogan-izquierda-l2 {
   margin:0 auto;
}

#eslogan-experiencia {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -2px;
  color: #555;
  font-weight: bold;
  margin-left:20px;
  margin-right:20px;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom: 1px solid #ccc;
}

#eslogan-experiencia-l1 {
  text-align: left;
  font-size: 25px;
  margin-bottom:0px;
  padding-bottom:0px;
  
}

#eslogan-experiencia-l2 {
  margin-top:0px;
  padding-top:0px;
  font-size: 30px;

}

#textoblockppal {
    margin-left: 20px;
    font-size:16px;
    font-weight: bold;
    margin-right: 30px;
    text-align:justify;
}

#eslogan-derecha {
  letter-spacing: -2px;
  color: #1f1f1f;
  font-weight: bold;
  text-align: right;
}

#eslogan-derecha-l1 {
  font-size: 40px;
}

#eslogan-derecha-l2 {
  font-size: 30px;
}

#eslogan-derecha-l3 {
  font-size: 50px;
}

.separador {
    padding-top:2px;
}

#texto-derecha, #lptexto-derecha {
  line-height:1.4em;
}

#mainppal #texto-derecha h1 {
    padding: 0.4em 0 0.6em 0;
    letter-spacing: -1px;
    color: #333;
    font-size: 1.9em;
}

#lptexto-derecha {
    margin-left: 260px;
    margin-right: 10px;
}
#lptexto-derecha p {
    padding-left: 5px;
    padding-right: 5px;
}

#texto-derecha p {
  margin-bottom:0.8em;
}

#texto-derecha h3 {
  color:#bdc93a;
  font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-weight:400;
  background:none;
  line-height:30px;
}

#list_rest a {
	display:block;
	margin-left:40px;
	line-height:25px;
}


/* Estilos Landing Pages */

#leftbarlp {
    width: 220px;
    float: left;
    margin: 0 auto;
}

.menublocklp {
    
}

.menublocklp-top {
    background-image: url(../imgs/smenutop210.gif); 
    background-repeat: no-repeat; 
    height: 25px;
}

.menublocklp-bottom {
    background-image: url(../imgs/smenubottom210.gif); 
    background-repeat: no-repeat; 
    height: 25px;
}

.menublocklp ul {
    list-style-type: none;
    margin-left: 40px;
    margin-right: 30px;
}

.menublocklp li {
    font-size: 1em;
/*    font-height:30px; */
}

#eslogan-izquierda-lp {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -2px;
  color: #555;
  font-weight: bold;
  margin-left:20px;
  margin-right:20px;
}

#eslogan-izquierda-lp-l1 {
  text-align: left;
  font-size: 22px;
  margin-bottom:0px;
  padding-bottom:0px;
  
}

#eslogan-izquierda-lp-l2 {
  margin-top:0px;
  padding-top:0px;
  text-align: right;
  font-size: 25px;
}

#eslogan-experiencia-lp {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -2px;
  color: #555;
  font-weight: bold;
  margin-left:20px;
  margin-right:20px;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom: 1px solid #ccc;
}

#eslogan-experiencia-lp-l1 {
  text-align: left;
  font-size: 16px;
  margin-bottom:0px;
  padding-bottom:0px;
  
}

#eslogan-experiencia-lp-l2 {
  margin-top:0px;
  padding-top:0px;
  font-size: 20px;

}

#textoblocklp {
    margin-left: 30px;
    font-size:15px;
    font-weight: bold;
    margin-right: 30px;
    text-align:justify;
}














/* Estilos login y misdatos */

#login { }

#login p {
    margin-top: 0.5em;
}

.filaform {
    font-size: 1.1em;
    clear: both;
    padding-left: 50px;
	line-height:25px;
}

.filaform input {
	background:#fff;
	border:3px solid #b5cede;
	-moz-border-radius: 5px;
  	-khtml-border-radius: 5px;
  	-webkit-border-radius: 5px;
 	border-radius: 5px;
	color:#81a0b3;
	width:150px;
}

.filaform-izda {
    float: left;
    width: 100px;
    font-weight: bold;
    padding-left:20px;
    font-size: 0.9em;
}

.filaform-dcha {
    font-weight: bold;
}

.filaform-btn {
    width: 300px;
    text-align: center;
    margin-top: 1em;
}

.filaform-btn input {
    font-size: 1.2em;
    background:#b8c33e url(../imgs/bg_button.png) repeat-x top;
	color:#6f7625;
    padding:5px 7px;
    border:3px solid #aab438;
	text-transform:capitalize;
}

.login-recupera{
  font-weight: bold;
  font-size: 1.4em;
  text-align:center;
  padding: 0.3em;
}

.login-error{
  color:#f00;
  font-weight: bold;
  font-size: 1.4em;
  text-align:center;
  padding: 0.3em;
}

.errorclave {
  color:#f00;
  font-weight: bold;
  padding-bottom:10px;
  padding-left:20px;
}

/*  ----    */

ul.pw {
  list-style-type: none;  
  width: 400px;
  text-align: center;
  margin: 1em;
  background:#f0f0f0 url(../imgs/bg_pw.png) right top no-repeat;
  border:1px solid #cfcfcf;
  padding:15px 0px;
}

.pw li {
    display: inline;
    font-size: 1em;
    margin: 0 1em;
}

.pw li a {
    background:#b5cede;
	padding:3px 5px;
	border:3px solid #8dadc2;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
  	border-radius: 5px;	
	color:#273e4c;
	text-decoration:none;
}

.timetab {
    font-size: 0.8em;
}
.timetab td {
    border: 1px solid #ccc;
    text-align: center;
    width: 45px;
}
.tthu {
    font-weight: bold;
    background-color: #eee;
}
.tth {
    font-weight: bold;
    background-color: #eee;
}
td.tte {
    border: none;
}

#timetab {
    display: none;
    margin: 0 auto;
}

#timewhen {
    font-size: 1.5em;
    font-weight: bold;
    margin: 1em 0;
    padding-left: 1em;
}

#twhen { 
	display: inline;
	font-size:0.9em;
	}

.timewhen-m {
    display: inline;
    font-size: 0.6em;
    margin-left: 2em;
}

.pedido h2 {
    letter-spacing: -1px;
    margin-top: 0.5em;
}

.ped-cont { 
	padding: 20px 10px 10px 10px;
	background:#f0f0f0;
	border:1px solid #cfcfcf;
	-moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
  	border-radius: 15px;
  	margin-bottom:20px;
}

.ped-cont input, .ped-cont textarea { 
	background:#fff;
	border:3px solid #b5cede;
	padding:3px 1px;
	-moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
 	border-radius: 5px;
	color:#000;
}

.ped-cont br { margin-bottom: 0.6em; }

.ped-cont p { font-style:oblique; }

#ped-ext-form {
    padding-left: 10px;
	color:#000;
	font-size:0.9em;
}

#ped-cont-ctrs { 
    font-weight: bold;
}

.ped-cont-1 { 
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 0.6em;
    margin-bottom: 8px;
    width: 385px;
	color:#81a0b3;
}

.ped-cont-1 input { 
    font-size: 0.8em;
	width:110px;
}

.ped-cont-12 {
    padding: 2px 0;
    vertical-align: middle;
}

#ped-cont-13 {
    font-weight: normal;
    font-size: 0.65em;
    width: 150px;
    height: 30px;
    float: right;
	text-align:center;
    background-color: #f6f996;
	border:1px solid #e3e849;
    color: #000;
    padding: 3px 8px;
}

.ped-cont-11 {
    font-size: 1.1em;
    display: inline;
}
.ped-cont-2 {
    font-size: 0.9em;
    padding: 10px;
	padding-left:35px;
	background:#fff;
	border:1px solid #ddd;
	margin-top:20px;
}

.ped-cont-2 input {
   	padding:0px;
	margin-left:7px;
}
.ped-cont-2 br { margin-bottom: 0; }
.ped-cont-2 a {
    text-decoration: none;
    color: #333;
}

.ped-cont-3 {
    font-size: 1.1em;
    clear: both;
		margin-bottom:20px;
}

.ped-cont-3 input {
    width:260px;
}

.ped-cont-3a {
    float: left;
    width: 105px;
    font-weight: bold;
}

.ped-cont-3b {
    font-weight: bold;
}

.ped-send {
    margin: 15px 0;
    text-align: center;
}


/*--- Catalogo ---*/

.catalogo h2 {
    letter-spacing: -1px;
    margin-top: 0.5em;
}

.catal-cont { 
	padding: 20px 10px 10px 10px;
	background:#f0f0f0;
	border:1px solid #cfcfcf;
	-moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
  	border-radius: 15px;
  	margin-bottom:20px;
}

#catal-ext-form {
    padding-left: 10px;
	color:#000;
	font-size:0.9em;
}

.catal-cont-3 {
    font-size: 1.1em;
    clear: both;
		margin-bottom:20px;
}

.catal-cont-3a {
    float: left;
    width: 120px;
    font-weight: bold;
    padding-left:30px;
}

.catal-cont-3b {
	  font-size: 1.1em;
}

.nomail p{
	color:#777;
}

.catal-cont-4 {
    font-size: 1.1em;
    clear: both;
    float: right;
    padding-right:200px;
}

/*--- Pie ---*/
#prefooter {
	margin: auto;
	height: 20px;	
  	background:#92d400;
	display:none;
  	color: #fff;
	margin: 0 17px 0 17px;
	clear:both;
	
}

#footer {
	margin: auto;
  	background:#434343 url(../images/bg_footer.png) no-repeat left top;
	display:block;
  	color: #fff;
	height:100px;
	clear:both;
}

.f-left {
/*    background-image: url(../imgs/logofoot.gif); 
    background-repeat: no-repeat; 
    background-position: bottom center;
         */
    height: 80px;
	display:block;
	line-height:20px;
	width:500px;
	float:right;
	text-align:right;
    margin: 0 auto;
	margin-right:20px;
    color: #fff;
}

.f-left a {
    color: #fff;
    text-decoration: none;
}

.f-left a:hover { 
  color: #fff;	
}

.f-right { height: 20px; }

#lp-slogan {
    color: #6ca300;
/*    background-color: #fff; */
    margin-top: 25px;
    text-align: left;
}
#lp-slogan h1 {
    font-size: 2.95em;
    letter-spacing: -1px;
    color: #333;
}
#lp-slogan h2 {
    font-size: 2.10em;
    padding-left: 30px;
}
.exp-alc {
    font-size: 1.8em;
    letter-spacing: -1px;
	margin:10px auto;
}

.distritos {
    text-align:left;
    margin-top:20px;
    margin-bottom:5px;
    font-size: 0.9em;
    background-color: #efefef;
    padding:14px;
    color: #555;
}

.distritos hr {
    margin: 8px 0;
    width: 80%;
    text-align: center;
    height: 1px;
    color: #555;
}


/* -------------------------=================  David G. Nogueira 2009 */

.filter { 
	margin: 0 0 1em 10px; 
	font-size: 1.2em; 
	border-top: 1px solid #ddd; 
	padding-top: 0.5em;  
	border-bottom: 1px solid #ddd; 
	padding-bottom: 0.5em; 
}

.filter-a { float: left; margin-right: 1em; }
.filter-b { text-align: left; }

.filter-b a { color: #16186c; }



.cesta-prom { margin: 0px 1em; }
.cesta-prom-prec { width: 50px; float: right; font-size: 1.2em; font-weight: bold; }
.cesta-prom-desc { margin-left: 1em; margin-bottom: 2em; }

.busqueda { 
    width: 100%;
    float: left;
    font-size: 1.1em;
	text-align:left;
}

.busqueda-intro {
    font-size: 1.1em;
}

.busqueda-caja {
    text-align:left;
    padding-top:20px;
    padding-left:50px;
}

.busqueda-box {
    font-size: 22px;
    width:500px;
}

.busqueda-button {
    font-size: 18px;
}


