﻿@charset "utf-8";

/* ~~ this fixed width container surrounds all other elements ~~ */
.container_listado {
	background: #FFF;	
	position: relative;
	padding: 15px 2px;
	margin: 0 10px;
}
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content_detalle {
	padding: 0px 0;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
}
.content_detalle .detalle_top {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #ff8003;
	border-bottom-color: #ff8003;
	
}
.content_detalle .detalle_top .breadcrumb {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #0a51a1;
	text-align: right;
	padding-right: 15px;
	line-height: 30px;
	height: 30px;
	margin: 0px;
}




.content_detalle .detalle_top a {
	color: #0a51a1;
}
.content_detalle .detalle_top a:hover {
	color: #0a51a1;
	text-decoration:underline;
	 
}

.content_detalle .listado_imgcontent {
	max-width: 100%;
	position: relative;
}
.listado_fotogrande {
	margin-top: 20px;
}

.listado_rightcontent h1 {
	font-size: 17px;
	font-weight: bold;
	color: #003875;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}
.listado_precio {
	font-family:'Oswald', sans-serif;
	font-size: 28px;
	color: #fd8201;
	line-height: 32px;
	display: block;
	padding-bottom: 14px;
	margin: auto;
	text-align: center;
	padding-top: 10px;
}
.listado_renglon {
	margin-top: 10px;
	position: relative;
	text-align: center;
}

.listado_info {
	position: relative;
}

.listado_info ul li {
	list-style-type: none;
	padding-right: 20px;
	font-size: 12px;
	color: #666666;
}

.no_stock{
    position: absolute;
    width: 95%;  
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3px 0;
    background-color: rgba(255, 255, 255, .9);
    z-index: 10;
    border-top: #ffa500 2px dashed;
    border-bottom: #ffa500 2px dashed;
}

.text_no_stock{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0px;
    padding-bottom: 0px;
    color: black;
    font-weight: 600;
    text-align: center;
    line-height: normal;
}

.text_no_stock2{
	text-align: center;
    position: relative;
    bottom: 20px;
}

@media (max-width:1190px){
	.listado_info ul {
	padding-left: 0px!important;
}
.listado_info ul li {
	padding-right: 0px;
	}
}



@media(min-width:768px) and (max-width:991px){
	.listado_precio {
	
}
	.listado_info {
		
	}
	
}
@media(max-width:768px){
	.listado_rightcontent h1 {
	margin-top:0px;
	padding-top: 0px;
	padding-bottom: 10px;
	
}
	
}



@media(max-width:480px){
	.listado_precio {
	padding-top: 0px;
}
	.listado_renglon {
	position: relative;
	text-align: center;
	width:100%;
	}
	
	.listado_info {
		width:100%;
	}
	

	
}


.listado_precio sup {
	font-size: 18px;
}

.content_detalle h1 {
	color: #0772BA;
	padding-bottom: 10px;
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;

}
.content_detalle .detalle_fotogrande img { max-width:100%; }
.detalle_precio {
	font-family: Oswald, sans-serif, Helvetica;
	color: #fd8201;
	display: block;
}
.detalle_renglon {
	position: relative;
	text-align: right;



}
.detalle_renglon ul li {
	list-style-type: none;
	float: left;
	padding-right: 30px;
	line-height: 34px;
	height: 34px;
	display: block;
	font-size: 34px;
}
.detalle_precio li sup {
	font-size: 14px;
}

.detalle_infopagos ul {
	list-style-type: none;
	display: block;
}
@media(max-width:480px){
	
.detalle_infopagos ul {
	list-style-type: none;
	display: block;
	padding-left:0px;
	
}

}
.detalle_infopagos ul li {
	padding-left: 35px;
	background-repeat: no-repeat;
	font-size: 12px;
	padding-bottom: 10px;
	display: block;
	background-position: 0px 5px;
	color: #515151;
}
.detalle_infopagos {
	position: relative;
	padding-bottom: 18px;

}
.detalle_infocuotas {	
	line-height: 22px;
}
.detalle_infopagos strong {
	color: #fd8201;
	font-size: 14px;
}
.detalle_infocantidad {
	
}
.detalle_infoenvios {
	
	line-height: 22px;
}

.detalle_thumbsline ul {
	
	text-align: center;
}
.detalle_thumbsline ul li {
	float: left;
	list-style-type: none;
	display: inline-block;
	margin: 0px 5px;
    width: 28%;
}


@media(max-width:480px){
	.detalle_thumbsline ul {
	padding:0px;
	margin:0px;
	text-align: center;
}
	.detalle_thumbsline ul li {
	display: inline-block;
	margin: 0px 5px;
}
	
}
	
.listado_rightcontent {
	position: relative;
	padding-left: 4%;

}
.btn_listado_verdetalle {
	height: 23px;
	width: 85px;
	background-image: url(../images/interna/btn_listado_verdetalle.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 23px;
	border: 1px solid #0c3767;
	font-size: 11px;
	display: block;
	margin: auto;
	padding-left: 30px;
	font-weight: bold;
}
.detalle_form input[type="text"] {
	height: 37px;
	border: 1px solid #dedede;
	background-color: #eeeeee;
	text-align: right;
	width: 58px;
	padding-right: 10px;
}
.detalle_form {
	font-size: 12px;
	color: #787f8c;
}
.detalle_lefticons li {
	list-style-type: none;
	color: #909aad;
	text-transform: uppercase;
	float: left;
	padding-left: 0px;	
}
.detalle_lefticons li a {
	font-size: 10px;
	color: #909aad;
	line-height: 22px;
	height: 22px;	
	text-decoration: none;
}
.detalle_bottom {
	position: relative;
	margin-top: 26px;
	margin-bottom: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 0px 2%;
	padding-bottom: 20px;
}
.detalle_lefticons {
	display: block;
	margin: 0px;
	padding: 0px;
}
.detalle_righticons {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.detalle_righticons li {
	float: right;
	line-height: 22px;
	font-size: 10px;
	color: #505050;
	padding-left: 5px;
	display: inline-block;
}
.content_detalle .detalle_descripcion {
	color: #515151;
	font-size: 14px;
}
.detalle_descripcion p {
	padding-bottom: 16px;
}
.detalle_descripcion br {
	padding-bottom: 20px;
	display: block;
	height: 20px;
}
.detalle_icono_granfoto {
	position: absolute;
	right: 5px;
	top: 20px;
	width: 50px;
}
.detalle_icono_granfoto img {
	width: 100%;
	margin-bottom: 10px;
	height: 100%;
}

.ProductosEnd
{
	height: 100%;
	vertical-align: bottom;
}
.ProductosNavCont
{
	width: 100%;
}
.ProductosNavTitulo
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #0A51A1;
	background-color: #EEEEEE;
	text-align: center;
	padding: 5px 5px 5px 5px;
}
.ProductosNavItemsContU
{
	background-color: #EEEEEE;
	border-bottom: solid 2px #0A51A1;
	border-top: solid 1px #CCCCCC;
	text-align: right;
}
.ProductosNavItemsContD
{
	background-color: #EEEEEE;
	border-top: solid 2px #0A51A1;
	border-bottom: solid 1px #CCCCCC;
	text-align: right;
}
.ProductosNavItems
{
}
.ProductosNavItem
{
	border-right: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.ProductosNavItemLast
{
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 40px;
	font-size: 12px;
}
a.ProductosNavItemLink {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0A51A1;
	display: block;
	text-decoration: none;
	line-height: 40px;
    width: auto;
    height: auto;
    display: inline;
}
a.ProductosNavItemLink:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF7F00;
	display: block;
	text-decoration: underline;
    width: auto;
    height: auto;
    display: inline;
}
a.ProductosNavItemLinkSel{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF7F00;
	display: block;
	text-decoration: none;
}
a.ProductosNavItemLinkSel:hover{
	font-size: 12px;
	font-weight: bold;
	color: #FF7F00;
	display: block;
	text-decoration: underline;
}
.ProductosNavItemLinkDis
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
.ProductosNavEnd
{
	background-color: #EEEEEE;
	height: 30px;	
}

.listado_top {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #87888a;
	border-bottom-color: #87888a;
	background-color: #eeeeee;
	margin-top: 3px;
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}
.listado_box {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #87888a;
}
.listado_info ul li strong {
	color: #fb7900;
}
.subpage section .listado_top .ProductosNavItemLast span {
	float: left;
}





.left-sidebar .mainmenu {
	background-color:#f0f0f0;
	padding: 15px;
	background-image: url(../images/interna/left-sidebar.jpg);
	background-repeat: repeat;
  
}
@media (min-width: 992px) and (max-width: 1199px) {
	.content_detalle h1{
	font-size: 19px;
}
}
@media(max-width:768px){
	.left-sidebar .mainmenu {
		display:none; 
	}
	.left-sidebar-cont {
        width: inherit;
	}
    .MainBodyContainer { width: 100%; }
	
}

@media(max-width:1200px){
	.content_detalle .listado_imgcontent {
	width: 80%;
	position: relative;
}

}




.left-sidebar .mainmenu ul li{
  padding-left: 0px;
  float:none;
}

.left-sidebar .navbar-nav {
    float: none;
    margin: 0;
}

.left-sidebar .navbar-nav li ul.sub-menu li {
    padding-right: 5px;
    padding-left:  5px;
}

.left-sidebar .mainmenu ul li a {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #ff8003;
	border-bottom-color: #ff8003;
	display:block;
	color: #0072BC;
	font-size: 14px;
	padding: 0;
	padding-bottom: 0px;
	text-transform: uppercase;
	line-height:30px;
	padding-right: 0px;
	padding-left: 0px;
	top: 0px;
}

.left-sidebar ul.sub-menu {
	position: relative;
	left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inherit;
	z-index: 999;
	min-width: inherit;
	background-color: transparent;
	background-image:  inherit;
	top: 0px;
	
}

.left-sidebar .navbar-nav li ul.sub-menu li a{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: transparent;
	border-bottom-color: transparent;
	color: #0072BC;
	line-height: 20px;
	text-transform: capitalize;
	font-weight:400;
	font-size: 13px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.left-sidebar .navbar-nav .sub-menu .dropdown-menu li {
    
    padding-right: 10px;
   
    padding-left: 10px;
   
}

.left-sidebar .navbar-nav .sub-menu .dropdown-menu li a {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border: 1px solid transparent;
}

.left-sidebar .navbar-nav .sub-menu .dropdown-menu li a:hover {
    color: #1f3665;
    background-color: rgba(192,192,192,0.4);
    border: 1px solid rgba(59,138,189,1);
}

.left-sidebar .navbar-nav li ul.sub-menu li:last-child {
    padding-bottom: 5px;
}

.left-sidebar .mainmenu ul.nav > li:hover {
	background-color: transparent;
	background-image: none;
}

.left-sidebar .navbar-nav li ul.sub-menu > li:hover  {
	background-color: none;

}

.left-sidebar .nav.navbar-nav > li:hover > ul.sub-menu{
  display: inherit;
  -webkit-animation: 0;
  -moz-animation: 0;
  -ms-animation: 0;
  -o-animation: 0;
  animation: 0;
}
.subpage .left-sidebar {
	color: #f0f0f0;
}
.left-sidebar i {
	display: none;
}
.detalle_rightcontent {
	min-height: 345px;
	padding-top: 5%;
}
.detalle_form input[type="submit"] {
	
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	color: #FFF;
	background-color: #1f3665;
	background-image: url(../images/home/btn_form.jpg);
	background-repeat: repeat;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	font-size: 13px;
}
.detalle_form button:hover {
	background-color: #fd8201;
	background-image: none;
	
}
.detalle_thumbsline ul .active {
	opacity:0.6;
}

.detalle_thumbsline ul li a img {
	border: 1px solid #dedede;
    opacity:1;
	 transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.detalle_thumbsline ul li a img:hover {
	opacity:0.6;
	 
}
.detalle_descripcion {
	padding:0px 3px;
}
