/* 
###################################################################
########### ESTILOS INDEX WEB ARQUITECTURAHUELVA ##############
###################################################################
*/


/* ESTRUCTURA */
#bienvenida{
	display:block;
	float:left;
	width:202px;/*210*/
	margin-left:8px !important;
	margin-left:4px;	
}

#proyectos{
	display:block;
	float:left;
	width:456px;/*464*/
	margin-left:4px;
	margin-right:4px;
}


#noticias{
	display:block;
	float:left;
	width:275px;
}

/* ESTRUCTURA */

/* CONTENIDOS */

/* enlaces */


#bienvenida .enmarcado a,#proyectos .enmarcado a,#noticias .enmarcado a{
	color:#504d50;
	text-decoration:none;
}


#proyectos .enmarcado a:hover{
	color:#0063a2;
}

/* enlaces */



/* bienvenida */


.txtbienvenida{
	padding:10px;
}

#bienvenida .enmarcado span{
	display:block;
	padding:8px;
	color:#0063a2;
}


#bienvenida h2{
	display:block;
	padding:8px;
	padding-top:0px;
	font-size:18px;
	font-weight:normal;
	padding-bottom:7px;
}

#bienvenida h2 a:hover{
	color: #0063a2;
}


/* bienvenida */

/* proyectos */
#proyectos .enmarcado{
	min-height:356px;
	height:auto !important;
	height:356px;
	padding:9px;
}

#proyectos  img{
	border:#d2e1eb 1px solid;
	margin-top:5px;
	margin-bottom:10px;
}

#proyectos .enmarcado h2{
	font-size:22px;
	font-weight:normal;
	margin-bottom:5px;
}


/* proyectos */

/* noticias y tanmbien para el listado de noticias*/

#noticias .noticia, #noticias_cuerpo .noticia{
	display:block;
	float:left;
	width:272px;
	border-top:#fafafa 1px solid;
}


#noticias_cuerpo .noticia{
 	margin-right:5px !important;
 	margin-right:2px;	
}

#noticias .enmarcado, #noticias_cuerpo .enmarcado{
	display:block;
	float:left;
	width:262px;/*272*/
	height:109px;/*119*/
	padding:5px;
}


#noticias .enmarcado_sombra, #noticias_cuerpo  .enmarcado_sombra{
	display:block;
	float:left;
	width:274px;
}



#noticias  .noticias_foto,  #noticias_cuerpo .noticias_foto{
	display:block;
	float:left;
	width:110px;
}

#noticias  .noticias_foto img, #noticias_cuerpo  .noticias_foto img{
	border:#d2e1eb 1px solid;
}


#noticias  .noticias_foto span, #noticias_cuerpo  .noticias_foto span{
	display:block;
	width:110px;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	color:#0063a2;
}

#noticias  .noticias_textos, #noticias_cuerpo  .noticias_textos{
	display:block;
	float:left;
	width:151px;
}


#noticias  .noticias_textos h2, #noticias_cuerpo  .noticias_textos h2{
	font-size:16px;
	font-weight:normal;
	/*padding-top:10px;*/
	margin-bottom:3px;
}

#noticias  .noticias_textos h2 a, #noticias_cuerpo  .noticias_textos h2 a{
	color:#0063a2;
}


#noticias  .noticias_textos h2 a:hover, #noticias_cuerpo  .noticias_textos h2 a:hover{
	color:#504d50;
}

#noticias  .noticias_textos p, #noticias_cuerpo  .noticias_textos p{
	font-size:11px;
	margin-bottom:5px;
}

/* noticias */

/* CONTENIDOS */