@charset "utf-8";
/* CSS Document */

*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}
body,td,th {
    font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
body{
	margin-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../imagenes/fondo.jpg);
}
.separador{
    height: 15px;
}
.separador-peque{
    height: 5px;
}
h1, h2, h3, h4, h5, h6 {
    color: #555;
    width: 100%;
    margin-top: 0;
    margin-bottom: .5em;
    text-rendering: optimizeSpeed;
}

.h1, h1 {
    font-size: 1.7em;
    line-height: 1.3;
    font-weight: 700;
}
/*.btn{
    border-radius: 0;
}
.btn{
    border:0px;
    margin:0px;
    box-shadow:none !important;
}
.quantity button[class*=btn] {
    width: 30px;
    height: 30px;
    background-color: #E1E8EE;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}
.btn-secondary{
    border: 0;
    background-color: #019245;
	border-radius: 6px;
    border: none;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
    background-color: #c51225;
    border: 0;
}*/


/*Grid de 5 columnas*/
.col-5 {
  min-height: 1px; 
  position: relative;
}

.col-5 {
  float: left;
  width: 10%;
}
/*Fin del Grid de 5 columnas*/

.tabla_blanca_borde_gris{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid #CCCCCC;
	background:#FFFFFF;
	/*padding:5px;*/
}
.texto_precio{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #dc3545;
	/*text-shadow:0px -1px 0px rgb(0,0,0);*/
}
.enlace_verde_10 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #00b53d;
}
a.enlace_verde_10 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #00b53d;
}
.mas_boton{
	background: transparent;
	background-image:url(../imagenes/mas.png);
	width:25px;
	height:25px;
	border:none;
	cursor:pointer;
}
.menos_boton{
	background: transparent;
	background-image:url(../imagenes/menos.png);
	width:25px;
	height:25px;
	border:none;
	cursor:pointer;
}
.campo50{
	background-color:#FFFFFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #CCCCCC;
    padding: 0 4px 0 4px;
	height:30px;
	color:#666666;
	text-align:center;
}

.quantity {
}
.quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 32px;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
}

/*.quantity button[class*=btn] {
    width: 30px;
    height: 30px;
    background-color: #E1E8EE;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}*/
.minus-btn img {
    margin-bottom: 3px;
}
.plus-btn img {
    margin-top: 2px;
}

button:focus,
input:focus {
    outline:0;
}
.tabla_flotante{
	display:block;
	position:fixed; 
	top:250px; 
	width:200px; 
	right:20px; 
	text-align:center;	
	z-index:9;
}
.tabla_flotanter{
	display:none;
	position:fixed; 
	top:300px; 
	width:90px; 
	right:5px; 
	text-align:center;
	z-index:9;
}
.pie{
	background:#019245; 
	bottom:0px; 
	position:fixed;
	z-index:999999;
}
.estado-pedido{
    height: 30px;
    padding-right: 5px;

}
.estado-pedido-1{
    height: 25px;
    padding-right: 5px;

}

.checkbox {
    padding-left: 20px; }
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }
.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }
.responsive_oculto
{
	display:block;	
}
.normal_oculto
{
	display:none;	
}
.my-fixed-item {
    position: fixed;
    min-height: 120px;
    width: 300px;
    text-align: center;
    word-wrap: break-word;
    background-color: aquamarine;
}
.oops{
	width:360px;
}