body {
	padding-top: 0px;
	font-family: 'open_sans',Arial,Helvetica,sans-serif!important;
	background-color: #DDDDDD;
}
h1 {
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0;
}
a:hover, a:focus {
  outline: none;
}
.main {
  padding: 0 20px 0 20px;
  background-color: white;
}
.wrap {
  min-height: 20px;
  background-color: white;
  border-left: 8px solid white;
  border-right: 8px solid white;
 
  -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 10px rgba(0, 0, 0, .05);
          -webkit-box-shadow:  0 1px 10px rgba(0, 0, 0, .1);
          box-shadow:  0 1px 10px rgba(0, 0, 0, .3);
}
.cabecera {
 margin-top: 5px;
 background:#f7f7f7;
  background-image:-webkit-gradient(linear,left 0,left 100%,from(#eee),to(#fff));
  background-image:-webkit-linear-gradient(top,#eee,0%,#fff,100%);
  background-image:-moz-linear-gradient(top,#eee 0,#fff 100%);
  background-image:linear-gradient(to bottom,#eee 0,#fff 100%);
  background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee',endColorstr='#ffffffff',GradientType=0);  
  height: auto;
}
.logo{
z-index: 2;
margin: 30px 0 0 0;
}
.logo_ed{
  width: auto;
  position: relative;
  float: left;
  margin: 5px;
}
.cabecera .mundo{
background: url("../imagenes/mundo_edamar.png") right bottom no-repeat scroll transparent;
height: 100px;
z-index: 1;
}
.eslogan{
  color: #003766;
  margin-top: 0px;
  float: right;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
}
.linea_v {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 0;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 2px solid #6f162c !important;
    clear: both;
    display: block !important;
    float: left;
    margin: 0px 0;
    visibility: visible;
    width: 100%;
}
.menu_barra{
  background-color: #003768;
  border: none;
 /* margin-top: 30px;*/
  font-size: 13px;
}
.navbar-inverse .navbar-nav > li {
  border-right: 1px solid #004788;
  border-left: 1px solid #001528;
}
.navbar-inverse .navbar-nav > li > a {
    color: white;
    font-size: 14px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background-color: #AEC90B;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #AEC90B;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #001F3C;
    background-color: #001F3C;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #AEC90B;
}

/* =bienvenido
  --------------------------- */
.bienvenido{
  background-color: #e2e2e2;
  border-radius: 5px;
  height: auto;
  margin-bottom: 10px;

}
.bienvenido .titulo{
  background-color: #003768;
  border-radius: 5px 5px 0 0;
  color: white;
  padding: 2px 0;
  text-align: center;
}
.bienvenido .titulo > h3{
  margin: 8px 0;
}
.bienvenido .parrafo{
  font-size: 14px;
  padding: 10px;
  text-align: justify;
  color: black;
}
.bienvenido .subt{
  color: #003768;;
  font-weight: bold;
}

/* =resumen
  --------------------------- */

.col_resumen{
  margin: 20px 0;
}
.marco{
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 13px;
  text-align: center;
}
.icono{
  height: 96px;
  left: 33%;
  position: absolute;
  right: 33%;
  top: 60px;
  width: 92px;
}

.m_azul{
  border-color: #4095e2;
}
.m_azul .titulo{
  color: #4095e2;
  font-size: 18px;
  text-align: center;
  padding: 25px 0px;
}
.m_azul .info{
  background-color: #4095e2;
  color: white;
  padding: 100px 10px 5px 10px;
  text-align: justify;
  font-size: 14px;
}
.m_azul .boton{
  background-color: #4095e2;
  margin: 20px 0;
}

.m_turqueza{
  border-color: #97b616;
}
.m_turqueza .titulo{
  color: #97b616;
  font-size: 18px;
  text-align: center;
  padding: 25px 0px;
}
.m_turqueza .info{
  background-color: #97b616;
  color: white;
  padding: 100px 10px 5px 10px;
  text-align: justify;
  font-size: 14px;
}
.m_turqueza .boton{
  background-color: #97b616;
  margin: 20px 0;
}

.m_naranja{
  border-color: #ffa900;
}
.m_naranja .titulo{
  color: #ffa900;
  font-size: 18px;
  text-align: center;
  padding: 25px 0px;
}
.m_naranja .info{
  background-color: #ffa900;
  color: white;
  padding: 100px 10px 5px 10px;
  text-align: justify;
  font-size: 14px;
}
.m_naranja .boton{
  background-color: #ffa900;
  margin: 20px 0;
}

.m_serv{
  background-color: #003767;
  border-color: #B8C7D3;
}
.m_serv .titulo{
  color: white;
  font-size: 18px;
  text-align: center;
  padding: 35px 0px;
}
.m_serv .info{
  background-color: #D9E1E8;
  color: #003767;
  padding: 100px 10px 60px 10px;
  text-align: justify;
  font-size: 14px;
}
.m_serv .boton{
  background-color: #1DAD86;
  margin: 20px 0;
}
.icon_serv{
  top: 80px;
}
.isotipo{
 padding-top: 20px;
 text-align: center;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {

    width: 100%;
}

/* =pie de pagina
  --------------------------- */
.pie_pagina {
  color: white;
  margin: 0 0 20px 0;
 font-size: 13px;
 border-radius: 5px;
 background:#004380;
  background-image:-webkit-gradient(linear,left 0,left 100%,from(#004380),to(#001D37));
  background-image:-webkit-linear-gradient(top,#004380,0%,#001D37,100%);
  background-image:-moz-linear-gradient(top,#004380 0,#001D37 100%);
  background-image:linear-gradient(to bottom,#004380 0,#001D37 100%);
  background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#004380',endColorstr='#001D37',GradientType=0);  
  height: auto;
  text-align: center;
  
}
.pie_pagina .col_pie{
 margin: 20px 0;
}
.pie_pagina .izq{
 text-align: left;
}
/* =quienes somos
  --------------------------- */
.linea {
    border-bottom: 1px solid white !important;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 2px solid black !important;
    clear: both;
    display: block !important;
    float: left;
    margin: 0px 0;
    visibility: visible;
    width: 100%;
}
.tabla{
  margin: 0 5px;
}
.table_nos{
  border: none;
  padding: 40px;
}
.table_nos .titulo{
   padding-top: 30px;
}
.table_nos .figura{
  padding: 20px 0;
  text-align: center;
}
.table_nos .infor{
   vertical-align: center;
   border: 0px;
   font-size: 14px;
   text-align: justify;
   padding-bottom: 30px;
}
.table_nos .boton_fig{
   background-color: #003766;
   border-radius: 15px;
   color: white;
   font-size: 13px;
   width: auto;
   height: auto;
   padding: 5px 1px;
   text-align: center;
}
.table_nos .b_azul{
   background-color: #003766;
}
.table_nos .c_azul{
   color: #003766;
}
.table_nos .lin_azul{
   border-top: 2px solid #003766 !important;
}

/* =servicios
  --------------------------- */
.table_nos .b_verde{
   background-color: #AEC90B;
}
.table_nos .c_verde{
   color: #AEC90B;
}
.table_nos .lin_verde{
  border-top: 2px solid #AEC90B !important;
}
/* =Clientes
  --------------------------- */
.grupo_logo{
  width: 100%;
  position: relative;
  overflow:hidden;
}
.sliders{
  width: 999999px;
  position: relative;
  left: -1450px;
  height: 80px;
}
.sliders .logo_cliente{
  width: 220px;
  height: 80px;
  float: left;
  margin: 0;
  list-style: none;
}
/* =Unidades
  --------------------------- */
.col_und{
margin-top: 170px;
}
.list-group>.list_activo{
background-color: #003766;
color: white;
}
.list-group>a:hover{
background-color: #D8EAA2;
color: black;
}
/* =personalizar
  --------------------------- */
.col_formulario{
  font-size: 13px;
}
.form_titulo{
  color: #AEC90B;
}
.form_com{
  text-align: justify;
  margin: 20px 0;
}
.form_perso{
  margin: 20px 0;
}
.l_azul{
  border-top: 2px solid #AEC90B !important;
}
.form_perso .boton{
  margin: 20px 0;
  background-color: #AEC90B;
  margin-left: 30%;
}

 
.table tbody tr td {
  border-top: 5px;
}

/* =personalizar
  --------------------------- */
@media (min-width: 768px) {
  .eslogan {
    margin-top: 100px;
  }
  .bienvenido .parrafo{
  font-size: 11px;
  }
  .tabla{
  margin: 0 20px;
  }
  .table_nos .boton_fig{
   padding: 5px 30px;
  }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
  .bienvenido .parrafo{
  font-size: 14px;
  }
}

