body {
	margin-top:0;
	text-align: center;
	background-color:#ff0a07;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	
	background-image: url(../imagenes/fondo.png);
	background-repeat:no-repeat;
	background-position:right;
}
IMG {Border: 0;}


#cabecera{
	margin-left:4%;
	margin-top: 1%;
	background-image:url(../imagenes/logosiradio.png);
	background-repeat:no-repeat;
	background-position:left;
	height:150px;

}
#cabecera H1{
text-indent: -100000px;
font-size: 0em;
}
#izquierda{
	float:left;
	width: 20%;
	margin-top:4%;
	margin-right:2%;
	margin-left:4%;
	color:#FFFFFF;
	text-align:left;
	
}
#izquierda a{
color: #fff;
text-decoration: none;
}
#izquierda a:hover {
color:#fff;
text-decoration: underline;
}


#centro{
	float:left;
	margin-left:29%;
	color:#000;
	font-size: 1em;
	text-align:left;
	list-style-image: url(../imagenes/flecha_roja.png);
}

#centro ul, li {
list-style-type: none;
}
#centro a {
color: #000;
text-decoration: none;
}
#centro a:hover {
color:#999;
text-decoration: underline;
}


#pie{
clear:both;
margin-top:2%;
margin-left:4%;
color:#FFFFFF;
text-align:left;
}
#pie a{
color: #fff;
text-decoration: none;
}
#pie a:hover {
color:#fff;
text-decoration: underline;
}
