*{
	border:0;
	padding:0;
	margin:0;
	list-style-type:none;
	}
	
a{
	text-decoration:none;
	color:#999999;
	}
	
a:hover{
	cursor:pointer;
	}
	
/******* Attr */
.clear{
	width:100%;
	height:1px;
	clear:both;
	}
	
.hide{
	position:absolute;
	left:-999em;
	}
	
.inline{
	width:100%;
	overflow:hidden;
	}
	
.inline .child{
	display:inline;
	float:left;
	}
.lst_products .child{
	margin-right:10px;
	z-index:1;
}
/*.recetas .inline .child{
	float:none;
	}*/
.inline.w25 .child{
	width:25%;
	}
	
.inline.w33 .child{
	width:35%;
	}
/*.recetas .inline.w33 .child{
	width:auto;
	}*/
	
.inline .w40{
	width:43%;
	}
.inline #izquierdaProduct{
	width:53%;
	}
.inline.w50 .child{
	width:49%;
	}
	
.inline .w60{
	width:53%;
	}
	
/******* Colors */
.c_white, .c_white a{
    color:#FFFFFF;
    }
	
.c_orange{
	color:#d87300;
	}	
	
.c_lblue{
	color:#A9D6E9;
	}
	
.c_grey{
	color:#B1B1B1;
	}
	
.c_lgrey{
	color:#666666;
	}
	
/******* Backgrounds */
.b_black{
	background-color:#000;
	}
	
.b_white{
	background-color:#fff;
	}
	
.b_dgrey{
	background-color:#4A494D;
	}
	
.b_degGrey{
	background:url(../imgs/css/deg_grey.jpg) repeat-x top left;
	}	
	
.b_degOrange{
	background:url(../imgs/css/bg_deg_orange.jpg) repeat-x top left;
	color:#FFFFFF;
	}	
	
/******* Text */
.uc{
	text-transform:uppercase;
	}	
	
.lc{
	text-transform:lowercase;
	}
	
/******* button */
.button{
	padding:7px 3px;
	text-align:center
	}
	
.button.b_degOrange a{
	color:#FFFFFF;
	}
	
/******* Bordes redondeados */
.rounded_all{
	border-radius: 10px;
	-ms-border-radius: 10px; /* Internet Explorer */
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius: 10px; /* WebKit y Safari */
	}
	
.rounded_bottom{
	border-bottom-right-radius: 10px;
	border-bottom-left-radius:  10px;
	-ms-border-radius: 10px; /* para IE 8 */
	-moz-border-radius-bottomleft:10px; /* Firefox */
	-moz-border-radius-bottomright:10px; /* Firefox */
	-webkit-border-radius-bottomleft: 10px; /* WebKit y Safari */
	-webkit-border-radius-bottomright: 10px; /* WebKit y Safari */
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomright: 10px;	
	}

/* HEADERS */
h1{
	font-size:16px;
	}
h2{
	font-size:16px;
	}	
	
/* ESTRUCTURA */

html, body{
	height:100%;
	}
	
body{
	background:url(../imgs/css/background_page.jpg) repeat-x -2px -6px #090504;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.header_top{
	text-align:center;
	}
.floatLeft{
	float:left;
	}
#main_wrapper{
	width:999px;
	overflow:hidden;
	margin:0 auto;
	text-align:left;
	padding-top:25px;
	min-height:742px;
	}
	
#main_content{
	width:623px;
	margin:0px 50px;
	}	
	
/* Idiomas */
.idiomas{
	width:115px;
	float:right;
	}
.idiomas li{
	color:#999999;
	font-size:14px;
	}
.idiomas li a:hover{
	color:#fff;
	}

/* Columna derecha */
#second_menu{
	width:239px;
	background:url(../imgs/css/cocinero.gif) 10px 11px no-repeat;
	padding-top:112px;
	position:relative;
	}
	
#main_content, #second_menu{
	float:left;
	display:inline;
	}
	
/** Menú para logo grande */
.home #second_menu, .quienes_somos #second_menu{
	padding-top:110px;
	background-position:10px 9px;
}

.conocenos .b_black{
  background: transparent url(../imgs/css/bg_titulo_conocenos.gif) 0px 0px no-repeat;
  border-radius: 0px;
	-ms-border-radius: 0px; /* Internet Explorer */
	-moz-border-radius:0px; /* Firefox */
	-webkit-border-radius: 0px; /* WebKit y Safari */
	margin-bottom:0;
}

.conocenos .contenido_conocenos{
   background: transparent url(../imgs/css/bg_conocenos.gif) 0px 0px no-repeat;
}
.contenido_conocenos img{
  margin-left:13px;
  margin-top:5px;
}

.conocenos #central{
  height:454px;
}
/** MENÚ **/
.menu{
	overflow:visible;
	width:100%; 
	border:1px solid #999999; 
	height:34px;
	border-right:0; border-left:0;
	z-index:20
	}

.menu ul{
	margin:0 auto;
	margin-top:-1px;
	overflow:visible;
	}
	
/*.menu.eng ul{
    width:623px;
    }
	*/
/*.menu.eng ul{
    width:585px;
    }*/
	
.menu.eng ul{
	width:585px;
}

/* Italiano */
.menu.ita ul{
    width:630px;
}

.menu.ita li a{
    padding-right:45px;
}

.menu.ita li ul li a{
    padding-right:10px;
}

.menu li{
	float:left;
	display:inline;
	padding:8px 0px;
	position:relative;
	}
	
.menu li.last{
	border:0;
	}
	
.menu li a{
	padding:7px 29px;
	}
	
.menu.eng li a{
	padding:7px 21px;
}
/*
.menu.eng li a {
	padding:7px 35px!important;
}
.menu.eng li ul li a{
	padding:7px 15px !important;
	min-width: 100px!important;	
}
*/

.menu li a:hover, .menu li:hover a{
	background:url(../imgs/css/menu.png) repeat top left;
	}

.menu li a:hover{	
	color:#FFFFFF;
	}	

.menu li.over ul, .menu li:hover ul{
	z-index:999999;
	position:absolute;
	top:25px;
    left:0px !important;
    } 	
	
/** submenu */
.menu li ul{
	z-index:30;
	width:100% !important;
	position:absolute;
	margin-top:10px;
	background:url(../imgs/css/menu.png) repeat top left;
	border-top:1px solid #999999;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius:  10px;
	-ms-border-radius: 10px; /* para IE 8 */
	-moz-border-radius-bottomleft:10px; /* Firefox */
	-moz-border-radius-bottomright:10px; /* Firefox */
	-webkit-border-radius-bottomleft: 10px; /* WebKit y Safari */
	-webkit-border-radius-bottomright: 10px; /* WebKit y Safari */
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomright: 10px;	
	}
	
.menu li ul li{
	position:static;
	float:none;
	display:block;
	overflow:hidden;
	border-bottom:1px solid #999999;
	}
	
.menu li ul li a{
	font-size:0.8em;
	padding:0px;
	padding-left:29px;
	background:none !important;
	}

/*.menu li ul li a{
	background:transparent none repeat scroll 0 0 !important;
	font-size:0.8em;
	padding:0 0 0 19px;
}*/

.menu li ul li a:hover{
	background:none;
	}
	
/** Menú para logo grande */
.home .menu, .quienes_somos .menu{
	margin-top:-15px;
	}
	
#main_wrapper.home{
	background:url(../imgs/css/background_home.png) left bottom no-repeat;	
	}
	
/* COMPONENTES */

/***** Cajas laterales */
.box{
	padding:8px 0px;
	border:1px solid #494645;
	margin-bottom:15px;
	}

.box .content{
	padding:0px 7px;
	}
	
.box .content .title{
	text-align:center;
	margin:0;
	}
	
.box .content img{
	margin-top:8px;
	}
		
.box.noBorder, .box.noBorder .content{ background:none; border:0;}
	
/***** Pastilla */
.pastilla{
	background:url(../imgs/css/pastilla.gif) top left no-repeat;
	width:206px;
	height:18px;
	padding:8px;
	text-align:center;
	margin-top:8px;
	}
	
.pastilla.orange{
	background: transparent url(../imgs/css/productos_receta.gif) no-repeat 0 0px scroll;
	color:#FFFFFF
}

/***** Productos */
.product.noSel img{
	opacity:0.5;
    filter: alpha(opacity=50);
    }
   
.product.noSel a:hover img{
    opacity:1;
    filter: alpha(opacity=100);
    }

/* CONTENIDO CENTRAL */

#central{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:20px;
	height:410px;
	font-size:12px;
	z-index:0;
	line-height:18px;
	}

#central .content{
	padding-right:15px;
	overflow:hidden;
	}
	
#central .content p{
	margin-bottom:10px;
	}


	
/**** Migajas / Breadcrumbs */
.breadcrumbs{
	padding-top:5px; padding-bottom:5px;
	font-weight:bold;
	color:#979598;
	font-size:16px;
	margin-bottom:10px;
	}
	
.breadcrumbs .activo{
	color:#FFFFFF;
	}
	

/* Migajas + content */
#central .content, .breadcrumbs{
	padding-left:25px;
	}
	
/* PRODUCTOS */

/******** Migajas */
.products .breadcrumbs{
	margin:10px;
	padding-top:8px; padding-bottom:8px;
	}
	
.products #central{
	height:475px;
	}
	
/******** Listados */
.listado{
	margin:5px 0px;
	/*padding-right:35px;*/
	}
	
.listado .title{
	font-size:14px;
	color:#000000;
	font-weight:bold;
	}
	
.listado ul{
	margin-top:10px;
	}
	
.listado li a:hover{
	color:#706E6F;
	}
	
.product{
    position:relative;
    width:100%;
    overflow:hidden;
    }
	   
.product span{
    position:absolute;
    padding:15px 0px 0px 5px;
    color:#000000;
    z-index:2;
    }

.product_img{
	position:absolute;
	right:0;
	width:250px;
	overflow:hidden;
	z-index:-1;
	}
	
.products .content li{
	margin-bottom:5px;
	}
	
.products .content .b_degOrange{
	text-align:center;
	padding:8px 10px;
	margin-top:15px;
	}

.products .content .b_degOrange a{ 
	color:#FFFFFF;
	}
	
.products .w60{
	margin-left	:17px;
	}
.products #derechaProduct{
	margin-left: 11px!important;
	width:45%;
	}
/* TABLAS */
div.table{
	margin-top:10px;
	font-size:11px;
	}
	
div.table p{
	margin:0 auto !important;
	width:90%;
	}
	
table{
	border-top:1px solid #848484;
	border-bottom:1px solid #848484;
	margin:0 auto;
	width:90%;
	}
	
.products td {
	color:#666666;
	border-bottom:1px solid #848484;
	padding:2px;
	text-align:center;
	vertical-align:bottom;
	}
	
/* NOTICIAS */
/******** Migajas */
.news .breadcrumbs{
	margin:10px;
	padding-top:8px; padding-bottom:8px;
	}
	
.news #central{
	height:475px;
	}
	
.news #central .content{
	padding:0px 10px;
	}
	
.noticia {
	width:auto;
	overflow:hidden;
	border-bottom:1px solid #FFFFFF;
	}
	
h1.news {
	color:#D87300;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:10px;
	}
	
h2.entradilla {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
	margin-top:0;
	text-transform:uppercase;
	}
	
.fecha {
	font-size:13px;
	}
	
.img_news {
	float:left;
	margin-bottom:5px;
	margin-right:10px;
	margin-top:0;
	}

.more {
	float:right;
	margin-bottom:10px;
	width:auto;
	}
	
.more a:hover {
	text-decoration:underline;
	}
	
.more a:link, .more a:visited, .more a:hover {
	color:#D87300;
	font-weight:bold;
	text-decoration:none;
	}
	
/****** Noticias - detalle */
.news_detail .breadcrumbs{
	margin:10px;
	padding-top:8px; padding-bottom:8px;
	}

.news_detail #central{
	height:auto;
	}
	
.content.new{
	padding-left:20px !important;
	}
	
.content.new h1.news {
	margin-top:0;
	}

.content.new p{
	font-size:13px;
	margin-bottom:10px;
	}
	
/* RECETAS */
#central.recetas {
	height:480px;
	}

#central.recetas .content{
	height:410px;
	}

/******** Migajas */
.recetas .breadcrumbs{
	margin:10px;
	padding-top:8px; padding-bottom:8px;
	text-align:center;
	color:#FFFFFF;
	}

/******** Listados */
.recetas .listado{
	border-top:1px solid #CCCC99;
	margin:5px 0px;
	padding-top:25px;
	}
	
.recetas .listado .title{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	}
	
.recetas .listado ul{
	margin-top:5px;
	}
	
.recetas .listado li{
	background:transparent url(../imgs/css/butllet_gris.gif) no-repeat scroll 0 5px;
	color:#5E5953;
	font-size:13px;
	padding-left:10px;
	margin:0;
	}
	
.recetas .listado li a:hover{
	color:#706E6F;
	}
	
/****** Recetas - detalle */
.receta_detail .breadcrumbs{
	margin:10px;
	padding-top:8px; padding-bottom:8px;
	}

.receta_detail #central{
	height:520px;
	}
	
.receta_detail #central .title{
	color:#000000;
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
	}

.receta_detail #central p{
	color:#666666;
	}
	
.receta_detail #central strong{
	color:#000000;
	}
	
.receta_detail .footer{
	position:absolute;
	bottom:15px;
	padding-left:20px;
	padding-top:15px;
	}
	
.receta_detail .footer .child{
	width:47%;
	}
	
.receta_detail .footer img{
	position:relative;
	vertical-align:middle;
	}
	
.receta_detail .jScrollPaneContainer{	
	width:295px !important;	
	margin-bottom:10px;
	}
	
.receta_detail .scroll-pane{	
	width:270px !important;
	overflow:hidden;
	margin-bottom:10px;
	height:350px;
	padding-left:0px;
	}
	
.receta_detail .jScrollPaneTrack{
	top:0;
	}


/* FONDOS MENÚ SECUNDARIO */
#second_menu .fondo{
	position:relative;
	z-index:-9999;
	left:-45px;	
	}
	
#second_menu .fondo.langostino{
	margin-top:-20px;
	margin-bottom:-70px;	
	}

#second_menu .fondo.tenedor{
	margin-top:-80px;
	margin-bottom:0px;	
	}
	
/* CONTACTO */	
.contacto #central{
	height:auto;
	}
	
.intro{
	padding:10px 20px;
	}
	
.intro .title{
	font-size:16px;
	}
	
.intro a{
	color:#000000;
	}
	
.intro p{
	margin:10px 0px 0px 0px;
	font-size:12px;
	}
	
.formulario span.naranja_contacto{
	color:#e9910e;
	font-size:16px;
	width:auto;
	float:right;
	margin-right:18px;
	margin-top:10px;
}
.texto_contacto{
	float:left;
	width:100%;
}
.formulario{
	color:#FFFFFF;
	width:236px;
	float:left;
	font-size:12px;
	padding-top:5px;
	margin-bottom:30px;
	margin-top:-12px;
}
.titles_form, .titles_form2{
	color:#FFFFFF;
	font-size:16px;

}
.titles_form span.titulo_form, .titles_form2 span.titulo_form{
	color:#e9910e;
	width:auto;
	margin-left:15px;
	font-weight:bold;
}
.titles_form{
	width:350px;
	margin-left:15px;
	float:left;
	margin-top:12px;
}
.titles_form2{
	width:236px;
	margin-left:15px;
	float:left;
	font-size:16px;
	margin-bottom:5px;
	margin-top:-10px;
}

.formulario.left{
	border-right:1px solid #e9910e;
	width:350px;
	margin-top:10px;
}
label{
	width:100%;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}
.formulario span{
	width:65px;
	text-align:right;
	float:left;
}
input, select{
	background: transparent url(../imgs/css/bg_input_txt.gif) no-repeat 0 0 scroll;
	width:250px;
	height:18px;
	float:right;
	padding-right:20px;
	color:#000000;
	font-size:12px;
	padding-left:3px;
}
body:nth-of-type(1) input, select{
	width:228px;
	margin-right:22px;
}
select{
	width:267px;
	margin-right:5px;
}
body:nth-of-type(1) select{
	width:250px;
	margin-right:22px;
	padding-right:0;
}
option{
	background-color:#FFF;
	width:260px;
	padding:0;
	border:0;
}	
input.cod_postal{
	background: transparent url(../imgs/css/bg_input_txt_small.gif) no-repeat 0 0 scroll;
	width:84px;
	float:left;
	margin-left:12px;
}

#lopd{
	width:31px;
}

#lopd label{
	width:22px;
	margin-top:0px;
	margin-left:7px;
}

.formulario .ley{
	width:325px;
}
#lopd .checkbox_unchecked{
	margin-bottom:2px;
	margin-left:7px;
	margin-top:0px;	
}
.formulario.left .ley  span.bajo2{
	margin-left:0px;
	float: right;
}
.formulario span.bajo{
	margin-top:3px;
}
.formulario.left span.bajo2{
	margin-top:7px;
	width:auto;
	font-size:11px;
	
	}
.radios .bajo2{
	*padding-left:25px!important;
}
#news .bajo2{
	margin-top:0px !important;
}
.formulario span.bajo2{
	margin-top:1px;
	margin-left:25px;
	width:auto;
}
.formulario .radios span{
text-align:left;
}
.formulario .radios .bajo2{
	width:200px;	
}

.formulario .radios .InputGroup{
	/*width:110px;*/
	width:247px;
}
.formulario .radios #news.InputGroup{
	/*width:110px;*/
	width:300px;
}
.titles_form{
	width:350px;
	margin-left:15px;
	float:left;
}
.titles_form2{
	width:236px;
	margin-left:15px;
	float:left;
	font-size:16px;
	margin-bottom:5px;
}

.formulario span.pregunta{
	background: transparent url(../imgs/css/butllet.gif) no-repeat -1px 5px scroll;
	padding-left:10px;
	width:226px;
	text-align:left;
	margin-left:15px;
	
}
.radios{
	margin-left:15px;
	margin-top:5px;
	float:left;
	margin-bottom:5px;
}
.radios2{
	margin-left:15px;
	margin-top:5px;
	float:right;
	margin-bottom:5px;
	width:267px;
	font-size:14px;
	
	
}
.registrar{
	background: transparent url(../imgs/css/registrarse.gif) no-repeat 0 3px scroll;
	width:99px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	height:33px;
	padding:0 !important;
	}
	
body:nth-of-type(1) input.registrar{
	padding-left:7px;
	width:99px;
	float:right;
	margin-top:5px;
}

.h10{
	width:100%;
	height:27px;
}
.iconos{
	width:100%;
	float:left;
	font-size:14px;
	font-weight:bold;
}

/* FONDOS SECCIONES*/	
.filosofia{
	color:#979598;
	background:url(../imgs/css/bg_filosofia.jpg) bottom left no-repeat;
	}
	
.que_ofrecemos{
	color:#979598;
	background:url(../imgs/css/bg_ofrecemos.jpg) bottom left no-repeat;
	}
	
.recetas{
	background:#FBF1E5 url(../imgs/css/bg_recetas.gif) repeat-y scroll 0 -5px;
	}
	
.recetas .content{
	background:url(../imgs/content/cubiertos.jpg) 98% bottom no-repeat;
	}
	
/* FOOTER */
#footer{
	font-size:10px;
	text-align:center;
	color:#4e4d4d;
	line-height:14px;
	}
	
#footer .title{
	font-size:14px;
	padding:15px 0px;
	}

#footer strong{
	color:#989898;
	}	
	
/* NUESTROS CSS */
.imprimir{
	background: transparent url(../imgs/css/ico_imprimir.gif) no-repeat 0 0px scroll;
	padding-left:40px;
	height:30px;
	padding-top:7px;
	padding-bottom:10px;
	color:#5b5b5b;
	width:220px;
	float:left;
}
.dificultad{
	color:#5b5b5b;
	width:auto;
	float:left;
	padding-top:7px;
}
.tiempo{
	background: transparent url(../imgs/css/ico_reloj.gif) no-repeat 0 0px scroll;
	padding-left:40px;
	height:30px;
	padding-top:7px;
	padding-bottom:10px;
	color:#5b5b5b;
	width:150px;
	float:left;
	margin-left:10px;
}
.mt0{
	margin-top:0;
}
.bt_productos{
	background: transparent url(../imgs/css/productos_receta.gif) no-repeat 0 0px scroll;
	text-align:center;
	width:224px;
	height:35px;
	color:#fff;
	font-size:14px;
	padding:1px 0px;
}

.bt_productos.listado{
	padding-top:7px;
	width:214px;
}
.listado_recetas{
	width:450px;
	float:left;
	border-top:1px solid #cccc99;
	margin-bottom:15px;
	margin-top:5px;
}

.content_recetas ul.list{
	width:200px;
	float:left;
	margin-right:20px;
	margin-top:10px;
}
.content_recetas ul.list.derecha{
	margin-right:0;
	margin-left:20px;
}

.listado_recetas .list li{
	background: transparent url(../imgs/css/butllet_gris.gif) no-repeat 0 5px scroll;
	padding-left:10px;
	width:100%;
	font-size:13px;
	color:#5e5953;
}
.listado_recetas .list li.titulo{
	color:#000;
	font-size:16px;
	background:none;
	font-weight:bold;
}
.cubiertos{
	width:auto;
	float:right;
}
/*.tenedor{
	background:transparent url(../imgs/css/tenedor.jpg) no-repeat 0 0 scroll;
	width:334px;
	height:252px;
	position:relative;
	top:-109px;
	left:-78px;
	z-index:-1000;
	margin-bottom:-90px;
}*/
.langostino{
	background:transparent url(../imgs/css/langostinos.jpg) no-repeat 0 0 scroll;
	width:334px;
	height:252px;
	position:relative;
	top:-10px;
	left:-78px;
	z-index:-1000;
	margin-bottom:-70px;
}
.content_recetas .normal{
	font-size:14px;
}	

.nombre{
  color:#FFF;
  font-weight:bold;
  font-size:12px;
  margin-left:50px;
}
.cargo{
  margin-bottom:30px;
  margin-left:50px;
}

.cargo div, .nombre div{
  width:150px;
  text-align:center;
}
.contenido_conocenos{
  color:#999;
  font-weight:bold;
  font-size:12px;
}
.img_producto2 img, .img_producto_listado img{
	height:269px;
	width:261px;
}
.contenido_producto .img_producto2 img{
height:266px;
width:338px;
}
.errorCP
{
	color:#DD0000;
	display:inline-block;
	font-size:12px;
	font-style:italic;
	padding-bottom:10px;
	padding-left:10px;
	width:150px !important;
}	
	
.contenido_filosofia, .contenido_ofrecemos, .contenido_quienesomos{
	/*padding-left:20px;*/
	padding-right:20px;
	margin-top:0;
	background:transparent url(../imgs/css/bg_filosofia.jpg) no-repeat 0 0 scroll;
	float:left;
	/*height:399px;
	width:583px;
	padding-top:20px;*/
}
.contenido_quienesomos{
	background:transparent url(../imgs/css/bg_quienesomos.jpg) no-repeat 0 0 scroll;
}
.contenido_quienesomos p, .contenido_quienesomos table strong{
	color:#FFF;	
}
.contenido_quienesomos table, .contenido_quienesomos td{
	border-bottom:0px solid #848484;
	color:#979598;	
	text-align:left;
	font-size:12px;
}
.contenido_quienesomos p, .contenido_quienesomos table strong{
	color:#FFF;	
}

.contenido_quienesomos table, .contenido_quienesomos td{
	border-bottom:0px solid #848484;
	border-top:0px solid #848484;
	margin-left:0;
	color:#979598;	
	text-align:left;
	font-size:12px;
}