
/* ocultacion elementos comunes y recolocación de otros*/

	#menu_principal, #aux7, #mc_3, #mc_2, #mc_1, #menu_podcast
	{ display:none; }
	
	#menu_idiomas{ left:660px; }
	#aux6{ left:850px; }
	
	#cuerpo_contenedor{ position:relative; width:810px; padding-top:67px; }
	
		#nombreCompositor{ position:absolute; left:100px; top:-60px; font-size:22px; color:#C3CD72;  }
		
		#fotoComp{ position:absolute; left:-109px; top:-78px; width:209px; height:183px; padding:8px 0px 0px 20px; background:url(images/ico_32.png) left top no-repeat; }
		
			#fotoComp img{ width:170px; height:145px; }
			
		#titSeccion{ position:relative; width:455px; left:120px; font-size:20px; color:#2F2D2C; }
			
			#titSeccion span{ display:block; position:absolute; left:-20px; top:7px; width:13px; height:13px; background-color:#A7C22E; overflow:hidden; }

/* galeria fotografica */
	
	#galeria{ position:relative; left:6px; margin-top:15px; width:600px; min-height:450px; background:url(images/acc_galeria.gif) 95% bottom no-repeat #F6F3ED; }
	* html #galeria{ height:450px; }
	
		#g_titulo{ position:absolute; left:15px; top:10px; font-size:18px; color:#2C2926; padding-left:8px; background:url(images/ico_1.gif) left 7px no-repeat; }
		
		#g_paginador{ position:absolute; left:15px; top:40px; width:112px; height:347px; background-color:#fff; font-size:11px; }
		
			.g_img{ position:relative; margin-top:17px; text-align:center; }
				
				.g_img img{ border:3px solid #fff; }
				
			#g_pag_ant{ position:absolute; left:6px; top:322px; width:13px; height:14px; }
			
				#g_pag_ant a{ display:block; width:13px; height:14px; background:url(images/sprite.png) -68px -55px no-repeat; }
				#g_pag_ant a:hover{background:url(images/sprite.png) -68px -70px no-repeat; }
				
			#g_pag_act{ position:absolute; left:19px; top:322px; width:68px; text-align:center; }
			
			#g_pag_pos{ position:absolute; left:89px; top:322px; width:13px; height:14px; }
			
				#g_pag_pos a{ display:block; width:13px; height:14px; background:url(images/sprite.png) -68px -100px no-repeat; }
				#g_pag_pos a:hover{background:url(images/sprite.png) -68px -85px no-repeat; }
			
				
		#g_imagen{ position:absolute; left:133px; top:40px; width:463px; height:294px; text-align:center; }
		
			#g_img_big{ position:relative; }
			#g_img_txt{ position:relative; margin-top:10px; color:#323232; text-align:left; font-size:11px; }
				


			
/* casilla de contacto */

	#c_contacto{ position:absolute; left:615px; top:67px; width:180px; padding-bottom:10px; background:url(images/ico_33.png) left top no-repeat #F6F3ED; overflow:hidden;  }
	
		#cc_titulo{ position:relative; left:20px; height:55px; font-size:20px; color:#2F2D2C; }
		#cc_titulo span{ display:block; position:absolute; left:-20px; top:7px; width:13px; height:13px; background-color:#A7C22E; overflow:hidden; }
		
		#cc_desc{ position:relative; padding:5px 10px; font-size:11px; color:#656565; }
		
		.cc_titulo{ position:relative; padding:5px 10px;  font-size:11px; color:#656565; }
		.cc_valor{ color:#333; }
		
			.cc_valor a{ color:#92A434; font-weight:normal; }
		
		
