/* ESTILOS GENERALES ---------------------------------------------------------------------------------------------------------------------*/
body {
	background-color:#000000;
	background-image: url(images/fondo1.jpg);
	background-repeat: repeat-x;
}

div#contenedor{
	width:940px;
	border-left:3px solid #000000;
	border-right:3px solid #000000;
	margin:0 auto;
	background-color:#000000;
	}

div#cuerpo{
	background-image:url("images/fondo_cuerpo.jpg");
	background-repeat:repeat-x;
	background-color:#1a1a1a;
	/*height:300px;*/
	/*padding-bottom:10px;*/	
	overflow: hidden;
	}
div#noticias{
	width:440px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	}
	
div#banner_garantia{
	margin-top:2px;
	margin-bottom:5px;
	float:left;
	}
div#banner_clientes{
	margin-top:2px;
	margin-bottom:5px;
	float:right;
	}
	
div#titulonoticias{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	}

div#banners{
	width:440px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	float:right;
	}

div#banner1{
	background-image:url("images/banner_equipos.jpg");
	}
div#banner2{
	background-image:url("images/banner_tiendas.jpg");
	}
div#banner3{
	background-image:url("images/banner_catalogo.jpg");
	}



   