/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/***********************
	-	BASICS 	-
***********************/

html {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.body-dark {
    background-color: #111;
    background-image: url(http://www.alucomcr.com/images/grain.png);
}

.body-light {
    background-color: #eee;
    background-image: url(http://www.alucomcr.com/images/grain.png);
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}


/****************************
	-	PREVIEW SETTINGS	-
*****************************/

.centerme {
    margin-left: auto;
    margin-right: auto;
}


/*******************************
	-	BANNER STYLES	-
********************************/

.bannercontainer {
    top: 0px;
    left: 10px;
    max-width: 480px;
    height: 320px;
    position: relative;
}

.bannercontainer ul>li {
    display: none;
}

.bannershadow {
    margin-top: 0px;
    max-width: 930px;
    height: 40px;
    position: relative;
}

