@media only screen  and (min-width: 767px) and (max-width:1023px) 
{
    .imgTab {
        /*margin-left: 140px !important;*/
        margin-left: -205px !important;
    }

    .tab {
        /*margin-left: 210px !important;*/
        margin-left: 105px !important;
    }
	
	.imgTimeLine{
		margin-bottom: 20px;
	}
	
	#copyright {
		text-align: center;
	}
	
	.observaciones {		
		text-align: center;
	}

    #contentMenuSub li {
        text-align: center;
    }
}