/*
	Autor: Pia Cucher
	piacucher@gmail.com
	http://piacucher.com.ar
	para URBAG
	
*/

/* SETUP */
* {margin:0; padding:0;}
html {overflow-y:scroll;}

body {
	font: 62.5% Verdana, Geneva, sans-serif;
	background:url(images/fondo.png) top left repeat;
}
ul { list-style: none inside;}
p { font-size:12px; line-height: 1.2em; margin-bottom: 1.2em; color:#333}
a {outline: none; }
a img { border: none; }
.clear { clear:both;}
/* END SETUP */


/* TOOLBOX*/
.floatleft {float:left;}
.floatright {float:right;}
.clear {clear:both;}
/*END TOOLBOX*/


/*STRUCTURE AND STUFF*/
#page-wrap {
	width:840px;
	margin: 0 auto;
	background:url(images/content.png) repeat-y;
	}
	#main-content {
		padding: 10px 10px 10px 30px;
		width:195px;
		float:left;
	}
	#sidebar {
		width: 573px;
		float:right;
		padding-top:30px;
		padding-right:25px;
	}
	#fotos-prod {
		padding-left:20px;
		float:left;
	}
	#cont-right {
		padding-left:10px;
		padding-right:40px;
		float:left;
	}
ul#nav {
	
	}
	ul#nav li {
	}
	ul#nav li a {
		display:block;
		height:26px;
		width:195px;
		text-indent:-9999px;
	}
	ul#nav li.productos a {
		background:url(images/btn_productos.jpg) bottom center no-repeat;
	}
	ul#nav li.info a {
		background:url(images/btn_info.jpg) bottom center no-repeat;
	}
	ul#nav li.proyectos a {
		background:url(images/btn_proyectos.jpg) bottom center no-repeat;
	}
	ul#nav li.productos a {
		background:url(images/btn_productos.jpg) bottom center no-repeat;
	}
	ul#nav li.locales a {
		background:url(images/btn_locales.jpg) bottom center no-repeat;
	}
	ul#nav li.contacto a {
		background:url(images/btn_contacto.jpg) bottom center no-repeat;
	}
	ul#nav li.prensa a {
		background:url(images/btn_prensa.jpg) bottom center no-repeat;
	}
	ul#nav li.noticias a {
		background:url(images/btn_noticias.jpg) bottom center no-repeat;
	}
	ul#nav li a:hover {
		background-position: center center;
	}
	
	body#productos ul#nav li.productos a,
	body#info ul#nav li.info a,
	body#proyectos ul#nav li.proyectos a,
	body#locales ul#nav li.locales a,
	body#contacto ul#nav li.contacto a,
	body#prensa ul#nav li.prensa a,
	body#noticias ul#nav li.noticias a
	{
		background-position: top center;
	}
	
#top {
	width:840px;
	margin: 0 auto;
}
	
#footer {
	width:840px;
	margin: 0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#666;
	text-align:center;
	text-decoration:none;
}

	
	
	
/*END STRUCTURE AND STUFF*/