/************* CSS PARA RESTYLING SEGÚN TEMA EJ. CARNAVAL, NAVIDAD, ETC..... *************/
/*** PARA QUITAR SOLO COMENTAR ESTE TROZO ***/
/*
Body
{
	background-image:url('../img/restyling/verano.jpg');
	background-position:center 3px;
	background-repeat:no-repeat;
}


#detll_verano
{
	background-color: Transparent;
    background-image: url("../img/restyling/detalle_verano.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 126px;
    left: 155px;
    position: absolute;
    top: 261px;
    width: 219px;
}
*/
/************* FIN CSS PARA RESTYLING SEGÚN TEMA EJ. CARNAVAL, NAVIDAD, ETC..... *************/
/* =MAIN
----------------------------------------------- 
*/
HTML {
font-size:11px;
}
BODY {
	margin:0 auto;
	background-color:#f5eac3;
}
BODY, TD, TH {
	color: #353838;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
FORM {
	margin: 0px;
}
IMG {
	border: none;
}
INPUT, SELECT {
	font-size:10px;
	border:solid 1px #000000;
	height:14px;
}
A {
	color:#000000;
	text-decoration: none;
}

P{
margin:0px;
}
H1{
color:#db0026;
font-size:16px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
margin:0px 0px 4px 0px;
width:100%;
}
H2{
color:#353838;
font-size:12px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
margin:15px 0px 0px 0px;
}
H3{
color:#db0026;
font-size:12px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
margin:0px 0px 0px 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	}
.clearfix {
        display: inline-block;
        background-color:Fuchsia;
 }

/*********** HEADER ***********/
#header
{
	background-image:url('../img/header/bg_head.jpg');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	margin: 0px auto;
	width:981px;	
	height:137px;
	margin-bottom:15px;
}
#header a:active, a:focus {border:medium none; outline:medium none;}
#header #lnk_home
{
	position: absolute;
    right: 115px;
    top: 20px;
    width: 235px;
}
#header #search
{
	bottom: 9px;
    position: absolute;
    right: 7px;
    width: 251px;
}
#header #search .input
{
	float:left;
	width:225px;
}
#header #search input
{
	border:none medium;
	height: 20px;
    width: 215px;
}
#header #search .btn
{
	float:right;
	width:25px;
}
#header #logueo
{
	position:absolute;
	top:10px;
	right: 7px;
	width:200px
}
#header #logueo .log_reg
{
	float:right;
	width:100px;
}
#header #logueo .log_reg img
{
	margin-bottom:5px;
}
#header #logueo .log
{
	float:right;
}
#header #logueo .log p.txt
{
	color: #353838;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 200px;
}
#header #logueo .log p.btn
{
	float: right;
    margin-top: 20px;
}
/* --------- FOOTER ----------- */
#footer
{
	background-image:url('../img/header/bg_footer.jpg');
	background-color:Transparent;
	background-repeat:no-repeat;
	color:#FFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
    font-weight: bold;
	width:980px;
	height:42px;
	margin: 0px auto;
	padding-top:15px;
}
#footer .marcareg
{
	margin-left:15px;
	width:550px;
	float:left;
}
#footer .avisolegal
{
	float:right;
	color:#ffffff;
}
#footer .avisolegal A{
	color:#ffffff;
	text-decoration:none;
	margin-right:15px;
}
/*****TAG CLOUD******/
#cloud
{
	background-color:#f6eecf;
	margin: 0 auto;
    padding-top: 15px;
    width: 980px;
}
#cloud  span.tag_desc
{
	color:#000;
	font-weight:bold;
	font-size:11px;
}
#cloud .tag
{
	color: #919191;
    line-height: 16px;
}
#cloud .tag a, a.visited
{
	color: #919191;
	text-decoration:none;
}
/*****FOOTER DESTACADO******/
#footerDesc
{
	background-color:#f6eecf;
	color: #919191;
    height: 60px;
    line-height: 16px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: justify;
    width: 980px;
}
#footerDesc .content, #cloud .content
{
	margin: 0 15px;
}
#footerDesc span.tag_desc
{
	color:#000;
	font-weight:bold;
	font-size:11px;
}
/*********** STRUCTURA ***********/
#main 
{
	background-color:#f6eecf;
	position:relative;
	width: 980px;
	margin: 0px auto;
}
#main .content
{
	float:left;
	position:relative;
	margin-bottom:15px;
	width: 100%;
}
#content 
{
	width:950px;
	float:left;
	padding-bottom:20px;
}
#cuerpo
{
	float:left;
	width:803px;
}
#cuerpo .txt_NoFlash
{
	margin: 40px auto;
    width: 500px;
}
#cuerpo .txt_NoFlash p
{
	color:#666666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}
#cuerpo .txt_NoFlash div
{
	margin-top:20px;
}
/************* MENU *********/
#menu
{
	width:157px;
	min-height:368px;
	background-color:#d2322e;
	background-image:url('../img/menu/bg_menu.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
	float:left;
	color:#000000;
	margin-right: 20px;
	padding-bottom: 20px;
	text-transform:uppercase;
}
#menu a
{
	color:#FFF;
}
#menu A:hover
{
	color:#000;
	text-decoration:none;
}
#menu .cont_list{
padding:20px 6px 20px 18px;

}
#menu .menu_nivel_1{
list-style-type: none;
margin: 0px;
padding: 0px;

}
#menu .menu_nivel_1 li
{
	background-image:url('../img/menu/bg_menu_li.gif');
	background-color:Transparent;
	background-position:left bottom;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	float:left;
	line-height:12px;
	padding: 8px 0px 8px 15px;
	width:140px;
}
#menu .menu_nivel_1 li DIV
{
	float:left;
}
#menu .menu_nivel_1 li.no_bg
{
	background-image:none;
	padding-left: 0px;
}
#menu .menu_nivel_1 li.no_bg a
{
	margin-left: 15px;
}
#menu .menu_nivel_2 li.no_bg a
{
	margin-left: 30px;
}

#menu .menu_nivel_1 li.selected
{
	background-image:url('../img/menu/bg_li_selected.gif');
	background-color:Transparent;
	background-position: 10px 6px;
	background-repeat:no-repeat;
	padding:0px;
}
#menu .menu_nivel_1 li.selected2
{
	background-image:url('../img/menu/bg_li_selected2.gif');
	background-color:Transparent;
	background-position: left bottom;
    background-repeat: no-repeat;
    padding: 8px 0px;
}
#menu .selected, #menu .selected A 
{
	text-decoration:none;
	margin-top: 8px;
	padding: 0px 0px 0px 15px;
}
#menu .selected A:hover
{
	color:#FFF;
}
#menu .menu_nivel_1 a.selected
{
	float:left;
	margin-left: 10px;
}
#menu .menu_nivel_2
{
	background-color:#a70818;
	float:left;
	margin: 8px 0px 0px;
	padding:0px;
	text-transform:none;
	list-style:none;
	width:157px;
}
#menu .menu_nivel_2 li
{
	background-image:url('../img/menu/bg_menu_li_sub.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding: 8px 0px;
}
#menu .menu_nivel_2 li a
{
	float:left;
	color:#FFF;
}
#menu .menu_nivel_2 li a:hover
{
	color:#000;
}
#menu .menu_nivel_2 li a.selected
{
	color:#000;
	margin: 0px;
}
#menu .menu_nivel_2 li a:hover.selected
{
	color:#000;
}

/************* CONTENIDO PAGs *********/
.row
{
	float:left;
	width:100%;
}
.dst_big
{
	float:left;
}
.dst_colum h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#850002;
}
.dst_colum
{
	float:left;
}
.dst_colum_right
{
	float:right;
	margin-right:5px;
}
.dst_colum_right .rcpt_setmana
{
	float:left;
	margin-top: 20px;
}
.dst_colum_right .rcpt_setmana img
{
	display:inline;
	float:left;
}
.dst_colum h3, .dst_colum_right h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#850002;
	margin-bottom: 10px;
}
.dst_colum .div_indent
{
	margin-left:10px;
	float:left;
}
.dst_colum_right .div_indent
{
	margin-right:10px;
	float:left;
}
.dst_izq
{
	float:right;
	margin-right:15px;
	width:204px;
}
.dst_izq .destacado
{
	float:left;
	margin-bottom:13px;
}
.dst_izq .dst_receta
{
	position:relative;
}
.dst_izq .dst_receta .btn_rct_dst
{
	background-image:url('../img/destacados/btn_receta.png');
	background-position:left top;
	background-color:Transparent;
	background-repeat:no-repeat;
	position:absolute;
	bottom:15px;
	left:35px;
	height:23px;
	width:143px;
}
.dst_izq .dst_receta img
{
	border:solid 1px #d7d7d7;
}
.dst_izq .dst_fin
{
	margin-bottom:0px;
}
.dst_large
{
	float:left;
	margin-bottom: 15px;
	margin-left:13px;
}
.dst_promos
{
	float:left;
	margin: 10px 25px 15px 0px;
	width:374px;
}
.dst_promos img
{
	border:solid 1px #d7d7d7;
	border-bottom:medium none;
	display:block;
}
.dst_promos .dst_pie
{
	background-image: url('../img/promos/bg_pie_promos.jpg');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	width:374px;
	height:60px;
	text-align:center;
}
.dst_promos .dst_pie_purple
{
	background-image: url('../img/promos/bg_pie_promos_purple.jpg');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	width:372px;
	height:24px;
	text-align:center;
}
.dst_promos .dst_pie p
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#FFF;
	padding:0px;
	margin:5px 10px 0px 10px;
}
.dst_promos .dst_pie_purple p
{
    font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#FFF;
	padding:0px;
	margin:5px 10px 0px 10px;
}
.dst_promos .dst_pie p strong
{
	font-size:14px;
}
#intereses
{
	background-image: url('../img/recetas/bg_intereses.jpg');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	width:264px;
	height:277px;
	padding: 20px 0px 0px 25px;
}
#intereses h2
{
	background-image: url('../img/titulos/h2_intereses.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:226px;
	height:49px;
	text-indent:-99999px;
	margin:0px;
}
#intereses .recetas_relacionadas
{
	float:left;
	margin-top: 10px;
}
#intereses .recetas_relacionadas ul, li a, a.visited
{
	color:#e40000;
}
#intereses .recetas_relacionadas ul
{
	padding: 0px 0px 0px 20px;
	*padding-left:0px;
	*margin:10px 30px 10px 25px;
	list-style-image: url('../img/list_recetas_relacionadas.gif');
	line-height:20px;
	margin-right: 30px;
}
/************* ESPECÍFICOS HOME *************/
#detll_arguinyano
{
    position: absolute;
    right: 244px;
    top: 30px;
    z-index: 100;
}
.dst_player
{
    background-color: #000000;
    float: left;
    height: 368px;
    padding-top: 21px;
}
h2.derecho
{
	background-image: url('../img/titulos/h2_derecho.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:221px;
	height:30px;
	text-indent:-99999px;
	margin:0px;
}
h2.apetece
{
	background-image: url('../img/titulos/h2_apetece.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:191px;
	height:30px;
	text-indent:-99999px;
	margin:0px;
}
h2.neverita
{
	background-image: url('../img/titulos/h2_neverita.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:300px;
	height:30px;
	text-indent:-99999px;
	margin:0px;
}
h2.arguinano
{
	background-image: url('../img/titulos/h2_arguinano.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:300px;
	height:30px;
	text-indent:-99999px;
	margin:0px;
}
h2.new_product
{
	background-image: url('../img/titulos/h2_nuevos_productos.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:300px;
	height:30px;
	text-indent:-99999px;
	margin:0px;
}
h2.new_product_cremas
{
	background-image: url('../img/titulos/h2_nuevos_productos_cremas.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:300px;
	height:30px;
	text-indent:-99999px;
	margin:0px;
}
h2.familiasAGV 
{
    background-image: url('../img/titulos/h2_familiasAGV.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:300px;
	height:30px;
	text-indent:-99999px;
	margin:0px;
}
/* Carrousel*/
#carrousel_masas, #carrousel_menus
{ 
	background-image:url('../img/carrousel/blank.gif');
	float:left;
	margin:0px;
    padding:0px;
    height:219px;
    width:472px;
}        
#carrousel_masas ul, #carrousel_masas li 
{
	width:472px;
    height:219px;
    list-style:none;           
    position:relative;
}
#carrousel_menus ul, #carrousel_menus li 
{
	width:472px;
    height:249px;
    list-style:none;           
    position:relative;
}
#carrousel_masas li, #carrousel_menus li, #carrousel_menus li div
{
	float:left;
}
#carrousel_masas ul, #carrousel_menus ul
{
	margin:0px;
	padding:0px;
} 
/************* ESPECÍFICOS PROMOS HOME *************/
h2.promociones
{
	background-image: url('../img/titulos/h2_promociones.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:646px;
	height:30px;
	text-indent:-99999px;
	margin:0px;
}

/************* ESPECÍFICOS PROMOCIONES *************/
/*/////////// ABETO SILICONA  //////////////////*/
#abeto
{
    float:left;
    position:relative;
    width:100%;
}
#menu_abeto
{
    position:absolute;
    top:0px;
    right:0px;
    width:460px;
    height:50px;
}
#menu_abeto ul
{
    float:left;
    margin:0px;
    padding:0px;
}
#menu_abeto ul li
{
    list-style-type:none;
    display:inline;
}
#menu_abeto ul li span
{
    background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	border:medium none;
	float:left;
	margin:0px;
    padding:0px;
    text-indent:-99999px;
    height:30px;
    *cursor:pointer;
}
#menu_abeto ul li span.como
{
    background-image:url(../img/navidad2011/menu/comoParticipar_off.png);
    width:140px;
}
#menu_abeto ul li span.participa
{
    background-image:url(../img/navidad2011/menu/participar_off.png);
    width:106px;
}
#menu_abeto ul li span.premio
{
    background-image:url(../img/navidad2011/menu/premio_off.png);
    width:99px;
}
#menu_abeto ul li span.ganadores
{
    background-image:url(../img/navidad2011/menu/ganadores_off.png);
    width:115px;
}
#menu_abeto ul li span.como:hover
{
    background-image:url(../img/navidad2011/menu/comoParticipar_on.png);    
}
#menu_abeto ul li span.participa:hover
{
    background-image:url(../img/navidad2011/menu/participar_on.png);
}
#menu_abeto ul li span.premio:hover
{
    background-image:url(../img/navidad2011/menu/premio_on.png);
}
#menu_abeto ul li span.ganadores:hover
{
    background-image:url(../img/navidad2011/menu/ganadores_on.png);
}
#menu_abeto ul li span.c_selected
{
    background-image:url(../img/navidad2011/menu/comoParticipar_on.png);
}
#menu_abeto ul li span.pa_selected
{
    background-image:url(../img/navidad2011/menu/participar_on.png);
}
#menu_abeto ul li span.p_selected
{
    background-image:url(../img/navidad2011/menu/premio_on.png);
}
#menu_abeto ul li span.g_selected
{
    background-image:url(../img/navidad2011/menu/ganadores_on.png);
}
#menu_abeto .bases_legales
{
    float:right;
    font-family:Tahoma;
    font-size:10px;
    margin: 5px 20px 0px 0px;
}
#menu_abeto .bases_legales a, a.visited
{
    color:#FFF;
    text-decoration:none;
}
#abeto .description p
{
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #6A0F0F;
    letter-spacing: -1px;
}
#abeto.como
{
    background-color:Transparent;
    background-image:url(../img/navidad2011/bg_comoparticipar.jpg);
    background-image:url(../img/navidad2011/bg_comoparticipar_fin.jpg);
    background-position:left top;
    background-repeat:repeat;
    height:388px;
}
#abeto.como .description
{
    position: absolute;
    right: 169px;
    top: 235px;  
}
#abeto.como .description p
{        
    /*font-weight: bold;*/    
    margin-bottom: 5px;
}
#abeto .validez
{
    bottom: 6px;
    color: #606060;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    right: 15px;
}
#abeto.como .btn_participar
{
    bottom: 27px;
    position:absolute;
    right: 15px;
}
#abeto.premio
{
    background-color:Transparent;
    background-image:url(../img/navidad2011/bg_premio.jpg);
    background-position:left top;
    background-repeat:repeat;
    height:388px;
}
#abeto.premio .description
{
    left: 20px;
    position: absolute;
    top: 35px;
    width: 465px;
}
#abeto.premio .description p
{
    line-height: 20px;
    margin-top:10px;
    letter-spacing:normal;
}
#abeto.premio .description p.first
{
    margin-left:5px; 
    float: left; 
    width:373px;
}
#abeto.premio .description p.second
{
    float: right; 
    width:330px;
}
#abeto.premio .btn_participar
{
    bottom:20px;
    position:absolute;
    left:255px;
}
#abeto.premio .lnk_recetas
{
    position: absolute;
    right: 25px;
    top: 116px;
    width: 200px;
}
#abeto.premio .lnk_recetas img
{
    border:medium none;
    display:block;
}
#abeto.ganadores
{
    background-color:Transparent;
    background-image:url(../img/navidad2011/bg_ganadores.jpg);
    background-position:left top;
    background-repeat:repeat;
    height:388px;
}
#abeto.ganadores .description
{
    bottom: 20px;
    left: 140px;
    position: absolute;
    width: 360px;
}
#abeto.ganadores .description p
{
    font-size: 18px;
    margin-top: 15px;
    width: 100%;
}
#abeto.ganadores .description p.btn
{
    text-align:center;
}
#abeto.participa
{
    background-color:Transparent;
    background-image:url(../img/navidad2011/bg_participa.jpg);
    background-position:left top;
    background-repeat:repeat;
    height:388px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
    color:#5c5c5c;
}
#abeto.participa .title
{
    left: 160px;
    position: absolute;
    top: 40px;
}
#abeto.participa .description
{
    left: 160px;
    position: absolute;
    top: 83px;
}
#abeto.participa .punto1
{
    left: 211px;
    position: absolute;
    top: 150px;
    *top:144px;
    width: 340px;
}
#abeto.participa .punto1 span
{
    font-size:10px;
}
#abeto.participa .punto2
{
   position: absolute;
   right: 70px;
   top: 150px;
   width: 180px;
}
#abeto.participa p.tit
{
    font-weight:bold;
    color:#ff0000;
    font-size:12px;
    line-height: 16px;
    margin-bottom:5px;
}
#abeto.participa .fecha, #abeto.participa .centro, #abeto.participa .codigo
{
    float:left;
    font-size:10px;
    /*margin-top:10px;*/
    width:100%;
}
#abeto.participa .codigo
{
    margin-top:20px;
}
#abeto.participa .fecha p, #abeto.participa .centro p, #abeto.participa .codigo p
{
    margin-bottom: 10px;
}
#abeto.participa .fecha div
{
    float:left;
    margin-right: 15px;
}
#abeto.participa select, input
{
    border: 1px solid #6E6E6E;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
    height: 18px;
}
#abeto.participa input
{
    font-size: 11px;
}
#abeto.participa .centro div
{
    margin-left:10px;
}
#abeto.participa .centro select
{
    font-size: 11px;
}
#abeto.participa .button
{
    float:none;
    margin: 0px auto;
    width:98px;
}
#abeto.participa .info_error
{
    float:left;
    margin:5px 0px;
    font-size:9px;
    color:Red;
    font-weight:bold;
    width:100%;
}
#abeto.participa .punto2 .info_error
{
    height:14px;
}
/*/////////// PINCELES SILICONA  //////////////////*/
#pinceles
{
    float:left;
    position:relative;
    width:100%;
}
#pinceles.como
{
    background-color:Transparent;
    background-image:url(../img/pinceles/bg_comoparticipar.jpg);
    background-position:left top;
    background-repeat:repeat;
    height:388px;
}
#menu_pinceles
{
    position:absolute;
    top:0px;
    right:0px;
    width:460px;
    height:50px;
}
#menu_pinceles ul
{
    float:left;
    margin:0px;
    padding:0px;
}
#menu_pinceles ul li
{
    list-style-type:none;
    display:inline;
}
#menu_pinceles ul li span
{
    background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	border:medium none;
	float:left;
	margin:0px;
    padding:0px;
    text-indent:-99999px;
    height:30px;
    *cursor:pointer;
}
#menu_pinceles ul li span.como
{
    background-image:url(../img/pinceles/menu/comoParticipar_off.png);
    width:140px;
}
#menu_pinceles ul li span.participa
{
    background-image:url(../img/pinceles/menu/participar_off.png);
    width:106px;
}
#menu_pinceles ul li span.premio
{
    background-image:url(../img/pinceles/menu/premio_off.png);
    width:99px;
}
#menu_pinceles ul li span.ganadores
{
    background-image:url(../img/pinceles/menu/ganadores_off.png);
    width:115px;
}
#menu_pinceles ul li span.como:hover
{
    background-image:url(../img/pinceles/menu/comoParticipar_on.png);    
}
#menu_pinceles ul li span.participa:hover
{
    background-image:url(../img/pinceles/menu/participar_on.png);
    background-image:url(../img/pinceles/menu/participar_off.png);/*Fin promo*/
}
#menu_pinceles ul li span.premio:hover
{
    background-image:url(../img/pinceles/menu/premio_on.png);
}
#menu_pinceles ul li span.ganadores:hover
{
    background-image:url(../img/pinceles/menu/ganadores_on.png);
}
#menu_pinceles ul li span.c_selected
{
    background-image:url(../img/pinceles/menu/comoParticipar_on.png);
}
#menu_pinceles ul li span.pa_selected
{
    background-image:url(../img/pinceles/menu/participar_on.png);
}
#menu_pinceles ul li span.p_selected
{
    background-image:url(../img/pinceles/menu/premio_on.png);
}
#menu_pinceles ul li span.g_selected
{
    background-image:url(../img/pinceles/menu/ganadores_on.png);
}
#menu_pinceles .bases_legales
{
    float:right;
    font-family:Tahoma;
    font-size:10px;
    margin: 5px 20px 0px 0px;
}
#menu_pinceles .bases_legales a, a.visited
{
    color:#383838;
    text-decoration:none;
}
#pinceles.como .title
{    
    position: absolute;
    right: 20px;
    top: 70px;
}
#pinceles.como .description
{
    bottom: 10px;
    position: absolute;
    right: 45px;
    width: 210px;
}
#pinceles.premio
{
    background-color:Transparent;
    background-image:url(../img/pinceles/bg_premio.jpg);
    background-position:left top;
    background-repeat:repeat;
    height:388px;
}
#pinceles.premio .title
{    
    position: absolute;
    left: 20px;
    top: 45px;
}
#pinceles.premio .description
{
    bottom: 55px;
    left: 23px;
    position: absolute;
    width: 327px;
}
#pinceles.premio .btn
{
   bottom: 20px;
   left: 130px;
   position: absolute;
   width: 125px;
}
#pinceles.ganadores
{
    background-color:Transparent;
    /*background-image:url(../img/pinceles/bg_no_ganadores.jpg);*/
    background-image:url(../img/pinceles/bg_ganadores.jpg);
    background-position:left top;
    background-repeat:repeat;
    height:388px;
}
#pinceles.ganadores .title
{    
    position: absolute;
    left: 20px;
    top: 60px;
}
#pinceles.ganadores .description
{
   left: 23px;
   position: absolute;
   /*top: 140px;*/ /*Ganadores*/
   top: 170px; /*No Ganadores*/
   width: 385px;
}
#pinceles.participa
{
    background-color:Transparent;
    background-image:url(../img/pinceles/bg_participa.jpg);
    background-position:left top;
    background-repeat:repeat;
    height:388px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
    color:#5c5c5c;
}
#pinceles.participa .title
{
    left: 200px;
    position: absolute;
    top: 40px;
}
#pinceles.participa .description
{
    left: 200px;
    position: absolute;
    top: 83px;
}
#pinceles.participa .punto1
{
    left: 175px;
    position: absolute;
    top: 150px;
    *top:144px;
    width: 340px;
}
#pinceles.participa .punto2
{
   position: absolute;
   right: 65px;
   top: 150px;
   width: 180px;
}
#pinceles.participa p.tit
{
    font-weight:bold;
    color:#258495;
    font-size:12px;
    line-height: 16px;
    margin-bottom:10px;
}
#pinceles.participa .fecha, #pinceles.participa .centro, #pinceles.participa .codigo
{
    float:left;
    font-size:10px;
    /*margin-top:10px;*/
    width:100%;
}
#pinceles.participa .codigo
{
    margin-top:20px;
}
#pinceles.participa .fecha p, #pinceles.participa .centro p, #pinceles.participa .codigo p
{
    margin-bottom: 10px;
}
#pinceles.participa .fecha div
{
    float:left;
    margin-right: 15px;
}
#pinceles.participa select, input
{
    border: 1px solid #6E6E6E;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
    height: 18px;
}
#pinceles.participa input
{
    font-size: 11px;
}
#pinceles.participa .centro div
{
    margin-left:10px;
}
#pinceles.participa .centro select
{
    font-size: 11px;
}
#pinceles.participa .button
{
    float:none;
    margin: 0px auto;
    width:90px;
}
#pinceles.participa .info_error
{
    float:left;
    margin:5px 0px;
    font-size:9px;
    color:Red;
    font-weight:bold;
    width:100%;
}
#pinceles.participa .punto2 .info_error
{
    height:14px;
}
/************* ESPECÍFICOS RECETAS *************/
h2.recetario_head
{
	background-image: url('../img/titulos/h2_recetario_head.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:725px;
	height:35px;
	text-indent:-99999px;
	margin:0px;
	margin-bottom:5px;
}
h2.recetario_madre
{
	background-image: url('../img/titulos/h2_recetario_madre.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:305px;
	height:25px;
	text-indent:-99999px;
	margin: 10px 0px;
}
h2.VideoRecetas_head
{
	background-image: url('../img/titulos/h2_videoRecetas.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:701px;
	height:30px;
	text-indent:-99999px;
	margin: 0px 0px 10px 0px;
}
h2.todasRcpLC_head
{
	background-image: url('../img/titulos/h2_todasRecetasLC.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:305px;
	height:30px;
	text-indent:-99999px;
	margin: 0px 0px 10px 0px;
}
h2.todasRcpAutor_head
{
	background-image: url('../img/titulos/h2_todasRecetasAutor.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:600px;
	height:30px;
	text-indent:-99999px;
	margin: 0px 0px 10px 0px;
}
h2.masvisit_head
{
	background-image: url('../img/titulos/h2_masvisit_head.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:701px;
	height:30px;
	text-indent:-99999px;
	margin: 0px 0px 10px 0px;
}
h2.buscador_head
{
	background-image: url('../img/titulos/h2_buscador_head.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:668px;
	height:30px;
	text-indent:-99999px;
	margin: 0px 0px 10px 0px;
}
.globo_comentario
{
	margin-top:10px;
}
.globo_comentario a, a.visited
{
	color:#423f37;
	font-weight:bold;
	text-decoration:none;
}
.listado_recetas
{
	float:left;
	margin-top: 30px;
	width:405px;
}
.listado_recetas #receta
{
	float:left;
	margin-bottom: 20px;
	*padding-bottom: 20px;
}
.listado_recetas #receta h3
{
	font-size:12px;
}
.listado_recetas #receta h2
{
	color:#8c8a82;
}
.listado_recetas #receta .cont_foto
{
	float:left;
	width:125px;
}
.listado_recetas #receta .cont_foto img
{
	border:solid 1px #d7d7d7 !important;
}
.listado_recetas #receta .cont_info
{
	float:left;
	width:270px;
}
.listado_recetas #receta .cont_info .visitadas 
{
    color: #000000;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    float:left;
    margin-left:5px;
}
.listado_recetas #receta .cont_info .rating_div
{
	float:left;
}
.listado_recetas #receta .cont_info .rat_vot
{
	float:left; 
	width: 100%;
}
.listado_recetas #receta .cont_info .description
{
	float: left;
    margin-right: 10px;
    margin-top: 5px;
    text-align: justify;
}
.listado_recetas #receta .cont_info .ver_comentarios
{
	float:left;
	margin-top: 5px;
}
.listado_recetas #receta .cont_info a, a.visited
{
	color:#e13c48;
	text-decoration:underline;
}
.listado_recetas tr.paginacion td td 
{
    height:23px;    
}
.listado_recetas tr.paginacion span
{
	padding: 5px 4px;
}
/************* RECETAS COCINERA *************/
.rcLC_left
{
	width: 450px;
}

.rcLC_right
{
	width: 345px;
}
.rcLC_right .listado_recetas
{
	margin-top:0px;
	width: 340px !important;
}
.rcLC_right .listado_recetas #receta .cont_info
{
	width:210px !important;
}
/************* DETALLE RECETA *************/
h3.cnt_receta
{
	color: #850002;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top:10px;
}
.cnt_receta
{
	width:460px;
}
.cnt_receta .head_receta
{
	float:left;
}
.cnt_receta  .head_detalle
{
	float:right;
	width:116px;
}
.cnt_receta .head_receta .head_imagen
{
	float:left;
	width:340px;
}
.cnt_receta .head_receta .head_imagen img
{
	border:solid 1px #d7d7d7 !important;
}
.cnt_receta .head_receta  .head_imagen .videoreceta
{
	float: left;
    text-align: center;
    width: 334px;
}
.cnt_receta .head_receta .head_imagen .foot
{
	background-image:url('../img/recetas/foot_head.jpg');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	margin-top: 10px;
	width:334px;
	position:relative;
	height:28px;
	float:left;
}
.cnt_receta .head_receta .foot .visitas
{
	position:absolute;
	left:20px;
	bottom:5px;
	color:#FFF;
}
.cnt_receta .head_receta .foot .comentarios
{
	position:absolute;
	left:240px;
	bottom:5px;
}
.cnt_receta .head_receta .foot .comentarios a, a.visited
{
	color:#FFF;
}
.cnt_receta .head_detalle .black
{
	background-color:#000;
	height:24px;
	padding-top: 10px;
	float: left;
	text-align:center;
	width: 100%;
}
.cnt_receta .head_detalle .black a, a.visited
{
	color:#ee1f1e;
}
.cnt_receta .head_detalle .white
{
	background-color:#FFF;
	color:#cd0102;
	float: left;
	margin-top: 3px;
    width: 100%;
}
.cnt_receta .head_detalle .dif
{
	height:72px;
}
.cnt_receta .head_detalle .dif_video
{
	height:88px;
}
.cnt_receta .head_detalle .dificultad
{
	float: left;
    margin: 5px 0px 0px 5px;
    width: 100%;
}
.cnt_receta .head_detalle .dificultad .txt
{
	float:left;
}
.cnt_receta .head_detalle .dificultad #tenedores
{
	background-position:left top;
    background-repeat: no-repeat; 
	float:right;
	height: 17px;
	padding-right: 10px;
    width: 28px;
}
.cnt_receta .head_detalle .dificultad #tenedores.tenedores1
{
	background-image: url("../img/recetas/tenedores_1.gif");       
}
.cnt_receta .head_detalle .dificultad #tenedores.tenedores2
{
	background-image: url("../img/recetas/tenedores_2.gif");       
}
.cnt_receta .head_detalle .dificultad #tenedores.tenedores3
{
	background-image: url("../img/recetas/tenedores_3.gif");       
}
.cnt_receta .head_detalle .difTxt
{
	float:left;
	margin:5px 0px 0px 5px;
}
.cnt_receta .head_detalle .tmp
{
	height: 20px;
    padding-top: 10px;
}
.cnt_receta .head_detalle .tmp div
{
	margin-left:5px;
}
.cnt_receta .head_detalle .stars
{
    padding-top: 10px;
}
.cnt_receta .head_detalle .stars p
{
	margin-left:5px;
}
.cnt_receta .head_detalle .stars  #Rating1
{
	float: left;
    margin: 5px 0 5px 5px;
}
.cnt_receta .head_detalle  #redes 
{
	text-align:center;
	float:right;
	padding:5px 4px 0px 0px;
}
.cnt_receta .head_detalle  #redes div
{
	padding-top:5px;
}
.cnt_receta .descript_receta
{
	background-color: #FBF7E7;
    float: left;
    margin-top: 10px;
    width: 100%;
    padding-bottom:20px;
}
.cnt_receta .descript_receta .text_receta
{
	float:left;
	margin:5px 10px;
}
.cnt_receta .descript_receta .text_receta h2
{
	margin:0px;
	width:420px;
}
.cnt_receta .descript_receta .text_receta #ingredientes, #descripcion, #respondeFicha, #buttons
{
	float:left;
	line-height: 16px;
	margin-bottom: 5px;
	width:100%;
}
.cnt_receta .descript_receta .text_receta #respondeFicha a
{
	text-decoration:underline;
}
.cnt_receta .descript_receta .text_receta #buttons
{
	margin-top: 20px;
}
.cnt_receta .descript_receta .text_receta #buttons .volver
{
	background-color: Transparent;
    background-image: url("../img/masas/flecha_volver.gif");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 8px;
    padding-left: 10px;
}
.cnt_receta .descript_receta .text_receta #buttons .volver a, a.visited
{
	color: #464646;
    text-decoration: none;
}
.cnt_receta .descript_receta .text_receta #print
{
	float:right;
	margin-top:10px;
}
.cnt_receta .descript_receta .form_recepta
{
	background-color:#e9e6d8;
	float:left;
	width:440px;
}
.cnt_receta .descript_receta .condiciones
{
	float:left;
	margin:10px;
	*padding-bottom:10px;
}
.cnt_receta .descript_receta .condiciones p.cond
{
	font-size:10px;
	line-height:14px;
	margin: 5px 0px 10px;
}
.cnt_receta .descript_receta .condiciones #lblerror_voto
{
	height:20px;
	width:300px;
	color:Red;
}
.cnt_receta .descript_receta .condiciones img.titulo
{
	margin-bottom:10px;
}
.cnt_receta #comentarios
{
	float: left;
    margin: 10px;
    width: 100%;
}
.cnt_receta #comentarios h2
{
	color:#bb031a;
	font-size:16px;
	margin: 0px 0px 15px;
}
.cnt_receta #comentarios .comentario_box
{
	border-bottom: 1px solid #bb031a;
    float: left;
    line-height:16px;
    padding: 15px 0px;
    width: 100%
}
.cnt_receta #comentarios .comentario_box .nombre
{
	font-weight:bold;
}
.cnt_receta #comentarios .comentario_box .propetario
{
	margin-bottom:10px;
}
/*********** TODAS LAS RECETAS LA COCINERA **********/
.cnt_allLC
{
	float:left;
	width:460px;
	margin-left:10px;
}
.cnt_allLC .listado_recetas
{
	margin-top: 10px;
}
.cnt_allLC .listado_recetas tr.paginacion td
{
	border:medium none;
}
.cnt_allLC .listado_recetas tr.paginacion td td
{
	border:solid 1px #bb031a;
}
.cnt_allLC .listado_recetas tr.paginacion input
{
	background-color:#FBF6E2;
}
.cnt_allLC .listado_recetas tr.paginacion span
{
	color:#FFF;
	background-color: #BB031A;
    padding: 5px 4px;
}
.cnt_allLC .listado_recetas tr.paginacion a, a.visited
{
	color:#000 !important;
}
.right_allLC
{
	width:270px;
}
/*********** VIDEORECETAS LA COCINERA **********/
.cnt_videoLC
{
	float:left;
	width:460px;
	margin-left:10px;
}
.cnt_videoLC .listado_recetas
{
	margin-top: 10px;
}
.cnt_videoLC .listado_recetas .cont_foto
{
	position:relative;
}
.cnt_videoLC .listado_recetas .play_recpt
{
	position:absolute;
	left:30px;
	top:35px;
}
.cnt_videoLC .listado_recetas tr.paginacion td
{
	border:medium none;
}
.cnt_videoLC .listado_recetas tr.paginacion td td
{
	border:solid 1px #bb031a;
}
.cnt_videoLC .listado_recetas tr.paginacion input
{
	background-color:#FBF6E2;
}
.cnt_videoLC .listado_recetas tr.paginacion span
{
	color:#FFF;
	background-color: #BB031A;
}
.cnt_videoLC .listado_recetas tr.paginacion a, a.visited
{
	color:#000 !important;
}
.right_videoLC
{
	width:270px;
}
/*********** MÁS VISITADAS LA COCINERA **********/
.cnt_masVisit
{
	float:left;
	width:460px;
	margin-left:10px;
	position:relative;
}
.cnt_masVisit h3
{
	width: 360px;
}
.cnt_masVisit .topo
{
	background-color: Transparent;
    background-image: url("../img/destacados/top_10_mas_visit.png");
    background-position: left center;
    background-repeat: no-repeat;
	position:absolute;
	right: -50px;
    top: -25px;
	height:130px;
	width:130px;
	
}
.cnt_masVisit .listado_recetas
{
	margin-top: 10px;
}
.cnt_masVisit .listado_recetas .cont_foto {
    position: relative;
}
.cnt_masVisit .listado_recetas .play_recpt {
    left: 30px;
    position: absolute;
    top: 35px;
}
.cnt_masVisit .listado_recetas tr.paginacion td
{
	border:medium none;
}
.cnt_masVisit .listado_recetas tr.paginacion td td
{
	border:solid 1px #bb031a;
}
.cnt_masVisit .listado_recetas tr.paginacion input
{
	background-color:#FBF6E2;
}
.cnt_masVisit .listado_recetas tr.paginacion span
{
	color:#FFF;
	background-color: #BB031A;
    padding: 5px 4px;
}
.cnt_masVisit .listado_recetas tr.paginacion a, a.visited
{
	color:#000 !important;
}
.right_masVisit
{
	width:270px;
}
/**************** ESPECÍFICOS BUSCADOR ****************/
		/*** Landing **/
.cnt_buscador
{
	float:left;
	width:470px;
	margin-left:10px;
	position:relative;
}
.cnt_buscador .resultados
{
	float:left;
	height:30px;
	color:#d9001b;
	font-family:Arial,Tahoma,Verdana,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-top: 5px;
}
.cnt_buscador .resultados h3
{
	background-image: url('../img/buscador/resultados.gif');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:106px;
	height:26px;
	float:left;
	text-indent:-99999px;
	margin: 0px 0px 10px 0px;

}
.cnt_buscador .resultados .texto
{
	float:left;
	margin-top:5px;
}
.cnt_buscador .listado_recetas
{
	margin-top: 10px;
}
.cnt_buscador .listado_recetas .cont_foto {
    position: relative;
}
.cnt_buscador .listado_recetas .play_recpt {
    left: 30px;
    position: absolute;
    top: 35px;
}
.cnt_buscador .listado_recetas tr.paginacion td
{
	border:medium none;
}
.cnt_buscador .listado_recetas tr.paginacion td td
{
	border:solid 1px #bb031a;
}
.cnt_buscador .listado_recetas tr.paginacion input
{
	background-color:#FBF6E2;
}
.cnt_buscador .listado_recetas tr.paginacion span
{
	color:#FFF;
	background-color: #BB031A;
    padding: 5px 4px;
}
.cnt_buscador .listado_recetas tr.paginacion a, a.visited
{
	color:#000 !important;
}
.right_buscador
{
	width:270px;
}
		/*** Main   ***/
.search_main
{
	float:left;
	width:100%;
}
.search_main .cnt
{
	border:solid 1px #87888a;
	float:left;
	padding: 15px;
}
.search_main input
{
	font-size:11px;
	padding:5px;
}
.search_main .row
{
	margin-bottom:10px;
}
.search_main .row .label
{
	font-weight:bold;
	float:left;
	margin-top: 3px;
	width:65px;	
}
.search_main .row .lbl_txt
{
	margin-top: 7px; 
	width:160px;	
}
.search_main .row .lbl_masas
{
	width:190px;
}
.search_main .row .input
{
	float:left;
	width:245px;
}
.search_main .row .input_little
{
	width:200px;
}
.search_main .row .input select
{
	background-image:url('../img/buscador/bg_search.gif');
	background-color:Transparent;
	background-position:left top;
	background-repeat:repeat-x;
	border: 1px solid #969696;
	font-size:11px;
	height: 18px;
	width: 240px;
}
.search_main .row .radio
{
	float:left;
	width:245px;
}
.search_main .row .radio input
{
	border:medium none;
	float:left;
	padding:0px;
}
.search_main .row .radio label
{
	float:left;
	margin-right: 25px;
	margin-top: 3px;
	*margin-top:0px;
	margin-top /*\**/: 0px\9;
	margin-left /*\**/: 3px\9;
}
.search_main .row .rad_fin
{
	margin-top:5px;
}
.search_main .row .rad_fin label
{
	margin-right: 19px;
	*margin-right:15px;
}
		/*** Grande ***/
.search_large
{
	margin-top:25px;
	float:left;
	width:100%;
}
.search_large .cnt
{
	border:solid 1px #87888a;
	float:left;
	padding: 15px;
	width: 310px;
}
.search_large h3, .search_little h3
{
	color:#666;
}
.search_large input
{
	font-size:11px;
	padding:5px;
}
.search_large .row
{
	margin-bottom:10px;
}
.search_large .row .label
{
	font-weight:bold;
	float:left;
	margin-top: 3px;
	width:65px;	
}
.search_large .row .input
{
	float:left;
	width:245px;
}
.search_large .row .input select
{
	background-image:url('../img/buscador/bg_search.gif');
	background-color:Transparent;
	background-position:left top;
	background-repeat:repeat-x;
	border: 1px solid #969696;
	font-size:11px;
	height: 18px;
	width: 240px;
}
.search_large .row .radio
{
	float:left;
	width:245px;
}
.search_large .row .radio input
{
	border:medium none;
	float:left;
	padding:0px;
}
.search_large .row .radio label
{
	float:left;
	margin-right: 25px;
	margin-top: 3px;
	*margin-top:0px;
	margin-top /*\**/: 0px\9;
	margin-left /*\**/: 3px\9;
}
.search_large .row .rad_fin
{
	margin-top:5px;
}
.search_large .row .rad_fin label
{
	margin-right: 19px;
	*margin-right:15px;
}
		/*** Pequeño ***/
.search_little
{
	margin-top:25px;
	float:left;
	width:100%;
}
.search_little .cnt
{
	border:solid 1px #87888a;
	float:left;
	padding: 15px;
	width: 235px;
}
.search_little input
{
	font-size:11px;
	padding:5px;
}
.search_little .row
{
	margin-bottom:10px;
}
.search_little .row .label
{
	font-weight:bold;
	float:left;
	margin-top: 3px;
	width:60px;	
}
.search_little .row .input
{
	float:left;
	width:165px;
}
.search_little .row .input select
{
	background-image:url('../img/buscador/bg_search.gif');
	background-color:Transparent;
	background-position:left top;
	background-repeat:repeat-x;
	border: 1px solid #969696;
	font-size:11px;
	height: 18px;
	width: 160px;
}
.search_little .row .radio
{
	float:left;
	width:175px;
}
.search_little .row .radio input
{
	border:medium none;
	float:left;
	padding:0px;
}
.search_little .row .radio label
{
	float:left;
	margin-right: 5px;
	margin-top: 3px;
	*margin-top:0px; 
	 
	margin-top /*\**/: 0px\9; 
	margin-left /*\**/: 3px\9; 
	margin-right /*\**/: 8px\9; 
	*margin-right: 0px;
}
.search_little .row .rad_fin
{
	margin-top:5px;
}
.search_little .row .rad_fin label
{
	margin-right: 15px;
	*margin-right:13px;
}
.search_little .row .rad_fin div
{
	margin-top:10px;
	margin-right: 100px;
}
/**************** ESPECÍFICOS MASAS ****************/
#head_masas
{
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	height:105px;
	float:left;
	margin-bottom:20px;
	position:relative;
	width:792px;
}
#head_masas.empanada
{
	background-image:url('../img/masas/bg_masas_empanada.jpg');
}
#head_masas #dscrpt
{
	position:absolute;
	top:67px;
	left:8px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	width:650px;
}
#cnt_masas
{
	float:left;
	width:792px;
}
#cnt_masas .imagenes
{
	float:left;
	width:400px;
}
#cnt_masas .imagenes .img
{
	float: left;
    height: 230px;
    overflow: visible;
    width: 100%;
}
#cnt_masas .imagenes img.indent
{
	margin-left:25px;
}
#cnt_masas .imagenes .little img
{
	margin: 25px 0px;
}

#cnt_masas .imagenes .titulo
{
	float:left;
	margin-left:25px;
	/*width: 250px;*/
}
#cnt_masas .txt
{
	font-family:Arial,Helvetica,sans-serif;
	float:left;
	width:375px;
}
#cnt_masas .txt p
{
	margin-bottom:15px;
}
#cnt_masas .txt p.dpt
{
	font-size:14px;
	line-height:18px;
	margin: 5px 10px 30px 0px;
}
#cnt_masas .txt .ver_recetas
{
	float:left;
	width:115px;
}
#cnt_masas .txt .ver_apunte
{
	float:left;
}
#cnt_masas .txt .ver_recetas, #cnt_masas .txt .ver_apunte
{
	background-image:url('../img/masas/flecha.gif');
	background-position:left center;
	background-color:Transparent;
	background-repeat:no-repeat;
	padding-left: 10px;
}
#cnt_masas .txt .ver_recetas a, a.visited, #cnt_masas .txt .ver_apunte a, a.visited
{
	color:#cc0033;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
#cnt_masas .txt .btn_responde
{
	float:right;
	margin-top: 40px;
}
#cnt_masas .masa_volver
{
	background-image:url('../img/masas/flecha_volver.gif');
	background-position:left center;
	background- :Transparent;
	background-repeat:no-repeat;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left: 10px;
	float:left;
	margin-left:40px;	
	width: 750px;
}
#cnt_masas .masa_volver a, a.visited
{
	color:#464646;
	text-decoration:none;
}
#cnt_masas .ver_spot
{
	padding-left: 10px;
	float:left;
	margin-left:40px;
	width: 750px;
	margin-top: 10px;
	margin-bottom: 20px;
	height:l 25px;
}

#head_masas.empanadilla {
	background-image: url(../img/masas/bg_masa_empanadillas.jpg);
}

#head_masas.bizcocho{
	background-image: url(../img/masas/bg_masas_bizcocho.jpg);
}

.fondant #titulo{
padding:10px 0px 0px 60px;
}

#head_masas.fondant{
	background-image: url(../img/masas/bg_masas_fondant.jpg);
}

#head_masas.brisa{
	background-image: url(../img/masas/bg_masa_brisa.jpg);
}

#head_masas.hojaldre{
	background-image: url(../img/masas/bg_masa_hojaldre.jpg);
}
#head_masas.hojaldre_extendida{
	background-image: url(../img/masas/bg_masa_hojaldre_extendida.jpg);
}

#head_masas.hojaldre_extender{
	background-image: url(../img/masas/bg_masa_hojaldre_para_extender.jpg);
}
.link_hojaldres {
	float: right;
	height: 100px;
	width: 400px;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:normal;
}
.link_hojaldres .extendida {
	height: 25px;
	font-weight: bold;
	font-size: 11px;
}
.link_hojaldres .extender {
	height: 25px;
	font-weight: bold;
	font-size: 11px;
}


/**************** ESPECÍFICOS PRODUCTOS ****************/
		/*** GENERICO PRODUCTOS ***/
.zIndexIE7
{
	*z-index:500;
}
.relative
{
	position:relative;
	border:solid 1px red;
	z-index:30 !important;
}
.cloud
{
	position:absolute;
	display:none;
	padding-top: 10px;
	overflow:visible;
	z-index:100; 
}
.cloud p
{
	font-family:Arial,Helvetica,sans-serif;
    font-size:14px !important;
    color:#252525;
}
.cloud p.little
{
	font-size:13px !important;
}
.cloud_left
{
	background-image:url('../img/productos/bg_cloud.png');
	*background-image:url('../img/productos/bg_cloud.gif');
    background-image /*\**/: url('../img/productos/bg_cloud.gif')\9;	      
    background-color:Transparent;
    background-position:top left;
    background-repeat:no-repeat;
    border:medium none;
    height:100px !important;
    width:198px !important;
    text-align:right;
    left: 85px;
    top: -25px;
}
.cloud_left p
{
	margin: 0px 14px 0px 35px;
}
 .cloud_right
{
	background-image:url('../img/productos/bg_cloud_right.png');
	*background-image:url('../img/productos/bg_cloud_right.gif');
    background-image /*\**/: url('../img/productos/bg_cloud_right.gif')\9;
    background-color:Transparent;
    background-position:top left;
    background-repeat:no-repeat;
    border:medium none;
    height:100px !important;
    width:198px !important;
    text-align:left;
    right: 45px;
    top: -25px;
}
 .cloud_right p
{
    margin: 0px 35px 0px 14px;
}
.div_hover
{
	position: absolute !important;
	height:145px !important;
	width:145px !important;
	background-image: url('../img/blank.gif');
	background-color:Transparent;
	background-repeat:no-repeat;
	z-index:300;
}
		/*************************/
		/*** NUEVAS VARIEDADES ***/
.prod_new_var
{
	background-color:Transparent;
	background-image:url('../img/productos/bg_line.gif');
	background-position:center bottom;
	background-repeat:no-repeat;
	float:left;
	padding-bottom:30px;
	width:715px;
}
.prod_new_var .h2_intro
{
	background-image: url('../img/titulos/h2_intro_new_variedades.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:750px;
	height:35px;
	text-indent:-99999px;
	margin:10px 0px;
}
.prod_new_var .cnt_new_var
{
	float:left;
	width:773px;
}
.prod_new_var .cnt_new_var img
{
	display:block;
	float:left;
}
		/*** FIN NUEVAS VARIEDADES ***/
		/*** NUEVAS VARIEDADES CREMAS***/
.prod_new_cremas
{
	float:left;
	padding-bottom:30px;
	width:780px;
}		
.prod_new_cremas h2
{
    background-image: url('../img/titulos/h2_intro_new_variedades_cremas.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:750px;
	height:35px;
	text-indent:-99999px;
	margin:10px 0px;
}
.prod_new_cremas .contenido
{
    background-image: url('../img/productos/cremasSelectas/bg_cremas.jpg');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;   
	position:relative; 
	margin-left: 5px;
    width:772px;
    height:757px;
}
.prod_new_cremas .contenido .bodegon
{
    left: 118px;
    position: absolute;
    top: 145px;    
}
.prod_new_cremas .contenido .bodegon .detalle
{
    display:none;
    background-color: Transparent;   
    background-position: left top;
    background-repeat: no-repeat;
    height: 309px;
    width: 202px;
    position: absolute;
}
.prod_new_cremas .contenido .bodegon .detalle span
{
    text-indent:-9999px;
    display:none;
}
.prod_new_cremas .contenido .bodegon #esparragos
{
    background-image: url("../img/productos/cremasSelectas/dt_esparragos.jpg");    
    left: 180px;   
    top: 30px;    
}
.prod_new_cremas .contenido .bodegon #guisantes
{
    background-image: url("../img/productos/cremasSelectas/dt_guisantes.jpg");
    left: 40px;
    top: -14px;
}
.prod_new_cremas .contenido .bodegon #calabacin
{
    background-image: url("../img/productos/cremasSelectas/dt_calabacin.jpg");
    right: 195px;
    top: 30px;
}
.prod_new_cremas .contenido .bodegon #champi
{
    background-image: url("../img/productos/cremasSelectas/dt_champi.jpg");
    left: -25px;
    top: 84px;
}
.prod_new_cremas .contenido .lnk_video
{
    bottom: 200px;
    left: 28px;
    position: absolute;
}
.prod_new_cremas .contenido .pie
{
    position:absolute;
    bottom:40px;
    left:0px;
    width:772px;
}
.prod_new_cremas .contenido .pie img
{
    float:left;
    display:block;
}
		/*** FIN NUEVAS VARIEDADES CREMAS***/
		/*** LANDING ***/
.prod_index
{
	background-color:Transparent;
	background-image:url('../img/productos/bg_line.gif');
	background-position:center bottom;
	background-repeat:no-repeat;
	float:left;
	padding-bottom:30px;
	width:715px;
}
.prod_index .h2_index
{
	background-image: url('../img/titulos/h2_index.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:425px;
	height:35px;
	text-indent:-99999px;
	margin:10px 0px;
}
.prod_index .cnt_index
{
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	width:440px;
}
.prod_index .cnt_index h3
{
	color:#da001b;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
}
.prod_index .cnt_index p
{
	line-height: 20px;
    margin-right: 20px;
    margin-top: 5px;
}
.prod_index .lista
{
	float:left;
	width:275px;
}
.prod_index .lista img
{
	float:left;
	display:inline;
}
.prod_bodegon
{
	float:right;
	margin-right: 10px;
}
#head_producto
{
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	height:105px;
	float:left;
	position:relative;
	width:792px;
}
#head_producto #dscrpt
{
	position:absolute;
	top:60px;
	left:15px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#252525;
	width:655px;
}
#head_producto #dscrpt_canelones
{
	position:absolute;
	top:50px;
	left:15px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#252525;
	width:655px;
}
#head_producto #dscrpt_otros
{
	position:absolute;
	top:50px;
	left:15px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#252525;
	width:655px;
}
#cnt_prod
{
	background-color:Transparent;
	background-image:url('../img/productos/bg_cnt_prod.png');
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	width:792px;
}
#cnt_prod .colum
{
	background-color:Transparent;
	background-image:url('../img/productos/bg_cnt_prod.png');
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	padding-left: 15px;
    padding-top: 20px;
    width:378px;
}
#cnt_prod .colum h3
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#c1031a;
}
#cnt_prod .colum p
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	padding-bottom: 5px;
}
#cnt_prod .colum_med
{
	float:left;
	margin-left: 15px;
    margin-top: 20px;
    width:450px;
}
#cnt_prod .colum_med h3
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#c1031a;
}
#cnt_prod .colum_med p
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	padding-bottom: 5px;
}
#cnt_prod .colum_pq
{
	float:left;
	margin-left: 15px;
    margin-top: 20px;
    width:275px;
}
#cnt_prod .colum_pq h3
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#c1031a;
}
#cnt_prod .colum_pq p
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	padding-bottom: 5px;
}
#cnt_prod .fila
{
	float:left;
	margin-left: 15px;
    margin-top: 20px;
    width:770px;
}
#cnt_prod .fila h3
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#c1031a;
}
#cnt_prod .fila p
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	padding-bottom: 5px;
}
#cuerpo .carga_images
{
	left: 443px;
    position: absolute;
    text-align: center;
    top: 255px;
}
#cuerpo .carga_images h2
{
	font-family: 'Coming Soon', arial, serif;
	font-size:25px;
	color:#9c0a17;
}
#cnt_prod .imgs_productos
{
	margin-top: 5px;
	position:relative;
	width:100%;
	visibility: hidden;
}
#cnt_prod .imgs_productos div
{
	position:absolute;
	overflow:visible;
}
#cnt_prod .dscript_productos
{
	float:left;
	margin-top:10px;
	width:255px;
}
#cnt_prod .dscript_productos_pq
{
	float:left;
	margin-top:10px;
	width:180px;
}
#cnt_prod .dscript_productos li
{
	font-size:11px;
}
		/*** CROQUETAS ***/
#head_producto.croqueta
{
	background-image:url('../img/productos/bg_prod_croqueta.jpg');
}
#cnt_prod.croqueta .imgs_productos
{
	height:500px;
}
#cnt_prod.croqueta .imgs_productos img
{
	z-index:10 !important;
}
#cnt_prod.croqueta .imgs_productos div
{
	cursor:pointer;
	width:100px;
    height:10px;    
}
#artesana_1, #sabros_1
{
	left: 10px;
    top: 10px;
}
#artesana_2, #sabros_2
{
	right: 66px;
    top: -4px;
}
#artesana_3, #sabros_3
{
	left: 10px;
    top: 200px;
}
#artesana_4, #sabros_4
{
	right: 54px;
    top: 178px;
}
#artesana_5
{
	left: 170px;
    top: 340px;
}
/**********CANELONES******************/

#head_producto.canelones
{
	background-image: url(../img/productos/bg_prod_canelones.jpg);
}
#cnt_prod.canelones .fila .imgs_productos
{
	height:300px;
}
#cnt_prod.canelones .colum .imgs_productos
{
	height:150px;
}
#cnt_prod.canelones .imgs_productos_pq
{
	height:220px;
}

#cnt_prod.canelones .imgs_productos img
{
	z-index:10 !important;
}
#cnt_prod.canelones .imgs_productos div
{
	cursor:pointer;
	width:100px;
    height:10px;    
}

#canelart_1
{
	left: 10px;
    top: 15px;
}
#canelart_2
{
	left: 195px;
    top: 10px;
}
#canelart_3
{
	left: 400px;
    top: 5px;
}
#canelart_4 
{
	left: 590px;
    top: 10px;
}
#canelart_5
{
	left: 10px;
    top: 150px;
}
#canelart_6
{
	left: 195px;
    top: 160px;
}
#canelart_7
{
	left: 400px;
    top: 170px;
}
#canelart_8
{
	left: 590px;
    top: 155px;
}

#micro_1
{
	left: 10px;
    top: 25px;
}
#micro_2
{
	left: 195px;
    top: 10px;
}

#barbacoa_1
{
	left: 5px;
    top: 25px;
}
#barbacoa_2
{
	left: 195px;
    top: 5px;
}
/*** CREMAS SELECTAS ***/
#head_producto.cremas
{
	background-image:url('../img/productos/bg_prod_cremasSelectas.jpg');
}
#head_producto.cremas #dscrpt
{
    top:50px;
}
#cnt_prod.cremas .imgs_productos
{
	height:395px;
}
#cnt_prod.cremas .imgs_productos img
{
	z-index:10 !important;
}
#cnt_prod.cremas .imgs_productos div
{
	cursor:pointer;
	width:100px;
    height:10px;    
}
#crema_1
{
	left: 60px;
    top: 20px;
}
#crema_2
{
	left: 60px;
    top: 210px;
}
#crema_3
{
	right: 230px;
    top: 20px;
}
#crema_4
{
    right: 230px;
    top: 210px;
}
/***************EMPANADILLAS*******************/


#head_producto.empanadillas
{
	background-image: url(../img/productos/bg_prod_empanadillas.jpg);
}

#cnt_prod.empanadillas .imgs_productos
{
	height:235px;
}


#cnt_prod.empanadillas .imgs_productos img
{
	z-index:10 !important;
}
#cnt_prod.empanadillas .imgs_productos div
{
	cursor:pointer;
	width:100px;
    height:10px;    
}
#cnt_prod.empanadillas .div_hover
{
	width:180px !important;
}
#empa_1
{
	left: 45px;
    top: 86px;
}
#empa_2
{
	left: 280px;
    top: 20px;
}
#empa_3
{
	left: 520px;
    top: 100px;
}

/***************EMPANADILLAS*******************/


#head_producto.empanadaGallega
{
	background-image: url(../img/productos/bg_prod_empanadaGallega.jpg);
}

#cnt_prod.empanadaGallega .imgs_productos
{
	height:200px;
}


#cnt_prod.empanadaGallega .imgs_productos img
{
	z-index:10 !important;
}
#cnt_prod.empanadaGallega .imgs_productos div
{
	cursor:pointer;
	width:100px;
    height:10px;    
}
#cnt_prod.empanadaGallega .div_hover
{
	width:180px !important;
}
#empagall_1
{
	left: 280px;
    top: 20px;
}
#cnt_prod.empanadaGallega .dscript_productos {
    float: none;
    margin: 0 auto;
    margin-top: 30px;
}
 /****************CARNES**************************/
 
#head_producto.carne
{
	background-image: url(../img/productos/bg_prod_carnes.jpg);
}

#cnt_prod.carne .imgs_productos
{
	height:590px;
}


#cnt_prod.empanadillas .imgs_productos img
{
	z-index:10 !important;
}
#cnt_prod.empanadillas .imgs_productos div
{
	cursor:pointer;
	width:100px;
    height:10px;    
}

#tradicionales_1
{
	left: -5px;
    top: 5px;
}
#tradicionales_2
{
	left: 140px;
    top: 125px;
}
#tradicionales_3
{
	left: 35px;
    top: 255px;
}

#modernas_1
{
	left: 0px;
    top: 0px;
}
#modernas_2
{
	left: 175px;
    top: 80px;
}
#modernas_3
{
	left: 10px;
    top: 195px;
}
#modernas_4
{
	left: 150px;
    top: 300px;
}
#modernas_5
{
	left: 10px;
    top: 425px;
}

/*********************SALTEADOS************************/
#head_producto.salteados
{
	background-image: url(../img/productos/bg_prod_salteados.jpg);
}

#cnt_prod.salteados .imgs_productos
{
	height:490px;
}


#cnt_prod.salteados .imgs_productos img
{
	z-index:10 !important;
}
#cnt_prod.salteados .imgs_productos div
{
	cursor:pointer;
	width:100px;
    height:10px;    
}

#patata_1
{
	left: -5px;
    top: 5px;
}
#patata_2
{
	left: 140px;
    top: 140px;
}
#patata_3
{
	left: 5px;
    top: 280px;
}

#delicias_1
{
	left: 0px;
    top: 0px;
}
#delicias_2
{
	left: 175px;
    top: 80px;
}
#delicias_3
{
	left: 40px;
    top: 250px;
}

/***************************Otros productos********************/

#head_producto.otros
{
	background-image: url(../img/productos/bg_prod_otros.jpg);
}

#cnt_prod.otros .imgs_productos
{
	height:450px;
}
#cnt_prod.otros .imgs_productos_pq
{
	height:370px;
}

#cnt_prod.otros .imgs_productos img
{
	z-index:10 !important;
}
#cnt_prod.otros .imgs_productos div
{
	cursor:pointer;
	width:100px;
    height:10px;    
}
#cnt_prod.otros .colum .imgs_productos {
    height: 350px;
}
#mediterranea_1
{
	left: 0px;
    top: 0px;
}
#mediterranea_2
{
	left: 140px;
    top: 130px;
}
#mediterranea_3
{
	left: 290px;
    top: 35px;
}
#mediterranea_4 
{
	left: 30px;
    top: 290px;
}
#mediterranea_5
{
	left: 275px;
    top: 280px;
}
#calamares_1 
{
	left: 50px;
    top: 45px;
}
#calamares_2
{
	left: 50px;
    top: 260px;
}

#hojaldre_1
{
	left: -5px;
    top: 10px;
}
#hojaldre_2
{
	left: 150px;
    top: 25px;
}
#hojaldre_3
{
	left: 10px;
    top: 150px;
}
#hojaldre_4
{
	left: 195px;
    top: 150px;
}

#pizza_1
{
	left: -10px;
    top: 20px;
}
#pizza_2
{
	left: 162px;
    top: 40px;
}
#pizza_3
{
	left: 60px;
    top: 185px;
}

/**************** MENÚS ****************/
.menus_cnt
{
	background-color:Transparent;
	background-image:url('../img/productos/bg_line.gif');
	background-position:center bottom;
	background-repeat:no-repeat;
	float:left;
	padding-bottom:30px;
	width:710px;
	height: 350px;
}
.menus_cnt .h2_index
{
	background-image: url('../img/titulos/h2_menus.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:564px;
	height:35px;
	text-indent:-99999px;
	margin:10px 0px;
}
.menus_cnt  .menus_dscrpt
{
	float:left;
	width:100%;
}
.menus_cnt  .menus_dscrpt div
{
	float:left;
}
.menus_cnt  .menus_dscrpt .texto
{
	margin-left:20px;
	height:295px;
	position:relative;
}
.menus_cnt  .menus_dscrpt .texto h3
{
	color: #DA001B;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}
.menus_cnt  .menus_dscrpt .texto p
{
	font-family: Trebuchet MS,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	width:350px;
}
.menus_cnt  .menus_dscrpt .texto p.short
{
	line-height: 16px;
}
.menus_cnt  .menus_dscrpt .texto .img_detalle
{
	position:absolute;
	bottom:-10px;
	left:0px;
}
.menus_cnt #menu2, #menu3, #menu4, #menu5, #menu6, #menu7, #menu8, #menu9
{
	display:none;
}
.menus_tipos
{
	float:left;
	padding-top: 20px;
	width:710px;
}
.menus_tipos .colum, .colum_central
{
	float:left;
	width:206px;
}
.menus_tipos .colum_central
{
	margin:0px 46px;
}
.menus_tipos .item
{
	cursor:pointer;
	float:left;
	margin-bottom:35px;
}
.menus_tipos .item img
{
	float:left;
}
.menus_tipos .item h3
{
	float:left;
	color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-top: 5px;
    width:206px;
}
.menus_tipos .item h3.selected
{
	color: #DA001B;
}
/**************** INI SECCIÓN CONSEJOS ****************/
.bgconsejos
{
	background-image: url(../img/consejos/bg_consejos.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.head_consejos, .foot_consejos, .cnt_consejos
{
	float:right;
}
.head_consejos
{
	background-image: url("../img/consejos/head_hoja.png");
    background-position: right top;
    background-repeat: no-repeat;
}
.foot_consejos
{
	background-image: url("../img/consejos/foot_hoja.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 258px;
    width: 788px;
}
.cnt_consejos
{
	background-image: url("../img/consejos/cuerpo_hoja.png");
    background-position: left bottom;
    background-repeat: repeat;
    min-height: 500px;
    margin-top: 70px;
    width: 788px;
}
.cnt_consejos .div_indent
{
	float:right;
	font-family:Trebuchet MS,Verdana,Arial,sans-serif;
	font-size:12px;
	line-height: 18px;
	margin-right:60px;
	position:relative;
	width:685px;
}
.cnt_consejos p.titulo
{		
	margin-bottom: 20px;
}
.cnt_consejos p.tit_red
{
	color:#b9041a;
	font-weight:bold;
}
.cnt_consejos .rojo
{
	color:#b9041a;
	font-style:italic;
}
.cnt_consejos .rojo_normal
{
	color:#b9041a;
}
.cnt_consejos .texto
{
	float:right;
	margin-right: 45px;
	margin-bottom: 20px;
}

/********* LEYENDAS URBANAS ***************/
.cnt_consejos h2.leyendas
{
	background-image: url('../img/titulos/h2_consejos.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:597px;
	height:35px;
	text-indent:-99999px;
}
.cnt_consejos .texto .dst_cnj
{
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	float: left;
    padding-left: 40px;
    padding-top: 11px;
	width:355px;
}
.cnt_consejos .texto .dst_cnj p
{
	margin-bottom: 8px;
}
.cnt_consejos .texto .punt1
{
	background-image: url('../img/consejos/punt1.png');
}
.cnt_consejos .texto .punt2
{
	background-image: url('../img/consejos/punt2.png');
}
.cnt_consejos .texto .punt3
{
	background-image: url('../img/consejos/punt3.png');
}
.cnt_consejos .texto .punt4
{
	background-image: url('../img/consejos/punt4.png');
}
.cnt_consejos .texto .punt5
{
	background-image: url('../img/consejos/punt5.png');
}
.cnt_consejos .texto .punt6
{
	background-image: url('../img/consejos/punt6.png');
}
.cnt_consejos .texto .punt7
{
	background-image: url('../img/consejos/punt7.png');
}
.cnt_consejos .texto .punt8
{
	background-image: url('../img/consejos/punt8.png');
}
.cnt_consejos .texto .punt9
{
	background-image: url('../img/consejos/punt9.png');
}
.cnt_consejos .txt_left .dst_cnj
{
	float:left;
}
.cnt_consejos .txt_left .img_cnj
{
	float:left;
}
.cnt_consejos .txt_right .dst_cnj
{
	float:right;
}
.cnt_consejos .txt_right .img_cnj
{
	float:right;
}
.cnt_consejos .texto strong
{
	*font-family:Helvetica,Trebuchet MS,Verdana,Arial,sans-serif;
}
/**************** EQUIVALENCIAS Y MEDIDAS ***************/
.cnt_consejos h2.equivalencias
{
	background-image: url('../img/titulos/h2_equivalencias_medidas.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:600px;
	height:35px;
	text-indent:-99999px;
	margin-bottom:10px;
}
.cnt_consejos .tabla_equivalencias
{
	float:left;
	width:600px;
	margin-bottom:60px;
}
.cnt_consejos .tabla_equivalencias p.enum
{
	float: left;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
}
.cnt_consejos .tabla_equivalencias p.valor
{
	color: #DB0026;
    float: left;
    line-height: 24px;
    width: 100%;
}
.cnt_consejos .txt_left .dst_cnj_masas 
{
    float: left;
}
.cnt_consejos .txt_right .dst_cnj_masas 
{
    float: right;
}
.cnt_consejos .texto .dst_cnj_masas  
{
	position: relative;
    width: 355px;
}
.cnt_consejos .texto .dst_cnj_masas .tit_masa
{
	margin-bottom: 10px;
    margin-top: 40px;
}
.cnt_consejos .texto .dst_cnj_masas .img_masa
{
	text-align:center;
}
.cnt_consejos .texto .dst_cnj_masas ul
{
	padding-left: 17px;
	margin-left:17px;
}
.cnt_consejos .texto .dst_cnj_masas li {
    list-style-image: url("../img/consejos/li_consejos.gif");
    list-style-position: outside;
    margin-bottom: 15px;
}
.cnt_consejos .texto .dst_cnj_masas li strong
{
	color:#b9041a;
}
.cnt_consejos .texto .dst_cnj_masas li strong.black
{
	color:#000;
}
.cnt_consejos .texto .dst_cnj_masas .img_masa
{
	text-align:center;
}
.cnt_consejos .texto .dst_cnj_masas .btn_masas
{
	border:none;
	margin-left: 20px;
}
.cnt_consejos .texto .dst_cnj_masas .detalle_empanadillas
{
	position:absolute;
	top:0px;
	right:0px;
}
.cnt_consejos .texto .dst_cnj_masas .detalle_tartaletas
{
	bottom: -60px;
    position: absolute;
    right: -10px;
}
/**************** MASAS ***************/
.cnt_consejos h2.masas
{
	background-image: url('../img/titulos/h2_consejos_masas.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:600px;
	height:35px;
	text-indent:-99999px;
	margin-bottom:10px;
}
/**************** MOLDES ***************/
.cnt_consejos h2.moldes
{
	background-image: url('../img/titulos/h2_consejos_moldes.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:600px;
	height:35px;
	text-indent:-99999px;
	margin-bottom:10px;
}
.cnt_consejos .div_indent .menu_seccion
{
	background-image: url('../img/consejos/bg_menu_seccion.jpg');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	top:3px;
	right:-27px;
	width:187px;
	height:44px;
}
.cnt_consejos .div_indent .menu_seccion ul 
{
	margin-top: 5px;
    padding-left: 25px;
    *margin-left:0px;
}
.cnt_consejos .div_indent .menu_seccion li
{
	list-style:none;
}
.cnt_consejos .div_indent .menu_seccion li a 
{
	text-decoration:none;	
	color:#FFF;
	font-size:12px;	
}
.cnt_consejos .div_indent .menu_seccion li.selected
{
	list-style-image: url("../img/consejos/li_menu_consejos.png");
	*list-style-image: url("../img/consejos/li_menu_consejos_IE.png");
    list-style-position: outside;
}
.cnt_consejos .div_indent .menu_seccion  li.selected a 
{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:12px;	
}
.cnt_consejos .div_indent .intro_moldes
{
	float:left;
	width:100%;
}
.cnt_consejos .div_indent .intro_moldes ul li
{
	list-style-image: url("../img/consejos/li_vist_consejos.png");
	margin-bottom: 10px;
}
.cnt_consejos .div_indent .intro_moldes ul li.no_item
{
	list-style:none;	
	text-decoration:underline:
}
.cnt_consejos .div_indent .pirex
{
	float: left;
    /*margin-left: 40px;*/
    width: 225px;
    position:relative;
}
.cnt_consejos .div_indent .pirex div
{
	position:absolute;
	top:0px;
	right:0px;
	
}
.cnt_consejos .div_indent .content_moldes
{
	float:left;
	margin-top:65px;
	width: 640px;
}
.cnt_consejos .div_indent .content_moldes h1
{
	color: #c12233;
	font-family: Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
}
.cnt_consejos .div_indent .content_moldes h2
{
	font-family: Helvetica,sans-serif;
	font-weight:bold;
}
.cnt_consejos .div_indent .content_moldes ul
{
	padding-left: 17px;
	margin-left:0px;
}
.cnt_consejos .div_indent .content_moldes .colum
{
	margin-bottom: 20px;
}
.cnt_consejos .div_indent .content_moldes ul li
{
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	list-style-image: url("../img/consejos/li_consejos.gif");
    list-style-position: outside;
    margin-bottom: 15px;
}
.cnt_consejos .div_indent .content_moldes ul li.no_item
{
	list-style:none;
	*list-style-image: none;
	margin-bottom:0px;
}
.cnt_consejos .div_indent .content_moldes ul li.guion
{
	list-style-image: url("../img/consejos/li_consejos_guion.png");
    list-style-position: outside;
    font-size: 11px;
    margin-bottom: 0px;
}
.cnt_consejos .div_indent .content_moldes .btn_trucos
{
	text-align:center;
	margin:10px 0px;
}
/**************** FIN SECCIÓN CONSEJOS ****************/
/**************** CONSULTAS FRECUENTES ****************/
#main .responde 
{
	background-image: url(../img/head_cocinera.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #f0f1f3;
	position:absolute;
	color:#868686;
	padding-top:115px;
    padding-left:25px;
    padding-right:25px;
    min-height:274px;
    height: auto !important;
	_height: 274px;	   
	width:466px;
	float:left;
	font-size:12px;
}
#main .responde .condiciones {
	color:#868686;
	font-size:11px;
	font-weight:bold;
	
}
#main .responde .condicionesPeque {
	color:#868686;
	font-size:10px;
}
#main  .responde #lbl_titulo {
	font-weight:bold;
}
#main  .dudas {
	background-color: #d7dfeb;
	background-image: url(../img/txt_dudas.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:15px;
	padding-right:15px;
	float: right;
	padding-top:85px;
	height:304px;
	width: 227px;
	margin-left: 15px;
	font-weight:bold;
	color:#034da2;
	font-size:12px;

}
#main  .dudas a {
	text-decoration: none;
	font-weight:bold;
	color:#034da2;
	font-size:12px;
}

#main  .dudas span {
	font-weight:bold;
	color:#034da2;
	font-size:12px;
}
#main  #resp_footer{
	bottom:25px;
	position:absolute;
	/*width:150px;	*/
}
/**************** FIN CONSULTAS FRECUENTES ****************/

/**************** LOGGIN ****************/
#loggin
{
	background-color:#fbf7e7;
	float:left;
	position:relative;
	width:100%;
	height:388px;
}
#loggin .intro
{
	position:absolute;
	left:50px;
	top:30px;
}
#loggin .intro h1
{
	background-image: url('../img/titulos/h1_identificate.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:500px;
	height:33px;
	text-indent:-99999px;
}
#loggin .intro p
{
	margin-top:20px;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height:18px;
    color:#a33e3b;
	
}
#loggin .intro p a, a.visited
{
	color:#a33e3b;
	font-weight:bold;
}
#loggin .sumariError
{
    left: 250px;
    position: absolute;
    top: 155px;
    width: 300px;
}
#loggin .log
{
	position:absolute;
	top:200px;
	left:200px;
	width: 340px;
}
#loggin .log .row
{
	margin-bottom:5px;
}
#loggin .log .label
{
	float:left;
	font-size:12px;
	font-weight:bold;
	width:80px;
	margin-right:10px;
	margin-top:3px;
	text-align:right;
}
#loggin .log .input
{
	float:left;
	width:245px;
}
#loggin .log .input input
{
	font-size:12px;
	width:240px;
	border:solid 1px #cdcdcd;
	height:auto;
}
#loggin .log .olvido, .enviar
{
	margin-top: 20px;
	text-align:right;
}
#loggin .log .olvido a, a.visited
{
	color:#000;
	margin-right: 10px;
	text-decoration:underline;
}
#loggin .log .enviar .btn_enviar_form
{
	background-image: url('../img/buttons/btn_entrar.jpg'); 
	background-repeat:no-repeat; 
	background-color:Transparent; 
	background-position:center top; 
	width:98px; 
	height:25px;
}
/************* SUBIR RECETA *************/
.cnt_subir
{
	float:left;
	height:850px;
	width:730px;
	background-color:#fbf7e7;
	padding:35px 0px 0px 50px;
}
.cnt_subir .tit_sub h1, .cnt_subir .tit_sub h2, .cnt_subir .tit_sub h3
{
	background-image:url('../img/titulos/header_subir.png');
	background-color:Transparent;
	background-repeat:no-repeat;
	display:block;
	margin:0px;
	text-indent:-99999px;
	width:657px;
	height:21px;
}
.cnt_subir .tit_sub h1
{
	background-position:left top;		
}
.cnt_subir .tit_sub h2
{
	background-position:left -21px;
}
.cnt_subir .tit_sub h3.line1
{
	background-position:left -42px;
}
.cnt_subir .tit_sub h3.line2
{
	background-position:left -63px;
}
.cnt_subir .tit_sub h3.line3
{
	background-image:none;
	margin-top:20px;
	text-indent:0px;
	color: #850002;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    *margin-bottom:20px;
}

.cnt_subir .form_receta
{
	padding:30px 5px 20px 40px;
	color:#474747;
	font-size:10px;
	_width:717px;
	*padding-top:10px;
}
.cnt_subir .form_receta div
{
	float:left;
}	
.cnt_subir .form_receta INPUT.tipo1
{
	width:230px;
	border:solid 1px #cdcdcd;
}
.cnt_subir .form_receta INPUT.tipo2
{
	border:solid 1px #cdcdcd;
}
.cnt_subir .form_receta .radio input
{
	border:medium none;
}
.cnt_subir .form_receta SELECT
{
	background-color: Transparent;
    background-image: url("../img/buscador/bg_search.gif");
    background-position: left top;
    background-repeat: repeat-x;
    border: 1px solid #959595;
    font-size: 11px;
    height: 18px;
	font-family:Arial, Helvetica, sans-serif;
}
.cnt_subir .form_receta .columna_1
{
width:244px;
text-align:right;
margin-right:10px;
float:left;
}

.cnt_subir .form_receta .columna_2
{
	width:270px;
	float:left;
}
.cnt_subir .form_receta .columna_2 SPAN
{
	padding-left:6px;
}
.cnt_subir .form_receta  textarea
{
	margin: 0px 0px 12px 0px;
	border:none;
	width:230px;
	height:90px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:#cdcdcd solid 1px;
}
.cnt_subir .form_receta .margen1
{
	padding:0px 0px 7px 0px;
}
.cnt_subir .form_receta .margen2
{
	padding:22px 0px 7px 260px;
}
.cnt_subir .form_receta .radiobt
{
	border:none;
	vertical-align:-50%;
}
.cnt_subir .form_receta .tenedor IMG
{
	vertical-align:-50%;
	padding-left:3px;
}
.cnt_subir .form_receta .leyenda
{
	color: #ac8c7e;
	margin-top:20px;
	font-size:10px;
	font-weight:bold;
	width:100%;
}
/************* RECETAS MADRE LANDING *************/
.cnt_madre
{
	background-color: Transparent;
    background-image: url("../img/productos/bg_line.gif");
    background-position: center bottom;
    background-repeat: repeat-x;
    float: left;
    padding-bottom: 30px;
    width: 745px;
}
.cnt_madre h2.titulo {
    background-color: Transparent;
    background-image: url("../img/titulos/h2_madres.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    text-indent: -99999px;
    width: 707px;
    margin-bottom:20px;
}
.cnt_madre .head
{
	float:left;
}
.cnt_madre .head div
{
	float:left;
}
.cnt_madre .head .texto
{
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;;
	font-size:13px;
	line-height:20px;
}
.cnt_madre .head .texto p
{
	width:365px;
	margin-bottom:10px;
}
.lista_madre
{
	float:left;
	margin-top:10px;
	width:580px;
}
.lista_madre .listado_recetas
{
	width:600px !important;
}
.lista_madre .listado_recetas .cont_info
{
	width:400px !important;
} 
.lista_madre h3
{
	margin-bottom: 0px !important;
}
.lista_madre h2
{
	margin:0px 0px 10px 0px !important;
}
.cnt_receta_madre .descript_receta .text_receta
{
	min-width:440px;
}
.cnt_receta_madre .descript_receta .volver
{
	background-color: Transparent;
    background-image: url("../img/masas/flecha_volver.gif");
    background-position: left center;
    background-repeat: no-repeat;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 8px;
    padding-left: 10px;
}
.cnt_receta_madre .head_detalle .stars
{
	height:40px;
}
.cnt_receta_madre .head_receta .head_imagen .foot 
{
    background-image: url("../img/recetas/foot_head_basic.jpg") !important;
}
.cnt_allMadres .cont_info h3
{
	margin-bottom: 0px !important;
}
.cnt_allMadres .cont_info h2
{
	margin:0px 0px 10px 0px !important;
}

/********APARTADO ESPECIALES*******************/


/*------------------------------------------*/
/*   INVITADOS
/*------------------------------------------*/

.estructura_tipo3 .invitados {
	background-image:url(../img/invitados_back.jpg);
	background-repeat:repeat-y;
	margin:0;
}
#flashcontent2.invitados
{
	background-image:url(../img/invitados_back.jpg);
	background-repeat:repeat-y;
	float: left;
	margin:0px;
}
#flashcontent2 #hoja_invitados {
	width:811px;
	left: 0px;
	position: relative;
	float: right;
}

#flashcontent2 #hoja_invitados .contenido {
	background-image: url(../img/bg_cuerpo_hoja_invitados5.png);
	background-repeat:  repeat-y;
	background-position: left top;
	font-size:12px;
	width:743px;
	_width:703px;
	margin-left:60px;	
}

#flashcontent2 #hoja_invitados .foot {
	background-image: url(../img/invitados_bg_footer_hoja.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 338px;
	width: 743px;
	margin-left:60px;
}

#flashcontent2 #hoja_invitados .contenido .relleno {
	height: 80px;
}


#form1 #contentBig .estructura_tipo1 #main .estructura_tipo3 #flashcontent2 #hoja_invitados .contenido .entrada_invitados p {
	color: #4d1700;
	text-align: center;
	font-size: 16px   ;
	line-height:16px;
}

#flashcontent2 #hoja_invitados .invitados_head {
	height: 255px;
	width: 810px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../img/invitados-header.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#flashcontent2 #hoja_invitados .contenido .entrada_invitados_surprende {
	line-height:0;
	padding:10px 0px 0px 130px;
}

#flashcontent2 #hoja_invitados .contenido .entrada_invitados {
	color:#660000;
	font-size:14px;
	line-height:14px;
	padding:0 0 0 50px;
	text-align:center;
	width:600px;
}


#invitados
{
	width:743px;
	_width:703px;
	height:62px;
	padding:28px 0px 0px 0px;
}

#flashcontent2 #hoja_invitados .contenido .relleno-header {
	height: 255px;
}

#flashcontent2 #hoja_invitados .contenido .text-right {
	width:300px;
	color: #666666;
	margin-left: 50px;
}

#flashcontent2 #hoja_invitados .contenido .text-right li {
	list-style-position: outside;
	list-style-image: url(../img/li_asterisco.jpg);
}


#flashcontent2 #hoja_invitados .contenido .text-right-invitados {
	color: #333333;
	width: 362px;
}

#invitados-fondant-separador-sensillas {
	margin-bottom: 20px;
}
#invitados_title_entrada {
	font-size: 18px;
	
}

#flashcontent2 #hoja_invitados .contenido .text-right-invitados-lista {
	width:auto;
	color: #333333;
	position:absolute;
	float:left;
	padding:20px 0px 0px 14px;
}

#flashcontent2 #hoja_invitados .contenido .text-right-invitados-lista-ver {
	width:auto;
	color: #333333;
	float:right;
	text-align:right;
	padding:20px 0px 0px 0px;
}


#flashcontent2 #hoja_invitados .contenido .text-mod-fondant {
	width: 300px;
	float:right;
	margin-left: 0px;
	color: #333333;
	font-size: 12px;
}


#flashcontent2 #hoja_invitados .contenido .image-mod-fondant {
	width: 360px;
	position:absolute;
	margin-left: -70px;
	color: #333333;
}


#flashcontent2 #hoja_invitados .contenido #invitados {
	margin-right: 0px;
	margin-left: 0px;
	height:250px;
}



#flashcontent2 #hoja_invitados .contenido #invitados .recetas-sensillas {
	background-image: url(../img/invitados-recetas-sensillas.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	height: 306px;
	width: 590px;
	color: #333333;
	margin:30px 0px 0px 46px;
	display:inline;
}

#flashcontent2 #hoja_invitados .contenido #invitados .recetas-impresionantes {
	background-image: url(../img/invitados-recetas-impresionantes.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	height: 306px;
	width: 590px;
	color: #333333;
	margin:30px 0px 0px 46px;
	display:inline;
}


#flashcontent2 #hoja_invitados .contenido #invitados .mod-fondant {
	background-image: url(../img/invitados_fondant_min.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	height: 434px;
	width:590px;
	color: #666666;
	margin-right: 0px;
	padding: 0px;
	padding-right: 0px;
	margin:0px 0px 0px 46px;
	display:inline;
}

#hoja_invitados ul {
	padding-left:0px;
	padding-top: 10px;
}

#invitados-fondant-separador-entrada {
	margin-bottom: 40px;
}


#flashcontent2 #hoja_invitados .contenido #invitados .recetas-sensillas P{
	font-size:12px;
	padding-left:0;
}

.invitados_lista_receta {
	font-size: 12px;
	color: #000;
	position: absolute;
}
.invitados_lista_recetas_ver {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	float: right;
}

.invitados_lista_recetas_ver2 {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	width: 50px;
}


.invitados_text_right_li {
	list-style-type: none;
	padding-bottom: 0px;
	list-style-position: outside;
	line-height:30px;
	margin:0px;
}

.invitados_recetas_title {
	margin: 0px 0px 0px 14px;
}

.invitados_entrada_title {
	margin: 0px 0px 0px 14px;
}


/*------------------------------------------*/
/*   ESPECIAL TAPAS
/*------------------------------------------*/

.tapas #titulo{
padding:80px 0px 0px 120px;
}
.tapas #pagina {
	position: relative;
	margin: 0 auto;
	width:803px;
	background-image:url(../img/tapas/bg_tapas.gif);
	background-repeat:repeat-y;
	margin:0;
}
.tapas .head{
height:251px;
background:url(../img/tapas/cabecera_tapas.jpg) no-repeat;
}
.tapas #pagina .med{
background:url(../img/tapas/bg_pag.png);
}
.tapas #pagina .foot{
background:url(../img/tapas/finpag.png);
height:260px;
}
.tapas #encabezado{
padding:40px 80px 40px 90px;
font-size:14px;
width:auto;
}
.tapas .bloqueA{
padding:20px 80px 0px 90px;
}

.tapas .bloqueA .col-1{
float:left;
width:214px;
}
.tapas .bloqueA .col-2{
padding-top:25px;
float:left;
width:350px;
font-size:12px;
color:#868686;
}

.tapas .bloqueA .col-2 .bt{
padding-top:30px;
text-align:right;
padding-right:10px;
}

.tapas h3{
font-size:14px;
padding-bottom:2px;
}
.tapas .bloqueB{
padding:20px 80px 0px 90px;
}
.tapas .bloqueB .col-1{
padding-top:25px;
padding-right:10px;
float:left;
width:394px;
font-size:12px;
color:#868686;
}
.tapas .bloqueB .col-1 .bt{
padding-top:30px;
text-align:right;
padding-right:20px;
}
.tapas .bloqueB .col-2{
float:left;
width:182px;
}

.estructura_tipo1 #A .contacta{
	background-color:#ededed;
	padding:20px;
	height:350px;
	width:750px;
}

.estructura_tipo1 #A .contacta .mail
{
	background:URL(../img/mail.png) no-repeat 100px 0px;
	padding-left:200px;
	height:85px; 
	
}

.estructura_tipo1 #A .contacta .telefono
{
	background:URL(../img/telefono.png) no-repeat 150px 0px;
	padding-left:250px;
	height:85px; 
}

.estructura_tipo1 #A .contacta .carta
{
	background:URL(../img/carta.png) no-repeat 200px 0px;
	padding-left:300px;
	height:85px; 
}
.estructura_tipo1 #A .contacta h1
{
	font-size:14px;
	font-weight:bold;
			
}

.estructura_tipo1 #A .contacta a
{
	color:#DB0026;
	text-decoration:underline;
}
.estructura_tipo1 #A .contacta span.text-red
{
	color:#DB0026;
}

.estructura_tipo1 #A .contacta p
{
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold; 
}

.estructura_tipo1 #A .left
{
	float:left;	
	height:240px;
	width:228px;
}

.estructura_tipo1 #A .right
{
	float:right;
	height:240px;
	width:228px;	
}

.estructura_tipo1 #A .right p
{
	color:#DB0026;
	font-size:12px;
	font-weight:bold;
}


/*--------------------------------------------------*/
/*               	CUMPLEAÑOS	  			     	*/
/*--------------------------------------------------*/		

.estructura_tipo3 .cumpleaños
{
	background-image:url(../img/cumplea%C3%B1os_back.gif);
	background-repeat:repeat-y;
	color:#868686;
}
.estructura_tipo3 .cumpleaños STRONG{
color:#db0026;
}
.estructura_tipo3 .cumpleaños H1{
text-indent: -3000px;
margin:0px;
padding:0px;
}
.estructura_tipo3 .cumpleaños H2 {
color:#DB0026;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:18px;
margin:0 0 10px;
width:100%;
}

#hojaCumple h3{
padding-bottom:4px;
}
#hojaCumple {
	position: relative;
	margin-left:40px;
}
	#hojaCumple .head {
		background-image: url(../img/bg_header_hoja2.png);
		background-repeat: no-repeat;
		background-position: bottom left ;
		height: 90px;
		_height: 60px;
		width: 743px;
	}
	#hojaCumple .contenido {
		background-image: url(../img/bg_cuerpo_hoja2.png);
		_background-image: url(../img/bg_cuerpo_hoja.gif);
		background-repeat:  repeat-y;
		background-position: left top;
		width: 743px;
		font-size: 12px;
	}
	#hojaCumple .foot {
		background-image: url(../img/bg_footer_hoja2.png);
		background-repeat: no-repeat;
		background-position: left top;
		height: 212px;
		width: 743px;
	}

#hojaCumple .postit-cumple {
	background-image: url(../img/post-cumple.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 194px;
	width: 245px;
	position: absolute;
	top: 10px;
	left: 20px;
}
#hojaCumple .postit-submenu{
	height: 206px;
	width: 226px;
	position: absolute;
	top: 0px;
	left: 400px;
}
#hojaCumple .contBg{
width:691px;
background:url(../img/bg_cumpleanos1.gif) no-repeat;
_background-repeat: repeat-y;
}
#hojaCumple .contBg2{
width:691px;
background:url(../img/bg_cumpleanos2.gif) no-repeat;
}
#hojaCumple .contBg3{
width:691px;
background:url(../img/bg_cumpleanos3.gif) no-repeat;
}
#contCumple{
	padding:140px 40px 0px 40px;
}
#hojaCumple P.intro {
margin-bottom:17px;
}
#hojaCumple P.intro2 {
margin-bottom:16px;
}

#hojaCumple .boxReceta{
background:url(../img/punto-sep-rojo.gif) top repeat-x;
padding:18px 0px 15px 0px;
$padding:18px 0px 0px 0px;
}
#hojaCumple  .cont_foto{
float:left;
padding-right:15px;
}
#hojaCumple  .cont_info{
width:318px;
float:left;
}
#hojaCumple  .cont_info P{
padding-top:6px;
font-size:11px;
}
#hojaCumple .ver_comentarios2{
		
		min-width:50px;
		float:left;
		color:#db0026;
		padding:8px 10px 0px 0px;
		}
			#hojaCumple .ver_comentarios2 IMG{
			vertical-align:-40%;
			padding-right:3px;
			}
			#hojaCumple .ver_comentarios2 A{
			color:#db0026;
			text-decoration:underline;
			}
		#hojaCumple .bt{
		width:110px;
		float:left;
		padding:10px 0px 0px 0px;
		}
#hojaCumple .text{
width:314px;
float:left;
padding-top:25px;
}	
#hojaCumple .text2{
width:314px;
padding-top:35px;
padding-left:12px;
float:left;
}
#hojaCumple .text3{
width:300px;
padding-top:45px;
padding-left:8px;
float:left;
}
#hojaCumple .text4{
	width:inherit;
	padding-top:50px;
	padding-left:12px;
	float:left;
}
.fotoConsejo{
float:left;
padding-right:10px;
padding-bottom:6px;
}
.fotoConsejo2{
float:right;
padding-left:10px;
padding-bottom:0px;
}
.fotoConsejo3{
float:left;
padding-right:40px;
padding-bottom:10px;
}
.fotoConsejo4{
float:left;
padding-top:10px;
padding-right:30px;
}
#consejosCumple P{
margin-bottom:10px;
margin-left:14px;
}
#consejosCumple STRONG{
color:#868686;
}
#consejosCumple  H3{
font-size:14px;
margin-bottom:6px;
}



#hojaCumple .bloqueDescarga{
padding-left:20px;
}
	#hojaCumple .sep1{
	padding-bottom:40px;
	}
	#hojaCumple .bloqueDescarga  H3{
	font-size:14px;
	margin-bottom:6px;
	}
	#hojaCumple .bloqueDescarga  OL{
	margin:10px 0px 0px 22px;
	line-height:18px;
	padding:0px;
	}
		#hojaCumple .bloqueDescarga  LI{
		margin-bottom:2px;
		font-weight:bold;
		}
		.bloqueDescarga P{
		font-weight:normal!important;
		margin:0px;
		padding:0px;
		}
		.bloqueDescarga STRONG{
		color:#db0026;
		font-weight:bold;
		}
		
		
#hojaCumple .boxPlantillas{
	width:149px;
	float:left;
	padding-top:14px;
}
	#hojaCumple .boxPlantillas IMG{
	padding-bottom:6px;
	}




	#hojaCumple .marg1{	
	margin-left:30px;
	}
	#hojaCumple .marg2{	
	margin-left:12px;
	}
	#hojaCumple .descInv{
	text-align:center;
	}
		#hojaCumple .descInv .invitacion{
			margin-top:35px;
		}
		#hojaCumple .descInv .boton{
			padding-top:20px;
		}
		
		

/*------------------------------------------*/
/*   ESPECIAL EMPANADAS
/*------------------------------------------*/

.estructura_tipo7 .empanadas
{
	background-image:url(../img/Especial_empanadas/Fondo1.jpg);
	/*background-color:#fdeb9a;*/
	background-repeat:repeat-y;
	margin:0;
}
.empanadas #titulo{
padding:50px 0px 0px 60px;
}
.empanadas #pagina {
	position: relative;
	margin: 0 auto;
	width:770px;
}
.empanadas .head{
height:187px;
background:url(../img/Especial_empanadas/bg_head.jpg) no-repeat;
}
.empanadas #pagina .med{
background:url(../img/Especial_empanadas/bg_pag.png);
_background:url(../img/Especial_empanadas/bg_pag.gif);
}
.empanadas #pagina .foot{
background:url(../img/Especial_empanadas/finpag.png);
height:260px;
}
.empanadas #encabezado{
padding:40px 80px 0px 90px;
font-size:14px;
width:auto;
}
.empanadas .bloqueA{
padding:20px 80px 0px 90px;
}

.empanadas .bloqueA .col-1{
float:left;
width:214px;
}
.empanadas .bloqueA .col-2{
padding-top:25px;
float:left;
width:350px;
font-size:12px;
color:#333333;
}
.empanadas .bloqueA .col-2 .bt{
padding-top:30px;
text-align:right;
padding-right:10px;
}

.empanadas h3{
font-size:12px;
padding-bottom:6px;
}
.empanadas .bloqueB{
padding:20px 80px 0px 90px;
}
.empanadas .bloqueB .col-1{
padding-top:25px;
padding-right:10px;
float:left;
width:380px;
font-size:12px;
color:#333333;
}
.empanadas .bloqueB .col-1 .bt{
padding-top:30px;
padding-right:20px;
}
.empanadas .bloqueB .col-2{
float:left;
width:182px;
}

/*--------------------------------------------------*/
/*              ESPECIAL PASCUA      				*/
/*--------------------------------------------------*/
#flashcontent2 #hoja .contenido-pascua {
	width: 743px;
	font-size: 12px;
	background-image:none;
}
.estructura_tipo3 .pascua
{
	background-image:url(../img/pascua_back.jpg);
	background-repeat:repeat-y;
	margin:0;
}
#flashcontent2 #hoja .postit-pascua {
	background-image: url(../img/post_pascua.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 194px;
	width: 245px;
	position: absolute;
	top: 0px;
	left: 20px;
}
#flashcontent2 #hoja .postit-pascua-tipos {
	height: 209px;
	width: 250px;
	position: absolute;
	top: 0px;
	left: 407px;
}
#flashcontent2 #hoja .contenido-pascua .relleno-pascua {
	background-color:#FFFFFF;
	height:170px;
	width:691px;
}
#flashcontent2 #hoja .contenido-pascua .entrada-pascua {
	background-color:#FFFFFF;
	color:#666666;
	line-height:12px;
	padding-bottom:30px;
	padding-left:50px;
	padding-right:70px;
	width:571px;
}
#flashcontent2 #hoja .contenido-pascua #pascua {
	height:450px;
	background-image: url(../img/pascua_content.png);
	background-repeat:no-repeat;
}
#flashcontent2 #hoja .contenido-pascua #pascua h1 
{
	background-image: url(../img/li_pascua.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size:14px !important;
}
#flashcontent2 #hoja .contenido-pascua #pascua .mona {
	color:#666666;
	float:right;
	height:235px;
	padding-top:30px;
	width:430px;
}
#flashcontent2 #hoja .contenido-pascua #pascua .bt {
	float:right;
	padding:10px 50px 0 0;
	width:110px;
}

#flashcontent2 #hoja .contenido-pascua #pascua .p-pascua {
	margin-left:15px;
	margin-right:75px;
	text-align:justify;
	margin-top:7px;
	font-size:11px;
}
#flashcontent2 #hoja .contenido-pascua #pascua .trufa {
	color:#666666;
	float:left;
	height:210px;
	width:430px;
	margin-left:15px;
}
#flashcontent2 #hoja .contenido-pascua-b {
	background-image: url(../img/bg_cuerpo_hoja.png);
	background-repeat:  repeat-y;
	background-position: left top;
	width: 743px;
	_width:692px;
	font-size: 12px;
	_background-color:#FFF;
}
#flashcontent2 #hoja .contenido-pascua-b .relleno-pascua {
	height:190px;
}

#flashcontent2 #hoja .contenido-pascua-b .entrada-deco {
	margin-left: 50px;
	margin-right: 70px;
	color: #666666;
	line-height:12px;
	margin-bottom: 15px;
}

#flashcontent2 #hoja .contenido-pascua-b .entrada-deco h1.huevos
{
	display:inline;
}
#flashcontent2 #hoja .contenido-pascua-b .entrada-deco h2.huevos 
{
	display:inline;
	color:#DB0026;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	margin-bottom:10px;
	_margin-left:5px;
}
#flashcontent2 #hoja .contenido-pascua-b .entrada-deco p.huevos 
{
	margin-top:5px;
	padding-right:25px;
	text-align:justify;
	font-size:11px;
	padding-left:0px;
}

#flashcontent2 #hoja .contenido-pascua-b #Div1 h2.huevos, #Div2 h2.huevos, #Div3 h2.huevos
{
	color:#DB0026;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	margin-bottom:10px;
	background-image: url(../img/li_pascua.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#flashcontent2 #hoja .contenido-pascua-b #Div1 
{
	background-image:url("../img/conejito.png");
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:30px;
}
#flashcontent2 #hoja .contenido-pascua-b #Div1 .conejitos
{
	padding-top:10px;
}
#flashcontent2 #hoja .contenido-pascua-b .text-left-pascua 
{
	color:#666666;
	margin-left:280px;
	_margin-left:150px;
	width:345px;
	text-align:justify;
	font-size:11px;
	float:left;
}
#flashcontent2 #hoja .contenido-pascua-b .text-right-pascua 
{
	color:#666666;
	float:left;
	font-size:11px;
	margin-left:60px;
	_margin-left:30px;
	margin-top: 10px;
	text-align:justify;
	width:345px;
}
#flashcontent2 #hoja .contenido-pascua-b #Div2 
{
	margin-right:90px;
	_width:650px;
	_margin-right:0px;
	
}
#flashcontent2 #hoja .contenido-pascua-b #Div2 #Div2_img
{
	background-image:url("../img/huevos.png");
	background-position:right top;
	background-repeat:no-repeat;
	float:right;
	height:200px;
	width:230px;
}
#flashcontent2 #hoja .contenido-pascua-b #Div3 
{
	background-image:url("../img/metalico.png");
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:30px;
}
#flashcontent2 #hoja .foot-pascua {
	background-image: url(../img/bg_footer_pascua.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	width: 743px;
}
#flashcontent2 #hoja .foot-pascua p
{
	text-align:left;
	vertical-align:text-bottom;
	font-size: 10px;
}



/******* Especial San Valentine************/



.valentin .home{
	width:811px;
	height:458px;
	background:url(../img/valentin/bg_home_valentin.jpg) no-repeat;
	text-align:right;
}
.valentin .ganadores
{
	height:389px;
	background:url(../img/pyrex/pyrex_ganadores_bg.jpg) no-repeat;
	text-align:right;
}
	
.valentin .promo{
	width:811px;
	height:410px;
	background:url(../img/valentin/bg_promo.jpg) no-repeat;
	text-align:right;
	
}
.valentin .home_recetas{
	width:803px;
	height:458px;
	background:url(../img/valentin/bg_recetas.jpg) no-repeat;
	text-align:right;
	
}
.valentin .home_recetas .botones{
	float:right;
	width:600px;
	height:70px;
	margin-top:387px;
	margin-right:120px;
	_margin-right:60px;
}
 .valentin
{
	width:812px;
	height:458px;
	padding-left:0px;
	
}

.valentin .home .recetas{
	float:left;
	margin-top:138px;
	width:305px;
}
.valentin .home .texto img{
	float:left;
}

.valentin .home .texto{
	text-align:right;
	float:left;
	margin-top:200px;
	width:400px;
	_position:relative;
	_left:-15px;
}
.valentin .home .texto a, .valentin .home .texto_alt a{
	font:Helvetica;
	color:#7c3401;
	text-decoration:none;
	font-size:20px;
}
.valentin .home .texto_alt {
	float:right;
	position:relative;
	right:78px;
	text-align:left;
	top:-203px;
}
.valentin .home .texto_alt a strong{
	font-size:22px;
	font-weight:bold;
}

.valentin .volver{
	padding-top:15px;
	margin-right:30px;	
}

.bases{
	background:url(../img/valentin/bg_bases.jpg) repeat-x;
	width:806px;
    height:43px;
	font-size:10px;
	padding-left:5px;
	margin-top:5px;
}

.bases a{
	color:#ed1c24;
}

.valentin .promo .texto{
	text-align:center;
	margin-top:180px;
	font:Helvetica ;
	color:#7c3401;
	font-size:14px;


}

.valentin .promo .texto a{
	color:#7c3401;
	text-decoration:underline;
	
}
.valentin .promo .texto p{
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	
}

.valentin .promo .texto li{
	list-style-type: decimal ;
	color:#e41a4e;
}	

#dest-central .derecha
{
		float:right;
		cursor:pointer;
		width:159px;
		text-align:center ;
		padding-top:13px;
}

#dest-central .derecha a
{		
	color:#ffffff;
	font-size:15px;
}

#dest-central .izquierda h1
{		
	color:#e0121c;
	font-weight:bold;
	font-size:20px;
}

#dest-central .izquierda
{
	float:left;
	cursor:pointer;
	width:546px;
	height:290px;
	/*padding-top:292px;
	padding-left:30px;*/
	font-size:12px;
}
#dest-central #text_dest_cent
{
	color:#FFFFFF;
	float:left;
	font-family:Helvetica;
	font-size:15px;
	font-weight:bold;
	height:70px;
	padding-left:30px;
	padding-top:15px;
	position:relative;
	width:510px;
	cursor:pointer;
}

#dest-central .izquierda a
{
	/*color:#DB0026;*/
	text-decoration:none;
}

#dest-central .textoPek{
	padding:0px 0px 0px 32px;
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
	width:283px;
	height:60px;
}
#dest-central .textoPek A{
	color:#FFFFFF;
}

#dest-central 
{
	background:url(../img/dt_empanadillas_home.jpg) no-repeat 12px 12px;
	width:546px;
    height:365px;	
}


#dest-central h1
{
	font-size:20px;
	font-weight:bold;
}



/***************** MAPA WEB *****************/	
h2.mapa_web
{
	background-image: url('../img/titulos/h2_mapaweb.png');
	background-color:Transparent;
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:650px;
	height:30px;
	text-indent:-99999px;
	margin:10px 0px;
}
.cnt_mapaweb
{
	width:450px;
}
.right_mapaweb
{
	width:270px;
}

.mapaweb
{
	
}

.mapaweb UL.nivel_1{
list-style:none;
margin-left:20px;
list-style-position:inside;
}
	.mapaweb UL.nivel_1 LI{
	margin-bottom:15px;
	color:#db0026;
	font-weight:bold;
	}
	.mapaweb UL.nivel_1 LI A{
	color:#db0026;
	font-weight:bold;
	}
	.mapaweb UL.nivel_1 LI A:hover{
	color:#db0026;
	text-decoration:underline;
	}
	
.mapaweb UL.nivel_2{
line-height:12px;
list-style:none;
margin-bottom:20px;
margin-left:30px;
list-style-position:inside;
}
	.mapaweb UL.nivel_2 LI{
	margin-bottom:10px;
	margin-top:10px;
	font-weight:normal;
	color:#353838;
	font-size:10px;
	}
	.mapaweb UL.nivel_2 LI A{
	color:#353838;
	font-weight:normal;
	}
	.mapaweb UL.nivel_2 LI A:hover{
	text-decoration:underline;
	color:#353838;
	}






/*flascontent2*/

		
#flashcontent2 #hoja .head {
	background-image: url(../img/bg_header_hoja.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 63px;
	width: 743px;
}



#flashcontent2 #hoja .contenido {
	background-image: url(../img/bg_cuerpo_hoja.png);
	_background-image: url(../img/bg_cuerpo_hoja.gif);
	background-repeat:  repeat-y;
	background-position: left top;
	width: 743px;
	font-size: 12px;
}



#flashcontent2 #hoja .foot {
	background-image: url(../img/bg_footer_hoja.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 318px;
	width: 743px;
}




#flashcontent2 #hoja .postit {
	background-image: url(../img/secretos.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 193px;
	width: 239px;
	position: absolute;
	top: 0px;
	left: 90px;
}
#flashcontent2 #hoja {
	position: relative;
	margin: 0 auto;
	width:750px;
}




#flashcontent2 #hoja .contenido .masa_hojaldre {
	background-image: url(../img/truco_foto_1.jpg);
	background-repeat: no-repeat;
	background-position: 320px;
	height: 230px;
	width: 680px;
}
#flashcontent2 #hoja .contenido .relleno {
	height: 80px;
}


#flashcontent2 #hoja .contenido .relleno-moldes {
	height: 190px;
}



#flashcontent2 #hoja .contenido .text-right {
	width:300px;
	color: #666666;
	margin-left: 50px;
}



#flashcontent2 #hoja .contenido .text-right li {
	list-style-position: outside;
	list-style-image: url(../img/li_asterisco.jpg);
}


#flashcontent2 #hoja .contenido .text-right-moldes {
	width:280px;
	color: #666666;
}


#flashcontent2 #hoja .contenido .text-right-moldes li {
	list-style-position: outside;
	list-style-image: url(../img/li_asterisco.jpg);
}



#flashcontent2 #hoja .contenido .masa_brisa {
	background-image: url(../img/truco_foto_2.jpg);
	background-repeat: no-repeat;
	background-position: 50px;
	height: 230px;
}
#flashcontent2 #hoja .contenido .text-left {
	width: 300px;
	margin-left: 330px;
	color: #666666;
}

#flashcontent2 #hoja .foot .masa_tartaletas .text-left {
	width: 300px;
	margin-left: 330px;
	color: #666666;
	font-size: 12px;
}
#flashcontent2 #hoja .contenido .text-left-moldes {
	width: 360px;
	margin-left: 280px;
	color: #666666;
}



#flashcontent2 #hoja .foot .masa_tartaletas .text-left-moldes {
	width: 300px;
	margin-left: 330px;
	color: #666666;
	font-size: 12px;
}
.text-left-moldes li {
	list-style-position: outside;
	list-style-image: url(../img/li_asterisco.jpg);
}
.text-left li {
	list-style-position: outside;
	list-style-image: url(../img/li_asterisco.jpg);
}

#flashcontent2 #hoja .contenido .masa_bizco {
	background-image: url(../img/truco_foto_3.jpg);
	background-repeat: no-repeat;
	background-position: 360px;
	height: 286px;
	width: 680px;
}
#flashcontent2 #hoja .contenido .masa_empanadillas {
	background-image: url(../img/truco_foto_4.jpg);
	background-repeat: no-repeat;
	background-position: 45px;
	height: 264px;
}
.text-left .caja_roja {
	color: #FFFFFF;
	background-color: #db0026;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	height:25px;
	line-height:2;
}
#flashcontent2 #hoja .contenido .masa_empanada {
	background-image: url(../img/truco_foto_5.jpg);
	background-repeat: no-repeat;
	background-position: 400px;
	height: 235px;
	width: 680px;
}
#flashcontent2 #hoja .foot .masa_tartaletas {
	background-image: url(../img/truco_foto_6.jpg);
	background-repeat: no-repeat;
	background-position: 50px;
	height: 221px;
}
#flashcontent2 #hoja .postit-moldes {
	background-image: url(../img/post-moldes.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 194px;
	width: 245px;
	position: absolute;
	top: 0px;
	left: 80px;
}
#flashcontent2 #hoja .postit-moldes-tipos {
	height: 209px;
	width: 250px;
	position: absolute;
	top: 0px;
	left: 350px;
}

#flashcontent2 #hoja .postit-moldes-consigue {
	height: 209px;
	width: 241px;
	position: absolute;
	top: 0px;
	left: 400px;
}
#flashcontent2 #hoja .postit-moldes-prepara {
	height: 209px;
	width: 241px;
	position: absolute;
	top: 0px;
	left: 400px;
}
#flashcontent2 #hoja .contenido .entrada {
	margin-left: 50px;
	margin-right: 70px;
	color: #666666;
	line-height:12px;
	margin-bottom: 50px;
}

#flashcontent2 #hoja .contenido .entrada p {
padding-left:15px;
}

#flashcontent2 #hoja .contenido #molde {
	margin-right: 70px;
	margin-left: 50px;
	height:250px;
}

#flashcontent2 #hoja .foot #molde {
	margin-right: 70px;
	margin-left: 50px;
}



#flashcontent2 #hoja .contenido #molde .molde-bizcochos {
	background-image: url(../img/moldes-bizcochos.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	height: 210px;
	width: 580px;
	color: #666666;
}
#flashcontent2 #hoja .contenido #molde .molde-ceramica {
	background-image: url(../img/moldes-ceramica.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 319px;
	width: 600px;
	color: #666666;
}




#flashcontent2 #hoja .contenido #molde .molde-silicona {
	background-image: url(../img/moldes-silicona.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 325px;
	color: #666666;
}


#flashcontent2 #hoja .foot #molde .molde-brisa {
	background-image: url(../img/moldes-brisa.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 250px;
	width: 250px;
	color: #666666;	
}
#flashcontent2 #hoja .foot #molde .molde-empanadillas {
	background-image: url(../img/moldes-empanadillas.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: right;
	height: 250px;
	width: 250px;
	color: #666666;	
}
#hoja ul {
	padding-left:17px;
	 *margin-left:10px;
}


#hoja .contenido .text-left-equivalencias {
	float: right;
	margin-right: 80px;
	_margin-right: 40px;
	margin-left: 400px;
	color: #666666;
	font-size: 12px;
	height:150px;
	width: 250px;
}
#flashcontent2 #hoja .contenido #tabla {
	background-image: url(../img/tabla.png);
	background-repeat: no-repeat;
	height: 664px;
	width: 495px;
	float: left;
	padding-left: 50px;
	margin-left: 90px;
	_margin-left: 45px;	
}

#flashcontent2 #hoja .contenido #tabla li {
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	color: #FF0000;
	list-style-type: none;
}
#flashcontent2 #hoja .contenido #tabla li.titulo {
	line-height: 50px;
	$margin:5px 0 5px 0;
	font-weight: bold;
	list-style-type: none;
	color: #000000;
}
#flashcontent2 #hoja .postit-equi {
	background-image: url(../img/equi.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 241px;
	width: 598px;
	position: absolute;
	top: 0px;
	left: 80px
}
#leyenda
{
	color: #ac8c7e;
	margin-top:20px;
	font-size:11px;
	font-weight:bold;
}



#flashcontent2 #hoja .contenido .moldes-consigue {
	background-image: url(../img/bg-trucos-conseguir.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 254px;
	width: 614px;
	padding-top: 400px;
	padding-left: 70px;
}
#flashcontent2 #hoja .contenido .prepara {
	background-image: url(../img/moldes-prepara.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 380px;
	width: 630px;
	padding-left: 50px;
	color: #666666;
	font-size: 12px;
}
#txtComent{
	 overflow:hidden; 
}
#txtIngredientes
{
	overflow:hidden; 
}

#txtElaboracion
{
	overflow:hidden; 
}
#receta .text_receta #respondeFicha
{
	background-color:#919292;
	height:45px;
	line-height:16px;
	margin-top:15px;
	padding-left:10px;
	padding-top:5px;			
}


/* estructura 1 */
.estructura_tipo1 #A{
width:509px;
padding:0px 0px 0px 20px;
float:left;
}
	.estructura_tipo1 #A .cont{
	background-color:#ededed;
	padding:0px 0px 0px 0px;
	}
	.estructura_tipo1 #A .margenes{
	padding:0px 25px 10px 24px;
	}
	.estructura_tipo1 #A .margenes2{
	padding:25px 35px 20px 35px;
	}
	.estructura_tipo1 #A .margenes3{
	padding:0px 10px 10px 12px;
	}
	.estructura_tipo1 #A .margenes4{
	padding:0px 10px 0px 12px;
	}
	.estructura_tipo1 #A .margenes5{
	padding:20px 10px 10px 12px;
	}
	
.estructura_tipo1 #B{
width:257px;
padding:0px 0px 0px 14px;
float:left;
}
	.estructura_tipo1 #B .cont{
	background-color:#ededed;
	padding:12px 9px 10px 9px;
	margin: 0px 0px 13px 0px;
	text-align: center;
	}
	.estructura_tipo1 #B .cont2{
	background-color:#ededed;
	padding:12px 12px 10px 12px;
	margin: 0px 0px 13px 0px;
	position:relative;
	}
	
estructura 3 
.estructura_tipo3 {
float: left;
padding-left:20px;
_padding-left:0px;
width:792px;
}



/************** CSS ANTIGUO **************/



/* estructura 2 */	
.estructura_tipo2 #A{
width:431px;
padding:0px 0px 0px 20px;
float:left;
}
	.estructura_tipo2 #A .cont{
	background-color:#ededed;
	padding:16px 10px 10px 12px;
	margin-bottom:15px;
	}
.estructura_tipo2 #B{
width:343px;
padding:0px 0px 0px 18px;
float:left;
}
	.estructura_tipo2 #B .cont{
	background-color:#ededed;
	padding:15px 10px 10px 10px;
	margin: 0px 0px 13px 0px;
	}
	



/* estructura 4 */
.estructura_tipo4{
margin-bottom:15px;
}
.estructura_tipo4 #A{
width:570px;
padding:0px 0px 0px 20px;
_padding:0px 0px 0px 10px;
float:left;
}
	.estructura_tipo4 #A .cont{
	background-color:#d7d7d7;
	padding:12px 12px 12px 12px;
	}
	.estructura_tipo4 #A .margenes{
	padding:0px 25px 10px 24px;
	}
	
	
.estructura_tipo4 #B{
width:206px;
padding:0px 0px 0px 16px;
float:left;
}
	.estructura_tipo4 #B .cont{
	background-color:#d7d7d7;
	padding:12px 12px 12px 12px;
	$padding:12px 12px 10px 12px;
	}
	.estructura_tipo4 #B .contreceta{
	background-color:#d7d7d7;
	padding:12px 12px 12px 12px;
	$padding:12px 12px 10px 12px;
	margin: 0px 0px 11px 0px;
	}
	.estructura_tipo4 #B .receta_semana{
	/*position:absolute;
	left:18px;
	bottom:16px;*/
	margin: -39px 0px 4px 7px;
	$float: left;
	$padding-left: 18px;	
	$margin: -49px 0px 0px 0px;
	}
	
/* estructura 5 */
.estructura_tipo5 #A{
width:472px;
height:219px;
padding:0px 0px 0px 0px;
float:left;
}
	.estructura_tipo5 #A .cont{
	background-color:#d7d7d7;
	height:207px;
	padding:12px 12px 0px 12px;
	}
.estructura_tipo5 #B{
width:472px;
padding:0px 0px 0px 16px;
_padding:0px 0px 0px 8px;
float:left;
}
	.estructura_tipo5 #B .cont{
	background-color:#d7d7d7;
	height:207px;
	padding:12px 12px 0px 12px;
	$padding:12px 12px 0px 12px;
	}
	
/* estructura 6 */
.estructura_tipo6 {
width:792px;
padding:0px 0px 0px 20px;
float:left;
}

/* estructura 7 */
.estructura_tipo7 {
float:right;
_padding-left:0px;
width:812px;
}
DIV.dummyClear {
	clear: both;
	height: 0px;
	font-size: 0.1em;
}
.imprimir{
text-align:right;
margin-right:-18px;
padding:6px 0px 0px 0px;
width: 103%;
}
#content A {
	color: #353838;
	text-decoration: none;
}
#content A:hover {
	color: #353838;
	text-decoration: none;
	text-decoration:underline;
}
.cuadro_blanco{
background-color:#FFFFFF;
margin-top:10px;
padding:10px;
text-align: left;
}
.bot_drch{
text-align:right;
padding-top:10px;
}

.paginacion{
padding:12px 30px 4px 0px;
background:#bebebe;
height:30px;
}
		.paginacion .cont{
		float:right;
		background:#bebebe!important;
		}
		.paginacion SPAN.pag {
		border:solid 1px #393939;
		background:#bebebe;
		width:19px;
		height:18px;
		text-align:center;
		margin:0px 1px;
		display:block;
		float:left;
		}
		.paginacion SPAN.bt {
		margin:0px 1px;
		display:block;
		float:left;
		}
		.paginacion A.pag {
		border:solid 1px #393939;
		background:#bebebe;
		width:19px;
		height:16px;
		text-align:center;
		margin:0px 2px;
		display:block;
		float:left;
		padding-top:2px;
		}
			.paginacion .on{
			background:#FFFFFF!important;
			}
			.paginacion A:hover.pag {
			background:#FFFFFF;
			text-decoration:none!important;
			}




/************* REGISTRO & LOGIN *********/

.verifica a
{
	text-decoration:underline;
}	
.verifica
{
	background-color:#EDEDED;
	float:right;
	margin:auto;
	width:425px;
	color:#333333;
	font-weight:bold;
	text-align:center;
	float:none;
}

.verifica #porqueDni
{
	color:#7f8080;
	font-size:10px;
	text-decoration:none;
}

.verifica #porqueEmail
{
	color:#7f8080;
	font-size:10px;
	text-decoration:none;
}

.verifica h2
{
	color:#db0026;
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	margin:0px 0px 15px 0px;	
}

.login
{
background-color:#EDEDED;
float:right;
margin:auto;
/*margin:5px 22px 0 0;*/
width:400px;
}
.login-pop
{
text-align :center ;
background-color:#EDEDED;
width:300px;
height:120px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}
.login-pop TD
{
	padding-top:15px;
}
.login TD{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#530000;
}
.login A{
color:#000000;
}
.login INPUT{
width:132px;
height:12px;
}




/* ----- Barra navegación ------*/
#barra_navegacion{
width:792px;
margin: 0px auto;
padding:0px 0px 6px 168px;
color:#868686;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:10px;
}
#barra_navegacion A, #barra_navegacion A:hover{
color:#ed1c24;
}
#barra_navegacion .inicio{
color:#ed1c24;
text-decoration:underline;
}
#barranav{
padding-top:11px;
padding-bottom:10px;
}
#barranav .nav{
float:left;
width:148px;
}
#barranav .nav IMG{
padding-right:6px;
vertical-align:-30%;
}
.buscador{
float:right;
width:374px;
padding-top:2px;
}
.buscador IMG{
vertical-align:-50%;
padding-right:10px;
}
.buscador INPUT{
width:190px;
margin-right:4px;
vertical-align:-25%;
}
#barranav .url{
float:left;
width:220px;
padding-top:38px;
}
/*#barranav .url IMG{
padding-left:121px;
}*/


	
	
/*--------------------------------------------------*/
/*          FICHA RECETA							*/
/*--------------------------------------------------*/
#receta IMG.fotoreceta {
float:left;
}
#receta .pastilla_info{
width:110px;
padding:5px 2px 10px 8px;
float:left;
margin-bottom:4px;
background-color:#353838;
font-size:11px;
color:#ffffff;
}
#receta .pastilla_info A{
color:#ff0007;
text-decoration:underline;
}
#receta .pastilla_info IMG{
vertical-align:-50%;
}
#receta .pastilla_info_larga{
width:330px;
padding:5px 2px 10px 8px;
float:left;
background-color:#353838;
font-size:11px;
color:#ffffff;
}
#receta .pastilla_info_larga_video{
width:310px;
padding:5px 2px 10px 8px;
float:left;
background-color:#353838;
font-size:11px;
color:#ffffff;
}
#redesV 
{
	text-align:center;
	float:right;
	padding-right:20px;
}

#receta .pastilla_info_larga A{
color:#ff0007;
text-decoration:underline;

}
#receta .pastilla_info_larga IMG{
vertical-align:-50%;
}

#receta #dificultad IMG{
padding:6px 2px 0px 2px;
}
#receta #dificultad .txt{
width:74px;
float:left;
padding-left:3px;
padding-right:2px;
padding-top:8px;
}
#receta #dificultad .tenedores1
{
background-image:url(../img/tenedores_1.gif);
background-position:center right ;
background-repeat:no-repeat ; 
width:28px;
height:17px; 
float:left;
}
#receta #dificultad .tenedores2
{
background-image:url(../img/tenedores_2.gif);
background-position:center right ;
background-repeat :no-repeat ;
width:28px;
height:17px; 
float:left;
}
#receta #dificultad .tenedores3
{
background-image:url(../img/tenedores_3.gif);
background-position:center right ;
background-repeat :no-repeat ;
width:28px;
float:left;
height:17px; 
}
#receta #valoracion .stars{
margin-left:10px;
margin-top:4px;
height:16px;
width:77px;
background:url(../img/stars_fndoscuro.gif) no-repeat 0 -32px;
}
/*
#receta .text_receta{
padding-bottom:15px;
}
.cuadro_gris_oscuro{
background:#d7d7d7!important;
}
.cuadro_gris_claro{
background:#ededed;
}*/
/* COMENTARIOS */
/*
#comentarios .comentario_box{
padding:20px 0px 20px 0px;
border-bottom:solid 1px #b9b9b9;
}
#comentarios .fin{
border:none;
}
	#comentarios .comentario_box .nombre{
	font-size:12px;
	font-weight:bold;
	}
	#comentarios .comentario_box .fecha{
	font-size:10px;
	}
	#comentarios .comentario_box P{
	margin-top:8px;
	}
	*/
/* COMENTARIOS FORM */
#comentarios_form .condiciones{
font-size:10px;
line-height:15px;
margin-bottom:20px;
}
	#comentarios_form textarea{
	margin: 8px 0px 12px 0px;
	border:none;
	width:435px;
	height:90px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
/* COMENTARIOS OK */
#comentarios_ok P{
margin:10px 0px 16px 0px;
}

/* VOTAR RECETA*/
#votacion .stars{
margin: 15px 0px 20px 0px;
height:16px;
width:77px;
background:url(../img/stars_fndclaro.gif) no-repeat 0 -32px;
}

/* VOTACIÓN OK */

#votacion_ok P{
margin:10px 0px 16px 0px;
}

/* Destacados derecha */
.estructura_tipo1 #B .recetas_relacionadas UL{
margin:10px 10px 10px 25px;
padding:0px;
color:#db0026;
list-style-image:url(../img/list_recetas_relacionadas.gif);
text-align: left;
}
	.estructura_tipo1 #B .recetas_relacionadas LI{
	margin: 0px 0px 10px 0px;
	line-height:16px;
	}
	.estructura_tipo1 #B .recetas_relacionadas A{
	color:#db0026;
	text-decoration:underline;
	}

.estructura_tipo1 #B .bts_recetas_categorias{
padding: 20px 0px 20px 10px;
}	
	.estructura_tipo1 #B .bts_recetas_categorias .drch{
	float:right;	
	}
	.estructura_tipo1 #B .bts_recetas_categorias P{
	margin: 0px 0px 10px 0px;
	
	}
	
.estructura_tipo1 #B .bts_recetas_categorias2{
padding: 8px 0px 0px 0px;
}	
	.estructura_tipo1 #B .bts_recetas_categorias2 .boton{
	padding:6px 0px 10px 0px;
	text-align:right;
	}
	.estructura_tipo1 #B .bts_recetas_categorias2 P{
	margin: 0px 0px 10px 0px;
	
	}
	
	
	
	
/*--------------------------------------------------*/
/*          SUBHOME RECETAS							*/
/*--------------------------------------------------*/
	
.estructura_tipo2 #A .ver_comentarios{
width:150px;
float:left;
padding:30px 0px 0px 0px;
}
	.estructura_tipo2 #A .ver_comentarios IMG{
	vertical-align:-40%;
	padding-right:3px;
	}
	.estructura_tipo2 #A .ver_comentarios A{
	color:#db0026;
	text-decoration:underline;
	}
.estructura_tipo2 #A .botones{
width:256px;
float:left;
text-align:right;
padding:20px 0px 0px 0px;
}
	.estructura_tipo2 #A .botones IMG{
	padding-left:10px;
	}
	
.estructura_tipo2 #listado_recetas .cont_foto{
	width:111px;
	float:left;
	
	padding-right:15px;
}
.estructura_tipo2 #listado_recetas .cont_info{
	width:278px;
	
	float:left;
}


	#listado_recetas #receta{
	padding-bottom:50px;
	min-height:90px;
	}
	#listado_recetas .stars{
	margin: 4px 0px 6px 0px;
	height:16px;
	width:77px;
	background:url(../img/stars_fndclaro.gif) no-repeat 0 -32px;
	}
	#listado_recetas {
	color:#868686;
	}
		#listado_recetas .ver_comentarios2{
		
		min-width:50px;
		float:left;
		color:#db0026;
		padding:8px 10px 0px 0px;
		}
			#listado_recetas .ver_comentarios2 IMG{
			vertical-align:-40%;
			padding-right:3px;
			}
			#listado_recetas .ver_comentarios2 A{
			color:#db0026;
			text-decoration:underline;
			}
		#listado_recetas .bt{
		width:110px;
		float:left;
		padding:10px 0px 0px 0px;
		}
		.tit_videoreceta {
		padding-bottom:5px;
		}
		
		
		
	.estructura_tipo2 #B .ver_comentarios{
	width:140px;
	float:left;
	padding:13px 0px 0px 0px;
	}
		.estructura_tipo2 #B .ver_comentarios IMG{
		vertical-align:-40%;
		padding-right:3px;
		}
		.estructura_tipo2 #B .ver_comentarios A{
		color:#db0026;
		text-decoration:underline;
		}
	.estructura_tipo2 #B .botones{
	width:180px;
	float:left;
	text-align:right;
	padding:2px 0px 0px 0px;
	}
		.estructura_tipo2 #B .botones IMG{
		padding-left:10px;
		}
	
	
	
	.estructura_tipo2 #B .bts_recetas_categorias{
	padding: 20px 0px 20px 10px;
	}	
		.estructura_tipo2 #B .bts_recetas_categorias .drch{
		float:right;	
		}
		.estructura_tipo2 #B .bts_recetas_categorias P{
		margin: 0px 0px 10px 0px;
		
		}
		
	.estructura_tipo2 #B .bts_recetas_categorias2{
	padding: 8px 0px 0px 10px;
	}	
		.estructura_tipo2 #B .bts_recetas_categorias2 .boton{
		padding:6px 0px 10px 0px;
		text-align:right;
		}
		.estructura_tipo2 #B .bts_recetas_categorias2 P{
		margin: 0px 0px 10px 0px;
		
		}
		
		
		
/*--------------------------------------------------*/
/*          TODAS LAS RECETAS						*/
/*--------------------------------------------------*/

.estructura_tipo1 #A .title{
float:left;
width:360px;
padding: 20px 0px 0px 0px;
}
	.estructura_tipo1 #A .title .subtit{
	padding:16px 0px 0px 0px;
	
	}
.estructura_tipo1 #A .estrella{
float:left;
width:125px;
}
#Repeater1 input
{
height:20px;	
}


.estructura_tipo1 #listado_recetas .cont_foto{
	width:111px;

	float:left;
	padding-right:19px;
	height:111px;
}
.estructura_tipo1 #listado_recetas .cont_info{
	width:345px;
	
	float:left;
	margin-bottom:15px; 
}
	.estructura_tipo1 #listado_recetas .cont_info .cA{
	width:170px;
	padding-right:10px;
	float:left;
	}
	.estructura_tipo1 #listado_recetas .cont_info .cB{
	width:165px;
	float:left;
	}


/*--------------------------------------------------*/
/*          LAS 10 MÁS VOTADAS  					*/
/*--------------------------------------------------*/

.estructura_tipo1 #B .receta_semana{
	position:absolute;
	left:25px;
	top: 190px;
}

.visitadas
{
	color:#DB0026;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}


/*--------------------------------------------------*/
/*          BUSCADOR DE RECETAS  					*/
/*--------------------------------------------------*/

#A .tit{
padding:16px 0px 5px 0px;
}
	#A .tit IMG{
	padding:0px 0px 6px 0px;
	}
	
#A #busca_receta{
background:#d7d7d7!important;
padding:18px 10px 18px 10px;
font-size:12px;
color:#000000;
font-weight:bold;
}
	#A #busca_receta INPUT{
	border:none;
	vertical-align:middle;
	}
	#A #busca_receta P{
	padding:0px 0px 16px 4px;
	}
	#A #busca_receta P.n1{
	padding:0px 0px 16px 0px!important;
	}
	#A #busca_receta SELECT{
	height:18px;
	border:none;
	}
	#A #busca_receta .bot{
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 4px!important;
	}
	#A #busca_receta INPUT.campotexto{
	width:200px;
	}
	
.estructura_tipo1 #listado_recetas .titulo{
	width:111px;
	float:left;
	padding:0px 19px 14px 0px;
}
.estructura_tipo1 #listado_recetas .resultados{
	width:345px;
	float:left;
	font-size:14px;
	color:#db0026;
	font-weight:bold;
	padding:4px 0px 0px 0px;
}

/*------RATING---*/
.rate
{
	padding-bottom:13px;
	padding-top:10px;	
}
.rating
{
background-repeat:no-repeat;
cursor:pointer;
display:block;
font-size:0;
height:15px;
margin:0;
padding:0;
width:17px;
}

.filled_rating
{
	background-image:url(../img/stars_on.gif) ;
}
.empty_rating
{
	background-image:url(../img/stars_off.gif) ;
}
.filled_rating2
{
	background-image:url(../img/stars2_on.gif) ;
}
.empty_rating2
{
	background-image:url(../img/stars2_off.gif) ;
}
/*--------------------------------------------------*/
/*          ALTA                					*/
/*--------------------------------------------------*/

.cont_registro{
background:#FFFFFF;
margin:20px 15px 20px 15px;
padding:30px 5px 20px 40px;
color:#db0026;
font-weight:bold;

}	.cont_registro INPUT.tipo1{
	width:210px;
	border:solid 1px #6e6e6e;
	}
	.cont_registro SELECT{
	border:solid 1px #6e6e6e;
	height:18px;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	}
	.cont_registro .columna_1{
	width:134px;
	float:left;
	}
	
	.cont_registro .columna_2{
	width:270px;
	float:left;
	}
	.columna_2 SPAN{
	padding-left:6px;
	}
	.cont_registro .margen1{
	padding:0px 0px 4px 0px;
	}
	.cont_registro .margen2{
	padding:22px 0px 4px 0px;
	}
	.cont_registro .margen3{
	padding:0px 0px 2px 0px;
	}
	.cont_registro .margen4{
	padding:19px 0px 4px 0px;
	}
	.cont_registro .margen5{
	padding:19px 0px 4px 0px;
	$padding:19px 0px 4px 14px;
	}
	.cont_registro .margen6{
	padding:0px 0px 4px 0px;
	$padding:0px 0px 4px 14px;
	}
	.cont_registro .margen7{
	padding:10px 0px 4px 0px;
	}
	.cont_registro .preguntalink{
	font-size:9px!important;
	color:#353838;
	padding:0px 0px 0px 0px;
	$padding:0px 0px 0px 18px;
	}
		.cont_registro .preguntalink A{
		text-decoration:underline!important;
		}
	.cont_registro .txt_pek{
	font-size:9px;
	font-weight:normal;
	}
	.cont_registro .aclaracion{
	width:366px;
	color: #353838;
	font-weight:normal;
	font-size:9px;
	padding:25px 0px 0px 0px;
	
	}
	.cont_registro .aviso{
	width:194px;
	float:left;
	font-size:10px!important;
	color:#353838;
	}
		.cont_registro .aviso INPUT{
		border:none!important;
		vertical-align:middle;
		}
		.cont_registro .aviso A{
		color:#353838;
		text-decoration:underline!important;
		}
	
	.cont_registro .boton{
	width:152px;
	$width:168px;
	float:left;
	padding:13px 0px 0px 0px;
	text-align:right;
	}
	.cont_registro .aclaracion2{
	width:366px;
	color: #353838;
	font-weight:normal;
	font-size:9px;
	padding:12px 0px 0px 0px;
	}
	.txt_registro{
	padding:10px 0px 0px 17px;
	}
	
/*--------------------------------------------------*/
/*          FICHA VIDEO-RECETA						*/
/*--------------------------------------------------*/


/*--------------------------------------------------*/
/*          TODAS LAS VIDEO-RECETA					*/
/*--------------------------------------------------*/
.estructura_tipo1 #listado_recetas .cont_frame{
	width:111px;
	float:left;
	padding-right:19px;
	position:relative;
}
.estructura_tipo1 #listado_recetas .play{
position:absolute;
left:30px;
top:34px;

}

/*--------------------------------------------------*/
/*              04 NUESTRAS MASAS      				*/
/*--------------------------------------------------*/


#flashcontent2.cont
{
	background-image:url(../img/trucos_back.jpg);
	background-repeat:repeat-y;
	margin:0;
}
/*especial otoño*/
#flashcontent2.cont_otoño
{
	background-image: url(../img/otono/Fondo_03.jpg);
	background-repeat:repeat-y;
	height:2400px
	margin:0;
}

/*especial verano*/
#flashcontent2.cont_verano
{
	background-image: url(../img/verano_back.jpg);
	background-repeat:repeat-y;
	margin:0;
}



/* ___________ interiores  __________*/
.masas .interiores{
position:relative;
}

.masas .interiores .margenes1{
padding: 44px 0px 0px 60px;
}
.masas .interiores .margenes2{
padding: 0px 0px 0px 60px;
}
.masas .interiores .margenes3{
padding: 20px 0px 0px 60px;
}
.masas .interiores .margenes4{
padding: 20px 60px 0px 0px;
}
.masas .interiores .margenes5{
padding: 120px 130px 0px 0px;
}
.masas .interiores .margenes6{
padding-top:10px;
padding-left: 200px;	
}
	/*hojaldre*/
	.masas .hojaldre{
	width:792px;
	height:439px;
	background:url(../img/bg_hojaldre.jpg) no-repeat;
	}
	.masas .hojaldre .info{
	padding-top:27px;
	}
	.masas .hojaldre .bts
	{
	height:57px;
	width:253px;
	padding-top:280px;
	}
	.masas .hojaldre .bts P{
	margin-top:11px;
	}
	.masas .hojaldre .foot{
	position:absolute;
	bottom:10px;
	left:670px;
	}
	.masas .hojaldre .apunte{
		padding-left:60px;
		padding-top:65px;
	}
	.masas .hojaldre .apunte img 
	{
		margin-right:10px;
		
	}
		/*hojaldre_extendida*/
		.masas .hojaldre_extendida{
		margin-top:15px;
		width:792px;
		height:330px;
		background:url(../img/bg_hojaldre_extendida.jpg) no-repeat;

		}
		.masas .hojaldre_extendida .info{
		padding-top:27px;
		}
		.masas .hojaldre_extendida .bts{
		width:250px;
		padding-top:18px;
		}
		.masas .hojaldre_extendida .bts IMG{
		padding-right:4px;
		}
		.masas .hojaldre_extendida .bts P{
		margin-top:11px;
		}
		.masas .hojaldre_extendida .foot{
		position:absolute;
		bottom:17px;
		left:192px;
		}
		.masas .hojaldre_extendida .apunte{
		position:absolute;
		right:230px;
		top:94px;
		}
		
		
		/*hojaldre_para_extender*/
		.masas .hojaldre_para_extender{
		margin-top:15px;
		width:792px;
		height:330px;
		background:url(../img/bg_hojaldre_para_extender.jpg) no-repeat;
		}
		.masas .hojaldre_para_extender .info{
		padding-top:27px;
		}
		.masas .hojaldre_para_extender .bts{
		padding-top:245px;
		}
		.masas .hojaldre_para_extender .bts IMG{
		padding-right:4px;
		}
		.masas .hojaldre_para_extender .bts P{
		margin-top:11px;
		}
		.masas .hojaldre_para_extender .foot{
		position:absolute;
		bottom:17px;
		left:192px;
		}
		.masas .hojaldre_para_extender .apunte{
		position:absolute;
		right:62px;
		top:210px;
		}
	
	/*empanadillas*/
	.masas .empanadillas{
	width:792px;
	height:437px;
	background:url(../img/bg_empanadillas.jpg) no-repeat;
	}
	.masas .empanadillas .info{
	padding-top:27px;
	}
	.masas .empanadillas .bts
	{
	height:57px;
	width:253px;
	padding-top:280px;
	}
	.masas .empanadillas .bts P{
	margin-top:11px;
	}
	.masas .empanadillas .foot{
	position:absolute;
	bottom:10px;
	left:670px;
	}
	.masas .empanadillas .apunte{
	padding-left:60px;
	padding-top:65px;
	}
	.masas .empanadillas .apunte img 
	{
		margin-right:10px;
		
	}
	
	/*empanada*/
	.masas .empanada{
	width:792px;
	height:418px;
	background:url(../img/bg_empanada.jpg) no-repeat;
	}
	.masas .empanada .info{
	padding-top:27px;
	}
	.masas .empanada .bts
	{
	height:57px;
	width:253px;
	padding-top:260px;
	}
	.masas .empanada .bts P{
	margin-top:11px;
	}
	.masas .empanada .foot{
	bottom:10px;
	left:670px;
	position:absolute;
	}
	.masas .empanada .apunte{
	padding-left:60px;
	padding-top:65px;
	}
	.masas .empanada .apunte img 
	{
		margin-right:10px;
		
	}
	
	/*bizcocho*/
	.masas .bizcocho{
	width:792px;
	height:421px;
	background:url(../img/bg_bizcocho.jpg) no-repeat;
	}
	.masas .bizcocho .info{
	padding-top:27px;
	}
	.masas .bizcocho .bts
	{
	height:57px;
	width:253px;		
	padding-top:270px;
	}
	.masas .bizcocho .bts P{
	margin-top:11px;
	}
	.masas .bizcocho .foot{
	bottom:10px;
	left:670px;
	position:absolute;
	}
	.masas .bizcocho .apunte{
	padding-left:60px;
	padding-top:55px;
	}
	.masas .bizcocho .apunte img 
	{
		margin-right:10px;
		
	}
	
	/*brisa*/
	.masas .brisa{
	width:792px;
	height:409px;
	background:url(../img/bg_brisa.jpg) no-repeat;
	}
	.masas .brisa .info{
	padding-top:27px;
	}
	.masas .brisa .bts
	{
	height:57px;
	width:253px;		
	padding-top:260px;
	}
	.masas .brisa .bts P{
	margin-top:11px;
	}
	.masas .brisa .foot{
	bottom:10px;
	left:670px;
	position:absolute;
	}
	.masas .brisa .apunte{
	padding-left:60px;
	padding-top:55px;
	margin-bottom:10px;
	}
	.masas .brisa .apunte img 
	{
		margin-right:10px;
	}
	
	/*brisa_quebrada*/
	.masas .brisa_quebrada{
		margin-top:15px;
		width:792px;
		height:330px;
		background:url(../img/bg_brisa_quebrada.jpg) no-repeat;
		}
		.masas .brisa_quebrada .info{
		padding-top:27px;
		}
		.masas .brisa_quebrada .bts{
		width:250px;
		padding-top:18px;
		}
		.masas .brisa_quebrada .bts IMG{
		padding-right:4px;
		}
		.masas .brisa_quebrada .bts P{
		margin-top:11px;
		}
		.masas .brisa_quebrada .foot{
		position:absolute;
		bottom:17px;
		left:192px;
		}
		.masas .brisa_quebrada .apunte{
		position:absolute;
		right:267px;
		top:79px;
		}
	
	/*fondant*/
	.masas .fondant{
	width:792px;
	height:389px;
	background:url(../img/bg_fondant.jpg) no-repeat;
	}
	.masas .fondant .info{
	padding-top:27px;
	}
	.masas .fondant .bts{
	height:57px;
	width:253px;	
	padding-top:245px;
	}
	.masas .fondant .bts P{
	margin-top:11px;
	}
	.masas .fondant .foot{
	position:absolute;
	bottom:10px;
	left:670px;
	}
	.masas .fondant .apunte{
		padding-left:60px;
		padding-top:50px;
	}
	.masas .fondant .apunte img 
	{
		margin-right:10px;
		
	}
	.masas .fondant .volver{
	position:absolute;
	right:88px;
	bottom:10px;
	
	}
	
	/*tartaletas*/
	.masas .tartaletas{
	width:730px;
	height:389px;
	background:url(../img/bg_tartaletas.jpg) no-repeat;
	text-align:right;
	padding-left:60px;
	}
	.masas .tartaletas .registro
	{
		width:260px;
		height:120px;
		background-color:#ffffff;
		border-style:solid;
		border-width:2px;
		border-color:#4c4226;		
		margin-bottom:10px;	

	}
	
	.masas .tartaletas .caja_registro
	{
		float:left;
	}
	
	.masas .tartaletas .labels{
		width:50px;
		height:40px;
		padding-left:20px;
		padding-top:20px;
		float:left;
	}
	.masas .tartaletas .text_box{
		padding-right:60px;
		padding-top:20px;
		float:right;
	}
	.masas .tartaletas .check
	{
		padding-left:20px;
		float:left;
		padding-top:10px;	
	}
	
	.masas .tartaletas input{
		margin-bottom:5px;
	}
	.masas .tartaletasHome{
		width:791px;
		height:420px;
		background:url(../img/bg_tartaletas_home.jpg) no-repeat;
	}
	.masas .tartaletasHome .info{
		padding-top:27px;
	}
	.masas .tartaletasHome .bts{
		height:57px;
		width:253px;
		padding-top:245px;
	}
	.masas .tartaletasHome .bts P{
		margin-top:11px;
	}
	.masas .tartaletasHome .solicitud{
		position:absolute;
		bottom:50px;
		left:680px;
	}
	.masas .tartaletasHome .apunte{
		position:absolute;
		right:325px;
		bottom:40px;
	}
	.masas .tartaletasHome .apunte img 
	{
		margin-right:10px;
		
	}




	

			
	/* Las recetas participantes */
	.promo .participantes{
	padding: 21px 15px 0px 15px;
	
	}
	.participantes .titulo IMG{
	padding-bottom:15px;
	float:left;
	}
	.participantes .buscar{
	float:left;
	width:290px;
	padding:8px 0px 15px 60px;
	}
		.participantes .buscar IMG{
		vertical-align:-20%;
		padding-right:14px;
		}
		.participantes .buscar SELECT{
		height:18px;
		border:none!important;
		width:203px;
		}
		/*tabla*/
		#tabla_particip {
		background:#FFFFFF!important;
		font-size:13px;
		line-height:12px;
		font-weight:bold;
		}
		#tabla_particip TD{
		padding-left:16px;
		vertical-align:top;
		}
		#tabla_particip P{
		margin-bottom:13px;
		}
		
		#tabla_particip TR.tit TD{
		background:#cfcfcf!important;
		height:26px;
		_height:26px;
		padding-top:8px;
		}	
		#tabla_particip TD.fin{
		height:14px;
		}
		#tabla_particip TR.fila1 TD{
		padding-top:15px;
		}
		#tabla_particip .cuadro2{
		background:#FFFFFF!important;
		padding:16px 16px 16px 16px;
		color:#474747;
		font-size:13px;
		font-weight:bold;
		height:30px;
		}	
		
		/*paginacion beige */
		.paginacion_b{
		padding:12px 30px 4px 0px;
		background:#ebe7e2;
		height:30px;
		}
		.paginacion_b .cont{
		float:right;
		background:#ebe7e2!important;
		}
		.paginacion_b SPAN.pag {
		border:solid 1px #393939;
		background:#ebe7e2;
		width:19px;
		height:18px;
		text-align:center;
		margin:0px 1px;
		display:block;
		float:left;
		}
		.paginacion_b SPAN.bt {
		margin:0px 1px;
		display:block;
		float:left;
		}
		.paginacion_b A.pag {
		border:solid 1px #393939;
		background:#ebe7e2;
		width:19px;
		height:16px;
		text-align:center;
		margin:0px 2px;
		display:block;
		float:left;
		padding-top:2px;
		}
			.paginacion_b .on{
			background:#FFFFFF!important;
			}
			.paginacion_b A:hover.pag {
			background:#FFFFFF;
			text-decoration:none!important;
			}
			
			

	
	
	
	
	
	
/*--------------------------------------------------*/
/*               	MIS ACCIONES	  				*/
/*--------------------------------------------------*/		

	/* MIS ACCIONES */
	#acciones .pestanas IMG{
	padding-right:2px;
	
	}
	#acciones .cont_pestanas{
	background:#d7d7d7!important;
	padding:20px 15px 20px 15px;
	}
	#acciones .titulo{
	padding: 19px 0px 20px 12px;
	}
	#acciones .mivoto{
	font-size:13px;
	font-weight:bold;
	color:#db0026;
	}
	#acciones .cont_comentario{
	width:100%;
	padding-bottom:18px;
	}
		#acciones .comentario{
		width:366px;
		float:left;
		padding-bottom:8px;
		color:#353838!important;
		}
		#acciones .boton{
		width:97px;
		float:left;
		text-align:right;
		padding-top:6px;
		padding-left:10px;
		}
		#acciones .box_comentario{
		background:#ededed;
		padding:8px 15px 12px 12px;
		width:auto;
		}
		#acciones .micomentario{
		font-size:13px;
		font-weight:bold;
		color:#db0026;
		}
		#acciones .fecha{
		font-size:10px;
		color:#db0026;
		}
		#acciones .fecha2{
		font-size:10px;
		}
		#acciones .txt_comentario{
		padding:10px 0px 2px 0px;
		}
		#acciones .fecha_validado{
		padding-top:12px;
		text-align:right;
		font-size:10px;
		}
		
	#listado_acciones #receta{
	padding-bottom:17px;
	}
	#listado_acciones .stars{
	margin: 4px 0px 6px 0px;
	height:16px;
	width:77px;
	background:url(../img/stars_fndclaro.gif) no-repeat 0 -32px;
	}
	#listado_acciones {
	color:#353838;
	}
		#listado_acciones .ver_comentarios2{
		
		min-width:50px;
		float:left;
		color:#db0026;
		padding:8px 10px 0px 0px;
		}
			#listado_acciones .ver_comentarios2 IMG{
			vertical-align:-40%;
			padding-right:3px;
			}
			#listado_acciones .ver_comentarios2 A{
			color:#db0026;
			text-decoration:underline;
			}
		#listado_acciones .bt{
		width:110px;
		float:left;
		padding:10px 0px 0px 0px;
		}
	#listado_acciones .cont_foto{
	width:111px;
	float:left;
	padding-right:19px;
	height:111px;
	}
	##listado_acciones .cont_info{
		width:345px;
		float:left;
		margin-bottom:15px; 
	}
		#listado_acciones .cont_info .cA{
		width:170px;
		padding-right:10px;
		float:left;
		}
		#listado_acciones .cont_info .cB{
		width:165px;
		float:left;
		}
	
	#acciones  .separador{
	text-align:center;
	padding-bottom:18px;
	}
	
	/*recetas enviadas*/
	#recetasenviadas{
	padding:8px 0px 0px 6px;
	}
	#recetasenviadas .texto{
	padding:8px 0px 0px 0px;
	}
	#recetasenviadas .fecha_box{
	width:155px;
	float:left;
	font-size:10px;
	padding-top:18px;
	}
	#recetasenviadas .boton_box{
	width:150px;
	float:left;
	padding-top:15px;
	
	padding-left:12px;
	}
		
	/* registro */
	
	#moldes
	{
		background:url(../img/txt_moldes.jpg) no-repeat;
		width:246px;
		height:62px;
		padding-left:20px;
		padding-top:17px;
		margin:0 auto;	
	}





