@charset "utf-8";
/* CSS Document */

body {
	font: 12px Verdana, Geneva, sans-serif;
	text-align: center;
	margin: 0px;
	color: #666;
}
a {
	text-decoration:none;
	color:#666;
}
a:hover {
	text-decoration:underline;
	color:#333;
}
a:visited {
	text-decoration:none;
	color:#666;
}
a:active {
	text-decoration:none;
	color:#666;
}

#Cuerpo {
	text-align: center;
	margin: 0px auto;
	width: 955px;
}
#Cabecera { }

#Cabecera h1 {
	border-bottom: 2px groove #ccc;
	color: #006;
	font: bold 24px Tahoma, Geneva, sans-serif;
	margin: 20px;
	padding: 0 0 5px;
	text-align: center;
}

#Iconos {
	float: left;
	width: 408px;
}
#Iconos img {
	float: left;
	background: #EEE;
	padding: 5px;
	vertical-align: top;
	margin: 4px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #ccc;

}
#Descripcion {
	float: left;
	width: 547px;
	position: relative;
	height: 450px;
}
.DescribeItem {
	display: none;
	padding: 15px;
	text-align: center;
}
.DescribeIni {
	display: block;
	padding: 15px;
	text-align: center;
}


#Recetas h2 {
	margin: 10px;
	color:#F90;
}
#Soria h2 {
	margin: 10px;
	color:#900;
}
#Ordenlace h2 {
	margin: 10px;
	color:#000;
}
#Molino h2 {
	margin: 10px;
	color:#063;
}
.DescribeItem p, .DescribeIni p {
	text-align:left;
	margin-top: 15px;
	margin-right: 65px;
	margin-left: 65px;
}

.ClearBoth {
	clear: both;
}

#Pie {
	color: #666;
	font: 10px Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #999;
	padding: 10px;
}
