/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@font-face {
	font-family: 'Avenir Next LT Pro Bold';
	src: url('../fonts/AvenirNextLTPro-Bold.eot');
	src: url('../fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextLTPro-Bold.woff') format('woff'),
		url('../fonts/AvenirNextLTPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next LT Pro Regular';
	src: url('../fonts/AvenirNextLTPro-Regular.eot');
	src: url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),
		url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Demi';
    src: url('../fonts/AvenirNext-DemiBold.woff2') format('woff2'),
        url('../fonts/AvenirNext-DemiBold.woff') format('woff'),
        url('../fonts/AvenirNext-DemiBold.ttf') format('truetype'),
        url('../fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Ultra';
    src: url('../fonts/AvenirNext-UltraLight.woff2') format('woff2'),
        url('../fonts/AvenirNext-UltraLight.woff') format('woff'),
        url('../fonts/AvenirNext-UltraLight.ttf') format('truetype'),
        url('../fonts/AvenirNext-UltraLight.svg#AvenirNext-UltraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Heavy';
    src: url('../fonts/AvenirNext-Heavy.woff2') format('woff2'),
        url('../fonts/AvenirNext-Heavy.woff') format('woff'),
        url('../fonts/AvenirNext-Heavy.ttf') format('truetype'),
        url('../fonts/AvenirNext-Heavy.svg#AvenirNext-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Medium';
    src: url('../fonts/AvenirNext-Medium.woff2') format('woff2'),
        url('../fonts/AvenirNext-Medium.woff') format('woff'),
        url('../fonts/AvenirNext-Medium.ttf') format('truetype'),
        url('../fonts/AvenirNext-Medium.svg#AvenirNext-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}




/* Padding below the footer and lighter body text */

body {
  padding-bottom: 0px;
  color: #000;	
	font-family: 'Avenir Next LT Pro Regular';
}

.image_frame {
	height: 100%;
	width:100%; background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	
}
strong , b {
	
	font-family: 'Avenir Next LT Pro Bold';
}
.navbar-brand {
	background-image: url(../images/layout/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 93px;
    height: 71px;
    display: block;
    text-align: left;
    text-indent: -2000px;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}
 
a, a:hover ,a:focus {
	color: inherit;
	text-decoration: none;
}
.navbar-toggle {
    margin-top: 25px;
}    
.navbar-inverse .navbar-toggle {
    border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #690d00;
    border-radius: 0px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #73a722;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #f3f6e5;
    border-radius: 0px;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
    margin-bottom: 0px;
    border: 0px;

}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.navbar-wrapper {
    margin-top: 0px;
    /* border-bottom: 4px solid #78B557; */
}

.navbar-nav>li {
	margin: 0px 5px;
}

.navbar-nav.mainlinks>li>a {
	text-transform: capitalize;
}
.navbar-inverse .navbar-nav>li>a {
    color: #FFFFF9;
    padding: 5px 12px;
    font-size: 16px;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #5d5d5d;
    background-color: #84848438;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #060;
    background-color: #f3f3f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.navbar-nav>li>a.social {
	display: block;
	float: left;
	text-indent: -2000px;
	background-image: url(../images/layout/social.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    margin-left: 5px;
	
	}

.navbar-nav>li>a.social.facebook {
	background-position: -28px 0px;
	
	}
	
.navbar-nav>li>a.social.twitter {
	background-position: 0px 0px;
	
	}
	
.navbar-nav>li>a.social.linkedin {
	background-position: -57px 0px;
	
	}
	
.navbar-nav>li.social_button {
	margin: 0px;
}
	
.navbar-nav>li.social_button a {
	padding: 0px 5px;
	
	}
	
.navbar-nav>li.social_button a:hover {
	background-color: transparent;
	opacity: 0.5;
	}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 0px;
	}	

.navbar-static-top .navbar-inverse .navbar-collapse, .navbar-static-top .navbar-inverse .navbar-form {    
	background: #00008cb3;
    padding: 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background: #01008c;
    padding: 10px;
}


.backtop {
	
    background-color: #ffffff8f;
}
.boton_acceso_clientes {
	    position: absolute;
    top: 20px;
    right: 0px;
    background-color: #101b9a;
    border: none;
}
.boton_acceso_clientes:hover {
	
    background-color: #0d1572;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.slide_home {
	border-bottom: 0px solid #AB1500;
  margin-bottom: 20px;
}
.slide_home {
	height: 500px;
}
	
.slide_home .swiper-container {
width: 100%;
height: 100%;
}
.slide_home .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}	
	
.slide_home .swiper-slide .item {
width: 100%;
height: 100%;
	
	}
.slide_home .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFFFFF;
}	
	
	.slide_home h1 {
background: rgba(0, 0, 0, 0.65);
    border-radius: 8px;
    padding: 10px;
    display: inline-block;
    font-size: 18px;
    text-align: right;
	}

	
	/* Carousel base class */
.slide_interna {
	border-bottom: 0px solid #AB1500;
  margin-bottom: 20px;
}
.slide_interna .carousel {
  height: 300px;
}
/* Since positioning the image, we need to help out the caption */
.slide_interna .carousel-caption {
  z-index: 10;
  right: 10%;
  left: 10%;
}

.slide_interna .carousel-control.right , .slide_interna .carousel-control.left {
	background: none;
	}
/* Declare heights because of positioning of img element */
.slide_interna .carousel .item {
  height: 300px;
  background-color: #FFF;
}
.slide_interna .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 300px;
}

.slide_interna .carousel-caption {
    text-align: left;
    padding: 13px;
}
.slide_interna .carousel-caption h1 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 34px;
	
	}
	
	
	

.catalogo_productos  .ver_mas {
	font-size: 12px;
	
	
}

.catalogo_productos  .ver_mas span {
	color: #FF3329;
	
}

.catalogo_productos  .carousel .item a:hover .clickagrandar {
display: block;
}

.catalogo_productos  .carousel .item a .clickagrandar {
	
display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1500;
    font-size: 10px;
    color: #FFF;
    background-color: red;
    margin: 11px;
    padding: 2px 5px;
}
.catalogo_productos .carousel-control {

    width: 10%;

}
	
	
	
	
	
	
	
	
footer {
    border-top: 5px solid #73a923;
    padding: 20px;
    background-color: #ffffff;
}

footer .datos_footer {
    text-align: right;
    color: #0005B8;
    font-size: 14px;
}
footer .datos_footer strong {
    color: #000;
	font-family: 'Avenir Next LT Pro Bold';
    font-size: 16px;
}
footer .datos_footer p {
	margin-bottom: 0px;
	
	}

footer ul {
	float: right;
}
footer ul>li {
	float: left;
	list-style: none;
	
	
}
footer ul>li>a.social {
	display: block;
	text-indent: -2000px;
	background-image: url(../images/layout/social.png);
	background-repeat: no-repeat;
    width: 43px;
    height: 43px;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    margin-left: 5px;
    text-align: left;
	
	}

footer  a.social.facebook {
	background-position: -28px 0px;
	
	}
	
footer  a.social.twitter {
	background-position: 0px 0px;
	
	}
	
footer a.social.linkedin {
	background-position: -57px 0px;
	
	}
	
footer .gallagher {
    font-size: 11px;
    color: #a2a2a2;
    font-style: normal;
    text-align: center;
    display: block;
}	

footer ul.nav {
	float: none;
    margin-top: 0px;

}

footer ul.nav li {
	
	float: none;
	
}
footer ul.nav li a {
    color: #51524E;
    font-size: 12px;
    padding: 0px;
    }
footer ul.nav li a:hover, footer ul.nav li a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #73a824;
}  


.main_content h2 {
    font-size: 20px;
    border-bottom: 3px solid #809fbf;
    padding: 10px;
}



.news {
	padding-bottom: 50px;
    padding-top: 50px;
}

.news_reg {
margin-bottom: 50px;
	
}
.news_reg .imagen {

float: left;
width: 50%;
height: 220px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
	
}
.news_reg .texto {
float: left;
width: 50%;
height: 220px;
	
}

.news_reg .texto h3 {

  padding: 0px 10px;
  margin: 0px 0px 10px 0px;

  font-size: 24px;
    color: #000;
}

.news_reg .texto h4 {

  padding: 5px 0px;
  margin: 0px 10px 10px 10px;

  font-size: 14px;
  border-bottom: 1px solid #CCC;
  
  border-top: 1px solid #CCC;
}

.news_reg .texto p {

  padding: 0px 10px;
  margin: 0px 0px 10px 0px;
  font-size: 12px;
}

.news_reg .texto a {
	color: inherit;
}

.news_reg .texto a:hover {
text-decoration: none;

}
.news_reg .texto a.link {
background-color: #000;
color: #FFF;
padding: 5px;
border-radius: 4px;
  padding: 5px;
  margin: 10px;

}

.news_reg {
	
	
}
.news_reg .date {
font-size: 10px;
border-bottom: 1px solid #CCC;
  padding: 7px 0px 0px 0px;
	
}
.news_reg h4 {

  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px;
  text-align: justify;
  color: #444444;

  padding: 7px 0px 0px 0px;

	
	
}
.news_reg .divide {
	
clear: both;
  padding-top: 30px;
}
.news_reg .mini_cuerpo {
	
  padding-top: 10px;
	
}

.news_reg  a {
color: #444444;

}
.news_reg h4 a:hover {
  color: #CB3502;
}
.news_reg  a:hover {
text-decoration: none;

}
.news_reg .mini_cuerpo .mini_imagen {
float: left;
  width: 25%;
    height: 200px;
	
	
}
.news_reg .mini_cuerpo .mini_texto {
float: left;
  padding-left: 7px;
  width: 73%;
  text-align: justify;
  font-size: 12px;
	
	
}
.news_reg .link_descargas {
	
	font-size: 12px;
  color: #000;
  padding: 10px 0px;
  display: block;
  
  
}

.news_reg .link_descargas span {
color: red;

}
.news_reg  #barra-social {
	height: 45px;
}




.paginacion.anterior {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 5px;
	height: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.paginacion.anterior p{
display: block;
float:left;
}
.paginacion.anterior b {
	font-size: 14px;
	color: #094500;
	padding: 3px;
	background-color: #4c9f11;
}

.paginacion.anterior .numeros {
	/*float: right;*/
	margin: auto;
display: block;
}
.paginacion.anterior a {
	padding: 5px;
	
	
	
	color: #000;
	margin-right: 3px;
}
 .paginacion.anterior a:hover {
	color: #FFF;
	background-color: #1b9900;
}
 .paginacion.anterior a.selected {
	color: #FFF;
	background-color: #CCC;
}




.noticias_inside {

padding-top: 20px;
background-color: #FFF;

}

.noticias_inside .news_reg .mini_cuerpo .mini_imagen {
float: left;
  width: 35%;
  height: 100%;
  margin: 0px 35px 10px 0px;
}

.noticias_inside .news_reg h4 {
    font-size: 23px;
    line-height: 40px;
}
.noticias_inside .mini_texto {
font-style: italic;
	
	
}
.noticias_inside .foto_bajo {

height: 450px;
width: 100%;
margin: 20px;
clear: both;

}
.noticias_inside .cuerpo_de_la_nota {
	font-size: 16px;
    line-height: 30px;
    text-align: justify;
	
}



 .novedades_home h2 {    
    color: #5A8B3F;
    margin-bottom: 40px;
    font-size: 24px;
    padding: 21px;
    margin-top: 0px;
    text-align: center;
 }
 
 
 .novedad_reg_home {
	 
 }
 .novedad_reg_home .novedad_reg_foto {
	 height: 220px;
	 margin-bottom: 10px;
	 
 }
 .novedad_reg_home .novedad_reg_texto {
	 
	 
    margin-bottom: 20px;
 }
 .novedad_reg_home .novedad_reg_texto h2 {
	    font-size: 17px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    text-align: left;
    color: #4c4c4c;
    border-bottom: 1px solid #CCC;
    line-height: 25px;
 }
 
 .novedad_reg_home .novedad_reg_texto span.fecha {
 	font-size: 12px;
	margin-bottom: 5px; 
	 }
	 
 .novedad_reg_home .novedad_reg_texto p.bajada {
 font-size: 14px;
    margin-bottom: 5px;
    text-align: justify;
    line-height: 27px;
	 }
 .novedad_reg_home .novedad_reg_texto .ver_mas {
    background-color: #78B557;
    padding: 3px 7px;
    color: #FFF;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 40px;
 }
 
.banner_home {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 50px 0px;
    text-align: center;
	
} 
 
.banner_home h3 {
	color: #FFF;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    text-align: center;
	
	}
 .banner_home span.btn {
	 background-color: #ab1500;
	 color: #FFF;
 }
 

 
 

 
 .header_seccion {
 	height: 120px;
    margin-bottom: 40px;
    background-color: #fafaff;
	 
 }
 
.header_seccion .titulo  {
	 
    position: absolute;
    color: #FFF;
    width: 100%;
}
.header_seccion .titulo h2  {
	color: #000;
    text-align: left;
    /* text-shadow: 1px 1px 9px rgba(0, 0, 0, 1); */
    margin: 48px 0px;
} 
 
.main_content h2 {
    font-size: 20px;
    border-bottom: 3px solid #b70000;
    padding: 10px;
    margin-top: 0px;
}
 

.side_menu {
    background-color: transparent;
    padding: 15px;
    margin-bottom: 10px;
}

.side_menu {
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.side_menu ul {
	padding: 0px;
	margin: 0px;
}
.side_menu ul li {
	list-style-type: none;
}
.side_menu ul li a {
	color: #ffffff;
    font-size: 13px;
    display: block;
    padding: 13px;
    /* border-bottom: 6px solid #f3f6e5; */
    background-color: #01008c;
    margin-bottom: 5px;
}

.side_menu ul li a:hover {
    color: #006600;
    background-color: #f3f3f3;
}
.side_menu ul li a.selected {
    color: #ffffff;
    background-color: #006600;
}     
.side_menu .navbar-toggle2 {
    position: relative;
    float: right;
    padding: 0px 10px;
    margin-top: -10px;
    margin-right: -10px;
    margin-bottom: 8px;
    background-color: rgb(183, 0, 0);
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 35px;
    margin: 5px;
    z-index: 1500;
}
.side_menu  .navbar-collapse {
	padding: 0px;
}
.side_menu .navbar-toggle2 .icon-bar {
	background-color: #FFF;
}

 .seccion_interna  {
    padding-bottom: 30px;
}
/* Carousel base class */
 .seccion_interna  .carousel {
  height: 300px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
 .seccion_interna  .carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
 .seccion_interna  .carousel .item {
  height: 300px;
  background-color: transparent;
}
 .seccion_interna  .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 300px;
}




.listado_clientes_home {
	background-color: #FFF;
    border-top: 4px solid #ab1500;
}
.listado_clientes_home h3 {

color: #000;
border-bottom: 1px solid #000;
    margin: 0px;
    padding: 20px;
    font-size: 24px;
    text-align: center;
}


.listado_clientes_interna .padcli {
	height: 200px;
	margin: 0px 20px 20px 20px;
	border: 1px solid #eeeeee;
	padding: 10px;
	
	
}

.listado_clientes_interna .padcli .image_frame {
	background-repeat: no-repeat;
	background-size: contain;
	
}





/* Carousel base class */
.listado_clientes_home .carousel {
  height: 200px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.listado_clientes_home .carousel-caption {
  z-index: 10;
}
.listado_clientes_home .carousel-control .icon-prev, .listado_clientes_home .carousel-control .icon-next, .listado_clientes_home  .carousel-control .glyphicon-chevron-left, .listado_clientes_home .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    color: #ab1500;
}
/* Declare heights because of positioning of img element */
.listado_clientes_home .carousel .item {
  height: 200px;
  background-color: #FFF;
}
.listado_clientes_home .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 200px;
}

.listado_clientes_home .carousel-control {

  width: 5%;
  }

.listado_clientes_home .padcli {
  padding: 3px;
  margin: 25px;
 
}

.listado_clientes_home .image_frame {
  width: 90%;
  height: 150px;
  margin: auto;
  background-size: contain;
}

.listado_clientes_home .carousel-control.left {

  left: -10px;

  background-image: none;
}
.listado_clientes_home .carousel-control.right {
  right: -10px;
  background-image: none;
}
.listado_clientes_home .carousel-control {
  text-shadow: none;
  opacity: 1;
  color: rgb(43, 41, 40)
}


.text_content .text {
	font-size: 16px;
	line-height: 28px;
}












.listado_obras {
	background-color: #FFF;
    border-top: 0px solid #ab1500;
}
.listado_obras h3 {

color: #000;
border-bottom: 1px solid #000;
    margin: 0px;
    padding: 20px;
    font-size: 24px;
    text-align: center;
}


.listado_obras .padcli {
	height: 200px;
	margin: 0px 20px 20px 20px;
	border: 1px solid #eeeeee;
	padding: 10px;
	
	
}

.listado_obras .padcli .image_frame {
	background-repeat: no-repeat;
	background-size: contain;
	
}



/* Carousel base class */
.listado_obras .carousel {
  height: 300px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.listado_obras .carousel-caption {
  z-index: 10;
}
.listado_obras .carousel-control .icon-prev, .listado_obras .carousel-control .icon-next, .listado_obras  .carousel-control .glyphicon-chevron-left, .listado_obras .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    color: #689c2f;
}
/* Declare heights because of positioning of img element */
.listado_obras .carousel .item {
  height: 300px;
  background-color: #FFF;
}
.listado_obras .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 300px;
}

.listado_obras .carousel-control {

  width: 5%;
  }

.listado_obras .obra {

    padding: 0px;
    position: relative;
    margin: 15px;
 
}

.listado_obras .obra .imagen {
	margin-bottom: 10px;
}
.listado_obras .obra .imagen .image_frame {
  width: 90%;
  height: 120px;
  margin: auto;
  background-size: cover;
}

.listado_obras .obra .logo_empresa {
    height: 120px;
    width: 120px;
    /* position: absolute; */
    /* top: -5px; */
    /* left: -5px; */
    padding: 3px;
    background-color: #FFF;
    border: 1px solid #CCC;
}
.listado_obras .obra .logo_empresa .image_frame {

  margin: auto;
  background-size: contain;
}

.listado_obras .obra h2 {
	margin: 0px 10px;
	padding: 3px;
    font-size: 18px;
    line-height: 28px;
	
	
}



.listado_obras .obra p {
	margin: 0px 10px;
    padding: 7px;
	font-size: 14px;
	
	
}

.listado_obras .obra h2  {
    border-bottom: 1px solid #6098a2;
    }
	
.listado_obras .carousel-control.left {

  left: -10px;

  background-image: none;
}
.listado_obras .carousel-control.right {
  right: -10px;
  background-image: none;
}
.listado_obras .carousel-control {
  text-shadow: none;
  opacity: 1;
  color: rgb(43, 41, 40)
}


.formulario_contacto.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;

    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.formulario_contacto {
	padding: 10px;
}

.formulario_contacto .btn-primary {
    color: #fff;
    background-color: #006600;
    border-color: #006800;
}

.seccion_interna .subcategorias {
	border-top: 2px solid #CCC;
	margin-top: 20px;
	padding-top: 20px;
	
}

.seccion_interna .subcategorias .slide_interna_sub {
	
	
	
}
.subcategoria_reg p {
	font-size: 16px;
    line-height: 20px;
}
.seccion_interna .subcategorias h2 {
border-bottom: 3px solid #73a822
}
.seccion_interna .subcategorias .slide_interna_sub .carousel-control.left {

  left: -10px;

  background-image: none;
}
.seccion_interna .subcategorias .slide_interna_sub .carousel-control.right {
  right: -10px;
  background-image: none;
}
.seccion_interna h3.subtitulo {
    margin-top: 0px;
    margin-bottom: 20px;
    }

.subcategoria_reg {
	border-bottom: 1px solid #73a822;
    padding: 10px 0px;
}


.subcategoria_reg  .slide_interna_sub {
	border: 1px solid #ccc;
	margin: 10px 0px;
	padding: 10px;  
}
.subcategoria_reg  .slide_interna_sub .carousel {
  height: 120px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.subcategoria_reg  .slide_interna_sub  .carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.subcategoria_reg  .slide_interna_sub  .carousel .item {
  height: 120px;
  background-color: transparent;
}


.banner_home {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 20px 0px;
    text-align: center;
	
} 
 
.banner_home h3 {
	color: #FFF;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    text-align: center;
	
	}
 .banner_home span.btn {
	 background-color: #ab1500;
	 color: #FFF;
 }
 

.banner_home {
	
    margin-bottom: 20px;
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 4px solid #101b9a;
    border-bottom: 4px solid #101b9a;
}

.banner_home h2 {
	font-size: 20px;
	color: #000;
	text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    margin-bottom: 20px;

}
.banner_home .banner_imagen {
	height: 100px;
    margin-bottom: 20px;
}

.banner_home .banner_imagen .image_frame {
	
	background-size: contain;
	}
.banner_home button {
    background: #006600;
    border-radius: 3px;
    border: none;
    font-size: 12px;
    color: #FFFFFF;
}
	
.banner_home a:hover button {	
/* Rectangle 3: */
background: #609743;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}	

.banner_home a {
    display: block;
    position: relative;
    }
 .banner_home .contenido_banner {
	 
	text-align: center;
	top: 100px;
	width: 100%;
 }

  
.novedades_home {
	 padding-bottom: 50px;/* Rectangle 2: */
	 background-image: linear-gradient(-180deg, #FFFFFF 0%, #F4F4F4 100%);
	 border-top: 3px solid #5A8B3F;
	 border-bottom: 3px solid #5A8B3F;
 }
 
 
 .listado_banners_home h3 {
    color: #5A8B3F;
    margin-bottom: 0px;
    font-size: 24px;
    padding: 21px;
    margin-top: 0px;
    text-align: center;
}



 
 .barra_home_experiencia h3 {
    color: #5A8B3F;
    margin-bottom: 0px;
    font-size: 24px;
    padding: 21px;
    margin-top: 0px;
    text-align: center;
}


 .barra_home_experiencia .opinion {
	background-color: #78B557;
	padding: 100px 0px;
	color: #FFF;
	/* “NecesitabaMOS tradu: */
	font-size: 20px;
 }
  .barra_home_experiencia .opinion .cliente {
	 text-align: right;
 }


.espacio_banners {
	
}
.espacio_banners .banner_promocion {
	
	height: 180px;
    position: relative;
    margin-bottom: 40px;
    border: 2px solid #101b9a;
	
}
.espacio_banners .banner_promocion  .banner_promocion_imagen {
	position: absolute;
    height: 100%;
    width: 100%;
	
}
.espacio_banners .banner_promocion  h2 {
	color: #FFF;/* Rectangle 6: */
background: #00008C;
border-radius: 7px;
margin: 20px;
padding: 10px;
font-size: 16px;	
	margin-top: 50px;
}
.espacio_banners .banner_promocion .link_banner_promocion {
	text-align: center;
	margin-top: 70px;
}
.espacio_banners .banner_promocion .link_banner_promocion button {
	
	background-color: #006600;
	color: #FFF;
	border: none;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f3f4ff;
    border: 0px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: none;
}

.ingreso_cuenta h2 {
    font-size: 24px;
    border-bottom: 3px solid #006600;
    padding: 10px;
    color: #565ab0;
    margin-bottom: 30px;
    text-align: center;
}
.enviar_button {
    background-color: #006600;
    border: transparent;
}
.enviar_button:hover {
    background-color: #009200;
    border: transparent;
}



.seccion_delivery h2 strong {
	font-size: 14px;
	float: right;
}


.seccion_delivery h2  {
	font-size: 24px;
}

.seccion_delivery h2 a {
	
	float: right;
	}

.seccion_delivery .reg_item {
border: 1px solid #EBEBEB;
background-color: #FFF; 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 5px;
overflow: auto;
margin-bottom: 10px;
	
	
}
.seccion_delivery .reg_item:hover {
border: 1px solid #000;
background-color: #FFF; 
	
	
}

.seccion_delivery .reg_item .descripcion h4 {
margin: 0px 0px 4px 0px;
font-size: 14px;
font-weight: bold;
	
	
}
.seccion_delivery .reg_item .imagen {
width: 100px;
height: 100px;
float: left;
margin-right: 10px;
}
.seccion_delivery .reg_item .precio-opcion {

text-align: center;
font-size: 20px;
border-left: 1px solid #CCC;

}

.seccion_delivery .reg_item .precio-opcion a {

display: inline-block;
padding: 5px;
  margin: 0px 0px 0px 5px;
  color: #000;
background-color: #FFF;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #EDEDED;

background: #d8d8d8; /* Old browsers */
background: -moz-linear-gradient(top,  #d8d8d8 0%, #ffffff 58%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(58%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d8d8d8 0%,#ffffff 58%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d8d8d8 0%,#ffffff 58%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d8d8d8 0%,#ffffff 58%); /* IE10+ */
background: linear-gradient(to bottom,  #d8d8d8 0%,#ffffff 58%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


text-decoration: none;
font-size: 16px;


}


.seccion_delivery .reg_item .precio-opcion a:hover {
background:transparent;
  color: #000;
background-color: #CCE3BF;
border: 1px solid #EDEDED;
text-decoration: none;
}

.tabs-inteno {
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 25px;
    border-top: 1px solid #CCC;
    padding-top: 5px;
}    
.tabs-inteno .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 5px;
    border: 1px solid #01008c;
    background-color: #01008c;
    color: #fff;
}
 .tabs-inteno .nav>li.active>a {
    position: relative;
    display: block;
    padding: 10px 5px;
    border: 1px solid #060;
    background-color: #006600;
    color: #FFF;
} 
.tabla_planillas {
	padding-bottom: 80px;
}

.formulario_contacto .enviando {
    display: none;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
	
	.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-header {
    float: none;
}

.navbar-brand {
    margin: auto;
    float: none;
    width: 179px;
    height: 137px;
    margin-bottom: 20px;
    margin-top: 20px;
 }  
.navbar-nav {
    float: none;
    margin: 0;
    margin-top: 0px;
}
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
  }
   .navbar-wrapper.navbar-static-top {
    position: absolute;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
.navbar-wrapper .navbar {
    border-radius: 0px;
    border: 0px;
}
  .slide_home {
	  
    height: 650px;
  }
  /* Bump up size of carousel content */
  .slide_home .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .slide_home .featurette-heading {
    font-size: 50px;
  }
  
  
}

@media (min-width: 992px) {


.navbar-brand {
    width: 179px;
    height: 137px;
    margin-bottom: 20px;
    margin-top: 20px;
 } 
  .slide_home {
	  
    height: 750px;
  }

}
