/* basics */

/* reset */
@font-face {
  font-family: 'Museo Slab 300';
  src: url('../fonts/MuseoSlab-300.eot');
  src: local('!'),
       url('../fonts/MuseoSlab-300.woff') format("woff"),
	   url('../fonts/MuseoSlab-300.ttf') format("truetype"),
	   url('../fonts/MuseoSlab-300.svg') format("svg");
}

@font-face {
  font-family: 'Museo Slab 300 italic';
  src: url('../fonts/MuseoSlab-300Italic.eot');
  src: local('!'),
       url('../fonts/MuseoSlab-300Italic.woff') format("woff"),
	   url('../fonts/MuseoSlab-300Italic.ttf') format("truetype"),
	   url('../fonts/MuseoSlab-300Italic.svg') format("svg");
}

@font-face {
	font-family: 'Museo Slab 500';
	src: url('../fonts/MuseoSlab-500.eot');
	src: local('!'),
	   url('../fonts/MuseoSlab-500.woff') format("woff"),
	   url('../fonts/museo_slab_500.ttf') format("truetype"),
	   url('../fonts/MuseoSlab-500.svg') format("svg");
}

@font-face {
	font-family: 'Museo Slab 500 italic';
	src: url('../fonts/MuseoSlab-500Italic.eot');
	src: local('!'),
	   url('../fonts/MuseoSlab-500Italic.woff') format("woff"),
	   url('../fonts/MuseoSlab-500Italic') format("truetype"),
	   url('../fonts/MuseoSlab-500Italic.svg') format("svg");
}

@font-face {
	font-family: 'Museo Slab 1000';
	src: url('../fonts/MuseoSlab-1000.eot');
	src: local('!'),
	   url('../fonts/MuseoSlab-1000.woff') format("woff"),
	   url('../fonts/MuseoSlab-1000.ttf') format("truetype"),
	   url('../fonts/MuseoSlab-1000.svg') format("svg");
}

* {
	margin: 0;
	padding: 0;
	}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
	}

/* standard body */
body {
	margin: 0 auto;
	width: 960px;
	font: 14px/20px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	background: #271408 url("../images/AntiSkidTile80x80.jpg") repeat;
	}
	
/* standard alignments */
.alignleft {
	float: left;
	}

img.alignleft {
	margin: 5px 10px 0 0; 
	}

.alignright {
	float: right;
	}

img.alignright {
	margin: 5px 0 0 10px; 
	}
	
.center {
	text-align: center;
	}
	
.fleft {
	text-align: left;
	float: left;
	margin-left: 20px;
	}
	
.fright {
	float: right;
	text-align: right;
	margin-right: 20px;
	}
	
.fcentered {
	text-align: center;
	}

/* Hx tags */

h1 {
	font-size: 48px;
	padding: 20px 0;
	text-shadow: 2px 2px 2px #000;
	color: #999999;
	font-family: 'Museo Slab 300' Arial, Helvetica, sans-serif;
	}

h2 {
	font-size: 28px;
	padding: 20px 0;
	font-family: 'Museo Slab 500' Arial, Helvetica, sans-serif;
	line-height: 1em;
	}

h3 {
	font-size: 18px;
	padding: 10px 0;
	font-family: 'Museo Slab 300' Arial, Helvetica, sans-serif;
	}
h4 {
	font-size: 47px;
	font-family: 'Museo Slab 1000' Arial, Helvetica, sans-serif;
	width: 300px;
	height: 30px;
	color: #FFF;
	padding-bottom: 0px;
}
h5 {
	font-size: 28px;
	font-family: 'Museo Slab 300' Arial, Helvetica, sans-serif;
	color: #CCC;
	padding-top: 15px;
	padding-bottom: 10px;
}
h6 {
	font-size: 47px;
	font-family: 'Museo Slab 1000' Arial, Helvetica, sans-serif;
	width: 350px;
	height: 0px;
	color: #FFF;
	padding-bottom: 0px;
	padding-top: 15px;
}

p {
	padding-bottom: 20px;
	font-family: 'Museo Slab 300' Arial, Helvetica, sans-serif;
	line-height: 1em;
	}

/* nav */

nav {
	position: absolute;
	width: 960px;
	background: url("../images/navbg.png");
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: 'Museo Slab 500' Arial, Helvetica, sans-serif;
	}

nav ul {
	margin: 0 auto;
	width: 960px;
	list-style: none;
	font-family: 'Museo Slab 500' Arial, Helvetica, sans-serif;
	}

nav ul li {
	float: left;
	font-family: 'Museo Slab 500' Arial, Helvetica, sans-serif;
	}
		
nav ul li a {
	display: block;
	margin-right: -15px;
	width: 140px;
	font-size: 16px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family: 'Museo Slab 500' Arial, Helvetica, sans-serif;
	}
			
nav ul li a:hover {
	color: #999999;
	font-family: 'Museo Slab 500' Arial, Helvetica, sans-serif;
	}
			
nav ul li.selected a {
	color: #666666;
	font-family: 'Museo Slab 500' Arial, Helvetica, sans-serif;
	}
			
nav ul li.subscribe a {
	margin-left: 20px;
	padding-left: 33px;
	text-align: left;
	background: url("../images/rss.png") left center no-repeat;
	font-family: 'Museo Slab 500' Arial, Helvetica, sans-serif;
	}



/* intro */

#intro {
	position: relative;
	margin-top: 55px;
	padding: 55px;
	background: images/introimage
.png;
	/* background size */
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url("../images/introimage.png");
	}
#acerca {
	position: relative;
	margin-top: 55px;
	padding: 110px;
	background: images/introimage
.png;
	/* background size */
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url("../images/acercaimage.png");
}
#productos {
	position: relative;
	margin-top: 55px;
	padding: 110px;
	background: images/introimage
.png;
	/* background size */
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url("../images/productosimage.png");
}
#marcas {
	position: relative;
	margin-top: 55px;
	padding: 110px;
	background: images/introimage
.png;
	/* background size */
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url("../images/marcasimage.png");
}
#ubicacion {
	position: relative;
	margin-top: 55px;
	padding: 110px;
	background: images/introimage
.png;
	/* background size */
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url("../images/ubicacionimage.png");
}
#cobertura {
	position: relative;
	margin-top: 55px;
	padding: 110px;
	background: images/introimage
.png;
	/* background size */
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url("../images/coberturaimage.png");
}
#contacto {
	position: relative;
	margin-top: 55px;
	padding: 110px;
	background: images/introimage
.png;
	/* background size */
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url("../images/contactoimage.png");
}
	
#intro h2, #intro p {
	position: relative;
	z-index: 9999;
	width: 350px;
	}
	
#intro h2 {
	padding: 0;
	font-weight: normal;
	color: #FFF;
	}
	
#intro p {
	padding: 0;
	color: #FFFFFF;
	padding-top: 0.5em;
	margin-top: 35px;
	}
	
#intro img {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 960px;
	height: 100%;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

/* content and sidebar layout */

#content {
	position: relative;
	margin-top: 50px;
	float: left;
	width: 920px;
	margin:10px 5px 10px 0;
	padding:5px 20px 5px 20px;
	background-color: #999999;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#content2 {
	position: relative;
	margin-top: 0px;
	padding: 0px;
	background: images/introimage
.png;
	-o-background-size: 100%;
	-khtml-background-size: 100%;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 940px;
	color: #FFF;
}
#content3 {
	position: relative;
	margin-top: 0px;
	padding: 0px;
	background: images/introimage
.png;
	-o-background-size: 100%;
	-khtml-background-size: 100%;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 930
';
	color: #FFF;
	width: 930px;
}

/* columns */

#content ul.column {
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}

#content ul.column li {
	float: left;
	width: 230px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}

#content .block {
	height: 355px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 20px;
	background: #CCC;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .block a {
	color: #FFF;
	}
	
#content .block img {
  /*Flexible image size with border*/
	width: 89%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 5%;
	background:#fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation IE 6/7 */
	}
/* end of column configuration */
	
/* footer */
footer {
	width: 960px;
	clear: both;
	color: #FFFFFF;
	overflow: hidden;
	padding-top: 10px;
	background-color: #000000;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 200px;
	margin-bottom: 10px;
	}
	
footer section {
width: 300px;
float: left;
padding: 0 10px;
}

footer section h2 {
margin-top: 0;
}

footer section p {
  font-size: 12px;
	}

footer section a {
	color: #999;
	}
	
footer section a:hover {
	color: #FFF;
	text-decoration: none;
	}
	
/* for inner pages */

/* content and sidebar layout */

#innercontent {
	float: left;
	width: 610px;
	margin:10px 5px 10px 0;
	padding:5px 20px 5px 20px;
	background-color: #CCCCCC;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

aside {
	float: right;
	text-align: left; 
	width: 300px; 
	margin:0; 
	padding:0;
	}

/* article */
.articlecontent header p, .blogPost header p a {
	font-size: 14px;
	font-style: italic;
	color: #777;
	}

.articlecontent p a {
	color: #666666;
	}
	
.articlecontent p a:hover {
	color: #fff;
	}
	
.articlecontent header p a:hover {
	text-decoration: none;
	color: #000;
	}
	
/* box shadow on pics */
.articlecontent img {
	-webkit-box-shadow: 3px 3px 7px #000;
	}

/* sidebar */
aside section {
	margin: 10px 0 0 10px;
	padding: 10px 15px;
	background-color: #CCCCCC;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

aside section ul {
	margin: 0 0 0 20px;
	color: #FFF;
	}
	
aside section ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	}
		
aside section ul li a:hover {
	text-decoration: underline;
	color: #fff;
	}
	
