@charset "utf-8";
/* CSS Document */

.banner {
    background-image: url("background_gob.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
    margin-bottom: 80px;
    position: relative;
}

.banner > img {
    height: 90px;
    left: 50%;
    margin-left: -137px;
    margin-top: -45px;
    position: absolute;
    top: 50%;
    width: 273px;
}

.container .well h3{
	color: #D0021B;
	}

.ramo{
	color: #D0021B;
	}

tr.ramofila{
	background-color:#CCC;
	color:#D0021B;
	}
	
tr.titulov{
	font-weight:400;
	}
td { text-align:center !important;}
.well .row h5.titulo{
	color: #D0021B;
	}

.well .row p.titulo{
	color: #D0021B;
	}
.row h3.titulo{
	color: #D0021B;
	}


.btn-pdf {
	background-color:#FFF;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    font-size: 14px;
    padding: 3px 10px;
    text-decoration: none;
	-moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	color: #333;
}

.btn-pdf:active, .btn-pdf:hover, .btn-pdf:focus{
	background-color:#e6e6e6;
	border-color:#adadad;
	color:#333;
	
	}

.btn-xls {
	background-color:#FFF;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    font-size: 14px;
    padding: 3px 10px;
    text-decoration: none;
	-moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	color: #333;
}

.btn-xls:active, .btn-xls:hover, .btn-xls:focus{
	background-color:#e6e6e6;
	border-color:#adadad;
	color:#333;
	
	}
	
/* LISTA LATERAL */

.gobmx-docs-sidenav {
    border: 1px solid #eeeeee;
    float: left;
    text-align: left;
	margin-bottom:20px;
}
.docs-nav li {
    border-top: 1px solid #eeeeee;
}
.docs-nav a {
    color: #263131;
    display: block;
    padding: 18px 30px;
    position: relative;
    text-decoration: none;
}
.docs-nav li.hover {
    background: none repeat scroll 0 0 #f6f6f6;
    text-decoration: none;
}
.docs-nav li.active {
    background: none repeat scroll 0 0 #eeeeee;
}
.docs-nav li.active:before {
    display: block;
}
.docs-nav-logo {
    padding: 20px 0;
    text-align: left;
	 border-top: 1px solid #eeeeee;
	 padding-left:10px;
}
.docs-nav-logo a {
    display: block;
    margin-bottom: 7px;
}

.docs-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

td div h5{
	text-align:center;
	}
td.align-center{
	text-align:center;
	}
	
ul.nivel li a {
	padding: 10px 12px;
	}

.navbar-inverse .navbar-toggle{border:none; color:#C00; font-weight:bold}