
/* 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:800px; 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; }
		
		#errorAgenda{ position:relative; left:120px; margin-top:20px; font-weight:bold; }
		
		.evento{ position:relative; left:-10px; margin-top:20px; min-height:120px; }
		* html .evento{ height:120px; }

		.listaServCompositor
		{ position:relative; left:50px; width:550px; margin-bottom:10px; font-size:22px; line-height:20px; color:#98B448;  }
		
			.listaServCompositor span
			{ display:block; position:absolute; left:-20px; margin-top:5px; width:15px; height:15px; background-color:#98B448; overflow:hidden; }
		
		.fechaEvento{ position:absolute; left:397px; width:185px; height:75px;  background-color:#fff; z-index:5; border-left:3px solid #EDE8DC; border-bottom:3px solid #EDE8DC; }
		* html .fechaEvento{ left:400px; }
		
			.fe_dia{ position:relative;  width:100px; padding-top:10px; text-align:center; font-size:13px; color:#2F2D2C; }
			.fe_dia2{ position:relative; width:100px; text-align:center; font-size:14px; color:#2F2D2C; font-weight:bold; }
			.fe_mes{ position:relative;  width:100px; text-align:center; font-size:13px; color:#2F2D2C; }
			.fe_hora{ position:absolute; width:100px; left:90px; top:10px; padding-top:30px; text-align:center; font-size:14px; color:#2F2D2C; font-weight:bold; background:url(images/reloj.gif) center top no-repeat; }
		
		.lugar{ position:relative; left:30px; width:361px; padding:7px; font-size:13px; color:#2F2D2C; background-color:#DCDFB0; }
		* html .lugar{ width:375px; }
		
		.descripcion{ position:relative; left:30px; width:358px; padding:10px 190px 10px 7px; min-height:30px; font-size:12px; color:#000; background-color:#F3F0E8; }
		* html .descripcion{ width:555px; height:50px; }
		
		.imagenEvento{ position:relative; left:30px; width:555px; padding:10px 0px 20px 0px; text-align:center; background-color:F3F0E8; }
		
		
/* calendario */

	#calendario{ left:590px !important; top:12px !important; border-top:5px solid #3F3D39; }
	#txtCalendario{ left:625px !important; margin-top:10px !important;}
	#txtCalendario1,#bot_calendario{ display:none; }
	
		
		
