body {
	padding: 0px;
	margin: 0px;
}
#pagina {
	border: 0px dotted red;
	margin: auto;
	width: 960px;
	font-family: Verdana, Arial, Helvetica, Times New Roman;
	font-size: 12px;
}
#cabecera {
	border: 0px solid blue;
	position: absolute;
	top: 0px;
	width: 960px;
	height: 94px;
}
#cuerpo {
	border: 0px solid red;
	width: 960px;
	margin-top: 100px;
}
#pie {
	border: 0px solid green;
	width: 960px;
	height: 18px;
	text-align: center;
	color: #ffffff;
	background-color: #3399ff;
	padding-top: 2px;
	clear: both;
}
#pie a {
	color: #ffffff;
}
#menu {
	border: 0px solid red;
	width: 960px;
	height: 20px;
	text-align: left;
	position: absolute;
	bottom: 0px;
	background-color: #3399ff;
}
#contenido {
	border: 0px solid red;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	width: 760px;
}
#contenido h1 {
	font-size: 18px;
	font-weight: bold;
	color: #ff9900;
}
#contenido h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ff9900;
}
#contenido h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ff9900;
}
#contenido a {
	color: #3399ff; 
}
#contenido p {
	text-align: justify;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 130px;
}
#menu li {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: inline;
	padding-left: 4px;
	padding-right: 4px;
}
#menu a {
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover {
	color: #ff9900;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 420px;
	height: 70px;
}
#logo img {
	border: 0px;
	/*width: 380px;*/
	height: 64px;
}
#eslogan {
	border: 0px solid red;
	position: absolute;
	top: 58px;
	left: 6px;
	color: #ff9900;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 530px;
}
#banner_top {
	position: absolute;
	top: 4px;
	right: 0px;
	width: 468px;
	height: 60px;
	border: 1px solid #ff9900;
	padding-left: 10px;
	background-image: url('publicidad.gif');
	background-repeat: no-repeat;
}
#banner_top img {
	border: 0px;
}
#lateral {
	float: left;
	width: 180px;
}
.lateral_caja {
	border: 2px solid #ff9900;
	background-color: #ffe8e0;
	margin-bottom: 8px;
	color: #ff9900;
}
.lateral_caja_titulo {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: #ff9900;
	padding: 2px;
}
.lateral_caja_cuerpo {
	padding: 8px;
	font-size: 12px;
}
.lateral_caja a {
	color: #3399ff;
}

.listado_completo {
	border: 1px dashed #ff9900;
	background-color: #ffe8e0;
	text-align: left;
	padding: 4px;
	font-size: 12px;
}
.listado_completo a {
	white-space: nowrap;
}
.errors {
	color: red;
}

#ultimas {
	border: 0px solid red;
	font-size: 12px;
	color: #3399ff;
}
#ultimas a {
	text-decoration: none;
}
#ultimas .ultima {
	border: 1px solid #ff9900;
	float: left;
	width: 138px;
	height: 150px;
	text-align: center;
	background-color: #ffe8e0;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#ultimas .tipo {
	font-weight: bold;
}
#ultimas .area {
	font-size: 11px;
}
#ultimas .precio {
	font-weight: bold;
	margin-top: 5px;
}
#ultimas .foto {
	padding-top: 5px;
}
#ultimas img {
	border: 1px solid #3399ff;
	width: 120px;
	height: 90px;
}