@charset "utf-8";
/* CSS Document */
body {
	background-color: #1A1A1A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	margin: 5px;
	padding: 0px;
}

.testimonial{
	color:#666;
}

.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin: 10px;
}
.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin: 10px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0771A1;
}
a:link {
	color: #3399CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3399CC;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #999999;
}
/*-------------------------------- Inicio estilos para fotos -----------------------------------------*/

.highslide {
	cursor: url(../images/graphics/lupa+.cur) , pointer;
    outline: none;
}
.highslide img {
	border: double #333333;
}
.highslide:hover img {
	border: double #333333;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.wrap{
	width:935px;
	position:relative;
}

.header{
	height:60px;
	position:absolute;
	right:0;
	top:15px;
	width:560px;

}
/*------------   fin style fotos    --------------*/

#enContruccion{
	color:#666666;
}

#enContruccionIng{
	color:#666666;
}

.forSaleProjects{
	color:#ffffff;
	font-size:18px;
	text-align:center;
	padding:15px;
	width:150px;
	margin:auto;
}

#flashExpo{
	text-align:center;
	width:100%;
	height:170px;
	margin:auto;
	background-color:#bcbd30;
}

/*------------   Menu    --------------*/

#menu_principal{
	width:580px;
	height:35px;
	padding:0;
}
#menu_principal ul{
	list-style:none;
	margin:0;
	padding:0;
}
#menu_principal ul li{
	padding:0;
	float:left;
}
#menu_principal ul li a{
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
	text-indent: -9999em;
	float:left;
}
#menu_principal ul li ul{
	background: none repeat scroll 0 0 #373737;
    display: none;
    height: 47px;
    padding: 5px 0px;
    position: absolute;
	top:134px;
}
#menu_principal ul li:hover > ul{
	display:block;
}
#menu_principal ul li ul li{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#E6E6E6;
	width:142px;
	padding-bottom:5px;
	padding-left:23px;
	padding-top:5px;
	float:none;
	cursor:default;
}
#menu_principal ul li ul li:hover{
	background-image:url(images/bg_desplegable.gif);
	background-repeat:repeat-x;
	}
#menu_principal ul li ul li ul{
	background: none repeat scroll 0 0 #373737;
    display: none;
    height:auto;
    padding: 5px 3px;
    position: absolute;
	top:5px;
	left:165px;
}
#menu_principal ul li ul li > ul{
	display:none;
}
#menu_principal ul li ul li:hover > ul{
	display:block;
}
#menu_principal ul li ul li ul li{	
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#E6E6E6;
	width:163px;
	padding:4px 0px 4px 4px;
	float:none;
	line-height:normal;
}
/****MENU INTERNO****/
#menu_interna{
	width:665px;
	height:35px;
	padding:0;
}
#menu_interna ul{
	list-style:none;
	margin:0;
	padding:0;
}
#menu_interna ul li{
	padding:0;
	float:left;
}
#menu_interna ul li a{
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
	text-indent: -9999em;
	float:left;
}
#menu_interna ul li ul{
	background: none repeat scroll 0 0 #373737;
    display: none;
    height: 47px;
    padding: 5px 0px;
    position: absolute;
	top:134px;
}
#menu_interna ul li:hover > ul{
	display:block;
}
#menu_interna ul li ul li{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#E6E6E6;
	width:142px;
	padding-bottom:5px;
	padding-left:23px;
	padding-top:5px;
	float:none;
	cursor:default;
}
#menu_interna ul li ul li:hover{
	background-image:url(images/bg_desplegable.gif);
	background-repeat:repeat-x;
	}
#menu_interna ul li ul li ul{
	background: none repeat scroll 0 0 #373737;
    display: none;
    height:auto;
    padding: 5px 3px;
    position: absolute;
	top:5px;
	left:165px;
}
#menu_interna ul li ul li > ul{
	display:none;
}
#menu_interna ul li ul li:hover > ul{
	display:block;
}
#menu_interna ul li ul li ul li{	
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#E6E6E6;
	width:160px;
	padding:4px 0px 4px 4px;
	float:none;
	line-height:normal;
}

/****FIN MENU INTERNO****/
.desplegable2{
	background-image:none !important;
}
.desplegable3{
	background-image:none !important;
	background: none repeat scroll 0 0 #373737;
    display: none;
    height:auto;
	width:162px;
    padding: 5px 3px;
    position: absolute;
	top:28px !important;
	left:165px;
}

.conozcanos{
	display:block;
	background-image:url(../images/images/bt_conozcanos.gif);
	background-repeat:no-repeat;
	height:35px;
	width:107px;
}
.conozcanos:hover{
    background-image: url(../images/bt_conozcanos_on.gif);
	background-repeat:no-repeat;
}
.testimonios{
	display:block;
	background-image: url(../images/bt_elestilo.gif);
	background-repeat:no-repeat;
	height:35px;
	width:139px;
}
.testimonios:hover{
    background-image: url(../images/bt_elestilo_on.gif);
	background-repeat:no-repeat;
}
.novedades{
	display:block;
	background-image: url(../images/bt2_novedades.gif);
	background-repeat:no-repeat;
	height:35px;
	width:102px;
}
.novedades:hover{
    background-image: url(../images/bt2_novedades_on.gif);
	background-repeat:no-repeat;
}
.contactenos{
	display:block;
	background-image: url(../images/bt_contactenos.gif);

	background-repeat:no-repeat;
	height:35px;
	width:113px;
}
.contactenos:hover{
    background-image: url(../images/bt_contactenos_on.gif);
	background-repeat:no-repeat;
}
.version_ingles{
	display:block;
	background-image: url(../images/bt2_ingles.gif);
	background-repeat:no-repeat;
	height:35px;
	width:119px;
}
.version_ingles:hover{
    background-image: url(../images/bt2_ingles_on.gif);
	background-repeat:no-repeat;
}
.inicio{
	display:block;
	background-image: url(../images/bt2_inicio.gif);
	background-repeat:no-repeat;
	height:35px;
	width:85px;
}
.inicio:hover{
    background-image: url(../images/bt2_inicio_on.gif);
	background-repeat:no-repeat;
}

/*------------   fin Menu    --------------*/
