#searchEngine {
	width: 526px;
	margin-left:14px;
	position: relative;
}
#searchEngineTitle {
	background-color: #E8D9B5;
	background-image: url(/Imagenes/Recetas/recetas_tile_wholedark.gif);
	background-repeat: repeat-y;
	height: 24px;
	background-position: 0px -5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D4BD90;
	position: relative;
	color: #9A640B;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 10px;
}
#searchEngineTitle strong {
	font-size: 11px;
	color: #E49410;
}

#searchEngineTitle span{
	font-size: 11px;
	color: #E49410;
}

#searchResultsCounter {
	float: right;
}
#searchCriteria strong {
	color: #000000;
}
#searchEngineResult {
	background-color: #FCF6DF;
	background-image: url(/Imagenes/Recetas/recetas_tile_whole.gif);
	background-repeat: repeat-y;
	background-position: 0px -5px;
	position: relative;
}



.resultLine {
	padding-left: 30px;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D4BD90;
	height: 112px;
}
.resultBox {
	width: 216px;
	float: left;
	height: 100px;
	border: 2px none #D4BD90;
	padding-top: 12px;
	padding-left: 30px;
	color: #E49410;
}
.resultImage {
	float: left;
}
.resultBox h1 {
	font-size: 11px;
	margin: 0;
}
.resultText {
	padding-top: 6px;
	float: left;
	width: 126px; 
	padding-left: 5px;
	
	
}

.TipoPlato
{
	Font-weight: bold;
	font-style: italic;
	color: #E49410;
}


.TiempoPlato
{
	Font-weight: bold;
	color:#9A640B;
}

.resultText strong{
	color:#9A640B;
}
.resultText em {
	font-weight: bold;
}


.resultText a {
	color:#E49410;
	text-decoration:none;
}
.resultText a:hover {
	text-decoration:underline;
}
.resultText p {
	margin-top: 3px;
	margin-bottom: 1px;
}
#searchEngineFooter {
	clear: both;
	background-color: #E8D9B5;
	background-image: url(/Imagenes/Recetas/recetas_tile_wholedark.gif);
	background-repeat: repeat-y;
	height: 24px;
	background-position: 0px -2px;
	position: relative;
	padding-left: 50px;
	padding-top: 10px;
	color: #9A640B;
}
#searchEngineFooter strong{
	color:#9A640B;
}
#searchEngineFooter a {
	color: #E87902;
	font-weight: bold;
}
#searchEngineFooter a:hover {
	color:#663300;
}
.resultPhoto {
	float:right;
	height: 80px;
	width: 76px;
	background-image: url(/Imagenes/Recetas/fondo_fotos.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 2px;
}

.resultPhoto2 {
	float:right;
	height: 80px;
	width: 76px;
	
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 2px;
}
