/* Estils contingut plana escenaris.asp */

#autors{
width:250px;
margin-bottom:15px;
float:left;
border-bottom:solid;
border-bottom-color:#f1f1f1;
border-bottom-width:1px;
}

	.caixa{
	width:500px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;
	overflow:hidden;
	}
	
		.caixa_imatge{
		width:40px;
		height:35px;		
		background-image:url(../img/ico_autors4.gif);
		background-repeat:no-repeat;
		float:left;
		}

		.caixa_text{
		width:460px;
		float:right;
		text-align:left;
		font-size:0.7em;
		font-weight:normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin:0px;
		color:#000000;
		line-height:1.5em;
		}


		.caixa_text a{
		font-weight:normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align:left;
		color:#000000;
		text-decoration:none;
		}
		
		


#obres{
width:250px;
margin-bottom:15px;
float:right;
border-bottom:solid;
border-bottom-color:#f1f1f1;
border-bottom-width:1px;
}


		.caixa_imatge_O{
		width:40px;
		height:35px;		
		background-image:url(../img/ico_obres3.gif);
		background-repeat:no-repeat;
		float:left;
		}



#espais{
width:510px;
height:40px;
clear:both;
}

		.caixa_imatge_E{
		width:40px;
		height:35px;		
		background-image:url(../img/ico_espais3.gif);
		background-repeat:no-repeat;
		float:left;
		margin:0px;
		overflow:hidden;
		}
		
		.caixa_esquerra{
		width:220px;
		margin:0px;
		margin-bottom:10px;
		margin-top:10px;
		padding:0px;
		padding-left:15px;
		float:left;
		clear:both;
		}
		
		
		.caixa_dreta{
		width:220px;
		margin-right:0px;
		margin-bottom:10px;
		margin-top:10px;
		padding-right:7px;
		float:right;
		}
		
		
