html {
  overflow: scroll;
}

.no_margin{
    
}

.btn-certificado{
   margin-left: 20px;
   margin-right: 20px;
}

.certificado{
    overflow: auto !important;
}

.logo_unimooc{
    width: 100px;
    height: 49px;
}

.center {
    text-align: center;
}

.navbar {
  font-size: 0.9em;
}

.pasos{
    margin-bottom: 15px !important;
    margin-top: 10px !important;
}

.pie_foto{
    margin-left: 18em !important;
}

.centrar{
    display: block;
    margin-left: 90px !important;
    margin-right: auto !important;
}
 
.logo{
  font-family: 'Courier New',Courier,monospace;
  font-size: 54px;
  line-height: 48px;
}

.title_news{
    padding-left: 25px;
}

.name_group{
    font-weight: bold;
}

.mybadge_little{
    margin-left: 5px;
    margin-right: 5px;
    background-color: white !important;
    border-width: thin;
    border-style: groove;
    width:60px;

    padding: 1px 1px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.titulo_aboutme{
	color:#1E90FF;
        font-weight: bold;
	text-shadow:gray 0.1em 0.1em 0.2em; 
}

.mybadge{
    margin-left: 6px;
    margin-right: 6px;
    background-color: white !important;
    border-width: medium;
    border-style: ridge;
    /*border-color: #1E90FF;*/
    font-size: small;
    font-weight: bold;
    width:105px;
    
    padding: 1px 5px 2px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    /*font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;*/
}

.badgename_little{
    text-align: center !important;
    font-size: xx-small;
}

.badgename{
    text-align: center !important;
    margin-bottom: 4px !important;
}

.badgeimg{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.docu{
    overflow: scroll;
}

.date{
    color:grey;
    font-family: arial,sans-serif;
}

.little-menu{
    float:right;
}

.navlink{
    color:white !important;
}

.navlink:hover{
    color:#FFFE1E !important;
}

.navlink-inverse{
    color:black !important;
}

.navlink-inverse:hover{
    color:#FFA233 !important;
}

.imgbadge{
    margin-left: 38px;
    width: 200px !important;
    height: 200px !important;
}

.txtbadge{
    margin-left: 41px;
}

.header{
	background-color:#1E90FF;
        width: 100%;
}

.titulo{
	color:white;
	text-shadow:black 0.1em 0.1em 0.2em;
}

.link-contact{
	color:#FFA233;
}

.link-contact:hover{
	color:#FFFE1E;
}

.centrado{
    padding-left:110px ; 
}

.flechas{
    width: 25px !important;
    height: 25px !important;
}

.pie{
	background-color:white;
}

.carousel{
	list-style:none;
}

.margen2{
    margin-left:180px !important;
}


.tablaCertificados{
    margin-bottom: 10px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}


.alumno{
    font-weight: bold;
    text-align: center;
}

.curso{
    font-weight: bold;
    text-align: center;
}

.cabeceras{
    padding: 4px;
    background-color: #87cefa;
}

.modulo{
    text-align: center;
    font-size: 11px;
    padding: 7px;
}

@media (max-width: 539px) {
    header{
        padding: 0px;
    }
    
    .margen2{
        margin-left:20px !important;
    }
}

@media (max-width: 979px) {
  body {
    padding:0px !important;
  }
  
  .margen2{
        margin-left:70px;
  }
  
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
	margin-left: 0;
	padding-left: 0;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  header {
    
  }
}