@charset "utf-8";
/* CSS Document */
.jumbotron {
    background-color: #17234E;
    min-height: 50%;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
	border-top: 5px solid #4D92DF;
}

/* fotos directorio */
  img:not([src]).media-object, img[src=""].media-object, img[src="#"].media-object {
	 width: 64px;
	 height: 64px;
	 border: solid 1px #CCC;
	 text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	 } 
	

.titulo{
	
	/* height: 200px; */
	color: #00539E;
  background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,0,0,0)); /* Standard syntax (must be last) */
	margin: 0px 0px 0px 0px;
}

.titulo h1{
	
	font-size: 61px;
	margin: 0px 0px 0px 0px;
}

.media img {
	
	max-width: 64px;
	height: auto;
}

.borderless td, .borderless th {
    border: none !important;
}

.media a{
	color:#000;
	text-decoration: none;
}

@media (max-width: 768px) {
  .titulo h1 {
    font-size: 10vw !important;
  }
}

@media (max-width: 320px) {
  .titulo h1 {
    font-size: 10vw !important;
  }
}

.autor{}

.gobmx-docs-sidenav { border: 1px solid #eeeeee;  float: right;   margin-top: 24px;   max-width: 260px;   text-align: right; margin-bottom: 20px;}
.docs-nav li {  border-top: 1px solid #eeeeee; }
.docs-nav a { color: #263131;   display: block;   padding: 11px 12px;   position: relative;   text-decoration: none; }
.docs-nav a:hover { background: #f6f6f6;  text-decoration: none; }
.docs-nav a.active {  background: #eeeeee; }
.docs-nav a.active:before { display: block; }
.docs-nav-logo {  padding: 7px 0;  text-align: center; background: #B0B0B0; color: #FFF }
.docs-nav-logo a {  display: block;   margin-bottom: 7px; }
.gobmx-docs-section { float: right;   width: 960px; }
.docs-nav { list-style-type: none;  margin: 0;  padding: 0; }

.docs-nav-logo h5 {  
margin:0px ;
padding-left: 15px;
padding-right: 15px;
}