/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/


/* Body and structure
-------------------------------------------------- */
body {
	position: relative;
	font-size:14px;
	font-weight: normal;
	font-style: normal;
	color:#333;
	padding-top:0px;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 300;
  background: url('../img/fondo-header.png') center top repeat-x #FFF;	
	/* border-top:8px solid #EDB5B0; */
}

#header_container{
	border-bottom:2px solid #EFEFEF;
	height:165px;
}
	#header {
		color: #FFF;
		
	}
	
.container{
	max-width:1170px;
}


#home{
/*	background:url('../img/fondo-home2.png') top center no-repeat; 
	min-height:600px;
	padding-top:350px;
*/	
}


/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
.navbar-fixed-top .brand {
  padding-right: 0;
  padding-left: 0;
  float: right;
  font-weight: bold;
  color: #333;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
.navbar-fixed-top .brand:hover {
  text-decoration: none;
}


/* Space out sub-sections more
-------------------------------------------------- */
section {
  padding-top: 0px;
}

/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 54px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}



/* Footer
-------------------------------------------------- */
.footer {
  margin-top: 45px;
  padding: 35px 0 36px;
  border-top: 1px solid #e5e5e5;
}
.footer p {
  margin-bottom: 0;
  color: #555;
}



/* Special grid styles
-------------------------------------------------- */
.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-height: 30px;
  line-height: 30px;
}
.show-grid:hover [class*="span"] {
  background: #ddd;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  background-color: #ccc;
}


/* Render mini layout previews
-------------------------------------------------- */
.mini-layout {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
          box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.mini-layout {
  height: 240px;
  margin-bottom: 20px;
  padding: 9px;
}
.mini-layout div {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.mini-layout .mini-layout-body {
  background-color: #dceaf4;
  margin: 0 auto;
  width: 70%;
  height: 240px;
}
.mini-layout.fluid .mini-layout-sidebar,
.mini-layout.fluid .mini-layout-header,
.mini-layout.fluid .mini-layout-body {
  float: left;
}
.mini-layout.fluid .mini-layout-sidebar {
  background-color: #bbd8e9;
  width: 20%;
  height: 240px;
}
.mini-layout.fluid .mini-layout-body {
  width: 77.5%;
  margin-left: 2.5%;
}


/* Popover docs
-------------------------------------------------- */
.popover-well {
  min-height: 160px;
}
.popover-well .popover {
  display: block;
}
.popover-well .popover-wrapper {
  width: 50%;
  height: 160px;
  float: left;
  margin-left: 55px;
  position: relative;
}
.popover-well .popover-menu-wrapper {
  height: 80px;
}
.large-bird {
  margin: 5px 0 0 310px;
  opacity: .1;
}


/* Download page
-------------------------------------------------- */
.download .page-header {
  margin-top: 36px;
}
.page-header .toggle-all {
  margin-top: 5px;
}

/* Space out h3s when following a section */
.download h3 {
  margin-bottom: 5px;
}
.download-builder input + h3,
.download-builder .checkbox + h3 {
  margin-top: 9px;
}

/* Fields for variables */
.download-builder input[type=text] {
  margin-bottom: 9px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #d14;
}
.download-builder input[type=text]:focus {
  background-color: #fff;
}

/* Custom, larger checkbox labels */
.download .checkbox {
  padding: 6px 10px 6px 25px;
  color: #555;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
}
.download .checkbox:hover {
  color: #333;
  background-color: #f5f5f5;
}
.download .checkbox small {
  font-size: 12px;
  color: #777;
}

/* Variables section */
#variables label {
  margin-bottom: 0;
}

/* Giant download button */
.download-btn {
  margin: 36px 0 108px;
}
.download p,
.download h4 {
  max-width: 50%;
  margin: 0 auto;
  color: #999;
  text-align: center;
}
.download h4 {
  margin-bottom: 0;
}
.download p {
  margin-bottom: 18px;
}
.download-btn .btn {
  display: block;
  width: auto;
  padding: 19px 24px;
  margin-bottom: 27px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}



/* Color swatches on LESS docs page
-------------------------------------------------- */
/* Sets the width of the td */
.swatch-col {
  width: 30px;
}
/* Le swatch */
.swatch {
  display: inline-block;
  width: 30px;
  height: 20px;
  margin: -6px 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
/* For white swatches, give a border */
.swatch-bordered {
  width: 28px;
  height: 18px;
  border: 1px solid #eee;
}


/* Misc
-------------------------------------------------- */


.browser-support {
  max-width: 100%;
}

/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
  margin-top: 5px;
}

/* Example sites showcase */
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}
.marketing-byline {
  margin: -18px 0 27px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #999;
  text-align: center;
}

.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}

/* Remove bottom margin on example forms in wells */
form.well {
  padding: 14px;
}

/* Tighten up spacing */
.well hr {
  margin: 18px 0;
}

/* Fake the :focus state to demo it */
.focused {
  border-color: rgba(82,168,236,.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
     -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
          box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
  outline: 0;
}

/* For input sizes, make them display block */
.docs-input-sizes select,
.docs-input-sizes input[type=text] {
  display: block;
  margin-bottom: 9px;
}

/* Icons
------------------------- */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons i:hover {
  background-color: rgba(255,0,0,.25);
}

/* Eaxmples page
------------------------- */
.bootstrap-examples .thumbnail {
  margin-bottom: 9px;
  background-color: #fff;
}


/* Responsive Docs
-------------------------------------------------- */
@media (max-width: 480px) {

  /* Reduce padding above jumbotron */
  body {
    padding-top: 70px;
  }

  /* Change up some type stuff */
  h2 {
    margin-top: 27px;
  }
  h2 small {
    display: block;
    line-height: 18px;
  }
  h3 {
    margin-top: 18px;
  }


  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

  /* Modal example */
  .modal-example .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

}


@media (max-width: 768px) {

  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Jumbotron buttons */
  .jumbotron .btn {
    margin-bottom: 10px;
  }

  /* Subnav */
  .subnav {
    position: static;
    top: auto;
    z-index: auto;
    width: auto;
    height: auto;
    background: #fff; /* whole background property since we use a background-image for gradient */
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .subnav .nav > li {
    float: none;
  }
  .subnav .nav > li > a {
    border: 0;
  }
  .subnav .nav > li + li > a {
    border-top: 1px solid #e5e5e5;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
      -webkit-border-radius: 4px 4px 0 0;
         -moz-border-radius: 4px 4px 0 0;
              border-radius: 4px 4px 0 0;
  }

  /* Popovers */
  .large-bird {
    display: none;
  }
  .popover-well .popover-wrapper {
    margin-left: 0;
  }

  /* Space out the show-grid examples */
  .show-grid [class*="span"] {
    margin-bottom: 5px;
  }

  /* Unfloat the back to top link in footer */
  .footer .pull-right {
    float: none;
  }
  .footer p {
    margin-bottom: 9px;
  }

}


@media (min-width: 480px) and (max-width: 768px) {


}


@media (min-width: 768px) and (max-width: 980px) {

  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }


}


@media (max-width: 980px) {

  /* Unfloat brand */
  .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }

}


/* LARGE DESKTOP SCREENS */
@media (min-width: 1210px) {

  /* Update subnav container */
  .subnav-fixed .nav {
    width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
  }

}

/* my custom */
.navbar-inner {
	min-height:65px;
	border:0px;	
	height:170px;
}

#logo img {
	margin-top:20px;
	max-height:80px;
}

.navbar-fixed-top {
	margin-bottom: 2px;
	position:relative;
}
.navbar .nav {
	float:right;
	margin-top:12px;
}
.navbar {
	padding-left:0px;
	padding-right:0px;
}

#slide-back{
	width:100%;
	max-height:520px;
	margin-top:10px;
}

#galeria{
	background:#000;
	width:100%;
	max-height:520px;
	margin-top:-2px;
}


#slide-in{
	max-width:1170px;
	margin: 0px auto;
}

.row-separador {
	background: url('../img/separador.png') no-repeat center bottom;
	padding-bottom: 44px;
	margin-bottom: 11px;
}

a {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #333;
	text-decoration:none;
}

h1{
	font-size:30px;
	font-style:normal;
	color:#000;
	width:100%;
	padding-top:2px;
	padding-bottom:20px;
	line-height:34px;
	font-weight:700;
}

h2{
	color: #000;
	letter-spacing: -1px;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 13px;
	margin-top: 10px;
	font-weight:400;
}

h3{
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	color:#000;
	width:100%;
	line-height:20px;
	margin:0px;
	margin-bottom:10px;
	margin-top:10px;
}


/* para los formularios */
legend{
	color: #4B1264;
	letter-spacing: 0px;
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 13px;
}

input { margin:5px 0; }


/* footer */
#site-footer{
/*	background:#CCD4E2;*/
	margin-top:0px;
	margin-top:10px;
}		
	#interna-footer{
		color:#808080;
		/* line-height:30px; */
		/* letter-spacing:3px; */
		text-align:center;
		font-size:13px;
		padding:10px;
		border-top:5px solid #808080;
	}		

	.textwidget p { color:#000; }

.copyright{
	color:#FFF;
	font-size:11px;
}

ul#nav{
	text-align:right;
	list-style:none;
	color:#FFF;
	margin-top:20px;
}

ul#nav li a, ul#nav li a:hover{
	color:#333;
	text-transform: uppercase;
	font-size:15px;
	font-style:oblique;
	padding:5px;
}

ul#nav li a:hover{
	color:#000;
	background:#9DA0A0;
	text-decoration:none;
}

#slogan{
	font-size:70px;
	font-style:oblique;
	font-weight:normal;
	border-left:3px solid #9DA0A0;
	padding:10px 0px 10px 30px;
	margin-top:20px;
	line-height:50px;
}

#selector_idiomas {
	text-align:right;
	floast:right;
}

#nuestra_historia{
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
}


.tooltip-inner {background-color: #333; color: #fff;}
.tooltip.top .tooltip-arrow {border-top-color: #333;}

#contacto{
	display:inlne-block;
	margin:20px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
}

.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion-inner{
	margin-left:10%;
}


.grises img {
filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
-webkit-filter: grayscale(70%);
-moz-filter: grayscale(70%);
-ms-filter: grayscale(70%);
-o-filter: grayscale(70%);
filter: grayscale(70%); /* Para cuando es estándar funcione en todos */
filter: Gray(); /* IE4-8 and 9 */

-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.grises img:hover { 
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: none;

-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#nuestra_historia{
	background: url('../img/fondo-timeline-historia.jpg') repeat-x;
	min-height:60px;
	padding-top:20px;
}

.bullet-historia{
	text-align:center;
	width:70x;
	margin:0px 3%;
	display:inline-block;
}



.blog  h1{
	font-size:24px;
	font-style: normal;
	font-weight: bold;
	color: #830100;
	font-family: Georgia, Verdana, Arial;
	letter-spacing: 1px;
	width: 100%;
	line-height: 20px;	
	margin:0px;
}



/* Sidenav for Docs -------------------------------------------------- */

#menu_productos.bs-docs-sidenav {
  padding: 0;
  background-color: #FFF;

  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
	font-size: 14px;
}
#menu_productos.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 15px 15px;
  border-top: 1px solid #555;
  color: #000;
  font-size:20px;
  font-weight: normal;
}

#menu_productos.bs-docs-sidenav > li:first-child > a {
/*
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
*/		  
}
#menu_productos.bs-docs-sidenav > li:last-child > a {
/*
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
*/		  
}
#menu_productos.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 15px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
}

#menu_productos.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
#menu_productos.bs-docs-sidenav > li > a:hover {
  background-color: #EFEFEF;
  color:#000;
}

#menu_productos.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

#menu_productos.nav-list .active {
	background: #efefef;
}
ul#menu_productos li a{
	color: #000;
	font-size:14px;
}
ul#menu_productos li a:hover{
	color: #000;
	background:#efefef;
}


/* Ads in headers
-------------------------------------------------- */

.subhead h1,
.subhead .lead {
  margin-right: 340px;
}

.carbonad {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0 !important;
  padding: 15px;
  height: auto !important;
  overflow: hidden; /* clearfix */
  font-size: 13px !important;
  line-height: 16px !important;
  background: #222 !important; /* reset image and color in one line */
  background: rgba(0,0,0,.5) !important;
  border: 0 !important;
  border-radius: 4px;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.1);
}
.carbonad-img {
  margin: 0 !important;
}
.carbonad-text,
.carbonad-tag,
.carbonad-tag a {
  color: #fff !important;
}
.carbonad-text,
.carbonad-tag {
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin-left: 145px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.carbonad-text {
  padding-top: 0 !important;
}
.carbonad-tag {
  text-align: left !important;
}

.btn-ver-detalle{
	margin-top:10px;
}
/* END Sidenav for Docs -------------------------------------------------- */
.div_child {
	background:#555;
	color:#000;
}

.div_child ul{
	font-size:12px;
	line-height:12px;
	border-left:2px solid #555;
	margin-left:10px;
	background:#CDCDCD;
}
.div_child ul li a{	
	font-size:16px;
}
.dropdown-menu {
	border-radius:0px;
}



@media screen and (min-width: 768px) {
	.container {
		width: 99%;
	}
}

ul.menu_top { 
	display: table;
	list-style: none;
	margin-top:60px;	
}

ul.menu_top li{
	display: inline-block;
	color:#FFF;
	letter-spacing: 1px;
	padding: 5px;
	text-align: left;
	text-transform: uppercase;
	font-weight:normal;
	font-size:12px;
	
}

ul.menu_top li a{
	color:#FFF;
}


ul.menu_top li a:hover{
	background:#000;
	color:#DBE4F5;
}


@media (max-width: 980px) and (min-width: 768px){
	.container {
		width: 99%;
	}

	ul#menu_top li a{
		padding: 30px 7px;
		min-width: 80px;
		height:85px;
		text-align: center;
		line-height: 20px;	
		font-weight:bold;
		font-size:12px;
	}
}


.foo2_interna{
/*	border-top:10px solid #000; */
	border-bottom:10px solid #F15F43;
	min-height:195px;
	margin-bottom:20px;
	padding-bottom:3px;
/*	background:#CCD4E2;*/
}
.foo2_interna:hover{
	background:#F15F43;
	color:#FFF;
}
.foo2_img{width:100%;}

.foo2_texto { 
/*	
	background:#CCD4E2;
	color:#000;
*/	
	font-size:12px;
	height:90px;
	padding:5px;
	margin:0px;
	overflow:hidden;
	text-align:center;
} 

.foo2_title{
	text-align:center;
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	height:64px;
	vertical-align:middle;
	overflow:hidden;
	background:#F15F43;
	color:#FFF;
	padding:10px;
}

#testimonios{
	margin-top: 30px;
	margin-bottom: 30px;
/*
	background:#FFF;
	padding-top:0px;
	padding-bottom:0px;
*/	
}

#testimonios .carousel-control.right{
	background-image: none;
}
#testimonios .carousel-control.left{
	background-image: none;
}

#testimonios .carousel-caption {
	left:1%;
	position:relative;
	color:#000;
	text-shadow:none;
	text-align:left;
}

#testimonios .carousel-caption p{margin-top:20px;}



.hover-negro {
	border-top:10px solid #FFF;
	color: #808080;
	max-height:250px;
	height:250px;
	overflow:hidden;
	padding-top:10px;
}
.hover-negro h2, .hover-negro h3{
	color: #808080;
}



.hover-negro:hover {
	border-top:10px solid #EDB5B0;
	color: #000 !important;
}

.hover-negro:hover h2, .hover-negro:hover h3, .hover-negro:hover h2 a, .hover-negro:hover h3 a{
	color: #000;
}
.hover-negro h2 a, .hover-negro h3 a{
	color: #808080;
}

/* ------------------------------------- breadcrumb -----------------*/
ul.breadcrumb li a {color:#000;}
ul.breadcrumb li a:hover {text-decoration:underline;}

/* --------------------------- ultimas novedades -------------------- */
.ultimas_novedades_lateral {
	margin-bottom:20px; 
	font-size:11px; 
	max-height:58px; 
	overflow:hidden;
	text-align: justify;
}
.ultimas_novedades_lateral img{
	height:52px; 
	width:70px;
	background:#EFEFEF;
	padding:5px;
	margin-right:5px;
}

.ultimos_productos_destacados_lateral {
	margin-bottom:20px; 
	font-size:11px; 
	max-height:58px; 
	overflow:hidden;
	text-align: justify;
}
.ultimos_productos_destacados_lateral img{
	height:52px; 
	width:70px;
	background:#EFEFEF;
	padding:5px;
	margin-right:5px;
}


.ultimos_testimonios_lateral{
	margin-bottom:10px;
	font-size:11px;
	text-align: justify;
}
	.ultimos_testimonios_lateral img{
		height:52px; 
		width:70px;
		background:#EFEFEF;
		padding:5px;
		margin-right:5px;
	}

	.ultimos_testimonios_lateral a{
		color: #057940;
		font-style: oblique;
	}
	.testi_izquierda{
		color:#333;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 10px;
		padding-left: 10px;
		border-left: 4px double #057940;
	}
	.testi_izquierda img { float:left;}
	.testi_derecha{
		color:#333;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 10px;
		padding-right: 10px;
		border-right: 4px double #057940;
		text-align:right;
	}
	.testi_derecha img { float:right;}
	
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #057940;
	border-color: #057940;
}	

.pagination>li>a, .pagination>li>span {
	color: #057940;
}


/* Doña Pierina */
#fondo_buscar_header{
	background:#EFEFEF;
	padding:8px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#fondo_titulo_header_izquierda{
	background:		#049D35; 
	color: 			#FFF;
	height:			54px;
	border: 		0px none #000000;	
	padding-top:    5px; 
	padding-left: 	10px; 
    border-radius: 	6px 6px 0px 0px;
	font-family: 'Tinos', serif;	
	font-size: 		29px;
	font-weight: 	bold;
	text-align: 	left;
	-webkit-border-radius: 6px 6px 0px 0px;
	   -moz-border-radius: 6px 6px 0px 0px;
}

#fondo_carrito_header_derecha{
	color: 			#000;
	height:			54px;
	border: 		0px none #000000;	
    border-radius: 	4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	   -moz-border-radius: 4px 4px 0px 0px;
	padding-left: 	10px;
	padding-top: 	10px;
	font-size: 		14px;
	font-weight: 	normal;
	text-align: 	left;

}

.articulos_en_promocion{
	background:#F7F7F7; 
	overflow:hidden;
	padding-top:5px;
	padding-bottom:5px;
    border-radius: 	6px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;	
}

	.color1, .color1 h3{
		background-color: rgba(274, 75, 131, 0.9);
		color:#FFF;
		font-weight: normal;
		font-size: 20px;
		overflow:hidden;
		margin-top:10px;
	}
	
	.color2, .color2 h3{
		background-color: rgba(72, 189, 230, 0.9);
		color:#FFF;
		font-weight: normal;
		font-size: 20px;
		overflow:hidden;
		margin-top:10px;
	}
	
	.color3, .color3 h3{
		background-color: rgba(76, 184, 111, 0.9);
		color:#FFF;
		font-weight: normal;
		font-size: 20px;
		overflow:hidden;
		margin-top:10px;
	}

	.color1 p, .color2 p, .color3 p{
		margin-top:10px;
		font-size:14px;
		color: #FFF;
	}
	
	
	
.h2-cuadro-home{
	text-align:left;
	font-size:18px;
	padding:2px 7px 2px 7px;
	width:auto;
	display:inline-block;
	letter-spacing:0px;
	margin-bottom:0px;
/*
	background:#E10F63;
	color:#FFF;
*/	
}

.detalle-cuadro-home{
	min-height:280px;
	width:100%;
	position:relative;
	margin-bottom:20px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.cuerpo-cuadro-home{
	text-align:left;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	padding:10px;
	background-color: rgba(0, 0, 0, 0.6);
	height:100%;
	min-height:280px;
	overflow:hidden;
	display:block;
	color:#FFF;
	letter-spacing:0px;
	width:100%;
	display:none;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	
}

.pie-cuadro-home{
	text-align:left;
	font-size:18px;
	padding:2px 7px 2px 7px;
	min-height:79px;
	overflow:hidden;
	display:block;
	letter-spacing:0px;
	width:100%;
	position:absolute;
	bottom:0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

div.pie-cuadro-home h2{
	margin:0px;
	width:auto;
	display:block;
	overflow:hidden;
	font-size:20px;
	letter-spacing:0px;
}
div.pie-cuadro-home h2 a{
	color:#FFF;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
	
	
.efecto_destacado{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 228px;
    float: left;
    margin: 0 3px 3px 0;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.efecto_destacado:hover {
    opacity: .7;
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}	

	
.alert{
	font-size:20px;
}

#login-top{
	width: 170px;
	padding:10px;
	margin-top:0px;
	/*background:#FFF;*/
	color:#000;
	font-size:14px;
	text-align:center;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	
}
.hide_tr{ display:none;}

  .sobreimpreso{
    margin-top:-30px;
    height:30px;
    font-size: 20px;
    color:#FFF;
    z-index:1;
    position:relative;
    background-color: rgba(0, 0, 0, 0.5);
  }
