@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 18px;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 11.3em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: auto;
	cursor: default;
	width: 8em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: 30px;
	top: 36px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8em;
	background-color: rgb(94,161,185);
	border-radius: 5px;
	margin-bottom: 3px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -4% 0 0 102.7%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 5px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: .4em .75em;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #E7EB37;
	text-decoration: underline;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #E7EB37;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	}
}
#descargar {
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#noticias09/01/2014

Sin noticias en la actualidad {
	background-image: url(../imagenes/noticias.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 18px;
	color: #666;
	text-align: center;
	padding-top: 30px;
	vertical-align: text-top;
}
#propiedades_destacadas {
	background-image: url(../imagenes/propiedades_destacadas.png);
	background-repeat: no-repeat;
	padding-top: 35px;
	text-align: center;
	background-position: center top;
	color: #666;
	font-size: 16px;
	vertical-align: top;
	padding-bottom: 0px;
}
#texto_central_inicio {
	color: #FFF;
	font-size: 21px;
	text-align: left;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
	padding-top: 0px;
	overflow: auto;
	background-image: url(../imagenes/logo_parte_central.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#direccion_contactenos {
	color: #5991AC;
	padding-left: 20px;
	font-size: 15px;
}
#autor {
	color: #FFF;
	font-size: 15px;
	padding-right: 20px;
}
#texto_central_nosotros {
	font-size: 21px;
	color: #FFF;
	margin: 0px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: none;
}
#texto_central_servicios {
	font-size: 21px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 23px;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
#contactenos_servicios {
	padding-top: 16px;
	padding-right: 18px;
	padding-bottom: -5px;
	padding-left: 0px;
	margin: 0px;
	float: right;
	clear: none;
}
#tabla_inferior_contactenos {
	background-image: url(../imagenes/parte_inferior_propiedades.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu_inferior {
	font-size: 15px;
	color: #5991AC;
	text-align: right;
	padding-right: 15px;
}
#google_map {
	background-image: url(../imagenes/google_map.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}
#tabla_inferior_contactenos {
	background-image: url(../imagenes/parte_inferior_contactenos.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#noticias {
	font-size: 18px;
	color: #666;
	background-image: url(../imagenes/noticias.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#descargar {
	font-size: 18px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
#contactenos {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}
#direccion_contactenos {
}
#direccion_contactenos {
	font-size: 21px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
#direccion {
	font-size: 16px;
	color: #5991AC;
	padding-left: 15px;
}
.formulario {
    display:block;
    margin:0 auto;
    width:510px;
	height:600px;
    font-family:Bell MT;
    color: white;
}
#enviar {
    margin-right: 20px;
    width:400px;
    float: left;
	color: white;
	font-size: 20px;
}
 
input, textarea {
    width:380px;
    height:23px;
    background: white;
    border:1px dotted #CCC;
    padding: 1px;
    margin-top:5px;
    font-size:12px;
    color: grey;
}
 
textarea {
	height: 95px;
}
 
#submit {
    width:70px;
    height:28px;
    border:none;
    margin-top:20px;
    cursor:pointer;
    color: black;
    border-radius: 3px;
}
#texto_descargar {
	color: #E7EB37;
	text-decoration: underline;
}
#inicio_menu_inferior {
	color: #5991AC;
}
#nosotros_menu_inferior {
	color: #5991AC;
}
#servicios_menu_inferior {
	color: #5991AC;
}
#propiedades_menu_inferior {
	color: #5991AC;
}
#contactenos_menu_inferior {
	color: #5991AC;
}
