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

Título : RADIO MANDUVIRA
Autor : kravier.com

Descripción : radio.css

Creado : 21 de marzo, 2009

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


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

a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

a:hover {
	color: #b0d614;
}
h1 {
	margin-top: 0px;
	font-size: 12px;
	color: #fff;
}

p {
	margin: 0px;
}


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

#top {
	height: 120px;
}

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

div.logo {
	width: 412px;
	float: left;
}

#menu {
	width: 408px;
	margin-left: auto;
	float: left;
	padding-top: 43px;
}

/****** BOTON INICIO ******/

div.boton1 a {
	width: 70px;
	height: 40px;
	float: left;
	background-image: url(../gfx/botones/b_inicio.gif);
	background-repeat: no-repeat;
}

div.boton1 a:hover {
	background-image: url(../gfx/botones/b_inicio_over.gif);
	background-repeat: no-repeat;
}

/****** BOTON LA RADIO ******/

div.boton2 a {
	width: 92px;
	height: 40px;
	float: left;
	background-image: url(../gfx/botones/b_radio.gif);
	background-repeat: no-repeat;
}

div.boton2 a:hover {
	background-image: url(../gfx/botones/b_radio_over.gif);
	background-repeat: no-repeat;
}

/****** BOTON PROGRAMACION ******/

div.boton3 a {
	width: 136px;
	height: 40px;
	float: left;
	background-image: url(../gfx/botones/b_programacion.gif);
	background-repeat: no-repeat;
}

div.boton3 a:hover {
	background-image: url(../gfx/botones/b_programacion_over.gif);
	background-repeat: no-repeat;
}

/****** BOTON CONTACTOS ******/

div.boton4 a {
	width: 110px;
	height: 40px;
	float: left;
	background-image: url(../gfx/botones/b_contactos.gif);
	background-repeat: no-repeat;
}

div.boton4 a:hover {
	background-image: url(../gfx/botones/b_contactos_over.gif);
	background-repeat: no-repeat;
}

/****** FOTO ******/

#random {
	height: 283px;
	/*background-color: #fff;*/
	background-image: url(../gfx/fondos/f_random.jpg);
	background-repeat: repeat-x;
}

#foto {
	width: 820px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

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

#contenido {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../gfx/fondos/f_contenido.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
	*margin-top: 20px;
}

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

#columna1 {
	width: 600px;
	float: left;
}

div.noticias {
	width: 600px;
}

div.noticias h1 {
	margin: 0px;
	padding: 0px;
}

div.noticias p {
	font-weight: normal;
	width: 98%;
	text-align: justify;
}

div.noticias img {
	float: left;
	padding: 5px;
	background-color: #333;
	margin-right: 10px;
}

div.espacio {
	width: 600px;
	height: 20px;
	clear: both;
}

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

#columna2 {
	width: 200px;
	float: left;
}

div.banner {
	width: 190px;
	padding: 5px;
	background-color: #272727;
	
}

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

#bottom {
	height: 100px;
	clear: both;
	background-color: #272727;
}

#footer {
	width: 820px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	color: #666;
	background-image: url(../gfx/fondos/f_footer.jpg);
	background-repeat: no-repeat;
}

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

#footer p {
	padding: 20px 0px 0px 80px;
}

#footer a {
	color: #666;
}

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

div.firma {
	float: left;
}

div.foto {
	width: 170px;
	float: left;
	padding: 8px;
	background-color: #666;
}