@font-face {
  font-family: 'Open Sans Bold';
  src: url('font/opensans-bold-webfont.eot');
  src: url('font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('font/opensans-bold-webfont.woff') format('woff'), url('font/opensans-bold-webfont.ttf') format('truetype'), url('font/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('font/opensans-regular-webfont.eot');
  src: url('font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/opensans-regular-webfont.woff') format('woff'), url('font/opensans-regular-webfont.ttf') format('truetype'), url('font/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
table {
  border: 0px solid #000000;
  padding: 0 0 0 0;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
}
body {
  background: url(../images/bg.png) repeat;
  color: #333;
  font-family: 'Open Sans', 'Helvetica', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.625em;
}
section,
article,
header,
aside,
footer {
  display: block;
}
.contenidoNoticia {
  width: 100%;
}
.contenidoNoticia p {
  text-indent: 30px !important;
}
.contenidoNoticia ul {
  padding: 0 40px;
}
.contenidoNoticia table,
.contenidoNoticia tbody,
.contenidoNoticia tr {
  border-collapse: collapse;
  display: block;
  max-width: 640px;
  table-layout: fixed;
  /* width: 640px !important;*/

  width: 100%;
}
.contenidoNoticia table td,
.contenidoNoticia tbody td,
.contenidoNoticia tr td {
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.vmas p {
  text-indent: 0 !important;
}
a {
  color: #da4318;
}
h2 {
  font-size: 20px;
  line-height: 1em;
}
h2,
h1 {
  color: #da4318;
  font-family: 'Open Sans Bold';
  margin: 0;
}
h3 {
  color: #da4318;
  font-family: Arial;
  font-size: 16px;
  font-weight: lighter;
  line-height: 1em;
}
.lh38 {
  line-height: 38px;
}
.barrasup {
  background: #da4318;
  height: 5px;
}
header {
  background: url(../images/bgHeader.png) repeat;
  border-bottom: 10px solid #fff;
}
header .container {
  padding: 0px 0 0 0;
  background: url(../images/bgHeader.png) repeat;
}
nav .nav {
  margin-bottom: 0;
}
.tabla td {
  padding: 0 10px;
}
.tabla tr:nth-child(odd) {
  background: #ebebeb;
}
.tabla tr {
  vertical-align: middle;
}
/* -----------------------------------------MENU NUEVO ------------------------- */
.axc {
  height: auto;
  overflow: hidden;
}
.navegacion {
  height: auto;
  overflow: hidden;
  font-weight: bold;
}
.navegacion ul {
  margin: 0;
  padding: 0;
}
.navegacion ul li {
  display: block;
  float: left;
  margin-left: 2px;
}
.navegacion ul li a {
  border-radius: 5px 5px 0 0;
  border-right: none;
  border-bottom: none;
  background: #f7663d;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f7663d 0%, #f9430d 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7663d), color-stop(100%, #f9430d));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f7663d 0%, #f9430d 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f7663d 0%, #f9430d 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f7663d 0%, #f9430d 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f7663d 0%, #f9430d 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7663d', endColorstr='#f9430d', GradientType=0);
  /* IE6-9 */

  color: #fff;
  display: block;
  font-size: 12px;
  padding: 10px 8px;
  text-decoration: none;
  /*text-shadow: -1px -1px 1px rgba(0,0,0,0.5);*/

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navegacion ul li a:hover {
  color: #99162b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navegacion ul li ul {
  display: none;
}
.navegacion ul li:hover ul {
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 320px;
  z-index: 999;
  color: #333;
}
.navegacion ul li:hover ul li {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
}
.navegacion ul li:hover ul li a {
  border-radius: 0px 0px 0px 0px;
  background: #fff;
  /*font-weight: normal;*/

  color: #DA4318;
  text-decoration: none;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.navegacion ul li:hover ul li a:hover {
  background: #ebebeb;
  text-decoration: none;
}
/* ----------------------------------------------------------------------------- */
/*
.menusup{
	font-size: 12px; //modificado
	font-weight: bold;
	list-style: none;

	li{
		list-style: none;
		position: relative;
		a{
			color: #fff;
			&:hover{
				color: #333;
			}
		}
		ul{
			display: none;
		}
		ul{
			background: #fff;
			border-bottom: thin solid silver;
			margin: 0;
			list-style: none;
			position: absolute;
			padding-top: 10px;
			z-index: 9999;
			li{
				list-style: none;
				a{
					border-left: thin solid silver;
					border-right: thin solid silver;
					color: #333;
					display: block;
					font-family: 'Open Sans';
					font-weight: normal;
					padding: 10px;
					width: 280px;
					&:hover{
						background: #ebebeb;
						text-decoration: none;
					}
				}
			}
		}
		&:hover{
			ul{
				display: block !important;
			}
		}
	}
	
}
*/
.menubt {
  float: left;
  background: url('../images/mmenu.png') no-repeat;
  display: none;
  height: 22px;
  margin: 13px 10px;
  width: 28px;
}
.degradadonaranja {
  background: #f7663d;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f7663d 0%, #f9430d 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7663d), color-stop(100%, #f9430d));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f7663d 0%, #f9430d 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f7663d 0%, #f9430d 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f7663d 0%, #f9430d 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f7663d 0%, #f9430d 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7663d', endColorstr='#f9430d', GradientType=0);
  /* IE6-9 */

}
/*
.nav-pills > li > a{
	border: thin solid #f7663d;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	border-right: none;
	.degradadonaranja();
	margin-bottom: 0;
	padding: 10px 8px;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
	display: inline-block;
	line-height: 20px;
	width: auto;
	&:hover{
		background: #fff;
		border: thin solid #fff;
		border-bottom: none;
		border-right: none;
		text-shadow: none;
	}
}

*/
.btn.btn-primary {
  background: #f7663d;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f7663d 0%, #f9430d 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7663d), color-stop(100%, #f9430d));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f7663d 0%, #f9430d 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f7663d 0%, #f9430d 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f7663d 0%, #f9430d 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f7663d 0%, #f9430d 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7663d', endColorstr='#f9430d', GradientType=0);
  /* IE6-9 */

}
.enlaceLogin,
.boton.cancelar,
.bienvenida,
.pedidoscliente {
  border: thin solid #f7663d;
  border-bottom: none;
  border-radius: 5px 5px;
  border-right: none;
  font-size: 14px;
  display: inline-block;
  background: #f7663d;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f7663d 0%, #f9430d 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7663d), color-stop(100%, #f9430d));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f7663d 0%, #f9430d 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f7663d 0%, #f9430d 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f7663d 0%, #f9430d 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f7663d 0%, #f9430d 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7663d', endColorstr='#f9430d', GradientType=0);
  /* IE6-9 */

  color: #fff;
  margin-bottom: 0;
  padding: 4px 12px;
}
.enlaceLogin:hover,
.boton.cancelar:hover,
.bienvenida:hover,
.pedidoscliente:hover {
  border-bottom: none;
  border-right: none;
  text-shadow: none;
  text-decoration: none;
  color: #fff;
}
.loginSuperior {
  width: auto;
  float: right;
  position: relative;
}
.loginSuperior .boton.cancelar,
.loginSuperior .bienvenida,
.loginSuperior .pedidoscliente {
  margin-right: 3px;
}
section {
  border-top: thin solid #d6d6d6;
  margin-bottom: 20px;
}
.sliderPrincipal {
  background: #424242;
  height: 200px;
  margin: 10px 0;
  position: relative;
  width: 100%;
}
.sliderPrincipal .slide {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
}
.sliderPrincipal .slide img {
  float: left;
  height: 100%;
  width: 50%;
}
.sliderPrincipal .slide .descripcionSlide {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  font-size: 12px;
  height: auto;
  padding: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}
.sliderPrincipal .slide .descripcionSlide h2,
.sliderPrincipal .slide .descripcionSlide p {
  color: #fff;
  margin-bottom: 0;
}
.principal {
  margin-top: 10px;
}
.noticiaPrincipal {
  padding: 10px;
}
.noticiaPrincipal .tituloNoticia h2 {
  text-align: center;
}
#mapa {
  height: 300px;
  margin-top: 25px;
}
.textoIzquierda {
  text-align: left;
}
.noticia {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: auto;
  overflow: hidden;
  padding: 30px;
  width: 100%;
  border-bottom: 3px solid #da4318;
}
.noticia h2 {
  margin-bottom: 30px;
}
.noticia img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: thin solid #ebebeb;
  margin: 10px 0;
  padding: 3px;
}
.noticia td {
  padding-bottom: 20px;
}
.noticia a {
  background: url(../images/link.png) right center no-repeat;
  padding-right: 18px;
}
.noticia.pdf {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px;
}
.noticia.pdf .contenido {
  background: url(../images/pdf.png) left center no-repeat;
  border: thin solid #ebebeb;
  padding: 20px 20px 20px 70px;
}
.noticia.listadoSubsecciones ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.noticia.listadoSubsecciones ul li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: thin solid #da4318;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  float: left;
  display: block;
  height: 80px;
  margin: 1%;
  width: 48%;
  text-align: center;
  vertical-align: middle;
}
.noticia.listadoSubsecciones ul li a {
  background: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px 0;
  display: block;
  min-height: 80px;
  max-height: 80px;
  width: 100%;
}
.noticiaPortada {
  font-size: 14px;
  height: auto;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 98%;
}
.noticiaPortada .tituloNoticia {
  display: block;
  min-height: 60px;
  width: 97%;
  font-weight: bold !important;
  /*
		color: #DA4318;
    	font-family: 'Open Sans Bold' !important;
    	font-size: 20px;
    	line-height: 1em;
    	*/

}
.noticiaPortada .contenido {
  float: left;
  margin-left: 10px;
  padding: 10px 10px 10px 0;
  width: 100%;
}
.span6 .noticia.pdf {
  min-height: 220px;
}
.span100 {
  width: 100%;
  margin-left: 0px !important;
}
.noticiaProducto {
  padding: 10px;
}
/* COOKIES */
.axc {
  height: auto;
  overflow: hidden;
}
.cookies {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  padding: 15px 0 0 0;
  position: fixed;
  z-index: 999999;
  margin: 0px;
  /*border-top:1px solid #DA4318;*/

}
.cookies .wrap {
  width: 100%;
}
.cookies .span7 {
  width: 100% !important;
  padding-bottom: 20px;
}
.cookies .span5 {
  width: 70% !important;
  float: left;
}
.cookies .span2 {
  width: 20% !important;
  float: left;
}
.cookies .boton {
  background: linear-gradient(to bottom, #f7663d 0%, #f9430d 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
.cookies .boton:hover {
  color: #000;
}
.cookies .boton {
  margin: 0 0 0 10px;
}
/* --------- */
footer {
  background: url(../images/bgHeader.png) repeat;
  color: #fff;
  font-size: 12px;
  padding: 20px 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #DA4318;
}
.grupoBanners {
  list-style: none;
  margin: 0;
}
.galeria {
  border: thin solid silver;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}
.galeria h3 {
  margin: 0;
}
.galeria a {
  display: inline-block;
  height: auto;
  margin: 4px;
  width: 140px;
}
.galeria a img {
  height: auto;
  width: 140px;
}
.social {
  list-style: none;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding-bottom: 10px;
}
.social li {
  float: left;
  margin-right: 10px;
}
.social li a {
  display: block;
  height: 40px;
  background: none;
  padding: 0px;
}
.social li a img {
  height: 100%;
  width: auto;
}
.fondoBlanco {
  background: #fff;
  height: auto;
  overflow: hidden;
}
.cajabusqueda {
  margin-top: 10px;
}
.cajabusqueda input {
  background: #ffffff url(../images/lupa.png) center left no-repeat !important;
  display: block;
  line-height: 30px;
  padding: 10px 5% 10px 15%;
  width: 80%;
}
.cajabusqueda .boton.aceptar {
  display: none;
}
.cabeceraSeccion {
  margin-bottom: 20px;
}
.listadoProductos ul {
  list-style: none;
  margin: 0;
}
.listadoProductos ul li {
  background: #dddddd;
  margin-bottom: 10px;
}
.listadoProductos ul li.activo {
  background: #da4318;
}
.listadoProductos ul li.activo a {
  color: #fff;
}
.listadoProductos ul li.activo li a {
  color: #333;
}
.listadoProductos ul li a {
  color: #333;
  display: block;
  padding: 10px;
}
.listadoProductos ul li ul {
  display: none;
  background: #fff;
}
.listadoProductos ul li ul li a {
  background: #fff;
}
.login .contLog {
	display: none;
  float: right;
  height: auto;
  overflow: hidden;
  padding: 10px 0 10px 10px;
  width: 100%;
}
.login li {
  list-style: none;
}
.login .moduloLogin {
  float: left;
  margin-left: 3px;
}
.login .moduloLogin input {
  border-radius: 0;
  width: 100px;
}
.login .moduloLogin span {
  display: none;
}
.grupoBanners {
  margin-bottom: 10px;
}
.proxEventos {
  padding: 10px 0;
}
.diaevento {
  background: #da4318 !important;
  color: #fff;
}
/*LIGHTBOX*/
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img {
  border: none;
}
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image {
  padding: 10px;
}
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}
#lightbox-nav a {
  outline: none;
}
#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}
#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
#lightbox-image-details-caption {
  font-weight: bold;
}
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}
.formcontacto {
  float: left;
  margin: 10px 0;
  padding: 10px 0 10px 60px;
  width: 80%;
}
.condiciones {
  float: left;
  padding: 4px;
  text-align: left;
  width: 100%;
}
.condiciones input {
  margin-bottom: 8px;
}
.lineaenviar {
  text-align: center;
}
.tituloformulario {
  float: left;
  margin: 5px 0px 0px 30px;
  padding: 10px;
}
.linearadios {
  margin: 10px 0 20px 0;
}
.radios {
  margin-bottom: 8px;
  padding: 10px 30px 0 5px;
}
.DynarchCalendar-titleCont td,
.DynarchCalendar-titleCont tr,
.DynarchCalendar-titleCont tbody {
  display: block;
  text-align: center;
}
.fl {
  float: left !important;
}
@media (max-width: 767px) {
  .social,
  .grupoBanners {
    text-align: center;
  }
  .social li,
  .grupoBanners li {
    display: inline;
    float: none;
  }
  .menubt {
    display: none;
  }
  .navegacion {
    display: block;
  }
  .navegacion .wrap ul li {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .navegacion .wrap ul li a {
    border-radius: 0px 0px 0 0;
  }
  .navegacion .wrap ul li:hover ul {
    display: none;
  }
}
@media (max-width: 480px) {
  #logo {
    text-align: center;
  }
  .menusup {
    text-align: center ;
  }
  .menusup ul {
    width: 100%;
  }
  .menusup li {
    float: none;
    display: inline-block;
  }
  /* ---------------------------------- */
  .sliderPrincipal {
    display: none;
  }
  .noticia.listadoSubsecciones ul li {
    width: 100%;
  }
  /* ----------------------------------- */
  .thumbnail {
    text-align: center;
    width: 100%;
  }
  .lineaPunteadaDerecha {
    background: none;
  }
  /*
  	.nav-pills > li{
  		float: none;
  		width:100%;
  		&:hover{
  			ul{
  				display: none;	
  			}
  		}
  	}
  	.nav-pills > li > a{
  		.borderradius(0);
  	}*/
}
@media (min-width: 481px) {
  .menusup {
    text-align: left;
    margin-top: 0px;
    width: 100%;
  }
  .menusup li {
    float: left;
    display: block;
  }
}
