#header{
position:relative;
}
	/*LOGO AUZO.TV*/
	#header h1 a{
	position:absolute;
	top:-100px;
	left:-30px;
	background:url(../img/logo.png) no-repeat;
	width:207px;
	height:174px;}
		#header h1 span{
		display:none;}
		
				/*BOTON RSS*/
				#rss_bt{
				list-style:none;}
				#rss_bt a{
				position:absolute;
				top:-76px;
				left:1000px;
				display:block;
				background: url(../img/rss.gif) no-repeat;
				width:100px;
				height:100px;}
				#rss_bt a:hover{
				background:url(../img/rss_hover.png) no-repeat;
				width:100px;
				height:100px;
				margin-left:2px;}
				#rss_bt a span{
				display:none;
				}
		
				/*BOTON TV*/
				#tv_bt{
				list-style:none;}
				#tv_bt a{
				position:absolute;
				top:380px;
				left:870px;
				display:block;
				background:url(../img/tv_bt.png) no-repeat;
				width:132px;
				height:132px;}
				#tv_bt a:hover{
				background:url(../img/tv_bt_hover.png) no-repeat;
				width:132px;
				height:132px;
				top:380px;
				left:870px; }
				#tv_bt a span{display:none;}
				
			
		#menu_principal{
		position:absolute;
		background: url(../img/menu_principal_fondo.png) no-repeat;
		width:540px;
		height:34px;
		top:485px;
		left:108px;}
			#menu_principal li{
			display:block;
			float:left;
			margin-left:17px;
			margin-top:9px;}
			#menu_principal li a{
			display:block;}
			#menu_principal li a span{
			display:none;}
				/*BOTONES MENU PRINCIPAL Reposo y hover*/
				#somos_bt a{
				background:url(../img/somos_bt.png) no-repeat;
				width:158px;
				height:20px;
				padding-left:6px;}
					#somos_bt a:hover{
					background:url(../img/somos_bt_hover.png) no-repeat;}
				#filosofia_bt a{
				background:url(../img/filosofia_bt.png) no-repeat;
				width:95px;
				height:20px;
				padding-left:6px;}	
					#filosofia_bt a:hover{
					background:url(../img/filosofia_bt_hover.png) no-repeat;}
				#participa_bt a{
				background:url(../img/participa_bt.png) no-repeat;
				width:98px;
				height:20px;
				padding-left:6px;}
					#participa_bt a:hover{
					background:url(../img/participa_bt_hover.png) no-repeat;}
				#contacta_bt a{
				background:url(../img/contacta_bt.png) no-repeat;
				width:102px;
				height:20px;}
					#contacta_bt a:hover{
					background:url(../img/contacta_bt_hover.png) no-repeat;}
					
				/*botones cuando están en su pagina*/
				/*quienes somos*/
				.page-id-5 #somos_bt a{
				background:url(../img/somos_bt_hover.png) no-repeat;}
				/*filosofia*/
				.page-id-6 #filosofia_bt a{
				background:url(../img/filosofia_bt_hover.png) no-repeat;}
				/*participa*/
				.postid-13 #participa_bt a{
				background:url(../img/participa_bt_hover.png) no-repeat;}
				/*contacta*/				
				.page-id-11 #contacta_bt a{
				background:url(../img/contacta_bt_hover.png) no-repeat;}


