@media only screen and (max-width: 980px) {
.total,
.fullHeader,
.header,
.fullContenido,
.contenido,
.fullFooter,
.footer
	{
		float: left;
		width: 100%;

	}
.fullHeader {
    height: auto;
}
.header 
	{
		position: relative;
	}
.header,
.contenido 
	{
		padding: 12px 2%;
		-webkit-box-sizing: border-box;	
		   -moz-box-sizing: border-box;	
		    -ms-box-sizing: border-box;	
		     -o-box-sizing: border-box;	
				box-sizing: border-box;	
                    height: auto;
	}
/*.header .logo 
	{
		width: 300px;
		margin: 0 auto;
		float: none;
	}*/
.footer 
	{
		background-position: 110% top;
	}
h1 
	{
		font-size: 3em;
	}
/*.footer .logoFooter
   {
        float: left;
        margin: 25px 0 0 0;
    }	*/	
/* HOME */
.introVideo 
	{
		width: 100%;
		margin-bottom: 20px;
	}
.indice 
	{
		width: 100%;
		padding-left: 0;
	}
.introVideo h2 
	{
		background: url(../images/ico/mobile/ico-h2-video.png) left center no-repeat;
		background-size: 55px 57px;
	}
.indice h2 
	{
		background: url(../images/ico/mobile/ico-h2-indice.png) left center no-repeat;
		background-size: 55px 57px;
	}
.btnAccesoCurso span 
	{
		background: url(../images/ico/mobile/ico-acceso-curso.png) left center no-repeat;
		background-size: 34px 36px;
	}

/* PÁGINA DE MÓDULO */
.fullContenido.module {
    margin: 0 0 0 0;
    height: auto;
}
.contenido .rightCnt.bottom 
	{
		float: right;
	}
.time span 
	{
		background: url(../images/ico/mobile/ico-time-module.png) left center no-repeat;
		background-size: 23px;
	}
.btnAccessModule 
	{
		background: #35a3fc url(../images/ico/mobile/ico-acceso-modulo.png) right bottom no-repeat;
		background-size: 75px 95px;
	}
.modulesList 
	{
		padding: 50px 0 95px;
	}

/* INTERIOR MÓDULO */
.menu 
	{
        position: absolute;
        right: 2%;
        top: 45px;
	}
.NameModule {
    width: 98%;
}
.menu a img {
    width: auto;
}
.contenido .BtnHome {
    margin-left: 12px;
    float: right;
    margin-right: 60px;
}

.contenido .BtnClose {
        margin-left: 10px;
        float: right;
    }


.btnPrevious 
	{
		background: #35a3fc url(../images/ico/mobile/btn-prev.png) right bottom no-repeat;
		background-size: 44px 45px;
	}
.btnNext 
	{
		background: #35a3fc url(../images/ico/mobile/btn-next.png) right bottom no-repeat;
		background-size: 44px 45px;
	}
.progressModule 
	{
		padding: 10px 50px 0 30px;
	}
.buttons input 
	{
		margin-left: 15px;
	}
.buttons input:nth-of-type(2) 
	{
		margin-left: 0;
	}



/*POLITICA DE PRIVACIDAD*/
    .PolicyFooter ul {
            display: block;
        }
}
@media only screen and (max-width: 850px) {
    .PolicyFooter {
        margin: 0;
    }
    .PolicyFooter ul li {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .PolicyFooter ul li {
        display: block;
    }
}