.body {
	font-family: Arial, Helvetica, sans-serif;
	background-position: center;
}

#contenedor {
	width: 770px;
	height: 500px;
	border: 1px #006699;
}

.encabezado {
	background-color:#006699;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	height: 90px;
	background-position: center;
	text-align: center;
	vertical-align: middle;
}

.pie {
	background-color:#006699;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	height: 15px;
	background-position: center;
}
.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #339966;
	vertical-align: top;
}

.linea_abajo {
	border-bottom-width: 1px;
	border-bottom-style:solid;
}

.foto{
	width:100px;
	height: 174px;
	vertical-align: top;
}
.descripcion {
	font-size: 12px;
	vertical-align: top;
}
.precio {
	height: 10px;
	font-weight: bold;
	background-position: bottom;
	vertical-align: bottom;
	font-size: 12px;
	text-align: left;
}
.titulo {
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}
a {
	color: #FFFFFF;
}
.enlace {
	cursor: hand;
}
