#contenedor {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/menu.gif);
	background-repeat: repeat-y;
}
#cabecera {
	position: relative;
	background-image: url(images/cabecera.jpg);
	/*height: 119px;*/
	height: 100px;
}
#banner {
	position: absolute;
	left: 290px;
	width: 468px;
	height: 60px;
}
#cuerpo {
}
#pie {
	clear:both;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/pie.jpg);
	background-repeat: no-repeat;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 15px;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	left: 90px;
	top: 64px;
	width: 760px;
	text-align: center;
	font-weight: bold;
}
#menu a {
	text-decoration: none;
	color: #990000;
	border: 2px solid #FFFFFF;
}
#menu a:hover {
	border: 2px dotted #CCCCCC;
}
#menuitem {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	/*width: 70px;*/
/*
	position: relative;
	left: 2px;
	background-image: url(images/menuitem.gif);
	height: 22px;
	padding-top: 8px;
	padding-left: 10px;
*/
}
/*
#menuitemselected {
	position: relative;
	left: 2px;
	background-image: url(images/menuitem.gif);
	height: 22px;
	padding-top: 8px;
	width: 150px;
	padding-left: 10px;
}
#menuitemselected a {
	color: #990000;
}
*/

#lateral {
	position: relative;
	float: left;
	width: 172px;
	/* background-image: url(images/menu.gif); */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
	/* min-height for ie and mozilla */
	min-height: 300px;
	height: auto !important;
	height: 400px;	
}
#contenido {
	position: relative;
	float: right;
	display: inline;
	width: 556px; /* total 588 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 16px;
	color: #666666;
}
#contenido a {
	color: #990000;
}
#contenido b,strong {
	color: #990000;
	/*font-weight: normal;*/
}
#contenido i,em {
	color: #990000;
}
#contenido p,ul {
	text-align: justify;
}
#contenido h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
}
#contenido h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
}
#contenido h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #990000;*/
}
#contenido table {
	margin-left:auto;
	margin-right:auto;
}
#contenido hr {
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#contenido img {
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
#bannercontenido {
	width: 468px;
	height: 60px;
	margin: auto;
}
#marcas {
}
#marcasitem {
	position: relative;
	left: 2px;
	background-image: url(images/menuitem.gif);
	height: 22px;
	padding-top: 8px;
	width: 150px;
	padding-left: 10px;
	color: #999999;
}
#modulo a {
	text-decoration: none;
	color: #999999;
}
#modulotitulo {
	position: relative;
	left: 2px;
	background-image: url(images/menuitem.gif);
	height: 14px;
	padding-top: 4px;
	width: 150px;
	padding-left: 10px;
	color: #999999;
	font-size: 12px;
}
#moduloitem {
	position: relative;
	left: 2px;
	height: 16px;
	/*padding-top: 8px;*/
	width: 150px;
	padding-left: 10px;
	color: #CCCCCC;
	font-size: 12px;
}
/*
#contenido table,th,td {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
*/
#contenido th {
	color: #990000;
}
#contenido tr a {
	text-decoration: none;
}
.borde {
	/*background-color: #FFFF00;*/
	border: 1px solid #990000;
}
.impar {
	background-color: #FFEAEA;
}.par {
	background-color: #FFFFFF;
}
.destacada {
	font-weight: bold;
}
#header_estepona {
	border: 1px solid #990000;
	background-color: #EEEEEE;
	padding: 2px;
	font-size: 11px;
	text-align: center;
}
#footer_estepona {
	padding: 2px;
	font-size: 11px;
	text-align: right;
	font-style: italic;
}
#cuerpo_estepona img {
	border: 1px solid #990000;
	margin: 8px;
}
.siguiente_estepona {
	padding: 2px;
	font-size: 11px;
	text-align: right;
}

/*
// Casas
*/
#portipos ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#portipos li {
	display: block;
  float: left;
	width: 185px;
}
#porciudades ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#porciudades li {
	display: block;
  float: left;
	width: 185px;
}
.clear {
	clear: both;
}
#pie_enlaces {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#pie_enlaces a {
	text-decoration: none;
	color: #666666;
}