    @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300);
    @import url(https://fonts.googleapis.com/css?family=Muli);

    body {
      /*font-family: 'Open Sans', sans-serif;*/
      /*font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/
      /*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
      font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
      font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
      font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

     .menuP{
        background-color: #9c3;
        height: 120px;
     }

     .menuP{
        background-color: #9c3;
        height: 120px;
        margin-bottom: 0px;
     }
     #logo{

      height: 100px;
      width: 120px;
     }

     ul li{

      margin: 30px;
     }
     .links{
      color:#ffffff;

     }


     nav.navbar ul.nav li a {
       color: #fff;
       font-weight: 300;

}

.subtitulos{
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-weight: 200;
    color: #333d47;
  }

  img .imgcarousel{
    width: 10%;
    height: 400px;
  }

  #myCarousel{
    margin-top: 0px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 50px;
  }

  p{
    text-align: justify;
    padding: 10px;
  }

  .info{
    margin-bottom: 40px;
  }

  .secciones{
    margin-top: 20px;
  }

  .s2{
    background: #d6d8da;
    padding-top: 2em;
    margin-bottom: 1.5em;
  }

footer {
    		        margin-top: 30px;
    		        padding: 20px;
  					background: #282828;
  					color: #7C7C7C;
  					margin-right: 0px;
  					padding-right: 0px;
  					margin-left: 0px;
  					padding-left: 0px;
  					margin-bottom: 0px;
  					padding-bottom: 0px;
				}
		footer #copyright {
  				background: #1D1D1D;
 
}
    
    #copyright div div div p{
    	text-align: center;

    }
    
    #listadoredes{
      list-style:none;
    }

    #listadoredes li a { 
      text-decoration: none; 
      color: #fff;
    } 