/*Reset Rules
 
        
 #Lists
================================================== 

*/	ul, ol { /*margin: 0 !important;*/ }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { /*margin-left: 1em;*/ }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-left: 2em; }
	li { line-height: 18px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
    ul {list-style: circle; }
    ol {list-style: decimal; }/*

Reset Rules End*/


/* =================================================================== */
/* Fixed Width
====================================================================== */

body {
    background: #fff;
    background-size: cover;
    font-size: 18px;
	line-height:25px;
    /*font-family: 'Carrois Gothic', sans-serif !important;*/
	/*font-family: 'Sue Ellen Francisco', cursive;
	font-family: 'dk_lemon_yellow_sunregular';*/
	font-family: Candara, Calibri, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

#wrapper {
    /*background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #000;*/
    padding: 0px 30px 0px 30px;
    width: 1170px ;
    margin: 0px auto 0px auto;
}
.text-right{
	text-align:right;
	padding-right:20px;
}
#armario_img{
	width:100%;
}
#imagen, #huecos{
	width:100%;
}
.padding{
	padding: 30px 0px;
}
.blanco{
	background:#fff;
	z-index: 100;
}
.madera{
	background:url('../images/bg/madera.jpg');
	background-size:cover;
	box-shadow: inset 0px 0px 10px #000;
    position: relative;
}
.madera2{
	background:#efefef;
	box-shadow: inset 0px 0px 10px #000;
	position: relative;
	float: left;
	width: 100%;
}
.gris{
    background: rgba(0, 0, 0, 0.55);
}
.negro{
	background:#fff;
}
#input_busca {
    padding: 14px 18px 0 0;
    float: right;
}

#footer {
    padding: 15px 35px 0px 35px;
    width: 1170px;
    margin: 0 auto;
}

a.thumbnail{}
a.thumbnail:hover {
  border-color: #90c05d;
  -webkit-box-shadow: 0 1px 4px rgba(209, 105, 5, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(209, 105, 5, 0.25);
  box-shadow: 0 1px 4px rgba(209, 105, 5, 0.25);
}

h3, h2 ,h1 ,h4{
	font-family: 'dk_lemon_yellow_sunregular';
    font-weight: normal !important;
	color:#000;
	padding:0px 10px;
}

input {
    /*font-family: 'Carrois Gothic', sans-serif;*/
	font-family: 'Sue Ellen Francisco', cursive;
}

label {
    font-size: 12px;
    font-weight: bold;
}
.right{
	float:right;
}

/* Smaller than standard 1029 (devices and browsers)
====================================================================== */
@media only screen and (max-width: 1029px) {



}

/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {


}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
	.pull-right {
		float: none;
	}

    .nav-shadow {bottom: 32px !important;}
 
    body {
        padding: 0px;
    }
    
    #wrapper {
        padding: 0;
        margin: 0;
        text-align: center;
    }
    
    #logotipo {
        text-align: center;
        padding-top: 20px;
    }
    
    #minicarro {
        float: none;
        text-align:center;
        padding-top: 20px;
    }
    
    #navigation-carrito {
        float: none !important;
    }
    
    #carrito_mini {
        float: none !important;
    }
    
    #navigation {
        background: transparent !important;
        margin: 0 auto !important;
        width: 72% !important;
    }
    
    #input_busca {
        padding: 0;
        margin: 0;
        float: none;
    }
    
    .nav-shadow { display: none; }
    
    .breadcrumb {
        margin: 50px 0 0 0  !important;
    }
    
    #footer {
        padding: 0;
        text-align: center;
    }
	.right{
		float:none;
	}
}
