p{
	text-align:justify;
	margin-left: 10px;
	margin-right: 10px;
}

.menuTabs{
	border:solid; 
	padding-top:5px; 
	padding-left:7px;
	padding-right:5px;
	color: #fff;
	background-color: #ffffff;
	border-color: #337ab7;
	border-radius: 20px 20px 20px 20px;
	font-size: 12px;
	height: 50px;
}
.nav-tabs > li > a {
    /* adjust padding for height*/
    padding-top: 1px; 
    padding-bottom: 1px;
	margin-top:1px;
	margin-bottom:1px;
	font-size:10px;
}
.tab-pane > ul  {
    /* adjust padding for height*/
    padding-top: 1px; 
    padding-bottom: 1px;
	margin-top:1px;
	margin-bottom:1px;
	font-size:10px;
}

div.upload {
    width: 157px;
    height: 57px;
    background: url(https://lh6.googleusercontent.com/-dqTIJRTqEAQ/UJaofTQm3hI/AAAAAAAABHo/w7ruR1SOIsA/s157/upload.png);
    overflow: hidden;
}

div.upload input {
    display: block !important;
    width: 157px !important;
    height: 57px !important;
    opacity: 0 !important;
    overflow: hidden !important;
}

.menu1{
	border:solid; 
	margin-top:0px; 
	color: #fff;
	background-color: #337ab7;
	border-color: #184A75;
}
.centrar{
	text-align: center;
}
.dropdown-toggle{
	padding-left:2px;
	padding-right:2px;
}


table.capDP {
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	line-height:2em;
	border: 1px solid transparent;
	border-color: #337AB7;
	margin-bottom: 20px;
	background-color: #fff; 
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  }

table.capDP td, table.capDp th {
  padding:0 0.5em; 
  border-top:1px solid #ddd;

  }
  
table.capDP thead tr{
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color: #4682B4;
}

table.capDP tr td{
	padding : 5px 5px 5px 5px;
}

/* ---------------------------------------   Modal de PDF's   ---------------------------------------------*/
.iframe-container {    
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.iframe-container iframe,
.iframe-container object,
.iframe-container embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal.in .modal-dialog {
  transform: none; /*translate(0px, 0px);*/
}