/*
Theme Name: BNS
	Theme URI: http://www.dharmamx.com
	Description: Tema robusto
	Author: Oscar Azpeitia
	Author URI: http://www.dharmamx.com
	Version: 1.0
*/

body {
	margin: 0;
	background: rgb(223,221,209) url(images/main-bg.jpg) repeat-x top left;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	}

.container {
	margin: 0 auto;
	width: 800px;
	}

a {
	cursor: pointer;
	}

a img {
	border: 0;
	}

/* GENERAL STYLES */

h1 {
	font-size: 16px;
	margin: 5px 0;
	color: rgb(140,138,132);
	}

h2 {
	font-size: 14px;
	margin: 0px 0 15px 0;
	color: rgb(80,79,77);
	}

hr {
	height: 1px;
	width: 393px;
	border: 0;
	background-color: rgb(54,54,54);
	margin: 12px 0;
	clear: left;
	}

/* HEADER STYLES */

.top {
	width: 800px;
	height: 35px;
	font-size: 11px;
	color: rgb(229,227,216);
	text-shadow: rgb(28,27,25) 0 0 0;
	}

.telefono {
	margin-top: 12px;
	float: left;
	height: 10px;
	}
	
.slogan {
	margin-top: 12px;
	float: right;
	height: 10px;
	}


.logo {
	float: left;
	height: 58px;
	width: 212px;
	margin-top: 50px;
	background: transparent url(images/logo.png) no-repeat top left;
	}

.nav {
	width: 800px;
	height: 157px;
	background: transparent url(images/nav-bg.jpg) no-repeat top left;
	}

.botones {
	padding-top: 69px;
	float: right;
	width: 565px;
	}

.nav a {
	margin-left: 35px;
	height: 24px;
	float: left;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	}

.nav a:hover {
	background-position: top right;
	}	

#nav-inicio a {
	width: 58px;
	background-image: url(images/inicio.png);
}

#nav-productos a {
	width: 163px;
	background-image: url(images/productos.png);
}

#nav-clientes a {
	width: 96px;
	background-image: url(images/clientes.png);
}

#nav-aluminio a {
	width: 118px;
	background-image: url(images/aluminio.png);
}

#nav-contacto a {
	width: 84px;
	background-image: url(images/contacto.png);
}	

/* FEATURE STYLES */

.principal {
	margin-top: 30px;
	margin-bottom: 31px;
	width: 800px;
	height: 230px;
	}

.slide {
	float: left; 
	width: 546px;
	height: 224px;
	background-color: #999;
	padding-left: 6px;
	padding-top: 6px;
	}

#photodiv {
	width:540px; 
	overflow:hidden;
	background: url(images/slide/bns.jpg);
}

.banners {
	width: 226px;
	height: 224px;
	margin-left: 568px;
	}

.banners a:hover {
	background-position: top right;
	}

.socio a {
	display: block;
	width: 226px;
	height: 57px;
	background: transparent url(images/backup.png) no-repeat top left;
	}

.paginas a {
	display: block;
	width: 226px;
	height: 57px;
	background: transparent url(images/presentacion.png) no-repeat top left;
	}

.servidores a {
	display: block;
	width: 226px;
	height: 57px;
	background: transparent url(images/servidores.png) no-repeat top left;
	}

.comercio a {
	display: block;
	margin-top: 24px;
	width: 226px;
	height: 93px;
	background: transparent url(images/comercio.png) no-repeat top left;
	}


/* MAIN CONTENT STYLES */

.main-content {
	width: 800px;
	margin-bottom: 60px;
	}

.content {
	float: left;
	margin: 5px 0;
	width: 800px;
	border:6px solid #336699; 
	background: #cecece url(images/pages.jpg) repeat-x;
	overflow: hidden;
}
.content h2 { 
	font-size: 18px;
	padding: 6px 5px;
	color: #999;
}
.content h2 a { 
	font-size: 18px;
	margin: 5px 0;
	color: #336699;
	text-decoration: none;
}
.content h2 a:hover { 
	font-size: 18px;
	margin: 5px 0;
	color: #336699;
	text-decoration: underline;
}


.title { 
	font-size: 18px;
	margin: 5px 10px;
	padding: 6px 5px;
	color: #999;

}

.content p {
	font-size: 13px;
	margin: 5px 20px;
	color: #666;
	width: 740px;
}
.content p a {
	margin: 5px 0;
	color: #336699;
	text-decoration: none;
}
.content p a:hover {
	margin: 5px 0;
	color: #336699;
	text-decoration: underline;
}
.content ul {
 	list-style-type: none;
	padding: 0;
	margin: 0;
}

.content li {
	font-size: 14px;
	margin: 15px 0;
	padding: 2px 50px;
	color: #666;
	line-height: 0.2em;
	background-image:url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2em;
}
.content li a {
	margin: 5px 0;
	color: #336699;
	text-decoration: none;
}

.content li a:hover {
	text-decoration: underline;
}
.content ol {
	font-size: 14px;
	margin: 15px 0;
	padding: 2px 50px;
	color: #666;
	line-height: 0.2em;
}

.content img { 
	border: none;
}

.postmetadata {
	padding:3px;
	background: url(images/meta.gif) no-repeat;
	text-align:center;
	height:20px;
	width:550px; 
	}

.entry {
	margin-left:10px;	
	width: 530px;
	text-align:justify;
}
#bottom {
	text-align:right;
		margin-right:5px;
	margin-bottom:5px;
}
#bottom img {
	border:none;
}
	
/* FOOTER STYLES */
.foot {
	clear: left;
	font-size: 12px;
	width: 100%;
	margin-left:8px;
	}
.foot a {
	color: #336699;
	text-decoration:none;
	}
.foot a:hover {
	color: #336699;
	text-decoration:underline;
	}
.foot span {
	clear: left;
	font-size: 12px;
	width: 100%;
	color: #666;
	margin-left:510px;
	}
/*
.footer {
	clear: left;
	font-size: 12px;
	background: #000 url(images/foot.jpg) repeat-x;
	height: 100px;
	width: 100%;
	border-top: 1px solid rgb(242,241,246);
	border-bottom: 1px solid rgb(213,211,203);
	color: rgb(176,172,165);
	margin-bottom: 20px;
	padding: 0 25px;
	}
*/
