/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@font-face {
	font-family: 'Avenir Next LT Pro Regular';
	src: url('../fonts/AvenirNextLTPro-Regular.eot');
	src: url('../fonts/AvenirNextLTPro-Regulard41d.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 LT Pro Bold';
	src: url('../fonts/AvenirNextLTPro-Bold.eot');
	src: url('../fonts/AvenirNextLTPro-Boldd41d.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;
}


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

}
strong , b {
	
	font-family: 'Avenir Next LT Pro Bold';
}
.image_frame {
	height: 100%;
	width:100%; background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.navbar-brand {
	background-image: url(../images/layout/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
  
    width: 160px;
    height: 45px; 
    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: #e78353;
    border-radius: 0px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #e78353;
}
.navbar-inverse .navbar-toggle:hover  .icon-bar, .navbar-inverse .navbar-toggle:focus  .icon-bar {
    background-color: #FFF;
}
.navbar-header {
    float: none;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #000;
    background-color: transparent;
}
/* 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;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.navbar-wrapper {
    margin-top: 0px;
    background-color: #ffffff;
    border-bottom: 5px solid #E78353;
}


.navbar-nav.mainlinks>li>a {
	text-transform: capitalize;
}
.navbar-inverse .navbar-nav>li>a {
  
     padding: 5px 12px;
    font-size: 16px;
     color: #000;
    background-color: #D8D8D8;
    border-radius: 6px;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #e78353;
    background-color: #d4d4d4;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #FFF;
    background-color: #E78353;
}
.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>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 0px;
	}	
.translation-links {	
	float: right;
    clear: right;
    list-style-type: none;
    margin-right: 0px;
    margin-top: 17px;
    margin-bottom: 35px;
 }   
  
.translation-links li {	
	list-style-type: none;
	float: left;
	}  

.translation-links li a {		
	
    display: inline-block;
    padding: 0px 5px;
    margin-left: 6px;
    }

.translation-links  li a {
font-size: 10px;
color: #269DCA;
background-image: url(../images/layout/banderas.html);
background-repeat: no-repeat;
height: 20px;
width: 27px;
text-indent: -2000px;
display: block;

}

.translation-links li a.esp {
background-position: 0px 0px;

}

.translation-links  li a.eng {

background-position: -27px 0px;
}


.translation-links li a.por {

background-position: -54px 0px;
}

.translation-links  li a.esp:hover {
background-position: 0px -20px;

}

.translation-links  li a.eng:hover {

background-position: -27px -20px;
}


.translation-links  li a.por:hover {

background-position: -54px -20px;
}

.datos_contacto {
	float: none;
     text-align: center;
}
.datos_contacto h1 {
	font-size: 20px;
	font-style: italic;
	font-family: 'Avenir Next LT Pro Bold';
	
}
.datos_contacto ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.datos_contacto ul li {
	display: inline-block;	
}
.datoshead {
	clear: both;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.slide_home {
    border-bottom: 5px solid #E78353;
  margin-bottom: 20px;
}
.slide_home {
	height: 300px;
}
.slide_home .carousel-caption {
      right: auto;
    left: 10%;
background: rgba(0, 0, 0, 0.27);
border-radius: 22px;
     padding: 15px;
}
.slide_home  .carousel-caption	h1 {
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-size: 27px;
}

.slide_home  .carousel-caption	p {
	text-align: left;
	font-size: 16px;
}
.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;
}	
	
	
	
	
	/* 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: 3px solid #949494;
    padding: 20px;
    background-color: #C6C5C5;
}

footer .datos_footer {
    text-align: right;
    color: #000000;
    font-size: 13px;
}
footer .datos_footer strong {
    color: #000000;
}
footer .datos_footer p {
	margin-bottom: 0px;
	
	}

footer ul {
	text-align: right;
}
footer ul>li {
	display: inline-block;
	
	
}
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: #73a824;
    border-bottom: 3px solid #6097a2;
    margin-bottom: 40px;
    font-size: 24px;
    padding: 21px;
    margin-top: 0px;
 }
 
 
 .novedad_reg_home {
	 
 }
 .novedad_reg_home .novedad_reg_foto {
	 height: 120px;
	 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: 16px;
    margin-bottom: 5px;
    text-align: justify;
    line-height: 27px;
	 }
 .novedad_reg_home .novedad_reg_texto .ver_mas {
    background-color: #6096a2;
    padding: 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: 20px 0px;
    text-align: center;
     clear: both;
	
} 
 
.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;
 }
 
 .novedades_home {
	 padding-bottom: 50px;
 }
 
 
 

 
 .header_seccion {
    margin-bottom: 40px;
     background-color: #f9f9f9;
	 
 }
 
.header_seccion .titulo  {
	 
    color: #FFF;
    width: 100%;
}
.header_seccion .titulo h2  {
    color: #e78353;
    text-align: left;
    /* text-shadow: 1px 1px 9px rgba(0, 0, 0, 1); */
    margin: 48px 0px;
    font-size: 18px;
    text-transform: uppercase;
	font-family: 'Avenir Next LT Pro Bold';
} 
 
.main_content h2 {
    font-size: 22px;
    border-bottom: 3px solid #e78353;
    padding: 10px;
    margin-top: 0px;
}
 .main_content h3 {
    font-size: 16px;
    font-style: italic;
    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: #FFF;
    font-size: 14px;
    display: block;
    padding: 5px 10px;
    border-right: 3px solid #9a9a9a;
    background-color: #e78353;
    margin-bottom: 1px;	
}

.side_menu ul li a:hover{
     color: #ffffff;
    background-color: #adadad;
    border-right: 3px solid #e78353;
}   
.side_menu ul li a.selected {
    color: #ffffff;
    background-color: #adadad;
    border-right: 3px solid #e78353;
}     
.side_menu .navbar-toggle2 {
    position: relative;
    float: right;
    padding: 0px 10px;
    margin-top: -10px;
    margin-right: -10px;
    margin-bottom: 8px;
     background-color: rgb(231, 131, 83);
    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: #e78353;
    border: none;
    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: #949494;
    border-color: transparent;
}
label { 
	color: #FFF;
	}

.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;
}

.texto_home p {
	font-size: 20px;
	line-height: 34px;
	text-align: justify;
	margin-bottom: 45px;
}

.banner_home {
	
    margin-bottom: 20px;
}

.banner_home h2 {
    font-size: 20px;
    color: #f9f9f9;
    text-align: center;
    background-color: #e78353;
    margin: 0px;
    padding: 10px;
    -webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.banner_home .banner_imagen {
	height: 200px;
    margin-bottom: 30px;
}
.banner_home button {	
/* Rectangle 3: */
background-color: #E78353;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);	
border: none;
font-size: 16px;
color: #FFFFFF;
text-shadow: 0 2px 4px rgba(0,0,0,0.50);
     position: absolute;
    bottom: 20px;
    right: 20px;
}	
	
.banner_home button:hover {	
/* Rectangle 3: */
color: #e78353;
background-color: #686868;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);	
}	


.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;

     cursor: pointer;
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
	text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: absolute;
    font-size: 17px;
    background: rgba(125, 202, 163, 0.56);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
    margin: 0px;
    bottom: 0px;
    width: 100%;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
.text .table tr td {
    background-color: #F7EDE6;
    padding: 5px;
    border: 1px solid #FF7F00;
}
.text .table tr th {
    color: #000;
    padding: 5px;
    border: 1px solid #FF7F00;
	font-family: 'Avenir Next LT Pro Bold';
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

.datoshead {
	clear: none;
}
.datos_contacto {
	float: right;
     text-align: right;
}
.datos_contacto ul li a {
	
      font-size: 12px;
	font-family: 'Avenir Next LT Pro Bold';
}
.datos_contacto ul li a.selected , .datos_contacto ul li a:hover {
	color: #e78353;
	
	}
.navbar-inverse .navbar-nav>li {
    margin: 0px 0px 0px 20px;
}

.navbar-brand {
    width: 346px;
    height: 118px;
    margin-bottom: 40px;
    margin-top: 40px;
 }  
.navbar-nav {
    float: right;
    margin: 0;
    margin-top: 20px;
}
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
  }
  .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: 4px;
  }

  /* Bump up size of carousel content */
  .slide_home .carousel-caption p {
    margin-bottom: 0px;
    line-height: 1.4;
  }

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

@media (min-width: 992px) {





}
