:link { line-height: 30px; text-decoration: none; color:#fff; }
:visited { text-decoration: none; color: #fff; }
:hover { text-decoration: none; color: #5e0e01; }
:active { text-decoration: none; color: #2a1b6e; }

/*
* {
  margin: 0px;
  padding: 0px;
  font: normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
  color: #8e0e01;
  text-align: left;
  border: none;
}
*/

h1.titulo {
	display: block;
	position:absolute;
	top: 185px;
	left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
}

h2 {
	margin-top: 15px;
	text-align: center;
	font-size: 150%;
}

p {
	margin: 12px;
	line-height: inherit;
	text-indent:  25px;
	font: normal 13px/16px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

body {
  color: #8e0e01;
  background-color: #fef7ed;
  margin: 0px;
  text-align: center;
}

#sitio {
	position:relative; 
	background:transparent;
	margin-bottom:1px;
	z-index:1;
  width: 998px;
  height: 651px;
  background-color: #fef7ed;
}

#cabecera {
  display: block;
  position: relative;
  float:left;
  width: 998px;
  height: 275px;
  background-color: #fef7ed;
  text-align: left;
}

#enlaces {
	position: relative;
	float: left;
	top: 0px;
	width: 150px;
	height: 15px;	
	border:  0px;
}

#logo {
  display: block;
  position: relative;
  float: right;
  width: 150px;
  height: 70px;
  background-color: #fef7ed;
	font-weight: bold;	 
	color:#951001;
	text-align: center;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#animado {
  display: block;
  position: relative;
  margin-left: 0px;
  float: right;
  width: 998px;
  height: 200px;
  background-color: #fef7ed;
}

#cuerpo {
  display: block;
  position: relative;
  float: left;
  width: 998px;
  height: 376px;
  background-color: #fef7ed;
  background-image: url("utiles/fondo.jpg");
}

#texto {
  display: block;
  position: relative;
  float: left;
  width: 998px;
  height: 322px;
  background-color: transparent;
  overflow:auto;
}

#galeria
{
	float: inherit;
}

#saleoff 
{
	float: left;
	position: absolute;
	top:30px;
	left:0px;
	width: 180px;
	height: 180px;
	background-image: url("utiles/sale30off.gif");
	z-index: 1;
}