/* - - - - - - - - - - - - - - - - - - - - -

Título : RADIO FM HORIZONTE
Autor : kravier.com

Descripción : radio.css

Creado : 15 de marzo, 2009

- - - - - - - - - - - - - - - - - - - - - */


/***********************/
/* ATRIBUTOS DE PAGINA */
/***********************/
body,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
   line-height: 18px;
	color: #333;
	background-color: #fff;
	
}
body {
	margin: 0px;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #538e0e;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #538e0e;
}
h1 {
	margin-top: 0px;
	font-size: 12px;
	color: #538e0e;
}

p {
	margin: 0px;
}


/****** TOP ******/

#top {
	height: 150px;
	background-image: url(../gfx/fondos/f_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#cabecera {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

/****** CONTENIDO ******/


#contenedor {
	height: auto;
	background-color: #fff;
}

#contenido {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding-top: 10px;
}

/****** COLUMNA 1 ******/

#columna1 {
	width: 180px;
	float: left;
	padding-right: 15px;
	background-color: #fff;
}

div.boton {
	height: 20px;
	padding: 5px;
	margin: 0px;
}

div.boton a:hover {
	background-color: #538e0e;
	color: #fff;
	padding: 5px;
}    

#clima {
	width: 180px;
}


/****** COLUMNA 2 ******/

#columna2 {
	width: 525px;
	float: left;
	background-color: #fbffdd;
	padding: 5px;
}

#columna2 h1 {
	padding: 10px;
	/*background-color: #538e0e;*/
	color: #538e0e;
}

#noticias {
	width: 525px;
	/*background-color: #fff;*/
}

#noticias h1 {
	/*background-color: #fff;*/
	margin: 0px;
	padding: 0px;
	color: #538e0e;
}

#noticias p {
	width: 98%;
	text-align: justify;
}

#noticias img {
	float: left;
	padding: 10px;
}

div.separador {
	width: 525px;
	height: 20px;
	clear: both;
}

div.foto {
	width: 150px;
	float: left;
	background-color: #fff;
	padding: 5px;
}

div.separador_foto {
	width: 525px;
	height: 15px;
	clear: both;
}

/****** COLUMNA 3 ******/

#columna3 {
	width: 174px;
	float: left;
	background-color: #fff;
	padding-left: 16px;
}

#columna3 h1 {
	padding: 5px;
	background-color: #538e0e;
	color: #fff;
	font-size: 12px;
}

div.banner_chico {
	width: 174px;
}

/****** BOTTOM ******/

#bottom {
	height: 50px;
	clear: both;
	background-color: #000;
	margin-top: 20px;
}

#footer {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	color: #538e0e;
}

#footer a:hover {
	color: #fff;
}

#footer p {
	padding: 10px;
}