/* CSS Document */

html, body{
	margin:0px;
	height:100%;
	background-color: #ececec;
}

img{
	border: 0;
	max-width: 100%
}

a{
	text-decoration: none;
	color: #9c1b31;
}

a:hover{
	text-decoration: none;
}

a.botones {
	font-family: 'Oswald', sans-serif;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
	background-color: #cc0000;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    display: inline-block;
}

a.botones:hover { background-color: #990000;}

a.botones-pic {
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: #ffffff;
	background-color: #cc0000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 10px center;
}

a.botones-pic:hover { background-color: #990000;}







h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #666666;
	margin: 0;
	padding: 0;
}

h2{	font-size: 18px;}
h3{	font-size: 16px;}
h4{	font-size: 14px;}
h5{	font-size: 12px;}
h6{	font-size: 10px;}

.light { font-weight: 300;}
.bold {	font-weight: 700;}

.color{ color: #cc0000;}
.white{ color: #ffffff;}
.grisclaro{ color: #cccccc;}
.grismedio{ color: #666666;}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	margin: 0;
	padding: 0;
}

p.bold {
	font-weight: bold;
}

p{ font-size: 12px;}
p.small{ font-size: 11px;}
p.large{ font-size: 13px;}


/* ==================================================
  SLIDER CONTENT - INDEX
================================================== */

#slider-content {
    position: absolute;
    top: 50%;
	margin-top: -220px;
	width: 100%;
    text-align: center;
    z-index: 3;
}

#slider-content .base {
    margin: auto;
    overflow: hidden;
	max-width: 540px;
}

#slider-content .base-info {
    margin: 20px;
	padding: 20px;
	background-color: rgba(0,0,0, 0.9);
}

#slider-content h3 {
	margin: 10px 0;
	background-image: url(../images/separador-index.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#slider-content p {
    margin-bottom: 20px;
}

#slider-content .formindex {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    background-color: rgba(255,255,255, 0.8);
    border: 0px;
    padding: 7px 10px 7px 10px;
    width: 60%;
    margin-bottom: 10px;
}

#slider-content .botones {
    width: 60%;
	margin-bottom: 20px;
}







/* ==================================================
  GENERAL - CONTENT
================================================== */

.content{
	position: relative;
	margin:	auto;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}

.separador-gris{
	width: 70px;
	height: 1px;
	margin:	10px 0;
	background-color: #CCCCCC;
}

.separador-blanco{
	width: 70px;
	height: 1px;
	margin:	10px 0;
	background-color: #ffffff;
}


/* ==================================================
  MAIN
================================================== */

#main {
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding-top: 110px;
	background-color: #ececec;
	background-image: url(../images/background.gif);
	background-repeat:  repeat-x;
	background-position: left 110px;
	min-height: calc(100vh - 246px);
	padding-bottom: 20px;
}

/* ==================================================
   BREADCRUMB
================================================== */

#breadcrumb{
	background-color: #ffffff;
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
	position: fixed;
    z-index: 99;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.breadcrumb-content{
	text-align: left;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight:400;
	line-height: normal;
	text-transform: uppercase;
	color: #cc0000;
}

.breadcrumb-content a{
	color: #cc0000;
}

.breadcrumb-content a:hover{
	color: #990000;
}


/* ==================================================
   COLUMNAS
================================================== */

.columna-big{
	width: 80%;
	float: left;
}

.columna-mid{
	width: 50%;
	float: left;
}

.columna-33{
	width: 33.33%;
	float: left;
}

.columna-small{
	width: 20%;
	float: left;
}


.columna-content-left{
	margin-right: 40px;
}

.columna-content-right{
	margin-left: 40px;
}


/* ==================================================
   COLUMNA MENU
================================================== */

#columna-menu {

}

#coleccion {
	width: calc(100% - 20px);
    overflow: hidden;
    display: table;
    position: fixed;
    background-color: #ececec;
    background-image: url(../images/background.gif);
    background-repeat: repeat-x;
    background-position: left top;
    left: 0px;
	padding-top: 50px;
	padding-left: 20px;
    padding-bottom: 10px;
    z-index: 98;
    webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#coleccion .marca{
	display: table-cell;
    vertical-align: bottom;
    width: 80px;
}

#coleccion .marca-content{
    background-color: rgba(0,0,0, 0.1);
    margin-right: 20px;
}

#coleccion .marca-pic{
    line-height: 0;
	background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
}

#coleccion .marca-pic img{
	width: 60px; /* For IE */
}

#coleccion .temporada{
	display: table-cell;
    vertical-align: bottom;
}

#coleccion .temporada p{
	margin-bottom: 5px;
}

#columna-menu .seccion{
	background-color: #dedede;	
	margin-bottom: 10px;
}

#columna-menu .titulo{
	background-color: #333333;
	padding: 10px 20px;
	background-image: url(../images/tit-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#columna-menu .informacion{
	padding-top: 10px;
    padding-bottom: 10px;
}

#columna-menu .valor{ float:right;}

#columna-menu .nota{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 20px 0;
    padding: 10px 0;
}

#verdetalle {background-image: url(../images/ico-verdetalle.png); margin-right:10px; margin-bottom:10px;}
.enviarpedido {background-image: url(../images/ico-enviarpedido.png);}
.continuar {background-image: url(../images/ico-continuarpedido.png);}
.volver {background-image: url(../images/ico-volver.png);}

#categorias {
    margin-top: 140px;
}


.buscar-por {
    margin-top: 140px;
}

.buscar-por span {
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: #cc0000;
}

#categorias.categorias-temporada {
    margin-top: 20px;
}


#capsula.capsula-temporada {
    margin-top: 20px;
}

#capsula.capsula-temporada .content h4 {
    cursor: pointer;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    padding: 10px 0px 10px 20px;
    color: #cc0000;
    text-transform: uppercase;
}

#capsula.capsula-temporada .content h5 {
    cursor: pointer;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    padding: 8px 4px 8px 20px;
    text-transform: uppercase;
}


/* ==================================================
   DETALLE PEDIDO TEMPORADA
================================================== */



.columna-big.detalle-pedido-temporada {
    width: 100%;
}

#columna-productos.detalle-pedido-temporada .col-pic {
    width: 20%;

}

#columna-productos.detalle-pedido-temporada .col-info {
    width: calc(80% - 400px);
}

#columna-productos.detalle-pedido-temporada .col-info ul.talles {
    width: 50%;
}

#columna-productos.detalle-pedido-temporada .col-info ul.cantidades {
    width: 50%;
}

#columna-productos.detalle-pedido-temporada .col-valor {
    width: 400px;
}

#columna-productos.detalle-pedido-temporada .col-valor h3 {
    width: 120px;
}

#columna-productos.detalle-pedido-temporada .col-valor .sub {
    width: 120px;
}

#columna-productos.detalle-pedido-temporada .col-valor .desc {
    width: 160px;
}




/* ==================================================
   MI PEDIDO
================================================== */

#mipedido {
    position: fixed;
    top: 160px;
    left: 25%;
    width: calc(75% - 40px);
    z-index: 99;
    background: none !important;
    padding: 0px 20px;
}

#mipedido .titulo {
    padding: 0 0 3px 16px;
    background: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    background-image: url(../images/tit-arrow.gif);
    background-repeat: no-repeat;
    background-position: left 8px;
}

#mipedido h4.grisclaro {
    color: #666;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-size: 13px;
}

#mipedido .informacion {
    padding-top: 7px;
}

#mipedido .content {
    padding: 0;
}

#mipedido h4.item {
    float: left;
    margin-right: 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
	margin-top: 7px;
}

#mipedido span.valor {
    float: none;
    margin-left: 5px;
}

#mipedido h4 span.valor {
    font-family: Arial, Helvetica, sans-serif;
    color: #cc0000;
    font-size: 13px;
}

#mipedido h3 {
    margin-right: 20px;
    margin-top: -14px;
	font-size: 14px;
}

#mipedido .nota {
    display: none;
}

#mipedido a {
    margin: -27px 10px 10px 0px;
    float: right;
}



/* ==================================================
   NESTED ACCORDION
================================================== */

#nestedAccordion{
	margin-bottom: 20px;
    padding: 0px;
}

#nestedAccordion h4, #nestedAccordion h5,
#nestedAccordion div, #nestedAccordion ol,
#nestedAccordion li{
	/* reset styles for accordion */
	margin:0;
	padding:0;
	list-style: none;
}

#nestedAccordion div{
	display:none;
	color:#555;
	overflow:hidden;
}

#nestedAccordion h4{
	cursor:pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 10px 0px 10px 20px;
	color:#cc0000;
	text-transform: uppercase;
	background-image: url(../images/accordion-arrow1.gif);
	background-repeat: no-repeat;
	background-position: left 18px;
}

#nestedAccordion h5{
	cursor:pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px 0px 10px 40px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 20px 8px;
	background-image: url(../images/accordion-arrow2.gif);
}

#nestedAccordion h5.more{ background-image: url(../images/accordion-arrow3.gif);}

#nestedAccordion h5:hover{
	color:#555555;
}

#nestedAccordion h5 + div{
	padding: 10px 10px 10px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#nestedAccordion li{
	cursor:pointer;
	font-family: 'Oswald', sans-serif;
	font-size: 11px;
	font-weight: 400;
	text-align: left;
	color: #666666;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
}

#nestedAccordion li:hover{
	color:#333333;
}

#nestedAccordion ol.sub {

}

#nestedAccordion ol.sub li {
    background-repeat: no-repeat;
	background-position: 16px 8px;
	background-image: url(../images/accordion-arrow4.gif);
	padding-left: 30px;
}


/* ==================================================
   COLUMNA PRODUCTOS
================================================== */

#columna-productos {

}

#columna-productos .content {
    padding-top: 120px;
}

#columna-productos .categoria-titulo{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px 0px;
    margin-top: 20px;
	overflow: hidden;
}

#columna-productos h2{
	float: left;
}

#orderby {
	float:right;
	margin-top: 0px;
}

#orderby .form {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #666666;
    padding: 7px 5px;
    border: 1px solid #cccccc;
}

#orderby input[type="button"] {
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    background-color: #cc0000;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #cc0000;
}

#orderby input:hover[type="button"] {
    background-color: #990000;
	border: 1px solid #990000;
}

#columna-productos .producto{
	width: 100%;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 6px 0 0 0;
}

#columna-productos .col-pic{
	width: 23%;
	overflow: hidden;
	float: left;
}

#columna-productos .col-pic .pic-thumb {
    width: 36px;
    height: 36px;
    float: left;
    display: block;
    margin: 0 10px 4px 0;
    background-color: #dfdfdf;
    background-image: url(../images/thumb-pic-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#columna-productos .col-pic .pic-thumb a {
    width: 36px;
    height: 36px;
    float: left;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#columna-productos .col-pic h3{
	font-size: 13px;
}

#columna-productos .col-info{
	width: calc(77% - 300px);
	overflow: hidden;
	float: left;
}

#columna-productos .col-info .col-content { margin: 0 10px !important;}

#columna-productos .col-valor{
	width: 300px;
	overflow: hidden;
	float: left;
	margin-top: 0px;
}

#columna-productos .col-content{
	margin: 0px;
}

#columna-productos .sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 3px;
}

#columna-productos .art {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #ececec;
    margin-bottom: 0px;
    margin-top: 0px;
    background: #333333;
    display: inline-block;
    padding: 2px 6px;
}

#columna-productos .desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 20px 0;
	margin-bottom: 10px;
}

#columna-productos .colores-info {
	height: 20px;
	width: 20px;
	float: left;
	margin-right: 10px;
	border: 1px solid #cccccc;
}

#columna-productos .triangle {
    width: 0;
    height: 0;
    border-bottom: 20px solid;
    border-left: 20px solid transparent;
}

#columna-productos h5 {
	background-repeat: no-repeat;
    background-position: right top;
    display: none;
    padding: 1px 25px 0px 0px;
}

#columna-productos h5.curva-cerrada {	background-image: url(../images/ico-curva-cerrada.png);}
#columna-productos h5.curva-abierta {	background-image: url(../images/ico-curva-abierta.png);}

.talles, .cantidades{
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
    top: 0px;
    text-align: left;
}
.talles{
    width: calc(100% - 210px);
	float: left;
}
.cantidades{
    width: 210px;
	float: left;
	max-height: 54px;
}

.talles li, .cantidades li {
    display: inline-block;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin: 0px 2px 4px 2px;
	background-color: #ececec;
}

.item-curva {
	margin-bottom: 2px;
	display: block;
}

.item-curva2 {
	margin-bottom: 2px;
	display: block;
}

.item-curva-input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    padding: 3px 3px;
    border: 1px solid #999999;
	text-align: center;
    width: 19px;
}

.total-curva {
	background-color: #666666; 
	border: 1px solid #666666;  
	color: #ffffff;
	font-weight: bold;
	padding: 4px 10px;
	width: 16px;
    display: block;
}

.total-unid {
	background-color: #333333; 
	border: 1px solid #333333;  
	color: #ffffff;
	font-weight: bold;
	padding: 4px 10px;
	width: 30px;
    display: block;
}

.cant-curva {
    margin-bottom: 2px;
	display: block;
}

.cant-curva-input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    padding: 4px 5px;
    border: 1px solid #999999;
	text-align: center;
    width: 60px;
}

.valor-right {
    float: right;
}

.check {
	background-image: url(../images/checkmark.png);
	background-repeat: no-repeat;
	padding: 6px 12px;
	background-size: 24px;
}


/* ==================================================
   TEMPORADA
================================================== */

#temporada h3:first-child {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    margin-bottom: 12px;
    width: 95px;
    float: left;
	color: #cc0000;
	padding: 0 !important;
    margin: 0 !important;
}

#temporada h3:first-child .valor-right {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 10px;
    float: none;
	color: #666666;
}

#temporada .sub {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    margin-bottom: 12px;
    width: 95px;
    float: left;
	padding: 0 !important;
    margin: 0 !important;
}

#temporada .sub .valor-right {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 10px;
    float: none;
}

#temporada .desc {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    margin-bottom: 12px;
    width: 110px;
    float: left;
	border-top-width: 0px;
    border-bottom-width: 0px;
	padding: 0 !important;
    margin: 0 !important;
}

#temporada .desc .valor-right {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 10px;
    float: none;
}

#temporada h3:last-child {
    overflow: hidden;
    width: 100%;
}

#temporada h3:last-child .valor-right {
    float: none;
}


/* ==================================================
   PAGINACION
================================================== */

.pagination {
  margin: 0px;
    list-style: none;
    position: relative;
    padding: 0px;
    text-align: right;
    padding-top: 20px;
}

.pagination li {
	text-align: left;
	display: inline-block;
	margin-right: 5px;
}

.pagination li a {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
	line-height: normal;
	color: #999999;
	text-decoration: none;
	padding: 4px 8px;
	border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
	display: block;
}

.pagination li a:hover {
	color: #999999;
	border-width: 1px;
    border-style: solid;
    border-color: #999999;
}

.pagination li a.active{
  	background-color: #999999;
	color: #ffffff;
	border-width: 1px;
    border-style: solid;
    border-color: #999999;
}

.pagination .pager-current a {
    border-color: #cc0000;
    color: #eee;
    background: #cc0000;
}

.pagination .pager-current a:hover {
    border-color: #cc0000;
    color: #fff;
    background: #cc0000;
}

/* ==================================================
   SECCIONES
================================================== */

.secciones {
	overflow: hidden;
    margin: 40px 10px 20px 10px;
}

.secciones .secciones-content {
	overflow: hidden;
	display: table;
    width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.secciones .titulo{
	overflow: hidden;
	display: table-cell;
    vertical-align: bottom;
}

.secciones .marca{
	display: table-cell;
    vertical-align: bottom;
    width: 100px;
}

.secciones .marca-content{
    background-color: rgba(0,0,0, 0.1);
    margin-right: 20px;
}

.secciones .marca-pic{
    line-height: 0;
	background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
}

.secciones .marca-pic img{
	width: 80px; /* For IE */
}

.secciones p{
	margin-bottom: 5px;
}


/* ==================================================
  MARCAS
================================================== */

#marcas {
	margin-bottom: 20px;
    overflow: hidden;
}

#marcas .columna-marcas{
	width: 16.5%;
	float: left;
}

#marcas .columna-marcas-content{
	margin: 10px;
	background-color: rgba(0,0,0, 0.1);
}

#marcas .pic {
	background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
}


/* ==================================================
   IMAGES Hoover Efect
================================================== */

.view {
   margin: 0px;
   border: 0px
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   width: 100%;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
   position: relative;
   width: 100%;
}

.view .contenido {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -40px;
}

.view .contenido a{
	display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    padding: 42px 0 10px 0;
    margin: 10px 20px;
	opacity: 0.85;
}

.view .contenido a:hover{
    opacity: 1;
}

.view .pedido-temporada{
	background-image: url(../images/ico-temporada.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.view .pedido-oportunidades{
	background-image: url(../images/ico-oportunidades.png);
	background-repeat: no-repeat;
	background-position: center top;
}

a.pedido-temporada {
    color: #cc0000 !important;
}

a.pedido-temporada:hover {

}



/* ==================================================
  PEDIDOS
================================================== */

#pedidos {
	margin-top: -30px;
	margin-bottom: 20px;
    overflow: hidden;
}

#pedidos .columna-pedidos{
	width: 100%;
	float: left;
}

#pedidos .columna-pedidos-content{
	margin: 0 10px;
}

.nombre-temporada {
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-right: 1px;
	background-color: #333333;
	color: #ececec;
	width: 200px;
	text-transform: uppercase;
	margin-bottom: 10px
}

.repo {
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 40px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 18px center;
	margin-right: 1px;
	background-color: #666666;
	color: #ececec;
	width: 180px;
	text-transform: uppercase;
	margin-bottom: 10px;
	background-image: url(../images/ico-repo.png);
}

.pedido-ok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 40px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 10px top;
	background-image: url(../images/ico-ok.png);
	margin-right: 1px;
	margin-bottom: 10px
}

.pedido-temp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 40px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 10px top;
	background-image: url(../images/ico-temp.png);
	margin-right: 1px;
	margin-bottom: 10px
}


a.botones-pedido {
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 35px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-right: 1px;
	margin-bottom: 10px
}

.grey { background-color: #d4d4d4; color: #666666;}
.grey:hover {  background-color: #cccccc; color: #666666;}

.red { background-color: #cc0000; color: #ececec;}
.red:hover {  background-color: #990000; color: #ececec;}

.off { pointer-events: none; cursor: default; opacity: 0.2; filter: alpha(opacity=20); /* For IE8 and earlier */}

#pedidos .editar {
    background-image: url(../images/ico-editar.png);
}

#pedidos .iniciar {
    background-image: url(../images/ico-iniciar.png);
}

#pedidos .detalle {
    background-image: url(../images/ico-detalle.png);
}

#pedidos .enviar {
    background-image: url(../images/ico-enviar.png);
}

#pedidos .ver {
    background-image: url(../images/ico-ver.png);
}

#pedidos .catalogo {
    background-image: url(../images/ico-catalogo.png);
}

#pedidos .descargar {
    background-image: url(../images/ico-catalogo.png);
}


/* ==================================================
   HISTORIAL
================================================== */

.historial{
    width: 100px;
}

.historial-content{
    background-color: rgba(0,0,0, 0.1);
    margin: 0px 10px 10px 10px;
}

.historial-pic{
    line-height: 0;
	background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
}

.historial-estado {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 10px top;
    margin-right: 0px;
    margin-bottom: 10px;
	text-transform: capitalize;
}

.pendiente { background-image: url(../images/historial-pendiente.png);}
.preparado { background-image: url(../images/historial-preparado.png);}
.entregado { background-image: url(../images/historial-entregado.png);}

.historial-orden {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 14px;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 10px;
	width: 100px;
}

a#btn-detalle {
    float: none;
    background-image: url(../images/ico-more.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    margin: -20px 0px 0px 65px;
    background-color: #cc0000;
    display: inline-block;
    border-radius: 30px;
    position: absolute;
	cursor: pointer;
}

#content-detalle {
    background-color: rgba(255,255,255, 0.95);
    padding: 20px;
    margin-top: -10px;
    display: inline-block;
    min-width: 540px;
    border-width: 0px 1px 1px 1px;
    border-color: #ccc;
    border-style: solid;
    position: fixed;
    top: 240px;
    left: 25%;
    z-index: 9;
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
	max-height: calc(100vh - 320px);
    overflow: auto;
}

#content-detalle p {
    line-height: 18px;
}

span.detalle-curva {
    float: right;
    text-align: left;
    width: 120px;
	margin-left: 20px;
}

span.detalle-unit {
    float: right;
    text-align: left;
    width: 80px;
}

span.detalle-valor {
    float: right;
    text-align: left;
    width: 100px;
}

.rotated { 
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ==================================================
   MEDIA
================================================== */



.columna-content {
    margin: 0px 20px;
}

.form100-fill {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #666666;
    background-color: #fff;
    border: 1px solid #999;
    padding: 6px 4px 6px 4px;
    margin-bottom: 10px;
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -o-calc(100% - 10px);
    width: calc(100% - 10px);
    margin: 10px 0px;
}


.combo-titulo span {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ececec;
    margin-bottom: 8px;
    margin-top: 0px;
    background: #666666;
    display: inline-block;
    padding: 3px 9px;
}

#loading {
	background-color: #ececec;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	display: none;
	background-image: url(../images/oval.svg);
	background-repeat: no-repeat;
	background-position: center 250px;
}


@media only screen and (max-width: 1600px) {



}

@media only screen and (max-width: 1220px) {



}

@media only screen and (max-width: 1093px) {


}

@media only screen and (max-width: 1053px) {


}

@media only screen and (max-width: 1023px) {

}

@media only screen and (max-width: 860px) {

}

@media only screen and (max-width: 735px) {



}


@media only screen and (max-width: 560px) {



}

@media only screen and (max-width: 520px) {



}

@media only screen and (max-width: 460px) {




}

@media only screen and (max-width: 400px) {



}

@media only screen and (max-width: 320px) {

}

