/* CSS Document */

#titulo {
	background-position: left center;
	border-bottom: 2px solid #FFA500;
	height: 60px;
	margin: 0px 10px;
	position: relative;
}
#titulo h1 {
	text-indent: -5000em;
}
#wrap-g-plusone {
	position: absolute;
	right: 10px;
	top: 30px;
	width: 100px;
	height: 30px;
}
#wrapButtonDIV {
	position: absolute;
	top: 40px;
	right: 20px;
}
#wrapButtonDIV strong {
	color: #666666;
}
#intro {
	margin: 20px 0px 10px 10px;
	width: 753px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10pt;
	text-align: justify;
	line-height: 1.5;
}
#anuncioSup, #col_3 {
	float: left;
}
#col_1 {
	width: 420px;
	margin: auto;
}
#col_3 {
	width: 445px;
	background-image: url(../imag/adorno_01.gif);
	background-position: center bottom;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 10px;
}
#info2 {
	float: left;
	width: 200px;
	margin: auto;
	display: block;
}
#borde h2 {
	font-family: "Trebuchet MS", Tahoma;
	color: #FFFFFF;
	background-color: #B3220D;
	text-align: center;
	padding: 2px 0px;
	font-weight: normal;
	font-size: 1.3em;
	height: 25px;
	margin: 10px auto;
	border-bottom: 2px solid #900;
	width: 90%;
	border-radius: 3px;
}
#ingredientes {
	width: 75%;
	margin: auto;
	padding-left: 20px;
	font-size: 10pt;
}
.ingred ul {
	text-align: left;
}
.ingred li {
	list-style-image: url(../imag/item.gif);
	list-style-position: outside;
	margin-left: 15px;
	margin-top: 0px;
	line-height: 1.8;
}
.ingred li:hover {
	background-color: #E6FF97;
	cursor: pointer;/*cursor: url('../imag/gdt0.cur');*/
}
.color1 {
	background-color: #EFEFEF;
}
#col_3 .foto-platillo {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 9pt;
	font-style: italic;
	margin: 0px 12px;
	float: left;
	width: 220px;
}
#col_3 .foto-platillo span {
	padding: 0px 10px;
}
#col_3 img {
	display: block;
	border: 3px solid #FFA500;
	margin: 10px auto;
	/* [disabled]float: left; */
}
#info {
	width: 630px;
	margin: 20px auto 0px;
}
#info .info {
	float: left;
	width: 138px;
	height: 40px;
	padding: 3px;
	border: 2px solid #1D9017;
	border-top: none;
	border-right: none;
	margin-right: 6px;
}
#info .info img {
	float: left;
}
#infoDIV .imgDer img {
	float: none;
	vertical-align: middle;
	margin: 0px;
}
#glosary {
	border: 3px double #A52A2A;
	border-radius: 6px 6px 6px 6px;
	line-height: 1.5;
	margin: 0px 5px;
	padding: 12px;
	width: 140px;
	position: absolute;
	text-align: left;
	background-color: #FFF;
	right: 10px;
	top: 140px;
	-ms-box-shadow: -9px 13px 6px -5px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: -9px 13px 6px -5px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: -9px 13px 6px -5px rgba(0, 0, 0, 0.16);
	box-shadow: -9px 13px 6px -5px rgba(0, 0, 0, 0.16);
}
#glosary h4 {
	font-size: 9pt;
	background-color: #B3220D;
	color: #FFFFFF;
	font-weight: bold;
	margin: 16px 0px;
	padding: 2px 3px;
}
#glosary h5 {
	background-color: #B3220D;
	color: #FFFFFF;
	font-weight: bold;
	left: 3px;
	padding: 2px 8px;
	position: absolute;
	top: -15px;
	border-bottom: 1px solid #D86363;
}
#glosary p{
	background-color: #FFF;
	text-align: left;
	overflow: hidden;
	max-height: 230px;
	width: 140px;
	margin: 0px;
	background-color: #FFF;
	right: 0px;
	top: 0px;
	z-index: 10;
	-ms-transition: max-height 1.7s ease;
	-ms-box-shadow: 0px -20px 10px -3px #c8c8c8 inset;
	-webkit-box-shadow: 0px -20px 10px -3px #c8c8c8 inset;
	box-shadow: 0px -20px 10px -3px #c8c8c8 inset;
}
#glosary p:hover{
	max-height: 100%;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#wrapP{
	max-height: 270px;
}
#glosary .externo {
	float: right;
	padding: 3px 16px 3px 3px;
	background-image: url(../imag/enlace-externo.jpg);
	background-position: right center;
}
#glosary span {
	font-weight: bold;
	color: #000000;
}
#masRecetas {
	position: relative;
	font-size: 8pt;
}
#masRecetas li {
	border: 1px solid #CCCCCC;
	margin: 5px 0px 0px;
	background-color: #FFFFFF;
	border-radius: 3px;
}
#masRecetas a {
	color: #666666;
	text-decoration: none;
	text-align: left;
	padding: 4px 3px;
	display: block;
	position: relative;
	border-radius: 3px;
	top: 0px;
	left: 0px;
	background-color: transparent;
	transition-duration: 0.5s;
	transition-property: top, left, background;
	-moz-transition-duration: 0.5s;
	-moz-transition-property: top, left, background;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-property: top, left, background;
}
#masRecetas li:hover>a, #masRecetas #actual {
	left: 10px;
	top: -5px;
	box-shadow: -5px 2px 4px #CCCCCC;
	background-color: #FFD700;
	color: #993300;
}
#masRecetas #actual {
	cursor: text;
	background-color: #E6FF97;
	background-image: url(../imag/visitado.gif);
	background-position: 98% 98%;
}
#glosary .saltoPg {
	display: block;
	text-align: center;
}
#skyVertical {
/*	height: 280px;
	left: 0;
	margin: 10px 0 0;
	position: absolute;
	text-align: left;
	width: 336px;*/
}
#preparacion {
	width: 850px;
	padding-bottom: 60px;
	background-image: url(../imag/adorno_01.gif);
	background-position: center bottom;
	margin-left: auto;
}
#wrap_pasos{
	width: 100%;
	text-align: center;
}

#anuncioMed {
	float: left;
	width: 160px;
	height: 600px;
	background-color: #FFFFFF;
}
/******************************/
.cuadro1, .cuadro2, .cuadro3, .cuadro4 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: -3px 4px 1em #BFBF99;
	-webkit-box-shadow: -3px 4px 1em #BFBF99;
	box-shadow: -3px 4px 1em #BFBF99;
	margin-bottom: 15px;
	padding: 10px 15px;
	width: 290px;
	border: 1px solid #fff;
	line-height: 1.5;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cuadro1:hover, .cuadro2:hover, .cuadro3:hover, .cuadro4:hover {
	background: #E6FF97 url('../imag/plato_talavera.gif') no-repeat bottom right;
	cursor: pointer;
	border: 1px solid green;
	color: #000000;
}
.cuadro1 {
	background-color: #FFFFCC;
	margin-left: 12px;
}
.cuadro2 {
	background-color: #FFF8CC;
	margin-left: 10px
}
.cuadro3 {
	background-color: #FFF7E1;
	margin-left: 8px;
}
.cuadro4 {
	background-color: #FFF9CA;
	margin-left: 6px;
}
.cuadro1 b, .cuadro2 b, .cuadro3 b, .cuadro4 b {
	font-size: 2em;
	margin: 2px 10px;
	float: left;
	padding: 2px;
	line-height: 0.8em;
}
.cuadro1 b {
	color: #00CC00;
}
.cuadro2 b {
	color: #0099FF;
}
.cuadro3 b {
	color: #9933CC;
}
.cuadro4 b {
	color: #CC0000;
}
#preparacion p:hover>b {
	color: #FF9900;
	text-shadow: 1px 1px 2px #669933;
}
/*****************************************/

#preparacion h2 {
	margin-bottom: 30px;
}
#delChefDIV {
	padding: 20px 100px;
}
#subReceta {
	padding: 10px 150px;
}
#subReceta ul {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	text-transform: lowercase;
}
#subReceta li {
	list-style-image: url(../imag/item_taza.gif);
	list-style-position: outside;
	margin-left: 15px;
	line-height: 1.5;
	padding-left: 0px;
}
#subReceta h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1em;
	margin: 5px auto;
	background-color: #FFFFCC;
	text-align: center;
	color: #840000;
	border: 1px dashed orange;
	width: 90%;
}
#wrapperIngredChef, #wrapperPasosChef {
	float: left;
	width: 49.5%;
}
#wrapperPasosChef {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: silver;
}
#anuncio {
	width: 180px;
	margin: 0px 5px 0px 120px;
	float: left;
}
#chef {
	margin: 10px auto;
	width: 55%;
	float: left;
}
#opinSug {
	margin: auto;
	padding: 0px 100px;
}
#anuncioInf {
	width: 336px;
	/* [disabled]height: 250px;
*/
	margin: 10px;
	float: left;
}
#Pensando {
	float: left;
	margin-left: 20px;
}
#opinSug ul {
	font-style: italic;
	color: #1D9017;
	font-weight: bold;
	font-size: 12pt;
}
#opinSug li {
	list-style-position: outside;
	list-style-type: square;
	letter-spacing: 1px;
	margin: 17px auto;
	text-align: center;
}
#wrapInvita {
	float: left;
	width: 300px;
	padding: 15px;
	margin: 15px 40px;
}
#tipsGDT {
	margin: 30px auto 40px;
	width: 45%;
	display: inline-block;
}
.mary {
	font-family: "Kristen ITC", "Comic Sans MS";
	text-align: center;
	background-image: url(../imag/comillas.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#showStars {
	margin: 0px;
}
/*************** comments  *********/
.note, .text {
	text-align: left;
	width: 99%;
}
.note p {
	margin: 0px;
}
.note strong {
	background-color: #EFF3E9;
	border-bottom: 1px dotted #BBBBBB;
	width: 99%;
	padding: 4px;
	float: left;
	font-family: "Trebuchet MS", Tahoma;
	position: relative;
	margin: 0px;
}
.note small {
	top: -2px;
	position: relative;
	background-color: #EFF3E9;
	border-bottom: 1px dotted #BBBBBB;
	padding: 0px 10px;
	margin: 0px;
}
.usuario {
	float: left;
	margin: 0px 5px 0px 0px;
	border: 1px solid #999999;
	background-color: #EFEFEF;
}
.usuario img {
	height: 40px;
	width: 40px;
	margin: 1px;
	border: 0px none;
}
div#usernotes div.head, div#usernotes div.foot {
	background-color: transparent;
	padding: 0px 4px;
}
div.head h4 {
	text-align: left;
	padding-left: 20px;
	height: 20px;
}
div#usernotes div.foot {
	text-align: left;
}
div#usernotes div.foot a, div#usernotes div.head a {
	background-color: transparent;
}
div#usernotes span.action {
	float: right;
}
div#usernotes div.note {
	border-bottom: 0px dashed;
	padding: 4px;
}
div#usernotes div.text {
	padding: 2px;
	margin-top: 4px;
}
.text {
	margin-bottom: 15px;
}
#formulario #form1 {
	color: #3D380E;
	text-align: left;
	margin: 0px;
	padding: 15px 0 0;
	border-top: 1px dotted olive;
}
#formulario .formu {
	font-size: 10pt;
	padding: 2px 4px;
	border-color: #B0B38F;
	background-color: #E8E9D4;
	color: #34352A;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	-moz-border-radius: 5px;
}
#formulario textarea.formu {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-weight: normal;
}
#formulario .formu:hover {
	background-color: #F3F4E9;
}
#formulario .formu:focus {
	background-color: #FBFBF7;  /*#FBF09B;*/
}
#formulario #form1 #botonForm img {
	margin: 10px 5px 0px 0px;
	border: 1px solid silver;
	vertical-align: middle;
}
#formulario #form1 #botonForm {
	text-align: center;
}
#formulario #form1 #botonForm #reload {
	cursor: pointer;
}
#formulario #form1 .rojo {
	color: #FF0000;
	font-weight: bold;
	padding: 2px 4px;
}
/**** fin comentarios ********/
#opinSug p {
	text-align: center;
	margin: 0px;
}
#wrapComentarios {
	width: 600px;
	margin: auto;
}
#ligasInternas {
	background-image: url(../imag/fondo-remate-bottom.png);
	background-repeat: no-repeat;
	background-position: center 80%;
	padding: 0px 100px 170px 100px;
}
#ligasInternas a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
#ligasInternas ul {
	text-transform: none;
	list-style-image: none;
	width: 700px;
	height: 180px;
	margin: auto;
	background-image: url(../imag/adorno_01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
}
#ligasInternas #zonaInf li {
	float: none;
	margin: 10px 5px 0px 0px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: none;
	width: 340px;
	float: left;
	height: 70px;
}
#ligasInternas #zonaInf a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 0.9em;
	font-weight: bold;
}
#ligasInternas #zonaInf a:hover {
	text-decoration: none;
}
/*-------------------------------------------------------------*/

#menuIzq {
	position: absolute;
	width: 150px;
	top: 600px;
	left: 10px;
}
#menuIzq h2 {
	margin: 0px;
	font-weight: normal;
	font-size: 18px;
	padding: 5px 0px;
}
#menuIzq h3 {
	margin: 0px;
	font-size: 11pt;
	padding: 12px 0px;
	background-color: #B3220D;
	color: #FFF;
}
#menuIzq .categoRM {
	position: relative;
}
#menuIzq .categoRM li {
	border: 1px solid #CCCCCC;
	margin: 5px 0px 0px;
	background-color: #FFFFFF;
	border-radius: 3px;
	position: relative;
}
#menuIzq .categoRM a {
	color: #666666;
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 2px 50%;
	padding: 4px 3px 4px 22px;
	display: block;
	position: relative;
	border-radius: 3px;
	top: 0px;
	left: 0px;
	background-color: transparent;
	transition-duration: 0.5s;
	transition-property: top, left, background;
	-moz-transition-duration: 0.5s;
	-moz-transition-property: top, left, background;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-property: top, left, background;
}
#menuIzq .categoRM li.tacos a {
	background-image: url(../imag/item-tacos.jpg);
}
#menuIzq .categoRM li.salsas a {
	background-image: url(../imag/item-salsas.jpg);
}
#menuIzq .categoRM li.sopas a {
	background-image: url(../imag/item-sopas.jpg);
}
#menuIzq .categoRM li.carnes a {
	background-image: url(../imag/item-carnes.jpg);
}
#menuIzq .categoRM li.aves a {
	background-image: url(../imag/item-aves.jpg);
}
#menuIzq .categoRM li.pescados a {
	background-image: url(../imag/item-pescados.jpg);
}
#menuIzq .categoRM li.tamales a {
	background-image: url(../imag/item-tamales.jpg);
}
#menuIzq .categoRM li.dulces a {
	background-image: url(../imag/item-postres.jpg);
}
#menuIzq .categoRM li.ensaladas a {
	background-image: url(../imag/item-ensaladas.jpg);
}
#menuIzq .categoRM li.antojitos a {
	background-image: url(../imag/item-antojitos.jpg);
}
#menuIzq .categoRM li.huevo a {
	background-image: url(../imag/item-huevo.jpg);
}
#menuIzq .categoRM li.nopales a {
	background-image: url(../imag/item-nopales.jpg);
}
#menuIzq .categoRM li.maiz a {
	background-image: url(../imag/item-maiz.jpg);
}
#menuIzq .categoRM li.vegetarianas a {
	background-image: url(../imag/item-vegetarianas.jpg);
}
#menuIzq .categoRM li:hover > a, #menuIzq #actual {
	left: 10px;
	top: -5px;
	box-shadow: -5px 2px 4px #CCCCCC;
	background-color: #FFD700;
	color: #993300;
}
#menuIzq #actual {
	cursor: text;
	background-color: #E6FF97;
}
#resaltaDIV {
	margin: 10px 50px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border: 3px solid #B3220D;
}
#box {
	position: relative;
}
#wrap_pasos > .par {margin-left: 50%;}
#wrap_pasos .impar {margin-left: 20%;}
.addPasos {max-height: 200px;margin:10px auto 20px;width: 95%;overflow: hidden;}
.addInf {margin-bottom: 10px;}


