
body { padding-top: 50px; }  /* este body es para el nav fixed-top */
/*color del nav*/
.navbar-default {
    background-color: #C6F5D3;
    border-color: #B2F8B2;
}
/*imagen de la cabecera*/

img.img-responsive {
    margin: auto;
    display: block;
}
/*cambios con imagen en brand*/
.navbar-brand {
  float: left;
  height: 50px;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 20px;
}

/*aqui pongo los estilos del carusel*/
.container1{

  margin-bottom: 20px;
}
/*POST*/
.main{
  margin-top: 20px;
  margin-bottom: 20px;

}
.post{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
}
.post .thumb{
  margin-right: 10px;
  width: 30%;
}
.post .thumb img{
  width: 100%;
}
ul .sin{
  margin-left:-30px;
  list-style:none;
  padding-bottom:5px;
}
/*El estilo para lo s h4, h5 h6*/
h4, .h4, h5, .h5, h6, .h6 {
   font-weight:bold;
}
blockquote{
  background:#E3F9C9;
}

.boton{
	background: #E3F9C9;
}
.pie{
	text-align: center;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px dashed #155F0B;
}
a {
  color: #217C08;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #9C0D90;
  text-decoration: underline;
}
.boton h3{
	color:#125E05;
}
.formu{
	color: #FFF;
}
.headercontac {
    font-size: 27px;
    padding: 10px;
}
/*cambios en las tablas*/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px  15px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/*cambios en la barra de navegacion*/
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #155F0B;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #333;
  text-decoration: none;
  background-color: #C6F5D3;
}


.navbar-default .navbar-brand {
  color: #333;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #333;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
}

/*cambios con nav fixed-top*/
@media (max-width: 767px) {
  body { padding-top: 70px;}
  }
@media (min-width: 767px) {
  body  {
    margin-top: auto;
    padding-top: 100px; }
  }
  .miclase{
    margin-top: 5px;
  }
/*fin de cambios*/


