﻿body 
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* DIVS */

#header
{
	position: relative;
	width: 707px;
	height: 121px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#footer
{
    background-image: url(imagenes/footer.jpg);
    background-repeat: repeat-x;
    margin-left: auto;
	margin-right: auto;
	width: 707px;
	height: 20px;
	text-align: center;
	font-size: 10px;
	padding-top: 20px;
	clear: both;
}

#home {
	position: relative;
	width: 707px;
	padding: 0px 0px;
	padding-top: 10px; /* Weird Mozilla Bug */
	padding-bottom: 10px; /* Weird Mozilla Bug */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#menu
{
    position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 192px;
	float: left;
}

#sephor
{
    position: inherit;
    width: 1px;
}

#content
{
	width: 512px;
	float: right;
}

#content_title
{
	position: relative;
	width: 475px;
	height: 23px;
	margin-bottom: 5px;
	vertical-align: middle;
}

/* MENU */

.menu
{
    border-bottom: solid 1px #CCCACB;
    border-right: solid 1px #CCCACB;
    border-left: solid 1px #CCCACB;
}

.td30
{
    height: 30px;
}

.td10
{
    height: 10px;
}

.td5
{
    height: 8px;
}

/* CONTENIDO */

.labContrato /* Venta, Alquiler, ... */
{
    color: #918730;
    font-size: small;
    font-weight: bold;
}

.labTipo /* Piso, Chalet, Adosado, ... */
{
    color: #016600;
    font-size: small;
    font-weight: bold;
}

/* LINKS */

.link_menu:link
{
	font-family: Tahoma;
	color: black;
	text-decoration: none;
}

.link_menu:visited
{
	font-family: Tahoma;
	color: black;
	text-decoration: none;
}

.link_menu:hover
{
	font-family: Tahoma;
	color: black;
	text-decoration: underline;
}

.link_menu:active
{
	font-family: Tahoma;
	text-decoration: none;
	color: black;
}

.link:link
{
    text-decoration: none;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.link:visited
{
    text-decoration: none;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.link:hover
{
    text-decoration: underline;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.linkDetalles:link /* Venta, Alquiler, ... */
{
    text-decoration: none;
    color: #918730;
    font-size: small;
    font-weight: bold;
}
.linkDetalles:visited
{
    text-decoration: none;
    color: #918730;
    font-size: small;
    font-weight: bold;
}
.linkDetalles:hover
{
    text-decoration: underline;
    color: #918730;
    font-size: small;
    font-weight: bold;
}

/* TEXTOS */
