@import url(navi.css);
@import url(forms.css);
@import url(tables.css);
@import url(featured_slide.css);
@import url(featured_slide_proyectos.css);

body{/*propiedades de la pagina*/
	margin:0;
	padding:0;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	background-color:#E7E7E7;/*color de fondo a los lados del medio*/
	}

img{display:block; margin:0; padding:0; border:none;}
.justify{text-align:justify;}
.bold{
	font-weight:bold;
	color: #666;
}
.center{text-align:center;}
.right{text-align:right;}
.nostart{list-style-type:none; margin:0; padding:0;}
.clear{clear:both;}
br.clear{clear:both; margin-top:-15px;}

a{outline:none; text-decoration:none; color:#ba3921;}

.fl_left{float:left;}
.fl_right{float:right;}
.fl_centro{ text-align:center; }

.imgl, .imgr{border:1px solid #C7C5C8; padding:5px;}
.imgl{float:left; margin:0 0px 8px 0; clear:left;}
.imgl140{float:center; margin:0 0px 8px 0; clear:left;}
.imgr{float:right; margin:0 0 8px 8px; clear:right;}
.imglc{float:left;}
.imgrc{float:right;}
verde { color: green; }
dorado { color: #B76427; }
amarillo {
	color: #FF9900;
}
azul{ color: #000099; }
verde:hover {
	color: #0C0;
}
dorado:hover { color: FF9900; }
amarillo:hover { color: #B76427; }
azul:hover {
	color: #09F;
}


/* ----------------------------------------------Wrapper-------------------------------------*/

	
	
	
div.wrapper{
	width:960px;
	text-align:center;
    margin:0 auto;
	display:block;
	}

div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{
	margin:0 0 15px 0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	line-height:normal;
	}

.col0, .col0 a{
	color:#CCCCCC;
	background-color:#333333;
}
.col1{
	color:#CCCCCC;
	background-color:#272727;
	border-bottom:1px solid #363636;
}
.col2{color:#FFFFFF; background-color:#191919; padding: 0;}
.col2 a{color:#FFFFFF; background-color:#191919;}
.col3{margin:1px 0; border-top:1px solid #363636; border-bottom:1px solid #363636;}
.col4{color:#CCCCCC;background-color:#000000;}
.col4 a{color:#FFFF00; background-color:#000000;}
.col5, .col5 a{color:#ffffff;background-color:#1B1B1B;}
.col4, .col5{font-family:Georgia, "Times New Roman", Times, serif;}
.col4 h2, .col5 h2{font-family: Georgia, "Times New Roman", Times, serif;}
.col2p{color:#000000;background-color:#000000;}
/* ----------------------------------------------Generalise-------------------------------------*/

#header, #topline, #topbar, #hpage_cats, #adblock, #socialise, #copyright{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:960px;/*ancho del contenido de la pagina*/
	background-color: #000000;
	}
.container, #footer, #breadcrumb{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:960px;/*ancho del contenido de la pagina*/
	background-color: #000000;
	}

/* ----------------------------------------------TopBar-------------------------------------*/


#idioma_fondo{
	width:960px;
	height:720px;
	text-align:center;
    margin:0 auto;
	display:block;
	background-image:
	url(../images/PRINCIPAL.jpg);
	}
	
#idioma_top{
	width:960px;
	height:395px;
	text-align:center;
}
#idioma_centro{
	width:960px;
	height:20px;
	text-align:center;
    margin:0 auto;
	display:block;
	
	
	}
#idioma_centro_izq{
	width:390px;
	height:20px;
	float:left;
		}
#idioma_centro_izq_c{
	width:90px;
	height:20px;
	float:left;
		}
#idioma_centro_der_c{
	width:90px;
	height:20px;
	float:left;
	}
#idioma_centro_der{
	width:390px;
	height:20px;
	float:right;
	}
	
#idioma_aba{
	width:480px;
	height:1024px;
	text-align:center;
    margin:0 auto;
	display:block;
	}	


#topline{
	padding:10px 0;
	}

#topline ul{
	float:left;
	margin:6px 0 0 0;
	padding:0;
	list-style:none;
	}

#topline li{
	display:inline;
	margin:0 8px 0 0;
	padding:0 10px 0 0;
	border-right:1px solid #999999;
	}

#topline li.last{
	margin-right:0;
	padding-right:0;
	border:none;
	}

#topline #search{
	display:block;
	float:right;
	margin:0;
	padding:0;
	overflow:hidden;
	}

/* ----------------------------------------------Header-------------------------------------*/

#header{
	padding:0px 0 0px;
	z-index:1000;
	}

#header h1, #header p, #header ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:normal;
	}

#header #logo{
	display:block;
	float:left;
	margin-top:2px;
	overflow:hidden;
	}

#header #logo h1 a{
	font-size:46px;
	color:#999999;
	background-color:#373737;
	}

#header h1 strong{
	font-weight:normal;
	color:#B77425;
	background-color:#373737;
	}

#header #logo p{
	text-align:right;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	}

/* ----------------------------------------------BreadCrumb-------------------------------------*/

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

#breadcrumb ul li{display:inline;}

#breadcrumb ul li.current a{text-decoration:underline; color:#FFFF00; background-color:#191919;}

/* ----------------------------------------------Content-------------------------------------*/

.container{
	padding:10px 0;
	text-align:justify;
	line-height:1.3em;
	}

.content{
	display:block;
	float:left;
	width:960px;
	}

/* ------Comments-----*/

#comments{margin-bottom:40px;}

#comments .commentlist {margin:0; padding:0;}

#comments .commentlist ul{margin:0; padding:0; list-style:none;}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}

#comments .commentlist li.comment_odd{color:#666666; background-color:#F7F7F7;}
#comments .commentlist li.comment_odd a{color:#660000; background-color:#F7F7F7;}

#comments .commentlist li.comment_even{color:#666666; background-color:#E8E8E8;}
#comments .commentlist li.comment_even a{color:#660000; background-color:#E8E8E8;}

#comments .commentlist .author .name{font-weight:bold;}
#comments .commentlist .submitdate{font-size:smaller;}

#comments .commentlist p{margin:10px 5px 10px 0; padding:0; font-weight: normal;text-transform: none;}

#comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;}

/* ----------------------------------------------Column-------------------------------------*/

.column{
	display:block;
	float:right;
	width:270px;
	}

.column .holder{
	display:block;
	width:260px;
	margin-bottom:20px;
	padding-left:10px;
	}

/* Sponsors Block */

.column .sponsors{
	display:block;
	width:250px;
	}

.column .sponsors h2{
	margin:0 0 15px 10px;
	padding:0 0 8px 0;
	border-bottom:2px solid #E3E3E3;
	}

.column .sponsors .b_250{
	display:block;
	width:250px;
	margin:0 0 10px 10px;
	padding:4px;
	border:1px solid #C7C5C8;
	}

.column .sponsors .b_125 ul{
	margin:0;
	padding:0;
	list-style:none;
	}

.column .sponsors .b_125 li{
	float:right;
	margin:0 0 10px 10px;
	}

/* ----------------------------------------------Homepage Specific-------------------------------------*/

#topstory{
	display:block;
	width:100%;
	margin-bottom:0px;
	}

#topstory h2, #latestnews h2{
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	border-bottom:2px solid #E3E3E3;
	}

#topstory ul{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	}

#topstory li{
	display:block;
	float:left;
	width:250px;
	height:270px;
	margin:0 10px 0 0;
	padding-left:10px;
	border-left:1px solid #B76427;
	}

#topstory li.last{
	margin-right:0;
	width:400px;
	height:270px;
	}

#topstory li.der{
	margin-right:0;
	width:670px;
	
	}
	
#topstory li.izq{
	margin-right:0;
	width:250px;
	color:#000000; 
	background-color:#FFFFFF;
	}	

#topstory li.ordenada{
	margin-top:20px;
	text-align:left;
	width:350px;
	height:10px;	
	}	

#barra_porque_cilasa_izq{
    width:20px;
	height:220px;
    float:left;
	margin-top:9px;
	line-height: 1.3em;		
}	

#barra_porque_cilasa_der{
    width:360px;
	height:220px;
    float:left;
	margin-top:10px;
	line-height: 1.3em;
}
		

#topstory img{
	margin:0;
	padding:0px;
	}

#topstory .readmore{
	font-weight:bold;
	text-align:right;
	}


#topstory .masclientes{
	color:#FFFF00;
	font-weight:bold;
	text-align:right;
	}	

#latestnews{
	display:block;
	width:630px;
	margin-bottom:35px;
	}

#latestnews .latestnews h2{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	border-bottom:none;
	}

#latestnews ul, #latestnews li{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	}

#latestnews li{
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	border-bottom:1px dotted #666666;
	}

#latestnews div.imgholder{
	display:block;
	float:left;
	width:75px;
	height:75px;
	margin:0;
	padding:4px;
	border:1px solid #666666;
	}

#latestnews div.latestnews{
	display:block;
	float:right;
	width:475px;
	margin:0;
	padding:0;
	}

#latestnews p.readmore{
	display:block;
	margin-top:10px;
	text-align:right;
	font-weight:bold;
	}	
	
	
	/* -------------pagina 2 formato nuevo -----------*/
#barra_superior{
    display:block;
	height:11px;
	background-color: #FFFFFF;
    background:url("../images/sombra_960.png") top left norepeat;
	clear:both;
	}	

#barra_izquierda{
    width:200px;
	height:540px;
    background-color:white;
    float:left;
}

/*#barra_central_color{
    width:15px;
	height:400px;
    background-color:#B76427;
    float:left;
}*/

#barra_derecha_habitacional{
    width:758px;
	height:540px;
	border-left:2px solid #B76427;
    background-color:white;
    float:left;
}	

#barra_derecha_industrial{
    width:758px;
	height:540px;
	border-left:2px solid #FFCC00;
    background-color:white;
    float:left;
}	

#barra_derecha_comercial{
    width:758px;
	height:540px;
	border-left:2px solid #000099;
    background-color:white;
    float:left;
}	

#barra_derecha_urbanismo{
    width:758px;
	height:540px;
	border-left:2px solid #006600;
    background-color:white;
    float:left;
}	

/* -------------pagina proyectos -----------*/

#barra_top_pproyectos{
    width:960px;
	height:30px;
    background-color:white;
    float:left;
	clear:both;
}

#barra_hr_top_pproyectos{ color: #000000; background-color: #000000; height: 1px; width: 80%; border: 0px; margin: 0 auto; text-align: center; 
clear:both;
}

#barra_derecha_pproyectos{
    width:76px;
	height:440px;
    background-color:white;
    float:left;
}

#barra_hr_top_pproyectos{ color: #1E90FF; background-color: #1E90FF; height: 1px; width: 80%; border: 0; margin: 0 auto; text-align: center; }
	
#barra_proyectos_pproyectos{
    width:202px;
	height:440px;
    background-color:white;
    float:left;
}	

#box_proyectos_pproyectos{
	background-color:#F0F0F0;
	padding:10px 5px 0 5px;
	float:center;
	margin:40px 5px 0 5px;
	width:180px;
	height:300px;
}

#contenido_proyectos_pproyectos{
   margin:10px 10px 10px 10px;
   padding:0px 0px 0px 0px;
   float:center;
   width:160px;
   height:230px;
}

#foto_contenido_proyectos_pproyectos{
   margin:5px 5px 5px 5px;
   padding:10px 5px 5px 5px;
   float:center;
   width:140px;
   height:140px;
}

#encabezado_contenido_proyectos_pproyectos{
   margin:0px 5px 5 5px;
   padding:0px 0px 0px 0px;
   float:center;
   font-size:20px;
   font-weight:bold;
   color:#B77425;
   font-family:Arial, Helvetica, sans-serif;
}

#texto_contenido_proyectos_pproyectos{
	margin:10px 5px 10 5px;
	padding:0px;
	float:center;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}
#texto_seguir_contenido_proyectos_pproyectos{
	margin:15px 5px 10 5px;
	padding:10px 5px 0 0;
	float:right;
	font-size:12px;
	font-weight:normal;
	color:#FF9900;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#F0F0F0;
}

	/* -------------contenido pagina proyectos -----------*/
	
#barra_derecha_margen{
    width:50px;
	height:400px;
    background-color:white;
    float:left;
}	
#barra_derecha_proyectos{
    width:300px;
	height:400px;
    background-color:white;
    float:left;
}	
#barra_final_proyectos{
    width:648px;
	height:100px;
    background-color:#eaeaea;
	margin:0px 52px 20px 52px;	
    float:left;
	clear:both;
}
	
#barra_final_proyectos_titulo{
    width:648px;
	height:20px;
    background-color:#CCC;
	margin:0px 52px 0px 52px;
    float:left;
	clear:both;
}

#texto_final_proyectos_titulo{
	color:#00F;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

#texto_final_proyectos{
	float:left;
	padding:5px 10px 5px 20px;
	width:290px;
	height:120px;
	color: #333;
	text-align:left;
}

	/* -------------contenido fotos y texto pagina proyectos -----------*/
	
#contenido_proyectos{
	float:left;
	margin:30px 0 0 0;
	width:300;
	height:90px;
	background-color: #F5F5F5;
}
	
#fotos_proyectos_habitacional{
   border:1px solid #B76427;
   padding:5px;
   float:left;
   margin:0px 0 0 0;
   width:80px;
}

#fotos_proyectos_comercial{
   border:1px solid #000099;
   padding:5px;
   float:left;
   margin:0px 0 0 0;
   width:80px;
}

#fotos_proyectos_industrial{
   border:1px solid #fdba13;
   padding:5px;
   float:left;
   margin:0px 0 0 0;
   width:80px;
}

#fotos_proyectos_urbanismo{
   border:1px solid #006600;
   padding:5px;
   float:left;
   margin:0px 0 0 0;
   width:80px;
}

#caja_texto_proyectos{

    word-wrap:break-word;	
}

#texto_proyectos{
	text-align:center;
	float:left;
	width:203px;
	padding:3px 0px 0px 5px;
	color: #333;
	word-wrap:break-word;
}

#mas_proyectos{
	float:right;
	padding:7px 0px 0px 0px;
	width:290px;
	color: #063;
	text-align:right;
}

/* -------------pagina portfolios -----------*/

#barra_derecha_margen_portafolio{
    width:80px;
	height:408px;
    background-color:white;
    float:left;
}	
	
#barra_derecha_portafolio{
    width:608px;
	height:408px;
    background-color:white;
	margin:25px 0px 46px 0px;
    float:left;
}	

#barra_inferior_portafolio{
	width:608px;
	height:50px;
	background-color:#FFF;
	margin:25px 0px 46px 0px;
	padding:25px 0px 0px 0px;
	text-align:left;
	float:left;
}



/* -------------pagina nosotros -----------*/

#barra_vision_pnosotros{
    width:960px;
	height:180px;
    background-color:white;
    float:left;
	clear:both;
}

#fondo_vision_pnosotros{
	margin:20px 48px 20px 48px;
	width:864px;
	text-align:center;
	height:150px;
	background-color:#EAEAEA;
}
#fotos_vision_pnosotros{
   float:left;
}

#texto_encabezado_pnosotros{
	margin:0px 0px 0px 40px;
	float:left;
	padding:0px;
	font-size:20px;
	font-weight:bold;
	width:290px;
	color:#ca1d00;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
#texto_vision_pnosotros{
	margin:10px 10px 10px 40px;
	float:left;
	padding:5px;
	width:590px;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
}

#barra_quienes_pnosotros{
    width:960px;
	height:400px;
    background-color:white;
    float:left;
}

#fondo_quienes_pnosotros{
	margin:20px 0px 20px 48px;
	width:448px;
	text-align:center;
	height:373px;
	background-color:#EAEAEA;
}
#fondo_forma_contacto{
	margin:20px 0px 20px 48px;
	width:448px;
	text-align:center;
	height:270px;
	background-color:#EAEAEA;
}

#texto_quienes_pnosotros{
	margin:10px 10px 10px 40px;
	float:left;
	padding:5px;
	width:360px;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
}

#barra_mapa_pnosotros{
    width:460px;
	height:400px;
    background-color:white;
    float:left;
}

#fondo_mapa_pnosotros{
	margin:20px 48px 20px 30px;
	width:382px;
	text-align:center;
	height:340px;
	background-color:#000000;
}

#barra_mapa_psan_jeronimo{
	width:460px;
	height:360px;
	background-color:white;
	float:left;
}

#fondo_mapa_psan_jeronimo{
	margin:20px 48px 20px 30px;
	width:382px;
	text-align:center;
	height:320px;
	background-color:#000000;
}

#barra_quienes_psan_jeronimo{
	width:500px;
	height:360px;
	background-color:white;
	float:left;
}

#texto_quienes_psan_jeronimo{
    margin:20px 10px 10px 20px;
	float:left;
	padding:5px;
	width:400px;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
}

#texto_quienes_psan_jeronimo conoce{
	font-size:12px;
	font-weight:normal;
	color:#7CA73B;
	font-family:Arial, Helvetica, sans-serif;
}

#texto_quienes_psan_jeronimo H2{
	font-size:18px;
	font-weight:normal;
	color:#5E781F;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
}

#fondo_contenido_san_jeronimo{
	margin:20px 0px 20px 48px;
	width:448px;
	text-align:center;
	height:320px;
	background-color:#EAEAEA;
}

	
#fondo_final_san_jeronimo{
	float:left;
	margin:0;
	width:960px;
	text-align:center;
	height:309px;
	background-color:#ffffff;
}	
	
/* -------------pagina clientes -----------*/	
	
	#barra_clientes{
    width:960px;
	height:1190px;
    background-color:white;
    float:left;
}

#fondo_clientes{
	margin:20px 50px 20px 50px;
	width:860px;
	text-align:center;
	height:1130px;
	background-color:#EAEAEA;
}
	
/* -------------pagina servicios -----------*/

#barra_servicios_pservicios{
    width:960px;
	height:210px;
    background-color:white;
    float:left;
	clear:both;
}

#fondo_servicios_pservicios{
	margin:20px 48px 20px 48px;
	width:864px;
	text-align:center;
	height:180px;
	background-color:#EAEAEA;
}

#barra_diseno_pservicios{
    width:960px;
	height:630px;
    background-color:white;
    float:left;
}

#fondo_diseno_pservicios_izq{
	margin:20px 0px 5px 50px;
	width:610px;
	float:left;
	text-align:left;
	height:600px;
    background-color:#EAEAEA;
}

#fondo_diseno_pservicios_der{
	margin:20px 50px 5px 0px;
	width:250px;
    float:left;	
	text-align:left;
	height:600px;
	background-color:#CCCCCC;
}

#fondo_diseno_pservicios2_izq{
	margin:5px 25px 5px 50px;
	width:405px;
	text-align:left;
	height:220px;
	background-color:#EAEAEA;
}

#fondo_diseno_pservicios2_der{
	margin:5px 50px 5px 25px;
	width:405px;
	text-align:left;
	height:220px;
	background-color:#EAEAEA;
}

#texto_diseno_pservicios{
	margin:10px 10px 10px 20px;
	float:left;
	padding:5px;
	line-height: 1.6em;
	width:560px;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	
}
#fondo_forma_contacto{
	margin:20px 0px 20px 48px;
	width:860px;
	text-align:center;
	height:270px;
	background-color:#EAEAEA;
}

#texto_quienes_pnosotros{
	margin:0px 10px 0px 40px;
	float:left;
	padding:5px;
	width:360px;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
}

#barra_mapa_pnosotros{
    width:460px;
	height:400px;
    background-color:white;
    float:left;
}

#fondo_mapa_pnosotros{
	margin:20px 48px 20px 30px;
	width:382px;
	text-align:center;
	height:340px;
	background-color:#000000;
}	
	
	/* -------------pagina 2 formato nuevo interno derecha-----------*/		
#nuevo_footer{
    width:960px;
	height:150px;
	border-top:1px solid #CCC;
    background-color:#333;
    float:left;
	clear:both;
}	

#barra_mapa{
    width:270px;
	height:150px;
    float:left;
}
#barra_direccion{
    width:180px;
	height:140px;
    float:left;
	text-align:right;
	margin:10px 0px 0px 0px;
	padding-right:10px;
}
#barra_menu{
    width:460px;
	height:40px;
    float:left;
	text-align:left;
	margin:10px 20px 100px 20px;
	color:#FFFFFF;
}	
#barra_logos{
    width:460px;
	height:35px;
    float:left;
	clear:both;
	margin:80px 0px 0 0;
}	

#logos{
    width:35px;
	height:35px;
    float:left;
	margin:0 10px 0 0;
}	

	/* -------------pagina 2 formato nuevo interno derecha-----------*/	

#barra_izquierda_titulo{
	width:150px;
	height:25px;
	background-color:white;
	float:right;
	clear:both;
	/*border-top:1px solid #B76427;
	border-bottom:1px solid #B76427;*/
	text-align:right;
	/*margin:0px 7px 0px 0px;*/
	padding:.3em 4px 0px 0px;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#666;
}

#barra_izquierda_titulo_doble{
	width:150px;
	height:25px;
	background-color:white;
	float:right;
	clear:both;
	/*border-top:1px solid #B76427;
	border-bottom:1px solid #B76427;*/
	text-align:right;
	/*margin:0px 7px 0px 0px;*/
	padding:.3em 4px 0px 0px;
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#666;
}























	/* -------------pagina 2 formato nuevo interno izquierda-----------*/	


#menu{
    width:200px;
	height:200px;
    background-color:white;
    float:left;
	clear:right;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ccc;
}
#barra_derecha_articulo_habitacional{
	width:150px;
	background-color:#B76427;
	float:right;
	clear:both;
	text-align:left;
	margin-top:10px;
	padding:10px;
	font-size:12px;
	font-family:arial, serif;
	color:#FFF;
}

#barra_derecha_articulo_habitacional H2{
	text-align:center;
	font-size:18px;
	font-family:arial, serif;
	color:#FFFFFF;
	font-weight: normal;
}

#barra_derecha_articulo_industrial{
	width:150px;
	background-color:#FFCC00;
	float:right;
	clear:both;
	text-align:left;
	margin-top:10px;
	padding:10px;
	font-size:12px;
	font-family:arial, serif;
	color:#000;
}

#barra_derecha_articulo_comercial{
	width:150px;
	background-color:#000099;
	float:right;
	clear:both;
	text-align:left;
	margin-top:10px;
	padding:10px;
	font-size:12px;
	font-family:arial, serif;
	color:#FFF;
	font-weight: normal;
}

#barra_derecha_articulo_comercial H2{
	text-align:center;
	font-size:18px;
	font-family:arial, serif;
	color:#FFFFFF;
	font-weight: normal;
}

#barra_derecha_articulo_urbanismo{
	width:150px;
	background-color:#006600;
	float:right;
	clear:both;
	text-align:left;
	margin-top:10px;
	padding:10px;
	font-size:12px;
	font-family:arial, serif;
	color:#FFF;
}

#barra_derecha_articulo_urbanismo H2{
	text-align:center;
	font-size:18px;
	font-family:arial, serif;
	color:#FFFFFF;
	font-weight: normal;
}

#barra_derecha_articulo_final{
	width:150px;
    height:50px;
	float:right;
	clear:both;
}



#barra_derecha_articulo_proyectos{
	width:150px;
	background-color:#DCDCDC;
	float:right;
	clear:both;
	text-align:left;
	margin-top:10px;
	padding:10px;
	font-size:12px;
	font-family:arial, serif;
	color:#B76427;
}
#barra_derecha_articulo .imgl{/*border:1px solid #B76427; padding:5px; color:#000000; background-color:#000000;*/margin-left:0px;}


#h10{
	text-align:center;
	margin-top:10px;
	padding:10px;
	font-size:20px;
	font-family:arial, serif;
	color:#FFF;	
	font-weight:bold;

}
/* ----------------------------------------------Footer-------------------------------------*/

#footer{
	padding:0px 0;
	}

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

#footer h2{
	margin:0 0 5px 0;
	padding:0 0 3px 0;
	font-size:18px;
	color:#000000;
	background-color:#FFFFFF;
	border-bottom:1px dotted #FFFFFF;
	}
	
#footer h3{
	text-align:center;
	margin:0 0 0px 0;
	padding:5px 0 5px 0;
	font-size:22px;
	color:#FFFFFF;
	background-color:#bd3b23;
	font-family:Arial, Helvetica, sans-serif;
	}

#footer .box{
	display:block;
	float:right;
	width:300px;
	margin:0 0 0 25px;
	padding:0;
	}

#footer .box1{
	display:block;
	border-left:1px dotted #000000;
	padding:10PX 20px 0 0px;
	color:#000000;
	background-color:#FFFFFF;
	float:left;
	width:289px;
	height:200px;
	line-height:1.2em;
	padding-left:10px;
	text-align:justify;
	}

#footer .box1 .imgl{border:1px solid #B76427; padding:5px; color:#000000; background-color:#333; margin-right:5px}

#footer .contactdetails li{
	margin:0 0 8px 0;
	}

#footer .flickrbox, #footer .flickrbox .wrap{display:block; width:300px;}
#footer .flickrbox .wrap .fix{clear:both;}
#footer .flickrbox .wrap .flickr_badge_image{display:block; float:left; margin:0 5px 5px 0; width:0px; height:75px;}
#footer .flickrbox .wrap #flickr_badge_image3, #footer .flickrbox .wrap #flickr_badge_image6{margin-right:0;}


/* ----------- forrma de contacto ----------- */
#stylized{
/*border:solid 2px #b7ddf2;*/
background:#eaeaea;
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	color: #039;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	color: #039;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:250px;
margin:2px 0 20px 10px;
}
#stylized button{
margin-left:200px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
/* ----------------------------------------------Copyright-------------------------------------*/

#copyright{
    display:block;
	height:30px;
	background:url("../images/barra_abajo_dorada.png") top left repeat;
	padding:0;
	clear:both;
	}
	
#copyright2{
    display:block;
	height:20px;
    background-color:#000000;
	padding:0px 0 5px 0;
	clear:both;
	}
	
#copyright p{
	margin:0px;
	padding:7px 0 7px 0;
	}
	
	
	
	
/*GRACIAS*/	

	#gracias{
	width:960px;
	margin:auto;
    height:720px;
	background:#FFFFFF;
	}
	
#gracias_top{
	width:960px;
    height:160px;
	
	}
	#gracias_med{
	width:960px;
    height:292px;
	
	}
	
	#gracias_med_izq{
	width:314px;
    height:292px;
	float:left;
	}
	
	#gracias_med_med{
	width:332px;
    height:292px;
	float:left;
	}

	#gracias_med_der{
	width:314px;
    height:292px;
	float:right;
	
	}
#gracias_bot{
	width:960px;
    height:268px;
	float:right;	
	
	}		
