.jumbotron{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/ceu.png");
    background-size: cover;
    padding-top: 2%;
    padding-bottom: 2%;
}
nav .navbar-brand{
    margin-left: 10%;
}
.navbar-brand{
	height:30px;
	width:50px;
}
nav .nav-item{
    padding-left: 5%;
}

.navbar a:hover, .dropdown:hover .dropbtn {
	/*background-color: #212529;*/
	background-color: #2a2b2b;
	color:yellow;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	color:white;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.dropdown-content a:hover {
	background-color: #a12525;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown-menu a:hover {
	background-color: #decece;
	background-color: black;
}
.card{
	border-style: none;
	margin-left:5%;
}
.carousel-control-prev-icon {
    background-image: url(../images/indiceE.png);
    width: 32px;
    height: 32px;
}
 .carousel-control-next-icon {
    background-image: url(../images/indiceD.png);
    width: 32px;
    height: 32px;
}
.carousel-indicators li {
    text-indent: 0px;
    text-align: center;
    margin: 0 2px;
    width: 30px;
    height: 10px;
    border: none;
    border-radius: 100%;
    line-height: 30px;
    background-color: #999;
    transition: all 0.25s ease;
}
 .carousel-indicators .active, .hover {
	margin: 0 2px;
	width: 30px;
	height: 10px;
	background-color: #337ab7;
}
.carousel-item img{
	margin:auto;
	display: block;
}
 .carousel-android {
	 padding-left:50px;
 }
 .androidH5s {
	 padding-left:50px;
	 color:#4682B4;
 }
.title{
  color:#8B0000;
  margin: 0;
  position:relative;
  bottom:70px;
  left:10px;
}

/*
table {
  border-collapse: collapse;
  width: 100%;
}
th{
  text-align: left;
  padding-left: 10px;
  padding-bottom: 10px;
}
td {
  text-align: left;
}
tr:nth-child(odd) {
	background-color: #f2f2f2;
}

*/







