/***** TABLA DE RECETAS GENÃƒÆ’Ã¢â‚¬Â°RICA *****/
table.recetasGen {
    width: 100%;
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; 
    padding: 0px;
    width: 100%;
}
table.recetasGen.sopas caption {background: url(/css/cssRecetas/i/iconosRecetas/sopas_.png) no-repeat 97% center !important;}
table.recetasGen.pescado caption {background: url(/css/cssRecetas/i/iconosRecetas/pescado_.png) no-repeat 97% center !important;}
table.recetasGen.carne caption {background: url(/css/cssRecetas/i/iconosRecetas/carne_.png) no-repeat 97% center !important;}
table.recetasGen.huevo caption {background: url(/css/cssRecetas/i/iconosRecetas/huevo_.png) no-repeat 97% center !important;}
table.recetasGen.pastas caption {background: url(/css/cssRecetas/i/iconosRecetas/pastas_.png) no-repeat 97% center !important;}
table.recetasGen.postres caption {background: url(/css/cssRecetas/i/iconosRecetas/postres_.png) no-repeat 97% center !important;}
table.recetasGen.arroz caption {background: url(/css/cssRecetas/i/iconosRecetas/arroz_.png) no-repeat 97% center !important;}
table.recetasGen.verduras caption {background: url(/css/cssRecetas/i/iconosRecetas/verduras_.png) no-repeat 97% center !important;}
table.recetasGen.legumbres caption {background: url(/css/cssRecetas/i/iconosRecetas/legumbres_.png) no-repeat 97% center !important;}
 
table.recetasGen *{vertical-align:top;text-align:left;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; float:left; display:block; width:100%; margin:0!important; padding:0 !important; background:none !important; font-family: Arial; font-size: 1em; text-indent:0 !important;}
table.recetasGen thead { border-top: 1px solid black; border-left: 1px dotted #c3c3c3; border-right: 1px dotted #c3c3c3; border-bottom: 1px solid #c3c3c3;}
table.recetasGen tbody{border-left: 1px dotted #c3c3c3; border-right: 1px dotted #c3c3c3;border-bottom: 1px solid #c3c3c3;}
table.recetasGen caption {font-size: 1.7em;margin-bottom: 0px !important;width: 100%;min-height: 54px;font-family: RTVEFontR;font-weight: bold;color: black;vertical-align: middle;float: left;padding-top: 20px !important;padding-right: 100px !important;}
table.recetasGen th#ingredientes, table.recetasGen td[headers="ingredientes"]{ width:30%;}
table.recetasGen th#preparacion, table.recetasGen td[headers="preparacion"]{ width:70%; padding:5px !important;}
table.recetasGen th#ingredientes, table.recetasGen th#preparacion{ 
	font-size: 1em !important; text-align: left; font-weight: bold; font-family: Arial; color: black; padding: 5px !important; line-height: 2em;
	background: none repeat scroll 0 0 #F2F2F2 !important;
}
table.recetasGen th#ingredientes,table.recetasGen th#preparacion{ *background-color:#751010 !important;}
table.recetasGen td[headers="ingredientes"]{padding:10px !important;}
table.recetasGen td[headers="ingredientes"] li{color: black !important;font-size: .9em !important;line-height: 1.2em;padding: 0 !important;text-align: left;}
table.recetasGen td[headers="preparacion"] {border-left: 1px dotted #C3C3C3; padding:0px !important}
table.recetasGen td[headers="preparacion"] li{
	font-size:.9em !important; text-align:left;line-height:1.2em; padding:10px !important; border-bottom:1px solid #c3c3c3; color:black;
	display: list-item !important;list-style-type: decimal !important;list-style-position: inside !important;
}
table.recetasGen td[headers="preparacion"] li:last-child{border-bottom:none;}
table.recetasGen td[headers="preparacion"] ol{ list-style-type:decimal !important;}
table.recetasGen td[headers="preparacion"] ol li{*width:98% !important;}
table.recetasGen script{display:none !important}
table.recetasGen th .video a{color:white!important; padding:5px !important}
table.recetasGen th .video {background:url("i/iconosRecetas/video.png") left center no-repeat !important;padding-left:22px !important}
table.recetasGen a.close{color: #F2F2F2;
background: #999 !important;
display: block !important;
width: auto;
padding: 2px 5px !important;
margin: 2px !important;
border-radius: 5px; -webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;-ms-border-radius: 5px;
text-decoration: none;
text-align: center;}

