/*----------------------------------------------------------------------- 
General
------------------------------------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #7e7e7e;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul { margin: 0; padding: 0; list-style: none; }
ul li { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, p, form { margin: 0; padding: 0; }

a {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
}




/*----------------------------------------------------------------------- 
Layout
------------------------------------------------------------------------- */
#contenedor {
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
#cabecera {
	height: 80px;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(imagenes/cabecera3.jpg);
	background-repeat: no-repeat;
}
#menu {
	float: left;
	width: 150px;
	background-color: #F4F4EA;
	padding-top: 10px;
}
#contenido {
	float: left;
	width: 604px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7e7e7e;
	padding-right: 15px;
}
#pie {
	clear: both;
	background-color: #F4F4EA;
	text-align: center;
	font-size: 0.9em;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 15px;
}


/*----------------------------------------------------------------------- 
Columnas de igual altura
http://www.positioniseverything.net/articles/onetruelayout/equalheight
------------------------------------------------------------------------- */
#contenido, #menu {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#contenedor	{
	overflow: hidden;
}




/*----------------------------------------------------------------------- 
Menú
------------------------------------------------------------------------- */
#cabecerasMenu {
	font-weight: bold;
	color: #CC0000;
	font-size: 0.90em;
	padding-left: 1em;
}

#cabecerasMenu li ul {
	font-weight: normal;
	color: #000000;
	font-size: 1em;
}
.opcionesMenu {
	font-weight: normal;
	color: #333333;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #F4F4EA;
}
.capMenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	background-color: #FFFFFF;
}

.opcionesMenu a {
	color: #333333;
	text-decoration: none;
}
.opcionesMenu a:hover {
	color: #CC0000;
	text-decoration: none;
}



h1 {
	font-size: 2em;
	color: #CC0000;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	font-size: 1.5em;
	color: #CC0000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.fotoIzquierda {
	float: left;
	padding-right: 15px;
}
#ulFranquicias a {
	color: #CC0000;
	text-decoration: none;
}

#contenido p {
	padding-bottom: 10px;
	line-height: 1.3em;
	text-align: justify;
}
#ulFranquicias {
	font-size: 1.3em;
	color: #CC0000;
	font-weight: bold;
	float: left;
}
#ulFranquicias li {
	background-image: url(imagenes/bullet_rojo.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-bottom: 5px;
	padding-left: 12px;
}
#olInmobiliaria {
	list-style-type: upper-alpha;
	
}
#olInmobiliaria li {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #CC0000;
	font-weight: bold;
}

#olInmobiliaria li ul {
	padding-left:1px;
	padding-top: 10px;
	
}
#olInmobiliaria li ul li {
	background-image: url(imagenes/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 3px;
	color: #000000;
	font-weight: normal;
}

#olInmobiliaria li ul li ul li {
	background-image: url(imagenes/circulo.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

.clear {
	clear: both;
}
#logo {
	height: 70px;
	width: 300px;
}
#logo a {
	height: 60px;
	width: 200px;
	display: block;
}
#logo h1 {
	text-indent: -9000px;
}
.destacado {
	color: #CC0000;
}
.imgDerecha {
	float: right;
	padding-left: 15px;
}
.imgIzquierda {
	float: left;
	padding-right: 15px;
}
.tablaPersonas {
	width: 100%;
	background-color: #EBEBEB;
	caption-side:top;
	border-collapse:collapse;
}
.tablaPersonas caption {
	font-size: 1.5em;
	font-weight: bold;
	color: #CC0000;
	text-align:left;
	padding-bottom:3px;
}
.tablaPersonas td {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	width: 50%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#mapa {
	float: left;
	width: 350px;
}
#textoContacto {
	text-align: center;
	padding-left: 4px;
	float: left;
	width: 250px;
}
.articulo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#textoContacto p {
	text-align: center;
}
.articulo h2 {
	background-image: url(imagenes/libro.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
	font-weight: normal;
}
.articulo p {
	padding-left: 20px;
}
#fotoPresentacion {
	width: 429px;
	float: left;
}
.articuloHome h2 {
	font-size: 1em;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}
.articuloHome {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-left: 5px;
}
#tituloColumna {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding: 3px;
}

#columnaHome {
	float: left;
	background-color: #FFCCCC;
	width: 170px;
}
#form1 div {
	margin: .4em 0;
}
#form1 div label {
	width: 25%;
	float: left;
}
#legal {
	width: 80%;
	background-color: #FFFFCC;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}

