/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23/05/2016, 08:43:47 AM
    Author     : Acer
*/

body {
  font-family: Open Sans;
  overflow-x: hidden;
  /*background-color: #EAEDED;*/
  background-color: white;
}

header a{
	width: 50px;
	margin-left: 50%;
	display: inline-block;
	vertical-align: top;
}

header a img{
	width: 100%;
}

section{
	width: 80%
	min-height: 500px;
	border: 1px solid #DDD;
	padding: 2%;
	margin:0 auto;
	margin-left: 10%;
	margin-top: 50px;
}

.container{
    /*background-color: #EAEDED;*/
    background-color: white;
}

.pie{
    /*background-color: #EAEDED;*/
    background-color: white;
}

.pie a{
    color:black;
}

.thumbnailProducto{
    /*border: 1px solid #ddd;*/
    border: none;
    background-color: white;
	
}


.thumbnailProducto .img-producto {
  width: 100%;
  max-width: 220px;     /* puedes ajustar según el tamaño deseado */
  height: 220px;
  /*object-fit: cover;*/
  margin: 0 auto;
  display: block;
  border-radius: 6px;
  border: 1px solid #ccc;
}




.producto{
	width: 23%;
	height: 220px;
	background-color: #fafafa;
	border: 1px solid gray;
	display: inline-block;
	vertical-align: top;
	margin-left: 1%;
	margin-top: 1%;
}

.producto img{
	width: 60%;
	height: 60%;
	margin: auto;
}

.productod{
	width: 23%;
	height: 220px;
	background-color: #fafafa;
	border: 1px solid gray;
	display: inline-block;
	vertical-align: top;
	margin-left: 1%;
	margin-top: 1%;
}

.productod img{
	width: 60%;
	height: 60%;
	margin: auto;
}


.navbar-inverse {
	background: #232F3E;
	border-color : #232F3E;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.navbar-inverse .navbar-header a:hover{
    text-decoration: none;
    color: #999999;
    background: #232F3E;
}

.navbar-inverse .navbar-nav > li > a:hover{
    text-decoration: none;
    color: #999999;
    background: #232F3E;
}

.vigencia{
	background:#66ccff;
	color:white;
	padding:5px;
	border-radius:5px;
}

.disponible{
    color: green;
    font-style: bold;
}

.nodisponible{
    color: blue;
    font-style: bold;
}



/*  shop-homepage.css  */
.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 150px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}


.thumbnail img {
   
    width: 60%;
    height: 60%;
    margin: auto;
	
	
}


.ratings {
    /*padding-right: 10px;*/
    /*padding-left: 10px;*/
    color: #ffcc00;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
  padding: 9px;
  color: #333;
}






/* simple-sidebar.css */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-color: #232F3E;
}

#wrapper.toggled {
    padding-left: 300px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 300px;
    width: 0;
    height: 100%;
    margin-left: -300px;
    overflow-y: auto;
    background: #232F3E;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 300px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -300px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 70px;
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: white;
    /*color : rgb(255,237,0);*/
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #999999;
    background: #232F3E;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 300px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 300px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}


/*Drowndon submenuw*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* ESTILOS PARA CATEGORIAS.PHP */
.cuerpo_categoria{
    background-color: black;
    color:yellow;
}

.thumbnail_categoria{
    background-color: black;
    border-color : yellow;
}

.thumbnail_categoria .caption h3{
    color: yellow;
}