/*!-- Fonts --*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

html,
body {
    height: 100%;
	font-family: 'Roboto', sans-serif, Helvetica, Arial;
	font-weight: 300;
	background: #FFF;
    font-size: 14px;
    line-height: 1.6em;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Mouse Over */
a:hover {
	outline: none;
	text-decoration:none;
}

a:focus {
	outline:none;
	outline-offset: 0;
}

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#1d1d1d;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif, Helvetica, Arial;
	color:#000;
	font-weight: 400;
}


/*====================
======Topbar nav CSS=====
======================*/
ul {
list-style: none
}

ul, li {
margin: 0;
padding:0;
display: inline;
}
 
li {
cursor: pointer
} 

#bottom {
	background-color: #131313;
	margin: 0 auto;
	padding: 15px 0 14px 0;
	/*min-width: 800px;*/
	z-index: 1;
	position: relative;
	top: 0px;
	vertical-align: top;
	text-transform: inherit;
}

#secondMenu li, #secondMenu a:link, #secondMenu a:visited {
  font-size: 14px;
	text-decoration: none;
	margin: 0 0px 0 19px;
	color: white;
	}

#secondMenu a:link#current {
  font-weight: bold;
	color: white
}

#secondMenu a:hover {
	color: gray;
	cursor: pointer
}

/*====================
======Logo nav CSS=====
======================*/
.navbar-brand {
    float: left;
    height: 77px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

/*====================
======Header CSS=====
======================*/
#navigation .navbar {
  background:rgb(255, 255, 255);
  border-radius: 0;
  border-bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
  padding-bottom: 0px;
}

#navigation .navbar-toggle{
  margin-top: 20px;
  background-color: #110e0e;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
	margin-top:20px;
	margin-right:5px;
}

#navigation .navbar-nav.navbar-right li a {
	color: #777;
	font-family: 'Roboto', sans-serif, Helvetica, Arial;
	font-size: 14px;
	padding: 0;
	/* text-transform: uppercase; */
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 15px;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #000;
	background-color: #fff;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-left li a:hover {
	color: #000;
	background-color: #fff;
}

.navbar-top {
	margin-top: 12px;
}

/*====================
======Fade Carousel CSS=====
======================*/
.carousel-inner > .item {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  -webkit-transition: opacity 1s ease; /* opacity 5s */
       -o-transition: opacity 1s ease; /* opacity 5s */
          transition: opacity 1s ease; /* opacity 5s */
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.carousel-inner > .item:first-of-type {
  position: relative;
}
.carousel-inner > .active {
  opacity: 1;
  z-index: 3;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  -webkit-transition: opacity 0.6s ease-in-out; /* opacity 0.6s */
       -o-transition: opacity 0.6s ease-in-out; /* opacity 0.6s */
          transition: opacity 0.6s ease-in-out; /* opacity 0.6s */
  opacity: 1;
  left: 0;
  z-index: 2;
}
.carousel-inner > .active.left,
.carousel-inner > .active.right {
  z-index: 1;
}
.carousel-control {
  z-index: 4;
}


/*====================
======Topbar nav CSS=====
======================*/
ul {
list-style: none
}

ul, li {
margin: 0;
padding:0;
display: inline;
}
 
li {
cursor: pointer
} 

#bottom {
	background-color: #131313;
	margin: 0 auto;
	padding: 15px 0 14px 0;
	/*min-width: 800px;*/
	z-index: 1;
	position: relative;
	top: 0px;
	vertical-align: top;
	text-transform: inherit;
	margin-top: 78px;
}

#secondMenu li, #secondMenu a:link, #secondMenu a:visited {
  font-size: 13px;
	text-decoration: none;
	margin: 0 0px 0 19px;
	color: white;
	}

#secondMenu a:link#current {
  font-weight: bold;
	color: white
}

#secondMenu a:hover {
	color: gray;
	cursor: pointer
}

#espacio {
	margin-top: 120px!important;
	}

/*====================
======Wrapper CSS=====
======================*/
.wrapper {
	max-width:1200px;
	margin: 40px 0;
	margin-left: 3%;
	margin-right: 3%;
	}

.wrapper2 {
	width: 85%;
	margin: 40px 0;
	}
	
.wrapper3 {
	max-width:1200px;
	margin: 40px 0;
	margin-left: 3%;
	margin-right: 3%;
	padding-top: 80px;
	}


/*====================
======Escala Grises CSS=====
======================*/	
.grises img {
filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
filter: Gray(); /* IE4-8 and 9 */

-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.grises img:hover { 
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: none;

-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}


/*====================
======Contacto CSS=====
======================*/
.contacto h3 {
	color:#FFFFFF;
	}
.contacto address {
	color:#FFFFFF;
	}
.contacto a {
	color:#FFFFFF;
	}
/*====================
======Footer CSS=====
======================*/
footer {
    margin: 50px 0;
}

/*====================
======Barra titulo CSS=====
======================*/
#barra-titulo {
	height: 52px;
	margin-top: -10px;
	background-color:#000000;
	}
#barra-titulo h4 {
	color:#FFFFFF;
	padding: 18px 30px;
	}

/*====================
======Slider Image CSS=====
======================*/
.sliderImage {
	height: 550px;
	background-color:#DDDDDD;
	}
	
/* EQUIPO ESPACIO CURRICULUM */
.list-group-item {
    position: relative;
    display: block;
    padding: 5px 0px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #fff;
}

.espacio {
	height: 40px;
	}
	