﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.contenedor_del_centro_de_la_pagina {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
.footer_siempre_abajo {
	height: 4em;
	text-align: center;
	background-color: #CCC;
	font-weight: bold;
}
.limpiar_divs {
	height: 4em;
	text-align: center;
}
.pie {
	padding-top: 5px;
}


.titulo_contenido{
	text-align: center;
	font-size: 25px;
	color: #039;
	width: 100%;
	float: left;
	font-family: "Times New Roman";
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
}
.contenido_pagina {
	width: 100%;
	text-align: center;
	float: left;
	padding-top: 20px;
}
.header {
	background-image: url(../imagenes/fondocabecera.png);
	background-repeat: repeat-x;
	height: 90px;
	float: left;
	width: 100%;
}
.headerinterior{
	width: 100%;
}
.imagenheader{
	float: left;
	height: 90px;
	width: 241px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
.textoheader{
	color: #FFF;
	float: left;
	height: 86px;
	font-size: 14px;
	margin-top: 7px;
	margin-left: 7px;
}
.usuario{
	float: right;
	font-weight: bold;
	color: #FFF;
	height: 86px;
	font-size: xx-small;
	text-align: center;
}
#encabezado_pagina{
	width: 100%;
	background-image: url(../imagenes/fondocabecera.png);
	background-repeat: repeat-x;
	text-align: center;
	overflow: hidden;
	padding: 0px;
	font-size: 12px;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#cuerpo{
	width: 90%;
	background-color: #FFF;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.EspacioContenido {
    padding-top: 140px;
    padding-left: 28px;
    padding-bottom: 30px;
    margin: 0px 28px 10px 0px;
}

.EspacioContenidoSinEncabezadoApp {
    padding-top: 49px;
    padding-left: 28px;
    padding-bottom: 30px;
    margin: 0px 28px 10px 0px;
}

#encabezado_estatico {
    position: fixed;
    width: 100%;
    /*Le quité el alto por que tapaba los tabs y no permitía dar clicks*/
    /*height: 115px;*/
}

/*PARA QUE EL MODAL BOOTSTRAP SALGA CENTRADO EN PANTALLA*/
.modal {
    z-index: 999999;
}
.ayuda-centrar-modal {
    display:table;
    height: 100%;
    width: 100%;
}
.centrar-modal-verticalmente {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

/*SOLO USARLO PARA LOS MODALES QUE QUIERO QUE SALGAN OCUPANDO TODA LA PANTALLA EN LOS MOVILES*/
.modal-content-2 {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    /*width: 100%;*/
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    /*margin-left: 5px;
    margin-right: 80px;*/
}

/*FIN PARA QUE EL MODAL BOOTSTRAP SALGA CENTRADO EN PANTALLA*/
    .cursor-pointer {
    cursor: pointer;   
}


.cursor-pointer-none {
    cursor: none;
}


.panel-heading-personal span {
	margin-top: -16px;
	font-size: 20px;
}

.container-fluid-margenes {
    margin-right: -13px;
    margin-left: -13px;
}

.margen-panel-titulo {
    margin-top: -7px;
    margin-bottom: -7px;
    font-size: 13px;
    font-weight: bold;
}


.margin_8 {
    margin: 8px;
}


.estilo-hr {
    border-top: 3px dashed #337ab7;
}

.ancho120px {
    width: 120px;
}

.ancho110px {
    width: 110px;
}


.ancho100px {
    width: 100px;
}

.ancho90px {
    width: 90px;
}

.ancho80px {
    width: 80px;
}

.ancho70px{
    width: 70px;
}

.ancho60px {
    width: 60px;
}

.ancho50px {
    width: 50px;
}

.ancho40px {
    width: 40px;
}

/* NAVEGACION HORIZONTAL DE CATEGORIAS Y PRODUCTOS */
.horizontal-group > .row {
    overflow-x: auto;
    white-space: nowrap;
}

    .horizontal-group > .row > .col-sm-3 {
        display: inline-block;
        float: none;
    }  

@media (min-width: 768px) and (max-width: 991px) {
    .horizontal-group > .row > .col-xs-6 {
        display: inline-block;
        float: none;
    }
}

@media (min-width: 568px) and (max-width: 768px) {
    /*PARA PODER AGRANDAR EL MODAL AL TAMAÑO DE LA PANTALLA DEL MOVIL*/
    .modal-content-2 {
        /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
        /*width: inherit;*/
        width: 100% !important;
        height: inherit;
        /* To center horizontally */
        /* margin: 0 auto;*/
        margin-left: 5px;
        margin-right: 80px;
    }
}
/*
@media (min-width: 992px) {
    .modal-content-2 {
        width: 970px;
    }
}*/

.texto-en-una-linea {
    overflow: hidden;
    text-align: center;
}

.lineContainer {
    overflow: auto;
}

.padding-left-right-10px{
    padding-left: -10px;
    padding-right: -10px;
}

.texto-blanco-negrita{
   color: #fff;
   font-weight: bold;
}

.panel-heading-personal span span {
    margin-top: -16px;
    font-size: 12px;
}

/********************************************************/
/****** PARA HACER ZOOM EN LA IMAGEN DEL PRODUCTO *******/
/********************************************************/

.container-imglarge {
    display: inline-block;
    position: relative;
    /*margin: 15px;*/
}

    .container-imglarge > img {
        height: auto;
        max-width: 100%;
        width: 150px;
        border-radius: 4px;
    }

    .container-imglarge span {
        position: absolute;
        top: -9999em;
        left: -9999em;
        border: solid;
        border-color: #0096d7;
        border-width: 4px;
    }

    .container-imglarge:hover span {
        top: -200px;
        left: -520px;
        width: 500px;
    }

.container-imglarge-en-modal {
    display: inline-block;
    position: relative;
    /*margin: 15px;*/
}

    .container-imglarge-en-modal > img {
        height: auto;
        max-width: 100%;
        width: 150px;
        border-radius: 4px;
    }

    .container-imglarge-en-modal span {
        position: absolute;
        top: -9999em;
        left: -9999em;
        border: solid;
        border-color: #0096d7;
        border-width: 4px;
    }

    .container-imglarge-en-modal:hover span {
        top: 0px;
        left: -520px;
        width: 500px;
    }

.fecha-lado-derecha-abajo:before {
    content: "";
    position: absolute;
    top: 200px;
    left: 495px;
    width: 0;
    height: 0;
    border-width: 30px;
    border-style: solid;
    border-color: transparent transparent transparent #0096d7;
}

.fecha-lado-derecha-abajo-en-modal:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 495px;
    width: 0;
    height: 0;
    border-width: 30px;
    border-style: solid;
    border-color: transparent transparent transparent #0096d7;
}

/********************************************************/
/***** FIN PARA HACER ZOOM EN LA IMAGEN DEL PRODUCTO ****/
/********************************************************/