.professional-color{
  color: #00838F;
}

.button {
    
    border: none;
    color:  #EEEEEE;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: 'Pacifico';
}

.button2 {
    background-color:  #EEEEEE; 
    color: black; 
    color: #00838F;
    border: 2px solid #00838F;
}

.button2:hover {
    background-color: #00838F;
    color: #EEEEEE;
}


.navbar-custom {
	background-color:#212121;
    color:#ffffff;
  	border-radius:0;
}
  
.navbar-custom .navbar-nav > li > a {
  	color:#fff;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #9E9E9E;
	background-color:transparent;
}
      
.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #424242;

}
      
.navbar-custom .navbar-brand {
  	color:#eeeeee;
}
.navbar-custom .navbar-toggle {
  	background-color:#9E9E9E;
}
.navbar-custom .icon-bar {
  	background-color:#212121;
}

.navbar-collapse {
  text-align:center;
}
.navbar-nav {
    display:inline-block;
    float:none;
}

.navbar .nav li a {
    padding-right: 5px;
    padding-left: 5px;
}
.container-portada {
width:auto;
margin: 0 auto;
position:relative;
}

.fullscreen,
.content-a {
    width:100%;
    height:100%;
    overflow:hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}

/* content centering styles */
.content-a {
    display:table;
}
.content-b {
  display:table-cell;
    position:relative;
  vertical-align:middle;
  text-align:center;
}
.parallax {
    background-image: url("../Images/portada.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.image-margin {
	margin-top: 65px;
}

.aboutme-margin {
	margin:30px 0px 30px 0px;
  font-size: 122%;
	
}

.contentContainer {
  background: #efefef;
  padding: 20px;
  max-width: 350px;
  min-width: 150px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: solid 5px #dbdbdb;
}

.progressBar {
  margin-bottom: 26px;
  margin-bottom: 1.66em;
}

.progressBar h4 {
  font-size: 21px;
  font-size: 1.33em;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 7px;
  margin-bottom: .33em;
}

.progressBarContainer {
  width: 100%;
  max-width: 350px;
  height: 26px;
  height: 1.66em;
  background: #616161;
  background: rgba(97,97,97,.2);
  overflow: hidden;
  border-radius: 5px;
}

.progressBarValue {
  height: 1.66em;
  float: left;
  background: #616365;
  background: #616365;
}

.value-00 { width: 0; }

.value-10 { width: 10%; }

.value-20 { width: 20%; }

.value-30 { width: 30%; }

.value-40 { width: 40%; }

.value-50 { width: 50%; }

.value-60 { width: 60%; }

.value-70 { width: 70%; }

.value-80 { width: 80%; }

.value-90 { width: 90%; }

.value-100 { width: 100%; }

.table-margin{
	margin:auto;
  margin-bottom: 30px;
  margin-top: 30px;
	font-size: 112%;
}

.carousel-size{
	width: 1200px;
	height: 600px;
	
}

div.c-wrapper{
    width: 100%; /* for example */
    margin: auto;
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
width: 100%; /* use this, or not */
margin: auto;
}
.carousel-caption{
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        background: rgba(0,0,0,0.55);
      }

.text-align-to-center {
	text-align: center;
}

.text-align-to-justify {
	text-align: justify;
}

.backgroud-gray-200 {
	background-color: #EEEEEE;
}

.backgroud-gray-700 {
	background-color: #616161;
}

.list-group li:nth-child(1){
  border-top: 0 none;
}

.center-justified {
  text-align: justify;
  margin: 0 auto;
  width: 30em;
}

th {
    background-color: #BDBDBD;
    color: black;
} 

footer{
	background-color: #212121;
}

body{
  font-family: 'Pacifico', cursive;
}

.hideme{
  opacity: 0;
}