/* 
###################################################################
########### ESTILOS FICHA PROYECTO WEB ARQUITECTURAHUELVA ##############
###################################################################
*/


/* ESTRUCTURA */
#proyecto_ficha_cuerpo{
	width:942px;
	margin-left:8px !important;
	margin-left:4px;	
}

#proyecto_ficha_imagenes{
	display:block;
	float:left;
	width:344px;
	margin-right:4px;
}

#proyecto_ficha_textos{
	display:block;
	float:left;
	width:594px;
}

/* ESTRUCTURA */

/* CONTENIDOS */
/* cabecera */

#proyecto_ficha_cuerpo .cab a{	
	display:block;
	float:left;
	width:112px;
	height:20px;/*26*/
	border:#0063a2 1px solid;
	background:url(../maq/btn_base.gif) left top repeat-x;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	padding-top:6px;
	
}

#proyecto_ficha_cuerpo .cab  a:hover{
	color:#ff6000;
	border:#ff6000 1px solid;
}


#proyecto_ficha_cuerpo .cab h1{
	clear:none;
}
/* cabecera */

/* cuerpo */
/* imagenes */

#proyecto_ficha_imagenes .enmarcado_grande{
	border-left:#ededed 1px solid;
	border-right:#ededed 1px solid;
	/*padding-bottom:7px;*/
	background-color:#ffffff;
}

#proyecto_ficha_imagenes .enmarcado_grande_sombra{
	height:7px;
	overflow:hidden;
	
	margin-bottom:2px;
	
	/*background: #FFFFFF url(../maq/sombra_enmarcado.png) left bottom repeat-x;*/
	/*background-color:#FFFFFF;*/
	background-image: url(../maq/sombra_enmarcado.png)  !important;
	background-image: none;
	background-repeat:repeat-x;
	background-position:bottom;

}

#proyecto_ficha_imagenes .enmarcado_grande img{
	border:#d3e2eb 1px solid;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:30px;
	padding-right:5px;
}

#proyecto_ficha_imagenes .foto_peque{
	display:block;
	float:left;
	width:112px;
	margin-right:2px;
}


#proyecto_ficha_imagenes .enmarcado img{

	border:#d3e2eb 1px solid;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:20px;
	padding-right:5px;
}


#proyecto_ficha_imagenes .enmarcado_sombra{
	display:block;
	float:left;
	width:112px;
}

/* imagenes */

/*textos*/
#proyecto_ficha_textos .enmarcado{
	min-height:320px;
	height:auto !important;
	height:320px;
	padding-top:12px;
	padding-left:18px;
	padding-right:12px;
	padding-bottom:30px;
}

#proyecto_ficha_textos em{
	display:block;
	width:100%;
	height:12px;
	font-style:normal;
	font-size:18px;
	text-align:right;
}


#proyecto_ficha_textos span{
	font-weight:bold;
}

#proyecto_ficha_textos h2{
	color: #0063a2;
	font-size:24px;
	font-weight:normal;
	margin-top:10px;
	padding-bottom:12px;
	border-bottom:#d9dada 1px solid;
	margin-bottom:15px;
}

#proyecto_ficha_textos p{
	margin-bottom:20px;
}

#proyecto_ficha_textos h3{
	color: #0063a2;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	padding-bottom:6px;
	border-bottom:#d9dada 1px solid;
	margin-bottom:10px;
}

#proyecto_ficha_textos a{
	display:block;
	margin-left:5px;
	margin-bottom:2px;
}

/*textos*/

/* cuerpo */

/* CONTENIDOS */