@charset "utf-8";
@import url("ini.css");

p {
	font-family:Times New Roman, serif; font-size:12px; color:#70777D; letter-spacing:-0.3px; margin-left:20px; line-height:14px;
}

h1{
	font-family:Times New Roman, serif; font-size:21px; color:#70777D; letter-spacing:-0.3px; margin-left:20px; margin-top:15px;
}

h2 {
	font-family:Times New Roman, serif; font-size:18px; color:#70777D; letter-spacing:-0.3px;  margin-left:20px; margin-top:35px; font-weight:500;
}

h3 {
	font-family:Times New Roman, serif; font-size:18px; color:#A5BB29; letter-spacing:-0.3px;  margin-left:20px; font-weight:500;
}

h4 {
	font-family:Times New Roman, serif; font-size:11px; color:#A5BB29; letter-spacing:-0.5px;
}


h5 {
	font-family:Times New Roman, Times, serif; font-size:10px; color:#666666; letter-spacing:-0.5px;
}

h6 {
	font-family:Times New Roman, serif; font-size:16px; color:#70777D; letter-spacing:-0.3px; font-weight:500;
}

img {
	outline:none;
}

.destacadoVerdeParrafo {
	color:#A5BB29;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

body {
	width:100%;
	margin:0 auto;
	/*background-color:#999999;*/
	background-image:url(../imgs/background.jpg);
	background-repeat:repeat-x;
	/*background-color:#8e9e4e;*/
	background-color:#f3f0e3;	
	/*background-color:#FFFFFF;
	background-image:url(../imgs/bk.jpg);
	background-repeat:repeat-x;*/
}

#contenedor {
	background-color: #FFFFFF;
	width: 990px;
	height:100%;
	margin:0 auto; 
}

#header{	
	width: 960px;
	height:101px;
	/*clear:both;*/
	padding:40px 5px 5px 5px;
	margin-left:10px;
}


/*#logo{
	width: 750px;
	height:80px;
	float:left;
	margin-top:10px;
}*/

#logo{
	/*width: 750px;
	height:80px;
	float:left;
	margin-top:10px;*/
	width:263px;
	float:left;
	margin-bottom:20px;
	*margin-bottom:10px;
	_margin-bottom:0px;
	
}

#contMenu{	
	width: 960px;
	margin-top:20px;
	*margin-top:12px;
	_margin-top:30px;

}

#menu{	
	width: 930px;
	float:left;
}

#suscribirse{	
	width: 350px;
	margin-top:10px;
	/*width: 150px;*/
	float:right;
	/*margin-top:30px; */

	/**margin-top:-20px;
	_margin-top:-28px;*/

	/*#margin-top:-20px;*/
	/*margin-right:20px;*/
}

#suscribirse p{ float:right;  text-align:right; letter-spacing:0px; font-size:11px; color:#999999;}
#suscribirse a{ text-decoration:none; color:#999999;}
#suscribirse a:hover{ text-decoration:underline; color:#999999;}
#suscribirse a:visited{ text-decoration:none; color:#999999;}

#newsletter{	
	width: 160px;	
	float:right;
	margin-top:0; 
	*margin-top:-20px;
	_margin-top:-28px;

	/*#margin-top:-20px;*/
	/*margin-right:20px;*/
}
#newsletter p{ float:right; width:100%; text-align:right; letter-spacing:0px;}
#newsletter input{ float:left; width:125px; height:15px; margin-right:6px; _margin-right:0px;}
/*#newsletter botOk{ float:left; width:5px;}*/


#contenido{	
	height:530px;
	background-color: #FFFFFF;
	clear:both;
	/*position:absolute;
	z-index:1;*/
}

#footer{	
	height:90px;
	background-color: #FFFFFF;
	clear:both;
}

#contactoFooter{	
	float:left; 
	height:56px; 
	margin-top:18px;
	margin-left: 20px;
	_margin-left: 10px;
}

#sepFooter{	
	float:left; 
	height:32px; 
	margin-top:42px;
	margin-left: 20px;
	_margin-left: 10px;
	font-size:18px;
	color:#666666;
}
.tituloFooter{
	font-family:Times New Roman, Times, serif; font-size:10px; color:#A5BB29; letter-spacing:0.5px; font-weight:bold;
}

#logos{	
	float:right;
	height:66px; 
	margin-top:10px;
	margin-right: 25px;
	_margin-right: 10px;
}


/*PARA EL SLIDE DE FOTOS DE LA HOME*/
#slider {
    width: 990px; /* important to be same as image width */
    height: 530px; /* important to be same as image height */
	overflow: hidden; /* important */
	position:relative;
	/*z-index:10;*/
}

#slider1 {
    width: 990px; /* important to be same as image width */
    height: 530px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent, #slider1Content {
    width: 990px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	
}
.sliderImage, .slider1Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	padding: 10px 13px;
    width: 990px;
   background-color: #FFF;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #000;
    display: none;
	font-size:12px;
	line-height:15px;

}

.slider1Image span {
    position: absolute;
	padding: 10px 13px;
    width: 990px;
   background-color: #FFF;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #000;
    display: none;
	font-size:12px;
	
	
}

.sliderImage a{
text-decoration:none;
color:#000000;
}
.sliderImage a:hover{
text-decoration:none;
color:#000000;
}
.sliderImage a:visited{
text-decoration:none;
color:#000000;
}

.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 18px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
	bottom: 0;
	margin-top:40px;
	margin-left:20px;
    left: 0;
	width: 260px !important;
	height: 90px;
	
}

/*.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}*/
.right {
	top: 0;
	right: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}

#colDer{
	 width: 400px;
	 background-color:#006600;
	 float:left;
}


/*INTERNA*/

#imagenInterna{	
	float:left;
	height:530px;
	width:476px;
	/*background-color: #CCCCCC;*/
}

#masterplan{	
	float:left;
	height:530px;
	width:990px;
	/*background-color: #CCCCCC;*/
}

#contenidoInterna{	
	float:right;
	height:530px;
	width:514px;
	/*background-color: #333333;*/
}

#headerInterna{	
	float:left;
	height:206px;
	width:100%;
	/*background-color: #666666;*/
	clear:both;
}

#headerInternaDestacado{	
	float:left;
	height:154px;
	width:100%;
	/*background-color: #e7e7e7;*/
	clear:both;
}
	
	.bordeTopDestacado{	
		float:left;
		height:15px;
		width:98%;
		background-color: #e3e4d4;
		
	}
	
	.tituloDestacado{	
		float:left;
		height:138px;
		width:374px;

		/*background-color: #d3dc99;*/
	}
	
	.tituloDestacadoInst{	
		float:left;
		height:138px;
		width:474px;

		/*background-color: #d3dc99;*/
	}
	
	.tituloDestacadoResidencias{	
		float:left;
		height:80px;
		width:98%;
		margin-top:1px;
		border-top:3px solid; border-color:#e3e4d4;

		/*background-color: #d3dc99;*/
	}
	
	.tituloDestacadoUbicacion{	
		float:left;
		height:138px;
		width:98%;
		
	}
	
	.imagenDestacado{	
		float:right;
		height:138px;
		width:140px;
		/*background-color: #666;*/
	}

#headerInternaTitle{	
	float:left;
	height:51px;
	width:98%;
	background-color: #f4f2e3;
	clear:both;
}

#headerInternaSubMenu{	
	float:left;
	height:51px;
	width:98%;
	background-color: #f4f2e3;
	clear:both;
	margin-top:5px;
}


#headerInternaSubMenu a{
font-size:14px;
font-weight:bold;
text-decoration:underline;
color:#333333;
}

#headerInternaSubMenu a:hover{
text-decoration:underline;
}

#headerInternaSubMenu h1{
font-size:14px;
text-decoration:none;
font-weight:bold;
color:#9db225;
}


#banner{	
	float:left;
	height:58px;
	width:502px;
	/*background-color: #999999;*/
}


#infoInterna{	
	float:left;
	height:318px;
	width:98%;
	/*background-color: #999999;*/
	border-top:3px solid; border-color:#e3e4d4;
	border-bottom:3px solid; border-color:#e3e4d4;
	clear:both;
}

#infoInternaBullets{	
	float:left;
	height:298px;
	width:208px;
	/*background-color: #999999;	*/
}

#infoInternaThumbs{	
	float:right;
	height:298px;
	width:286px;
	/*background-color: #f7f7f7;	*/
}

#internaThumbs{	
	float:right;
	width:282px;
	/*background-color: #cacaca;	*/
}

#clickVisualizar{	
	float:right;
	height:46px;
	width:286px;
	/*background-color: #cfcfcf;	*/
}

#clickVisualizarSum{	
	float:right;
	height:26px;
	width:286px;
	/*background-color: #cfcfcf;	*/
}

#internaButtons{	
	float:right;
	height:42px;
	width:286px;
	/*background-color: #0f0f0f;	*/
}

#scrollGallery{
	position:absolute; 
	/*left:100px;
	top:100px; */
	width:235px;
	height:300px;
	background-color:#ffffff;
	overflow:auto;
	
}

#gallery { 
	margin-top:15px;
}

#gallery ul { 
	list-style: none; 
}
#gallery ul li { 
	display: inline; 
}

#infoInternaBullets {
	margin-top:20px;
}

#infoInternaBullets ul li {
	font-family:Times New Roman, serif; font-size:12px; color:#70777D; letter-spacing:-0.5px; margin-left:20px; line-height:20px;
	/*list-style:inside;*/
	list-style-type:disc;
	list-style:inside;
}

#infoInternaSum{	
	float:left;
	height:238px;
	width:208px;
	margin-top:20px;
	/*background-color: #999999;	*/
}

#infoInternaSum ul li {
	font-family:Times New Roman, serif; font-size:12px; color:#70777D; letter-spacing:-0.5px; margin-left:20px; line-height:20px;
	/*list-style:inside;*/
	list-style-type:disc;
	list-style:inside;
}

#infoInternaThumbsSum{	
	float:right;
	height:258px;
	width:286px;
	/*background-color: #f7f7f7;	*/
}

#infoInternaThumbsKids{	
	float:right;
	height:258px;
	width:236px;
	/*background-color: #f7f7f7;	*/
}

/*INTERNA ESTILOS*/

#infoInternaEstilos{	
	float:left;
	height:318px;
	width:98%;
	/*background-color: #999999;*/
	border-top:3px solid; border-color:#e3e4d4;
	border-bottom:3px solid; border-color:#e3e4d4;
	clear:both;
}

#infoInternaEventos{	
	float:left;
	height:324px;
	width:500px;
}

#infoInternaEventos a{	
	font-family:Times New Roman, serif; font-size:12px; color:#70777D; letter-spacing:-0.5px;
}

#infoInternaEventos a:hover{	
	font-family:Times New Roman, serif; font-size:12px; color:#70777D; letter-spacing:-0.5px;
}

#infoInternaBulletsEstilos{	
	float:left;
	height:324px;
	width:296px;
	/*background-color: #999999;	*/
	/*margin-top:20px;*/
	font-family:Times New Roman, serif; font-size:14px; color:#70777D; letter-spacing:-0.5px;
}

#infoInternaBulletsEstilos a{	
	
	font-family:Times New Roman, serif; font-size:12px; color:#70777D; letter-spacing:-0.5px;
}
#infoInternaBulletsEstilos a:hover{	
	
	font-family:Times New Roman, serif; font-size:12px; color:#70777D; letter-spacing:-0.5px;
}

#infoInternaBulletsEstilos h6{	
	margin-top:20px;
	font-family:Times New Roman, serif; font-size:14px; color:#70777D; letter-spacing:-0.5px; margin-left:20px;
}

#infoInternaBulletsEstilos h7{	
	
	font-family:Times New Roman, serif; font-size:12px; color:#9eb417; letter-spacing:-0.5px; margin-left:20px;
}

#infoInternaThumbsEstilos{	
	float:right;
	height:324px;
	width:196px;
	/*background-color: #f7f7f7;	*/
}

#internaThumbsEstilos{	
	float:right;
	height:225px;
	/*width:282px;*/
	width:196px;
	/*background-color: #cacaca;	*/
}

#clickVisualizarEstilos{	
	float:right;
	height:26px;
	width:196px;
	/*background-color: #cfcfcf;	*/
}

#internaButtonsEstilos{	
	float:right;
	height:42px;
	width:196px;
	/*background-color: #0f0f0f;	*/
}




/*#infoInternaBulletsEstilos {
	margin-top:20px;
	font-family:Times New Roman, serif; font-size:14px; color:#70777D; letter-spacing:-0.5px;
}*/

#infoInternaBulletsEstilos ul li {
	font-family:Times New Roman, serif; font-size:14px; color:#70777D; letter-spacing:-0.5px; margin-left:20px; line-height:20px;
	list-style:inside;
	list-style:disc;
}

#chapa{ width:100px; height:100px; background:#000000; position:relative; z-index:10; margin:100px 0 0 0;}


#caja {
width:980px;
display: none;
padding:5px;
border:none;
background-color:#CCCCCC;
letter-spacing:0px; font-size:11px; color:#999999;
}


#caja a{ text-decoration:none; color:#000000; font-weight:bold; font-size:12px;}
#caja a:hover{ text-decoration:underline; color:#000000;font-weight:bold;font-size:12px;}

#mostrar{
/*display:block;
width:100px;
padding:5px;
border:none;*/
}
#cierre{
float:right;
}

.news{
margin-left:20px;
}

#imprimir {
float:right; margin-right:10px; margin-top:15px;
}
#imprimir a{
text-decoration:none;
}

#subsub{
border-bottom:2px solid #e3e4d4;
background-color:#f4f2e3;
}

#areaText{
	width:420px;
	height:100px;
	resize: none;
}

