body {
    padding-top: 40px;
}

.jumbotron {
    background: #001622; /* Old browsers */
    background: -moz-linear-gradient(45deg, #001622 0%, #004370 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#001622), color-stop(100%,#004370)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #001622 0%,#004370 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #001622 0%,#004370 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #001622 0%,#004370 100%); /* IE10+ */
    background: linear-gradient(45deg,  #001622 0%,#004370 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001622', endColorstr='#004370',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2) inset, 0 -3px 7px rgba(0, 0, 0, 0.2) inset;
    color: #FFFFFF;
    padding: 40px 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
}

.jumbotron:after {
    background: url("../img/bs-docs-masthead-pattern.png") repeat scroll center center transparent;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0.4    ;
    position: absolute;
    right: 0;
    top: 0;
}

.jumbotron .container {
    position: relative;
    z-index: 2;
}

.jumbotron h1 {
    font-size: 75px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    color: #e5e5e5;
}

.jumbotron p {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
    color: #e5e5e5;
}

.jumbotron a {
    -moz-transition: all 0.2s ease-in-out 0s;
    color: rgba(255, 255, 255, 0.5);
}

.jumbotron a:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}

.masthead {
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 9px 0 0;
}

.masthead p {
    font-size: 33px;
    font-weight: 200;
    line-height: 1.25;
}

.masthead h1 {
    font-size: 77px;
    letter-spacing: -2px;
    line-height: 1;
    margin-top: 0;
}

.masthead input[type="text"]{
    background-color: #E8E8E8;
}

.masthead .form-horizontal .dropdown-toggle {
    -moz-transition: all 0.2s ease-in-out 0s;
    color: #fff;
}

.masthead-links {
    list-style: none outside none;
    margin: -13px 0 15px 5px;
}

.masthead-links li {
    color: rgba(255, 255, 255, 0.25);
    display: inline;
    padding: 0 10px;
}

.masthead-top-buttons .btn {
    border-radius: 0 14px 14px 14px;
    margin-left: 10px;
    width: 13px;
}

.masthead-top-buttons .btn-group > .btn:first-child {
    border-radius: 0 14px 14px 14px;
    margin-left: 10px;
}

#second-navbar {
    background-color: #f5f5f5;
    height: 42px;
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 20px;
}

#second-navbar .navbar-inner{
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#main-breadcumb {
    margin-top: -6px;
    margin-bottom: 2px;
}

.thumbnail {
    padding: 1px 10px 10px 10px;
}

.thumbnail h3{
    margin: 0;
}

.thumbnails > li {
    margin-bottom: 10px;
}

.biggerLegend {
    font-size: 25px;
}

.biggerLegend i{
    color: #006699;
}

#journalThumbnails{
    margin-bottom: 0px;
}

#journalThumbnails p {
    font-size: 12px;
}

#journalThumbnails img{
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 12px;
    margin-bottom: 5px;
}

#journalThumbnails small{
    font-size: 10px;
    color: #777777;
}

#journalThumbnails h5,h6 {
    margin: 0;
}

#journalThumbnails h6{
    text-transform: uppercase;
}

#medisur-en li{
    text-align: center;
}

div.footer{
    background-color: #EDF0F2;
    border: 1px solid #DDDDDD;
    margin-top: 70px;
}

div.sitemap {
    padding: 10px 19px 14px;
}

.footer legend {
    font-size: 12px;
}

div.explore {
    padding: 10px 19px 14px;
    background-color: #D0D8DE;
}

.certification {
    background: -moz-linear-gradient(center top, #ffffff 0%, #f5f5f5 100%) repeat scroll 0 0 transparent;
}

.certification .img-to-right{
    float: right; 
    margin-left: 10px; 
    margin-top: 10px;
}

/* TOC Home */

.tocHome .tocSectionTitle {
    font-size: 14px;
}

.tocHome .tocTitle {
    font-size: 12px;
}

.tocHome small {
    font-size: 10px;
}

.tocHome small {
    font-size: 10px;
}

#home-issues-container {
    margin-top: 10px;
}

#home-issues-container .nav-tabs {
    margin-bottom: 0px;
}

.home-issues-body{
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
}

#home-news-container {
    margin-top: 15px;
}

#articles-mas-recientes-mas-leidos .nav-tabs{
    margin-bottom: 0px;
    border-bottom: none;
}

#mas-leidos, #ultimos-meses{
    font-size: 12px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#mas-leidos .table > td:first-child {
    border-top: none;
}

.stat-boxes {
    display: inline-block;
    list-style: none outside none;
    margin: 2px 0 0;
    text-align: center;
}

.stat-boxes li {
    background-color: #F6F6F6;
    background-image: -moz-linear-gradient(center top , #F9F9F9 0%, #EDEDED 100%);
    border: 1px solid #D5D5D5;
    box-shadow: 0 1px 0 0 #FFFFFF inset, 0 1px 0 rgba(255, 255, 255, 0.4);
    display: inline-block;
    line-height: 18px;
}

.stat-boxes .right {
    color: #666666;
    font-size: 17px;
    text-align: center;
    margin-right: 5px;
}
.stat-boxes .left, .stat-boxes .right {
    float: left;
    text-shadow: 0 1px 0 #FFFFFF;
    padding: 20px 72px;
}
.stat-boxes .left {
    border-right: 1px solid #DCDCDC;
    color: #666666;
    font-size: 17px;
    margin-right: 12px;
    text-align: center;
}
.stat-boxes .left strong, .stat-boxes .right strong {
    font-size: 26px;
    margin-bottom: 3px;
    margin-top: 6px;
}
.stat-boxes .left strong, .stat-boxes .right strong {
    display: block;
}

.table-without-borders td{
    border-top: none;
}

.toc-tabs{
    margin-right: 0px !important;
    border-right: none !important;
}

.articlesTocContent{
    padding: 10px;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    min-height: 200px;
}

.tocAuthors small{
    font-size: 80%;
}

.archive-sidenav.affix {
  top: 40px;
}
.archive-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

.promo {
    margin-top: 20px;
    margin-bottom: 20px;
}

.seals {
    margin-left: -18px;
    border-bottom: 1px solid #ddd;
}

.seals .thumbnails img{
    display: inline;
    margin-left: 0;
    margin-right: 10px;
    max-width: 100%;
}

.seals .thumbnails p{
    font-size: 10px;
    line-height: 13px;
}

.seals .thumbnails {
    margin-bottom: 0px;
}

.seals .thumbnail {
    padding: 9px 10px 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.send-paper-container{
    border: 1px dashed #959595;
    padding: 5px;
}

.send-paper-content{
    background-color: #07bcd9;
    padding: 5px;
    position: relative;
}

.send-paper-content:after {
    background: url("../img/bs-docs-masthead-pattern.png") repeat scroll center center transparent;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
}

.send-paper-container .send-paper-content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    min-width: 100%;
}

.send-paper-container .send-paper-content a{
    color: #fff;
    font-size: 14px;
}

.footer-address{
    margin-left: -5px;
    margin-top: 10px;
}

.footer-info p{
    font-size: 12px;
    margin-bottom: 0;
}

a.icon:hover{
    text-decoration: none;
}

table.borders-right-left-bottom{
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

legend.compactLegend {
    margin-bottom: 10px;
    border-bottom: none;
    background-color: #F5F5F5;
    padding: 0 0 0 10px;
}

.no-top-border {
    border-top: none !important;
}

.article_section {
    color: #e9322d;
    font-weight: bold;
}

.news-container img {
    float: left;
    margin-right: 10px;
    width: 100px;
    height: 100px;
    background-color: #D4D4D4;
    padding: 5px;
    border-radius: 4px 4px 4px 4px;
}

#article_nav {
    margin-bottom: -1px;
}

#article_content {
    padding: 10px;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.article_title h3{
    line-height: 25px;
}

ul.citation-tools{
    margin-bottom: 0px;
}

#article img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #DDDDDD;
    padding-right: 10px;
    max-width: 300px;
}

.text-center {
    text-align: center;
}

#rtContainer, #ritemsContainer {
    font-size: 12px;
    line-height: 15px;
    border: 1px solid #DDD;
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #F5F5F5 100%) repeat scroll 0 0 transparent;
}

#rtContainer .btn, #ritemsContainer .btn {
    width: 20px;
    height: 15px;
}

#rtContainer p, #ritemsContainer p {
    margin-top: 5px;
}

#rtContainer .title, #ritemsContainer .title{
    text-align: center;
}

.keywords-nav {
    
}

.alphalist {
    font-size: 10px;
}

.drag {
    cursor: move;
    width: 10px;
}

/* Microsoft traslator */

#MicrosoftTranslatorWidget {
	background: none transparent !important;
	border: none !important;
	
}
#MicrosoftTranslatorWidget,
#MicrosoftTranslatorWidget .MSTWBox {
	height: 35px !important;
	line-height: 35px !important;
}
#MSTWHeader {
	width: 330px !important;
	border: none !important;
    margin-top: 3px !important;
}
#MSTWHeaderText {
	color: #666 !important;
	font-size: 14px;
	margin-top: 10px !important;
}
#MicrosoftTranslatorWidget * {
	/*margin-top: 10px !important;*/
	line-height: 30px !important;
    /*padding: 4px 6px !important;*/
}

#MSTWGoButton {
	background: none transparent !important; /* Reset */
	background-color: #ccc !important;
	height: 30px !important;
	width: 30px !important; 
	border: none !important;
}
#MSTWGoImage {
    margin-top: 5px !important;
	background-position: 10px !important;

}

#MSTWFooter {

	display:none !important;
}

#MSTWMenu {
	border-radius: 4px 4px 4px 4px !important;
    color: #555555 !important;
	font-size: 14px !important;
	padding: 4px 6px !important;
   /* margin-top: 3px !important;*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	
}
#MicrosoftTranslatorToolbar{
	display:none !important;
}
#MSTTSpacer{
	display:none !important;
}
/* navbar */
/*li.MicrosoftTranslator {
	padding: 5px; 
	padding: 10px 15px;
}*/
/*body.MSTToolbarVisible .container {
	margin-top: 45px;
}*/

