.fondo_banner

{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.fondo_pagina
{
	background-image: url('../img/fondo.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.social>img
{
	float: right;
	position: relative;
	top:100px;
	right: 20px;
}

#colorfooter
{
    height: 30px;
    background-color: #4C8B93; 
}

#footer
{
  margin-top: 20px
}

#carrusel
{
  border: 1px solid gray;
}

#bannerlogo
{
     float: right;
     margin-top: 81px;
}

#socialfooter
{
  float: right;
}

.colorfuente
{
  color:black;
}

.bordecaption
{
  border-top: 1px solid #C450D2;
}

#megamenu
{
    background-color: #F8F8F8;
    border-radius: 5px;
    display: none;
    padding-top: 15px;
    padding-bottom: 10px;
    border: 1px solid #ccc;
}

#no_margin_bottom
{
    margin-bottom: 0px;
}

.menu_productos 
{
    border-right: 1px solid gray;
}

.padding_left
{
    padding-left: 10px;
}

#img_qlikview
{
    margin-right: 5px;
}

.col-texto2
{
    margin-top: 20px;
}

.col-texto1
{
    padding-top: 20px;
}

.sangria
{
    text-indent: 40px;
}

.cont-form-inf
{
    margin-top: 20px;
}

#cont-form
{
    padding-left: 40px;
}

#cont-inf
{
    padding-top: 40px;
}

.noticia1
{
    padding: 30px;
    font-size: 15px;
    color: #777;
    background-color: white;
}

.noticia2
{
    padding: 30px;
    border-top: 1px dotted gray;
    border-bottom: 1px dotted gray;
    background-color: #F4F4F4;
    font-size: 15px;
    color: #777;
}

.noticia1 h3
{
   color:#333;
}

.noticia2 h3
{
   color:#333;
}

.green
{
    width: 100%;
    height: 30px;
    background-color: #459C28;
}

.purple
{
    width: 100%;
    height: 30px;
    background-color: #AA468F;
}

.contacto_oficina
{
    background-image: url(../img/oficina.jpg);
    background-repeat: no-repeat;
}

.orange
{
    width: 100%;
    height: 30px;
    background-color: #FF8C00;
}

.blue
{
    width: 100%;
    height: 30px;
    background-color: #284155;
}


.carousel-caption1
{
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    left: 15%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 20px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.border_indicator li
{
    border-color: gray;
}

.border_indicator .active
{
    background-color: blue;
}

.border_indicatorV2
{
    bottom:-2px;
}


.border_indicatorV2 li
{
    border-color: gray;
}

.border_indicatorV2 .active
{
    background-color: gray;
}

/* Estilos Mensaje Enviado Exitosamente */

.mensaje-exito {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mensaje-exito h1{
    font-size: 35px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.mensaje-exito a{
    display: block;
    padding: 10px 30px;
    background: #4091ec;
    text-decoration: none;
    color: #fff;
}

.mensaje-exito a:hover {
    background: #3371b6;
}











