.wrap{
	height:auto;
}

div.tabs{
	width: 100%;
    background: #6a747d;
    list-style: none;
    display: flex;
    height: 80px;
    position: relative;
    z-index: 1;
}

div.tabs > div{
	width: 1000px;
	margin: 0 auto;
	text-indent: 120px;
}

.menu-seleccionado{
	width: 80px;
    display: inline-block;
    margin-right: 10px;
    text-indent: 0px;
    height: 80px;
    background-color: rgb(245,245,245);
    border-radius: 75px;
    border: 8px solid #6a747d;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
	color: #6a747d;
}

.menu-no-seleccionado{
	width: 80px;
    display: inline-block;
    margin-right: 10px;
    text-indent: 0px;
    height: 80px;
    /* background-color: rgb(245,245,245); */
    border-radius: 75px;
    border: 8px solid transparent;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    color: white;
	cursor: pointer;
}

.menu-superior > label{
	position: relative;
    top: 6px;
}

/*.active{
	width: 0%;
	background: #6a747d;
}*/

.secciones{
	width: 100%;
	background: #fff;
}

.secciones article{
	padding-top: 0px;
}
md-tabs.md-primary md-tabs-wrapper {
    background-color: #6a747d  !important;
}

.secciones article p{
	text-align: justify;
}
#titulo-redalyc{
    padding-right: 30px;
    width: auto !important;
}
#titulo-redalyc .logo{
        padding: 14px 0;
         margin: 0 10px 0px 0px;
}
#titulo-redalyc span{
    font-size: 17px !important;
}
#titulo-redalyc span:nth-child(2){
    font-size: 32px !important;
}
.nivelnavegacion{
	display: none !important
}
@media screen and (max-width: 700px){
	div.tabs div{
		width: none;
		flex-basis: 0;
		flex-grow: 1;
	}
	div#titulo-redalyc {
                width: 100% !important;
                padding: 0;
            }
	div#titulo-redalyc span:nth-child(2){
                font-size: 19px !important;
    }
    div#titulo-redalyc .logo {
        padding: 0;
        width: 150px;
    }
    div#titulo-redalyc span {
        font-size: 12px !important;
    }
    div#doctor {
	    top: 180px;
	    width: auto;
	}
}

@media screen and (max-width: 450px){
	div.tabs div a{
		padding: 15px 0px;
	}

	div.tabs div a .tab-text{
		display: none;
	}

	.secciones article{
		padding: 20px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1550px){
    img.logo {
        width: 120px !important;
    }
    div#titulo-redalyc span:nth-child(2) {
        font-size: 22px !important;
    }
    div#titulo-redalyc span {
        font-size: 12px !important;
    }
    
    div#pie-logos img:nth-child(1) {
        margin: 0 10px;
        width: 120px;
    }
    div.tabla-contenido {
    	width: 100%;
	}
}
@media only screen and (min-width: 1500px) and (max-width: 1600px) {
	img.logo {
        width: 140px !important;
    }
    div#titulo-redalyc span:nth-child(2) {
        font-size: 27px !important;
    }
    div#titulo-redalyc span {
        font-size: 14px !important;
    }
    
    div#pie-logos img:nth-child(1) {
        margin: 0 10px;
        width: 140px;
    }
}