@charset "utf-8";
/* CSS Document */
body {
	background-images: url(images/BCK2.jpg);
	background-color: #cf5c0b;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/BCK2.jpg);
}
.fix {
	clear: both;
}
.borde_general {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.borde_in {
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}
.borde_in2 {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}
.text_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #703319;
	padding-top: 5px;
	padding-bottom: 5px;
}
.text_conte_brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #703319;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
.text_row_gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	line-height: 20px;
}
.text_row_gray2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	background-color: #E2E2E2;
	background-repeat: repeat-x;
	line-height: 20px;
}
.text_conte_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
#mensaje {
	background-color: #F9E4B5;
	margin-bottom: 5px;
	border: 1px solid #703319;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 2px;
}
#mensaje ul, #mensaje li {
	margin: 0px;
	padding: 0px;
}
#mensaje li {
	margin-left: 20px;
}
form {
	margin: 0px;
	padding: 0px;
}
/*	PRODUCTOS TODOS
***************************************/
.text_prods_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.prod_todos {
	float: left;
	height: 130px;
	width: 100px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.prod_todos:first-child {
	margin-left: 0px;
}

/*	RECETAS
***************************************/

#receta {
	width:544px;
	border: 2px solid #660000;
	margin: 0 auto;
}
#receta * {
	font-family: Arial, Helvetica, sans-serif;
}
#receta h1, #receta h2 {
	/*font-family: Arial, Helvetica, sans-serif;*/
	margin: 0px;
	padding: 0px;	
}
#receta h1 {
	background-color: #660000;
	height: 34px;
	font-size: 18px;
	line-height: 34px;
	padding-left: 15px;
	color: white;
	font-weight: bolder;
}
#receta h2 {
	padding-left: 15px;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#receta h3 {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}
#receta_ingredientes {
	float: left;
	width: 234px;
	padding-right: 18px;
	padding-left: 19px;
	font-size: 12px;
	border-right: 1px dashed #CCCCCC;
}
#receta_preparacion {
	float: left;
	width: 234px;
	padding-right: 18px;
	padding-left: 19px;
	font-size: 12px;
}
#recetas_sidebar {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font: 11px/1.5 Arial, Helvetica, sans-serif;
}
#recetas_sidebar li {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	background-color: #FFFFFF;
	/*width: 185px;*/
}
#recetas_sidebar a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 2px 3px 5px;
}
#recetas_sidebar a:hover {
	text-decoration: underline;
}
#recetas_sidebar .dark {
	background-color: #FFFFCE;
/*	width: 287px;*/
}

