*
{
	margin:0;
	padding:0;
}
html, body 
{
	margin:0;
	
	font-family:"Calibri", "Trebuchet MS", Arial, Verdana;
	font-size:14px;
	color: #FFF;
	
	background: #570606 url(../img/background-areabbq-barbacoa.jpg) scroll center top;
}
img { border:none; }
.clear { clear:both; }

a:link, a:active, a:visited
{
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
	
	outline:none;
}
a:hover
{
	text-decoration:underline;
}

/**************************************************************************/

#fondo
{
    margin: 0 auto;
    width: 1250px;
	background-image: url(../img/background-sombra-areabbq-barbacoa.png);
}

#contenedor
{
	margin:0 auto;
	padding: 0 0 40px 0;
	width:980px;
	background:#B70E05 url(../img/contenedor-barbacoa.jpg) scroll repeat-y;
}

/**************************************************************************/

#cabecera
{
	display:block;
	height:210px;
	background:url(../img/header-index.jpg) scroll no-repeat;
}
	#cabecera h1
	{
		float: left;
		display:block;
		margin:10px 0 0 25px;
		
		width:378px;
		height:130px;
		
		text-indent:-9999px;
		background:url(../img/logo-areabbq.png) scroll no-repeat;
	}
		#cabecera h1 a
		{
			display: block;
			width:120px;
			height:100px;
		}
	#cabecera #menu
	{
		display:block;
		float:left;
		margin: 60px 0 30px 50px;
	}
		#cabecera #menu li
		{
			float: left;
			display:block;
			margin: 0 0 0 25px;
		}
		#cabecera #menu li a:link, #cabecera #menu li a:active, #cabecera #menu li a:visited 
		{
			float: left;
			display:block;
			height:55px;
			background-position:center top;
			text-indent:-9999px;
		}
		#cabecera #menu li a:hover, #cabecera #menu li #menu-activo
		{
			background-position:center bottom;
		}
		#cabecera #menu li .quienes-somos 
		{ 
			width:115px;
			background-image:url(../img/menu-quienes-somos.png);  
		}
		#cabecera #menu li .productos 
		{ 
			width:130px;
			background-image:url(../img/menu-nuestros-productos.png);  
		}
		#cabecera #menu li .contacto
		{ 
			width:168px;
			background-image:url(../img/menu-contacto.png);  
		}
	#cabecera h2
	{
		float: right;
		display:block;
		margin:10px 20px 0 0;
		width: 600px;
		height:60px;
		text-indent:-9999px;
	}
		#cabecera h2.quienes-somos
		{
			width:433px;
			height:56px;
			background:url(../img/h2-quienes-somos.png) scroll no-repeat;
		}
		#cabecera h2.productos
		{
			width:587px;
			height:45px;
			background:url(../img/h2-nuestros-productos.png) scroll no-repeat;
		}
		#cabecera h2.contacto
		{
			width:348px;
			height:44px;
			background:url(../img/h2-contacto.png) scroll no-repeat;
		}
	
/**************************************************************************/

#contenido
{
	padding: 10px 40px 40px 40px;
	background:url(../img/contenido-background.jpg) scroll no-repeat;
}
	#contenido p
	{
		padding: 0 0 10px 0;
	}

/**************************************************************************/

#footer
{
	margin: 0 auto;
	padding: 0 0 70px 0;
    width: 1250px;
	background-image: url(../img/footer-sombra-areabbq-barbacoa.png);
}
	#footer #pie-contenido
	{
		margin:0 auto;
		padding: 20px 0 0 20px;
		width:960px;
		height:60px;
		background: #660100 url(../img/footer.jpg) scroll no-repeat;
	}
		#footer #pie-contenido li
		{
			float:left;
			margin: 0 20px 0 0;
			list-style:none;
			text-indent:-9999px;
		}
		#footer #pie-contenido li .footer-areabbq
		{
			display:block;
			width:50px;
			height:50px;
			background: url(../img/footer-logo-areabbq-barbacoas.png) scroll no-repeat;
		}
		#footer #pie-contenido li .footer-refractaria
		{
			display:block;
			width:130px;
			height:50px;
			background: url(../img/footer-logo-refractaria.png) scroll no-repeat;
		}

